/*!
Theme Name: isys
Author: Comtrade Marketing, Milos Mladenovic, Bojan Brkic
Author URI: https://can.rs
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  line-height: 1;
  font-family: SofiaPro-Regular;
}

h1, h2, h3, h4, h5 { 
	font-family: SofiaPro-SemiBold;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color:#3333ff;
}
a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    color:#3333ff;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* css */
header {
  padding: 10px 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
header.white {
  background: #fff;
  box-shadow: rgba(25, 28, 31, 0.04) 0px 8px 16px, rgba(25, 28, 31, 0.04) 0px -1px 0px !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px solid #e5e5e8;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  margin-right: 30px;
  position: relative;
}
header .logo img {
  max-height: 55px;
}
header .logo .black {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header.white .logo .black {
  position: relative;
  opacity: 1;
}
header.white .logo .white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header .header-inner > ul {
  display: flex;
  align-items: center;
}
header.white li a, header.white li h4, .slider-bars h1 {
  color: #11154f;
}
header li a, header li h4 {
  color: #fff;
  font-size: 18px;
  padding: 20px 25px;
  display: block;
  display: flex;
  align-items: center;
}
.menu-item-has-children > a {
  padding: 20px 48px 20px 25px;
  position: relative;
}
.menu-item-has-children > a::after {
  content: url(images/menu-down-white.svg);
  position: absolute;
  right: 25px;
  top: 20px;
  width: 18px;
}
header.white .menu-item-has-children > a::after {
  content: url(images/menu-down.svg);
}
header.white .menu-item-has-children > a:hover {
  color: #000;
  cursor: default;
}
header li h4 ion-icon {
  margin-left: 5px;
}
header li a:hover {
  color: #3333ff;
  text-decoration: none;
}
header ul ul a {
  color: #000;
  padding: 0;
  font-size: 0;
}
header li {
  position: relative;
}

#myVideo, #myVideo2 {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: none;
}

.baner-home .overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.baner-home {
  background: url(images/home-baner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.baner-home.abot-us {
  background: url(images/about-back.jpg) center center no-repeat;
  background-size: cover;
}
.baner-home.ifix {
  background: url(images/ifix-back.jpg) center center no-repeat;
  background-size: cover;
}
.baner-home.careers {
  background: url(images/careers-hero.jpg) center center no-repeat;
  background-size: cover;
}
.baner-home.our-team {
  background: url(images/our-team-back.jpg) center center no-repeat;
  background-size: cover;
}
.baner-home .text {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 0;
}
.baner-home h1 {
  font-size: 77px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  max-width: 920px;
  position: relative;
}
.h6-before {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 24px;
}
.h6-before::before {
  content: "";
  height: 1px;
  width: 90px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}
.baner-home .links {
  display: flex;
  margin-top: 100px;
  position: relative;
  padding-right: 1px;
}
.baner-home a {
  font-size: 20px;
  color: #fff;
  padding: 25px 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner-home a + a {
  margin-left: 15px;
  color: #fff;
  background: #3333ff;
  border: 1px solid #3333ff;
}
.baner-home.ifix a + a {
  margin-left: 15px;
  color: #fff;
  background: #11154f;
  border: 1px solid #11154f;
}
.baner-home.ifix a + a:hover {
  background: #fff;
  color: #3333ff;
  border: 1px solid #3333ff;
}
.baner-home a:hover {
  background: #fff;
  color: #3333ff;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.baner-home a ion-icon {
  margin-left: 10px;
  max-height: 20px;
  position: relative;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.baner-home a:hover ion-icon {
  position: relative;
  left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.distributed {
  background: #f3f4ff;
  padding: 20px 0;
}
.distributed .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.distributed .inner.more-logos {
  flex-direction: column;
}
.distributed .inner.more-logos h4 {
  margin-bottom: 10px;
}
.distributed .inner.more-logos .logos {
  flex-wrap: wrap;
}
.distributed .inner.more-logos a {
  margin-top: 20px;
}
.distributed h4 {
  font-size: 18px;
  font-weight: 500;
  color: #8e8e98;
  margin-right: 30px;
}
.distributed .logos {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.distributed .logos > * + * {
  margin-left: 65px;
}
.distributed .logos img, .distributed #logos img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.distributed .logos a:hover img, .distributed #logos a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.distributed .slider-title {
  text-align: center;
  margin-bottom: 40px;
}
.distributed #logos .slick-track {
  display: flex;
}
.distributed #logos .slick-slide {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content:center;
}

.image-text-outer {
  padding: 120px 80px 180px;
}
.image-text-outer .image-text-inner:nth-child(odd) .for-position-text {
  justify-content: flex-end;
}
.image-text-outer .image-text-inner:nth-child(even) .for-position-image {
  justify-content: flex-end;
}
.image-text-outer .image-text-inner {
  position: relative;
}
.image-text-outer .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.image-text-outer .text-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
}
.image-text-outer .image-text-inner:nth-child(odd) .text-part {
  margin: 0 auto;
}
.h2-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  color: #11154f;
  margin-bottom: 30px;
}
.h2-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: 1px;
  width: 70px;
  background: #3333ff;
}
.image-text-outer p {
  font-size: 18px;
  line-height: 1.65;
  color: #11154f;
  margin-bottom: 40px;
}
.image-text-outer .links {
  display: flex;
}
.black-button, .blue-button {
  padding: 18px 25px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.black-button {
  color: #11154f;
  border: 1px solid #11154f;
}
.black-button:hover {
  color: #fff;
  background: #11154f;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blue-button {
  color: #3333ff;
  border: 1px solid #3333ff;
}
.blue-button:hover {
  color: #fff;
  background: #3333ff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.black-button ion-icon, .blue-button ion-icon {
  margin-left: 5px;
  max-height: 15px;
  position: relative;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.black-button:hover ion-icon, .blue-button:hover ion-icon {
  left: 5px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.black-button + .blue-button {
  margin-left: 25px;
}

.image-text-outer {
  overflow: hidden;
}
.image-text-inner .image-holder {
  position: relative;
}
.image-text-inner .image-holder img:not(.big-image) {
  position: absolute;
}
.image-text-inner .animation-move .circle {
  bottom: 49%;
  left: 3%;
}
.image-text-inner .animation-move .plus-big {
  top: 13%;
  right: 20%;
}
.image-text-inner .animation-move .plus-small {
  bottom: 51%;
  left: 40%;
}
.image-text-inner .animation-move .romb {
  bottom: 42%;
  left: 24%;
}
.image-text-inner .animation-move2 .circle {
  left: 48%;
  top: -5%;
}
.image-text-inner .animation-move2 .plus-big {
  right: 12%;
  bottom: 24%;
}
.image-text-inner .animation-move2 .plus-small {
  bottom: 66%;
  left: 14%;
}
.image-text-inner .animation-move2 .romb {
  bottom: -8%;
  left: 56%;
}

.testimonials.home {
  padding-top: 30px;
}
.testimonials {
  padding-top: 140px;
}
.testimonials.home h2 {
  margin-bottom: 40px;
}
.testimonials h2 {
  margin-bottom: 0;
}
.testimonials .slider-outer {
  padding: 40px 0 80px;
}
.testimonials.home .slider-outer {
  background: url(images/testimonial-slider-back.jpg) center center no-repeat;
  background-size: cover;
}
.testimonials .image-part {
  position: relative;
  display: inline-block;
}
.testimonials .image-part img {
  max-width: 400px;
}
.testimonials .image-part::after {
  content: url(images/quotation-image.png);
  position: absolute;
  right: -15px;
  top: -25px;
}
.testimonials.home .image-part::after {
  content: url(images/quotation-image-home.png);
}
.testimonials .slick-track {
  padding-top: 30px;
}
.testimonials .text-part {
  height: 100%;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}
.testimonials p {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #11154f;
}
.testimonials.home p, .testimonials.home h6 {
  color: #fff;
}
.testimonials h6 {
  font-weight: 500;
  font-size: 24px;
  color: #11154f;
}
.testimonials h6 span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
#testimonials {
  position: relative;
}
#testimonials > button {
  position: absolute;
  bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}
#videos.more-videos {
  padding-bottom: 65px;
}
#videos .slick-track {
  margin-left: 0;
}
#videos .slick-slide {
  padding: 0 10px;
}
#videos > button {
  position: absolute;
  bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}
#videos .slick-prev {
  left: 45%;
}
#videos .slick-next {
  right: 45%;
}
#testimonials .slick-prev {
  left: 34.5%;
  z-index: 10;
}
#testimonials .slick-next {
  left: 43%;
  z-index: 10;
}
.testimonials button ion-icon {
  color: #3333ff;
  border: 1px solid #3333ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 19px;
}
.testimonials.home button ion-icon {
  color: #fff;
  border: 1px solid #fff;
}
#videos button ion-icon {
  color: #3333ff;
  border: 1px solid #3333ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 15px;
}
.testimonials button ion-icon:hover, #videos button ion-icon:hover {
  background:#3333ff;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.testimonials.home button ion-icon:hover {
  background: #fff;
  color: #3333ff;
}

.reach-out {
  padding: 100px 0;
}
.reach-out h3 {
  text-align: center;
  max-width: 900px;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  margin: 0 auto 60px;
  color: #11154f;
}
.reach-out .blue-button {
  max-width: 240px;
  margin: 0 auto;
  justify-content: center;
}

.about-left-right {
  padding: 80px 0 40px;
}
.about-left-right .one-part {
  padding: 80px 0;
  position: relative;
}
.about-left-right .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.about-left-right .one-part:nth-child(odd) .for-position-text {
  justify-content: flex-end;
}
.about-left-right .one-part:nth-child(even) .for-position-image {
  justify-content: flex-end;
}
.about-left-right .image-part {
  padding: 0;
}
.about-left-right .text-part {
  max-width: 480px;
}
.about-left-right .one-part:nth-child(odd) .text-part {
  margin: 0 auto;
}
.about-left-right .h2-title {
  line-height: 1.1;
}
.about-left-right .text-part p {
  font-size: 18px;
  color: #11154f;
  line-height: 1.6;
}

.locations {
  padding: 80px 0 150px;
}
.locations .map-container {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
.locations .map {
  position: relative;
}
.locations .map-part {
  background: #fff;
  padding: 25px 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 260px;
  position: absolute;
  display: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.locations .map-part.show {
  z-index: 10;
  display: block;
}
.locations .map-part {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.locations .puls-outer {
  position: absolute;
}
.locations .puls-outer.usa {
  top: 155px;
  left: 255px;
}
.locations .puls-outer.germany {
  top: 125px;
  right: 580px;
}
.locations .puls-outer.austria-one {
  top: 155px;
  right: 580px;
}
.locations .puls-outer.austria-two {
  top: 135px;
  right: 550px;
}
.locations .puls-outer.portugal {
  top: 170px;
  right: 630px;
}
.locations h3 {
  font-size: 18px;
  font-weight: 600;
}
.locations .header h3 {
  font-size: 25px;
  font-weight: 400;
}
.locations .content a, .locations .content h6 {
  font-size: 16px;
}
.locations a {
  font-size: 13px;
  color: #3333ff;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.locations a ion-icon {
  font-size: 25px;
  margin-right: 3px;
}
.locations h6 {
  font-size: 13px;
  line-height: 1.85;
  font-weight: 600;
}
.locations .pulsating-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.head-to-toe .pulsating-circle, .tabs-content .pulsating-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.locations .pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #3333ff;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.head-to-toe .pulsating-circle:before, .tabs-content .pulsating-circle::before {
  content: '';
  position: relative;
  display: block;
  width: 200%;
  height: 200%;
  box-sizing: border-box;
  margin-left: -50%;
  margin-top: -50%;
  background-color: #c5cad7;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  80%, 100% {
    opacity: 0;
  }
}
.locations .pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3333ff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.head-to-toe .pulsating-circle:after, .tabs-content .pulsating-circle::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tabs-content .pulsating-circle {
  z-index: 1;
}
.tabs-content .pulsating-circle::after {
  background-color: rgba(133, 133, 255, 0.8);
}
.head-to-toe .pulsating-circle.active:after, .head-to-toe .pulsating-circle:hover:after, .tabs-content .pulsating-circle.active::after, .tabs-content .pulsating-circle:hover::after {
  background-color: #3333ff;
}
.locations .mobile-locations {
  margin-top: 50px;
}
.locations .one-location {
  border-bottom: 1px solid #b7b8ca;
}
.locations .one-location .content {
  padding-bottom: 20px;
  display: none;
}
.locations .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 25px 10px 25px 0;
}
.locations .plus-minus {
  position: relative;
  width: 18px;
  height: 18px;
}
.locations .plus-minus img {
  height: 18px;
  width: 18px;
  position: absolute;
}
.locations .plus-minus .vertical {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.locations .plus-minus .vertical.open {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hover-boxes {
  padding: 150px 0 90px;
}
.hover-boxes .boxes-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hover-boxes .single-box {
  min-height: 430px;
  width: 25%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.hover-boxes .single-box + .single-box {
  margin-left: 30px;
}
.hover-boxes .front {
  padding: 20px;
}
.hover-boxes .back {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  height: 100%;
  width: 100%;
  background: #3333ff;
  position: absolute;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hover-boxes .back .text-part {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px;
}
.hover-boxes .single-box:hover .back {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.hover-boxes .front h6 {
  color: #3333ff;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 20px;
  min-height: 72px;
  font-weight: 400;
}
.hover-boxes img {
  display: block;
  margin: 0 auto;
}
.hover-boxes .back h6 {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  z-index: 1;
}
.accordion-section {
  padding: 90px 0 0;
}
.accordion-section h2 {
  max-width: 485px;
  margin-bottom: 90px;
  line-height: 1.1;
}
.accordion-section .tabs {
  margin-bottom: 100px;
}
.accordion-section .tabs ul {
  display: flex;
}
.accordion-section .tabs li {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #3333ff;
  padding: 15px;
  color: #3333ff;
  font-size: 22px;
  line-height: 1.2;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.accordion-section .tabs li + li {
  margin-left: 60px;
}
.accordion-section .tabs li.active, .accordion-section .tabs li:hover {
  background: #3333ff;
  color: #fff;
}
.accordion-section .tabs-content > div {
  display: none;
  margin: 0 auto;
  max-width: 1050px;
}
.accordion-section .tabs-content > div.show {
  display: flex;
  justify-content: center;
}
.accordion-section .tabs-content {
  position: relative;
}
.accordion-section .tabs-content .pulsating {
  position: absolute;
  display: flex;
  align-items: center;
}
.accordion-section .tabs-content .description {
  margin-left: 55px;
  padding: 20px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #3333ff;
  width: 300px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: -1;
}
.accordion-section .tabs-content .description.show {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 10;
}
.accordion-section .tabs-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
.accordion-section .tab1 .top {
  top: 22%;
  left: 55%;
}
.accordion-section .tab1 .left {
  top: 56%;
  left: 34.5%;
}
.accordion-section .tab1 .right {
  top: 54%;
  left: 59.5%;
}
.accordion-section .tab2 .top {
  top: 16%;
  left: 59%;
}
.accordion-section .tab2 .center {
  top: 23%;
  left: 49.5%;
}
.accordion-section .tab2 .left {
  top: 39%;
  left: 5.5%;
}
.accordion-section .tab2 .right {
  top: 40%;
  left: 47%;
}
.accordion-section .tab4 .top {
  top: 17%;
  left: 59%;
}
.accordion-section .tab4 .center {
  top: 18.5%;
  left: 24.5%;
}
.accordion-section .tab4 .left {
  top: 23%;
  left: 42%;
}
.accordion-section .tab3 .top {
  top: 20%;
  left: 47%;
}
.accordion-section .tab3 .center {
  top: 25%;
  left: 41%;
}
.accordion-section .tab3 .left {
  top: 25%;
  left: 14%;
}
.accordion-section .tab3 .right {
  top: 32%;
  left: 46%;
}
.accordion-section .pulsating img {
  position: absolute;
  left: -120%;
  top: -200%;
  border: 10px solid #3333ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.accordion-section .pulsating img.show {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.accordion-section .upcoming {
  position: absolute;
  top: -50px;
  right: 0;
}

.demo {
  padding: 90px 15px;
  background: url(images/demo-back.jpg) center top no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demo h3 {
  font-size: 40px;
  line-height: 1.5;
  color: #11154f;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}

.head-to-toe {
  background: #11154f;
  padding: 70px 0;
}
.head-to-toe .for-position {
  justify-content: center;
}
.head-to-toe .image-part {
  display: flex;
  justify-content: center;
}
.head-to-toe .image-holder {
  position: relative;
}
.head-to-toe .skull {
  position: absolute;
  left: 46%;
  top: 0;
}
.head-to-toe .brain {
  position: absolute;
  left: 46%;
  top: 40px;
}
.head-to-toe .lung {
  position: absolute;
  right: 29%;
  top: 21%;
}
.head-to-toe .kidney {
  position: absolute;
  right: 30%;
  top: 32%;
}
.head-to-toe .abdomen {
  position: absolute;
  right: 30%;
  top: 39%;
}
.head-to-toe .spine {
  position: absolute;
  right: 45%;
  top: 24%;
}
.head-to-toe .liver {
  position: absolute;
  left: 39%;
  top: 29%;
}
.head-to-toe .hip {
  position: absolute;
  left: 32%;
  top: 41%;
}
.head-to-toe .long-bone {
  position: absolute;
  left: 27%;
  bottom: 40%;
}
.head-to-toe .extremity {
  position: absolute;
  right: 26%;
  bottom: 6%;
}
.head-to-toe .text-part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.head-to-toe h2 {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.25;
  margin-bottom: 100px;
  position: relative;
}
.head-to-toe h2::before {
  content: "";
  height: 2px;
  width: 75px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -35px;
}
.head-to-toe .descriptions-holder {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
  width: 360px;
  min-height: 295px;
}
.head-to-toe .descriptions-holder > div {
  display: none;
}
.head-to-toe .descriptions-holder > div.show {
  display: block;
}
.head-to-toe h3 {
  display: flex;
  align-items: center;
  color: #3333ff;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}
.head-to-toe h3 img {
  margin-right: 15px;
}
.head-to-toe li {
  font-size: 18px;
  line-height: 1.4;
  color: #11154f;
}

.learn-more, .videos-in-action {
  padding: 80px 0;
}
.learn-more h2, .videos-in-action h2 {
  margin-bottom: 60px;
  line-height: 1.1;
}
.learn-more .single-item {
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.learn-more .single-item .icon-part {
  padding: 25px 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.learn-more .single-item p {
  flex: 1;
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 1.4;
  color: #11154f;
}
.learn-more .single-item > a {
  color: #3333ff;
  border: 1px solid #3333ff;
  font-size: 20px;
  padding: 20px 60px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.learn-more .single-item > a:hover {
  background: #3333ff;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.bottom-section {
  padding: 100px 0;
  text-align: center;
  background: url(images/bottom-back.jpg) center top no-repeat;
  background-size: cover;
}
.bottom-section h2 {
  font-size: 60px;
  color: #fff;
}
.bottom-section.blog h2 {
  font-size: 40px;
  max-width: 740px;
  margin: 0 auto;
}
.bottom-section.blog a {
  margin: 60px auto 0;
}
.bottom-section .blue-button {
  margin: 80px auto 0;
  max-width: 220px;
  color: #fff;
  border: 1px solid #fff;
}
.bottom-section a:hover {
  background: #fff;
  color: #3333ff;
}
.bottom-section.blog .mc-field-group {
  margin-top: 50px;
}
.bottom-section.blog .mc-field-group input {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 20px;
  padding: 15px 40px;
  text-align: center;
}
.bottom-section.blog .mc-field-group input[type="email"] {
  border: 0;
  color: #11154f;
}
.bottom-section.blog .mc-field-group input[type="email"]::placeholder {
  color: #11154f;
}
.bottom-section.blog .mc-field-group input[type="submit"] {
  margin-left: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.bottom-section.blog .mc-field-group input[type="submit"]:disabled {
  cursor: no-drop;
}
.bottom-section.blog .mc-field-group input[type="submit"]:hover {
  background: #fff;
  color: #3333ff;
}
#mce-responses {
  display: none;
}
#mc_embed_signup div.mce_inline_error {
  max-width: 300px;
  margin: 20px auto 0 !important;
  padding: 15px 25px !important;
  background: #b00020 !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#newsletter-modal .modal-custom-content p {
  color: #11154f;
}
#newsletter-modal .modal-custom-content p a {
  color: #3333ff !important;
}
#complet-newsletter, #reject-newsletter {
  color: #3333ff;
  padding: 15px 30px;
  border: 1px solid #3333ff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#complet-newsletter:hover, #reject-newsletter:hover {
  background: #3333ff;
  color: #fff;
  text-decoration: none;
}

.calculator {
  padding: 100px 0;
}
.calculator h2 {
  margin-bottom: 100px;
}
.calculator blockquote {
  color: #11154f;
  line-height: 1.3;
  font-family: SofiaPro-Regular;
  padding: 0 15px;
  font-size: 14px;
}

.contact {
  padding: 150px 0;
}
.contact .text-part {
  margin: 0 auto;
  max-width: 580px;
}
.contact .h6-before {
  color: #11154f;
  margin-bottom: 0;
  font-size: 18px;
}
.contact .h6-before::before {
  background: #3333ff;
}
.contact .h2-title {
  margin-bottom: 20px;
  line-height: 1.1;
}
.contact:not(.thank-you) .h2-title::before {
  display: none;
}
.contact.thank-you .text-part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact.thank-you .text-part p {
  font-size: 20px;
  color: #11154f;
}
.contact .drop {
  display: block;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
.contact .drop h3 {
  font-size: 22px;
  color: #11154f;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 437px;
  padding: 13px 30px;
  cursor: pointer;
}
.contact .drop h3 span {
  margin-right: 15px;
}
.contact .drop h3 + p, .contact .drop .select + p {
  display:none;
}
.contact .drop .select {
  border-top: 1px solid #ccccff;
  padding: 10px 0 20px;
  display: none;
}
.contact .select li {
  padding: 10px 30px;
  font-size: 18px;
  color: #11154f;
  cursor: pointer;
}
.contact .select li:hover {
  color: #3333ff;
}
.contact form {
  max-width: 525px;
  position: relative;
  padding-top: 70px;
}
.contact.apply-job form {
  padding-top: 20px;
}
.contact input, .contact textarea {
  padding: 13px 15px;
  border: 1px solid #ccccff;
  margin-bottom: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-size: 16px;
  color: #11154f;
}
.contact input::placeholder, .contact textarea::placeholder {
  color: #11154f;
  opacity: 1;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
  color: #11154f;
}
.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder {
  color: #11154f;
}
.contact input[type="email"], .contact input[type="tel"], textarea {
  width: 100%;
}
.contact form > div {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form-control-wrap {
  max-width: 49%;
}
.contact form div input {
  width: 100%;
}
.contact form button, .contact form input[type="submit"] {
  background: #3333ff;
  color: #fff;
  width: 230px;
  font-size: 22px;
  padding: 11px 25px;
  outline: none;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.contact form button:hover, .contact form input[type="submit"]:hover {
  background: #2626e3;
  border: 1px solid #2626e3;
}
/* checkbox */
.checkbox {
  position: relative;
  margin: 15px 0 40px;
  display: block;
}
.checkbox input {
	display: none;
}
.checkbox label {
	font-size: 15px;
	color: #c7c8d6;
	display: inline-block;
	padding: 5px 0 5px 35px;
	cursor: pointer;
}
.checkbox a {
  color: #c7c8d6;
  text-decoration: underline;
}
.checkbox label::before {
  content: '';
  display: inline-block;
  background: #3333ff;
  position: absolute;
  left: 1px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 10px solid #fff;
  transition: border .3s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkbox label.checked::before {
	border-color: #fff;
	border-width: 3px;
}
.checkbox label.checked, .checkbox label.checked a {
	transition: color .7s ease;
}
.checkbox label.checked, .checkbox label.checked a {
	color: #5D5D5D;
}
.checkbox label::after {
  content: '';
  background: #3333ff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact form .acceptance-122 {
  position: absolute;
}
.checkbox br {
  display: none;
} 
.wpcf7-not-valid-tip {
  margin-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 30px 0;
}
.apply-job .upload {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.apply-job .upload > span {
  display: none;
}
.apply-job .upload label {
  cursor: pointer;
  font-size: 16px;
}
.apply-job .upload label span {
  padding: 17px 20px;
  border: 1px solid #ccccff;
  display: inline-block;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-right: 20px;
}

.careers-description {
  padding: 140px 0;
}
.careers-description .image {
  padding-left: 0;
}
.careers-description .container-half {
  height: 100%;
}
.careers-description .text-part {
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.careers-description .text-part p {
  font-size: 18px;
  line-height: 1.6;
  color: #11154f;
}
.careers-description .text-part p + p {
  margin-top: 30px;
}

.careers-single {
  padding: 200px 0 140px;
  color: #11154f;
}
.careers-single .for-position {
  justify-content: center;
}
.careers-single .h6-before {
  color: #11154f;
}
.careers-single .h6-before::before {
  background: #3333ff;
}
.careers-single h1 {
  font-size: 45px;
  margin-bottom: 70px;
  line-height: 1.2;
}
.careers-single .content > *:first-child {
  margin-top: 0;
}
.careers-single p, .careers-single ul {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.6;
}
.careers-single h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 40px;
}
.careers-single ul {
  padding-left: 20px;
  list-style-type: disc;
}
.careers-single a {
  margin-top: 50px;
  max-width: 285px;
}
.careers-single .text-part {
  max-width: 200px;
  margin: 0 auto;
}
.careers-single .text-part h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.careers-single .text-part h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 5px;
}

/* half container half container-fluid sections */
@media (min-width: 768px) {
  .container-half {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .container-half {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .container-half {
    max-width: 540px;
  }
}
@media (min-width: 1550px) {
  .container-half {
    max-width: 695px;
  }
}

.the-team {
  padding: 70px 0;
}
.the-team h2 {
  margin-bottom: 70px;
}
.the-team .for-position {
  justify-content: center;
}
.the-team .single-team {
  max-width: 330px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}
.the-team .single-team > img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.the-team .single-team h3 {
  font-size: 22px;
  color: #11154f;
  line-height: 1.45;
}
.the-team .single-team > h3 {
  margin-top: 25px;
}
.the-team .single-team h6 {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 15px;
  color: #11154f;
}
.the-team .single-team p {
  font-size: 18px;
  color: #11154f;
  line-height: 1.55;
  margin-top: 20px;
}
.the-team .single-team .icons {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.the-team .single-team .icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3333ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.the-team .single-team .icons a + a {
  margin-left: 20px;
}
.the-team .single-team .icons a:hover {
  background: #3333ff;
}
.the-team .single-team .icons a:hover svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(120%) contrast(102%);
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(120%) contrast(102%);
}
.the-team .single-team h5 {
  font-size: 18px;
  color: #3333ff;
  line-height: 1.45;
  margin-top: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.the-team .single-team h5 ion-icon {
  position: relative;
  left: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.the-team .single-team h5:hover ion-icon {
  left: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.the-team .team-popup {
  display: none;
}
.the-team .team-popup.show {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 150px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.the-team .team-popup .inner-part {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  max-width: 725px;
  height: 790px;
  max-height: 100%;
  overflow: auto;
  position: relative;
}
.the-team .team-popup .close {
  position: absolute;
  padding: 10px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.the-team .team-popup .person {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.the-team .team-popup .person div {
  margin-left: 40px;
}
.the-team .team-popup h4 {
  font-size: 22px;
  color: #11154f;
  line-height: 1.45;
}
.the-team .team-popup p {
  margin-top: 35px;
}

.all-blogs-page {
  padding: 300px 0 90px;
  background: url(images/blog-back.jpg) center top no-repeat;
}
.all-blogs-page .top-blog, .all-blogs-page .blogs-part {
  max-width: 1250px;
  margin: 0 auto;
}
.all-blogs-page .top-blog h1 {
  font-size: 77px;
  text-align: center;
  color: #3333ff;
  position: relative;
}
.all-blogs-page .top-blog h1::before {
  content: '';
  height: 1px;
  width: 95px;
  background: #3333ff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.all-blogs-page .top-blog p {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #11154f;
  margin-top: 50px;
}
.all-blogs-page .top-blog > h6 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 50px;
  text-align: center;
  color: #11154f;
}
.all-blogs-page .top-blog .filters {
  position: relative;
  padding-bottom: 100px;
  margin-top: 15px;
}
.all-blogs-page .drop {
  display: block;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #fff;
  z-index: 10;
}
.all-blogs-page .drop h6 {
  font-size: 16px;
  color: #11154f;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  padding: 13px 30px;
  cursor: pointer;
}
.all-blogs-page .drop h6 span {
  margin-right: 15px;
}
.all-blogs-page .drop .select {
  border-top: 1px solid #ccccff;
  padding: 10px 0 20px;
  display: none;
}
.all-blogs-page .select li a {
  padding: 10px 30px;
  font-size: 16px;
  color: #626679;
  cursor: pointer;
  display: block;
}
.all-blogs-page .select li a:hover {
  color: #3333ff;
  text-decoration: none;
}
.all-blogs-page .all-blogs > div {
  margin-bottom: 30px;
}
.all-blogs-page .all-blogs > div:first-child {
  margin-bottom: 80px;
}
.blogs-part a {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: block;
  overflow: hidden;
}
.blogs-part a:hover {
  text-decoration: none;
}
.blogs-part .one-blog {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blogs-part .image-part {
  position: relative;
  overflow: hidden;
}
.blogs-part .image-part img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blogs-part .image-part img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blogs-part .image-part h5 {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  color: #3333ff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blogs-part .text-part {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}
.blogs-part h6 {
  font-size: 13px;
  color: #11154f;
  line-height: 1.2;
}
.blogs-part h6 span {
  color: #3333ff;
}
.blogs-part h3 {
  font-size: 22px;
  line-height: 1.35;
  margin-top: 15px;
  color: #11154f;
}
.blogs-part .one-blog h3 {
  min-height: 60px;
}
.blogs-part p {
  flex: 1;
  font-size: 18px;
  line-height: 1.55;
  color: #11154f;
  margin-top: 30px;
}
.blogs-part .text-part h5 {
  margin-top: 30px;
  font-size: 18px;
  color: #3333ff;
}
.blogs-part h5 ion-icon {
  margin-left: 5px;
  position: relative;
  top: 3px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
.blogs-part h5:hover ion-icon {
  margin-left: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.all-blogs-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.all-blogs-page .pagination a, .all-blogs-page .pagination span {
  color: #11154f;
  font-size: 18px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 10px;
}
.all-blogs-page .pagination a:hover, .all-blogs-page .pagination a.active, .all-blogs-page .pagination span.current {
  color: #fff;
  background: #3333ff;
  text-decoration: none;
}
.all-blogs-page .pagination a:first-child {
  margin-right: 60px;
}
.all-blogs-page .pagination a:last-child {
  margin-left: 60px;
}
.all-blogs-page .pagination a:first-child, .all-blogs-page .pagination a:last-child {
  background: #e9eaf9;
}

.one-blog-page {
  padding: 250px 0;
  color: #11154f;
}
.one-blog-page .inner-page {
  max-width: 1250px;
  margin: 0 auto;
}
.one-blog-page .inner-page > .text-part {
  max-width: 820px;
  margin-bottom: 20px;
}
.one-blog-page .h6-before {
  color: #11154f;
}
.one-blog-page .h6-before::before {
  background: #3333ff;
}
.one-blog-page h1 {
  font-size: 45px;
  line-height: 1.1;
}
.one-blog-page .category {
  background: #fff;
  color: #3333ff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  display: inline-block;
  padding: 8px 15px;
}
.one-blog-page .author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.one-blog-page .author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
}
.one-blog-page .about-author h4 {
  font-size: 22px;
  line-height: 1.55;
}
.one-blog-page .about-author h5 {
  font-size: 18px;
}
.one-blog-page .about-author h6 {
  font-size: 16px;
  line-height: 2;
}
.one-blog-page .blogs-part a {
  margin-top: 30px;
}
.one-blog-page .content {
  max-width: 770px;
  color: #11154f;
}
.one-blog-page .content a {
  color: #3333ff;
}
.one-blog-page .content > *:first-child, .one-blog-page .content > *:first-child * {
  margin-top: 0;
}
.one-blog-page .content p {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 30px;
}
.one-blog-page .content h2 {
  font-size: 35px;
  line-height: 1.1;
  margin-top: 50px;
}
.one-blog-page .content h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-top: 50px;
}
.one-blog-page .content ul {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 30px;
  padding-left: 40px;
}
.one-blog-page .content li {
  list-style-image: url(images/blog-arrow.png);
  padding-left: 10px;
}
.one-blog-page .content li + li {
  margin-top: 20px;
}
.one-blog-page .content img {
  margin-top: 30px;
}
.one-blog-page .content h4 {
  font-size: 25px;
  line-height: 1.2;
  margin-top: 30px;
}
.one-blog-page .content blockquote {
  margin-top: 60px;
  border-left: 2px solid #3333ff;
  padding: 10px 20px 20px;
}
.one-blog-page .content blockquote p {
  font-size: 22px;
  line-height: 1.55;
}
.one-blog-page .content blockquote h5 {
  margin-top: 40px;
  color: #3333ff;
  font-size: 18px;
  line-height: 1.55;
}
.one-blog-page .content blockquote h6 {
  font-size: 18px;
  line-height: 1.55;
}
.one-blog-page .bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.one-blog-page .bottom-part .share {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.one-blog-page .bottom-part .share .share-icons {
  display: flex;
  align-items: center;
}
.one-blog-page .bottom-part .navigate {
  display: flex;
  align-items: center;
}
.one-blog-page .bottom-part h6, .one-blog-page .bottom-part a {
  font-size: 18px;
  color: #11154f;
}
.one-blog-page .bottom-part .share a {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #3333ff;
}
.one-blog-page .bottom-part .share a:hover {
  background: #3333ff;
}
.one-blog-page .bottom-part .share a:hover svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(120%) contrast(102%);
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(120%) contrast(102%);
}
.one-blog-page .bottom-part .navigate a {
  display: flex;
  align-items: center;
}
.one-blog-page .bottom-part .navigate ion-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3333ff;
  border: 1px solid #3333ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7px;
  padding: 5px;
}


footer {
  background: #11154f;
}
footer .top-part {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-logo {
  max-height: 55px;
}
footer .links {
  margin: 0 15px;
}
footer .links a, footer h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}
footer .links a {
  padding: 0 15px;
}
footer .social {
  display: flex;
  align-items: center;
  min-width: 235px;
  justify-content: flex-end;
}
footer .social a {
  margin-left: 10px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
}
footer .social a:hover {
  background: #3333ff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #3333ff;
}
footer .bottom-part {
  border-top: 1px solid #fff;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
}
footer h6 {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}
footer .bottom-part a {
  font-size: 15px;
  color: #fff;
  margin-left: 5px;
}
footer .bottom-part a + a {
  padding-left: 5px;
  border-left: 1px solid #fff;
}
footer .scroll {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
}
footer .scroll p {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
footer .scroll ion-icon {
  animation: scroll-jump 1s infinite;
  -webkit-animation: scroll-jump 1s infinite;
  position: relative;
  right: 10px;
}

@-webkit-keyframes scroll-jump {
  0% {
    right: 10px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 10px;
  }
}

@keyframes scroll-jump {
  0% {
    right: 10px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 10px;
  }
}

.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 15px;
  text-align: center;
}
.error-page h1 {
  font-size: 80px;
}
.error-page h2 {
  font-size: 45px;
  margin-top: 10px;
}
.error-page p {
  font-size: 24px;
  margin-top: 50px;
  line-height: 1.3;
}
.error-page a {
  font-size: 24px;
  text-decoration: underline;
  color: #000;
  margin-top: 10px;
}

.text-page {
  padding: 300px 0 100px;
  max-width: 1010px;
  margin: 0 auto;
  color: #11154f;
}
.page-template-page-text {
  background: url(images/text-back.jpg) center top no-repeat;
}
.text-page h1 {
  text-align: center;
  color: #3333ff;
  font-size: 77px;
  position: relative;
}
.text-page h1::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 95px;
  background: #3333ff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.text-page h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  margin-top: 35px;
  margin-bottom: 80px;
}
.text-page h3 {
  font-size: 30px;
  margin-top: 30px;
  line-height: 1.1;
}
.text-page h1 + h3, .text-page h1 + p {
  margin-top: 100px;
}
.text-page p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
}
.text-page p.big {
  text-transform: uppercase;
}
.text-page p strong {
  font-weight: 700;
}
.text-page p a, .text-page table a {
  color: #3333ff;
}
.text-page ul {
  font-size: 18px;
  line-height: 1.5;
  list-style: disc;
  padding-left: 20px;
}
.text-page div.table-responsive {
  padding: 20px 0;
}
.text-page table td:not(:last-child) {
  border-right: 1px solid #11154f;
}
.text-page table td {
  border-top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.text-page table tr:not(:first-child) td {
  border-top: 1px solid #11154f;
}
.text-page table tr:first-child td {
  text-transform: uppercase;
  color: #3333ff;
}
.text-page .c-buttons button, .text-page .c-buttons button.active {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  color: #11154f;
}
.text-page .c-buttons button.active {
  color: #3333ff;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
  padding: 20px 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important;
}
.hamburger:hover {
  opacity: 0.7; 
}
.hamburger.is-active:hover {
  opacity: 0.7; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1e2631; 
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #1e2631;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}
.hamburger-inner::before {
  top: -10px; 
}
.hamburger-inner::after {
  bottom: -10px; 
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -moz-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -ms-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -moz-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -ms-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.videos-in-action a {
  text-decoration: none
}
.videos-in-action a:hover .play-button {
  background: #3333ff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.videos-in-action a:hover .play-button svg {
  filter: invert(86%) sepia(75%) saturate(0%) hue-rotate(202deg) brightness(107%) contrast(101%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.videos-in-action .image-part {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.videos-in-action .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content:center;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
}
.videos-in-action h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #11154f;
  padding: 30px 10px;
}

@media (min-width: 1921px) {
  .all-blogs-page {
    background-size: contain;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1450px;
  }
}

@media (max-width: 1549px) {
  #videos .slick-prev {
    left: 43%;
  }
  #videos .slick-next {
    right: 43%;
  }
}

@media (max-width: 1499px) {
  .text-page {
    padding: 150px 0 100px;
  }
  .accordion-section .tab1 .top {
    top: 20%;
    left: 54%;
  }
  .accordion-section .tab1 .left {
    top: 54%;
    left: 36%;
  }
  .accordion-section .tab1 .right {
    top: 51%;
    left: 58%;
  }
  .accordion-section .tab2 .left {
    top: 37%;
    left: 1.5%;
  }
  .accordion-section .tab2 .right {
    top: 37%;
    left: 48%;
  }
  .accordion-section .tab2 .center {
    top: 21%;
    left: 49.5%;
  }
  .accordion-section .tab2 .top {
    top: 12%;
    left: 58%;
  }
  .accordion-section .tab3 .left {
    top: 22%;
    left: 8%;
  }
  .accordion-section .tab3 .center {
    top: 23%;
    left: 42%;
  }
  .accordion-section .tab3 .top {
    top: 17%;
    left: 47%;
  }
  .accordion-section .tab3 .right {
    top: 30%;
    left: 46%;
  }
  .accordion-section .tab4 .left {
    top: 20%;
    left: 42.5%;
  }
  .accordion-section .tab4 .center {
    top: 15.5%;
    left: 18%;
  }
  .accordion-section .tab4 .top {
    top: 12%;
    left: 58%;
  }

  /* fot small laptops */
  .baner-home h1 {
    font-size: 60px;
  }
  .baner-home .links {
    margin-top: 60px;
  }
  .baner-home a {
    font-size: 18px;
  }
  .h2-title {
    font-size: 55px;
  }
  .testimonials .image-part img {
    max-height: 400px;
  }
  .testimonials .text-part {
    padding-bottom: 100px;
  }
  .testimonials button ion-icon {
    width: 25px;
    height: 25px;
  }
  .reach-out h3 {
    font-size: 50px;
  }
  .locations .map-container {
    margin-top: 100px;
  }
  .hover-boxes .single-box {
    min-height: 400px;
  }
  .learn-more h2 {
    margin-bottom: 80px;
  }
  .bottom-section h2, .bottom-section h2 {
    font-size: 55px;
  }
  .accordion-section .upcoming {
    top: 0;
    right: 0;
  }
  .accordion-section .tabs {
    margin-bottom: 50px;
  }
  .accordion-section .tabs-content > div {
    max-width: 720px;
  }
  .accordion-section .pulsating img {
    left: -90%;
    top: -110%;
    max-width: 230px;
  }
  .accordion-section .tabs li {
    padding: 13px;
    font-size: 20px;
    width: 210px;
  }
}

@media (max-width: 1250px) {
  footer .scroll {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hover-boxes .container {
    max-width: 900px;
  }
  .hover-boxes .single-box {
    min-height: 290px;
    width: 24%;
  }
  .hover-boxes .back h6 {
    font-size: 17px;
  }
  .hover-boxes .back .text-part {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .accordion-section .tab2 .pulsating.left, .accordion-section .tab3 .pulsating.left, .accordion-section .tab4 .pulsating.center {
    flex-direction: row-reverse;
  }
  .accordion-section .tab2 .pulsating.left .description, .accordion-section .tab3 .pulsating.left .description, .accordion-section .tab4 .pulsating.center .description {
    margin-left: 0px;
    margin-right: 55px;
  }
}

@media (max-width: 1199px) {
  .image-text-outer .image-text-inner + .image-text-inner {
    margin-top: 60px;
  }
  #testimonials button ion-icon {
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  .testimonials .text-part {
    padding-bottom: 80px;
  }
  .image-text-outer {
    padding: 120px 0px 60px;
  }
  .locations .puls-outer.usa {
    top: 125px;
    left: 205px;
  }
  .locations .puls-outer.germany {
    top: 95px;
    right: 460px;
  }
  .locations .puls-outer.austria-one {
    top: 125px;
    right: 460px;
  }
  .locations .puls-outer.austria-two {
    top: 110px;
    right: 430px;
  }
  .locations .puls-outer.portugal {
    top: 130px;
    right: 505px;
  }
  .h2-title {
    font-size: 50px;
  }
  .accordion-section .tabs li + li {
    margin-left: 10px;
  }
  .baner-home h1 {
    font-size: 70px;
  }
  .baner-home .links {
    margin-top: 60px;
  }
  .baner-home a {
    font-size: 20px;
    padding: 20px 30px;
  }
  .hover-boxes {
    padding: 100px 0 60px;
  }
  .accordion-section {
    padding: 80px 0 20px;
  }
  .demo {
    padding: 60px 15px;
  }
  .head-to-toe h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .bottom-section {
    padding: 60px 0;
  }
  .learn-more .single-item p {
    font-size: 22px;
  }
  .learn-more .single-item > a {
    font-size: 20px;
    padding: 15px 40px;
  }
  .bottom-section h2 {
    font-size: 50px;
  }
  .bottom-section a {
    margin: 60px auto 0;
  }
  .accordion-section .pulsating img {
    left: -80%;
    top: -85%;
    max-width: 200px;
  }
  .accordion-section .tab1 .left {
    top: 54%;
    left: 33%;
  }
  .accordion-section .tab1 .right {
    top: 51%;
    left: 59%;
  }
  .accordion-section .tab2 .left {
    top: 37%;
    left: 26.5%;
  }
  .accordion-section .tab3 .left {
    top: 22%;
    left: 35%;
  }
  .accordion-section .tab3 .center {
    top: 23%;
    left: 41%;
  }
  .accordion-section .tab4 .center {
    top: 15.5%;
    left: 47%;
  }
  .accordion-section .tab4 .left {
    top: 20%;
    left: 41.5%;
  }
  .all-blogs-page {
    padding: 150px 0 90px;
  }
  .one-blog-page {
    padding: 150px 0;
  }
  .videos-in-action h3 {
    font-size: 20px;
  }
  .videos-in-action .play-button {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 992px) {
  .locations .mobile-locations {
    display: none;
  }
  header ul ul {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header li:hover ul {
    max-height: 100vh;
    padding: 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header li:hover ul a {
    padding: 10px 20px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .hamburger {
		display: block;
  }
  header .header-inner > ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    background: #fff;
    top: 87px;
    left: 1000px;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-bottom: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
  header .header-inner > ul.show {
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
  header .header-inner > ul li {
    width: 100%;
  }
  header .header-inner > ul > li {
    border-bottom: 1px solid #ccccff;
    padding: 10px 0;
  }
  header li a, .menu-item-has-children > a {
    padding: 25px 50px;
    font-size: 22px;
  }
  header li ul a {
    padding: 15px 50px;
    font-size: 18px;
  }
  .menu-item-has-children > a::after {
    right: 50px;
    top: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .menu-item-has-children > a.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header ul ul {
    display: none;
  }

  .baner-home .text {
    min-height: 100vh;
  }
  .baner-home h1 {
    font-size: 60px;
  }
  .baner-home .links {
    margin-top: 50px;
  }
  .baner-home a {
    padding: 20px 40px;
  }
  .h2-title {
    line-height: 1.1;
  }
  .image-text-outer .links {
    flex-direction: column;
  }
  .black-button + .blue-button {
    margin-left: 0;
    margin-top: 20px;
  }
  .distributed .logos > * + * {
    margin-left: 30px;
  }
  footer .top-part {
    flex-direction: column;
  }
  footer .links {
    margin: 20px 0 0;
  }
  footer .social {
    min-width: auto;
    margin-top: 20px;
  }
  footer .bottom-part {
    flex-direction: column;
    align-items: center;
  }
  footer h6 {
    margin-bottom: 20px;
    text-align: center;
  }
  .h2-title {
    font-size: 50px;
  }
  .locations .puls-outer.usa {
    top: 90px;
    left: 150px;
  }
  .locations .puls-outer.austria-two {
    top: 85px;
    right: 330px;
  }
  .locations .puls-outer.austria-one {
    top: 90px;
    right: 345px;
  }
  .locations .puls-outer.germany {
    top: 75px;
    right: 340px;
  }
  .locations .puls-outer.portugal {
    top: 100px;
    right: 375px;
  }
  .locations .pulsating-circle {
    width: 10px;
    height: 10px;
  }
  .pulsating-circle:before {
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
  }
  .accordion-section .tabs-content .pulsating {
    flex-direction: column;
  }
  .accordion-section .tabs-content .description {
    margin-left: 0;
    margin-top: 40px;
    width: 200px;
  }
  .accordion-section .tabs li {
    font-size: 18px;
  }
  .hover-boxes .single-box {
    width: 30%;
  }
  .contact .row {
    flex-direction: column-reverse;
  }
  .contact .text-part {
    padding-top: 50px;
  }
  .contact.thank-you .text-part {
    padding-top: 70px;
  }
  .accordion-section .tab1 .left {
    top: 57%;
    left: 16%;
  }
  .accordion-section .tab1 .top {
    top: 24%;
    left: 44%;
  }
  .accordion-section .tab1 .right {
    top: 57%;
    left: 50%;
  }
  .accordion-section .tab2 .left {
    top: 27%;
    left: 25.5%;
  }
  .accordion-section .tab2 .right {
    top: 42%;
    left: 35%;
  }
  .accordion-section .tab2 .center {
    top: 25%;
    left: 36.5%;
  }
  .accordion-section .tab2 .top {
    top: 16%;
    left: 50%;
  }
  .accordion-section .tab3 .left {
    top: 25%;
    left: 18%;
  }
  .accordion-section .tab3 .center {
    top: 25%;
    left: 26%;
  }
  .accordion-section .tab3 .right {
    top: 33%;
    left: 32%;
  }
  .accordion-section .tab3 .top {
    top: 20%;
    left: 33%;
  }
  .accordion-section .tab4 .left {
    top: 26%;
    left: 26.5%;
  }
  .accordion-section .tab4 .center {
    top: 20.5%;
    left: 33%;
  }
  .accordion-section .tab4 .top {
    top: 16%;
    left: 49%;
  }
  .careers-single {
    padding: 140px 0;
  }
  .one-blog-page .bottom-part {
    flex-direction: column;
    align-items: flex-start;
  }
  .one-blog-page .bottom-part .share {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .the-team .team-popup.show {
    padding: 100px 15px 15px;
  }
  .videos-in-action h3 {
    padding: 20px 10px;
  }
  #videos .slick-prev {
    left: 40%;
  }
  #videos .slick-next {
    right: 40%;
  }
}

@media (min-width: 768px) {
  .head-to-toe h2.mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .baner-home h1 {
    font-size: 50px;
  }
  .distributed .inner {
    flex-direction: column;
  }
  .distributed h4 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .image-text-outer .container, .about-left-right .container {
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
  }
  .image-text-outer .text-part {
    padding-top: 60px;
  }
  .h2-title {
    font-size: 40px;
  }
  .testimonials .text-part {
    padding-top: 30px;
  }
  #testimonials .slick-prev {
    left: 0;
  }
  #testimonials .slick-next {
    left: 70px;
  }
  .testimonials p, .testimonials h6 {
    font-size: 20px;
  }
  .testimonials p {
    margin-bottom: 30px;
  }
  .reach-out {
    padding: 60px 0;
  }
  .reach-out h3 {
    font-size: 40px;
    margin: 0 auto 40px;
  }
  .testimonials {
    padding-top: 80px;
  }
  .testimonials.home h2 {
    margin-bottom: 50px;
  }
  .testimonials .slider-outer {
    padding: 50px 0;
  }
  .about-left-right .text-part {
    padding-top: 60px;
  }
  .about-left-right {
    padding: 40px 0;
  }
  .locations {
    padding: 60px 0 80px;
  }
  .locations .map-container {
    margin-top: 50px;
  }
  .locations .puls-outer.usa {
    top: 65px;
    left: 110px;
  }
  .locations .puls-outer.germany {
    top: 55px;
    right: 250px;
  }
  .locations .puls-outer.austria-one {
    top: 70px;
    right: 255px;
  }
  .locations .puls-outer.austria-two {
    top: 65px;
    right: 240px;
  }
  .locations .puls-outer.portugal {
    top: 70px;
    right: 280px;
  }
  .baner-home .links {
    flex-direction: column;
  }
  .baner-home .links a + a {
    margin-left: 0;
    margin-top: 20px
  }
  .h6-before::before {
    width: 55px;
  }
  .hover-boxes .single-box {
    width: 47%;
  }
  .hover-boxes .single-box + .single-box {
    margin-left: 0;
  }
  .hover-boxes .single-box:nth-child(even) {
    margin-left: 30px;
  }
  .accordion-section h2 {
    margin-bottom: 60px;
  }
  .accordion-section .tabs {
    margin-bottom: 60px;
  }
  .head-to-toe h2::before {
    top: -20px;
  }
  .head-to-toe .text-part {
    padding-top: 60px;
  }
  .head-to-toe h2 {
    display: none;
    margin-bottom: 50px;
  }
  .head-to-toe h2.mobile {
    display: block;
  }
  .learn-more h2 {
    margin-bottom: 60px;
    text-align: center;
  }
  .learn-more .h2-title::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
  .learn-more .single-item {
    padding-bottom: 50px;
    align-items: center;
  }
  .learn-more .single-item p {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .learn-more {
    padding: 80px 0 10px;
  }
  .tabs-content .pulsating-circle {
    width: 20px;
    height: 20px;
  }
  .accordion-section .upcoming {
    top: -20px;
    max-width: 100px;
  }
  .accordion-section .pulsating img {
    top: -60%;
    max-width: 150px;
    left: -50%;
    border: 5px solid #3333ff;
  }
  .hover-boxes .single-box {
    min-height: 350px;
  }
  .hover-boxes .back h6, .hover-boxes .front h6 {
    font-size: 20px;
  }
  .text-page p {
    overflow: auto;
  }
  .text-page h1 {
    font-size: 45px;
  }
  .accordion-section .tab1 .left {
    top: 57%;
    left: 11%;
  }
  .accordion-section .tab1 .top {
    top: 25%;
    left: 39%;
  }
  .accordion-section .tab1 .right {
    top: 56%;
    left: 45%;
  }
  .accordion-section .tab2 .left {
    top: 27%;
    left: 20.5%;
  }
  .accordion-section .tab2 .right {
    top: 42%;
    left: 29%;
  }
  .accordion-section .tab2 .center {
    top: 25%;
    left: 31.5%;
  }
  .accordion-section .tab2 .top {
    top: 16%;
    left: 44%;
  }
  .accordion-section .tab3 .left {
    top: 25%;
    left: 13%;
  }
  .accordion-section .tab3 .center {
    top: 25%;
    left: 20%;
  }
  .accordion-section .tab3 .right {
    top: 33%;
    left: 26%;
  }
  .accordion-section .tab3 .top {
    top: 21%;
    left: 28%;
  }
  .accordion-section .tab4 .left {
    top: 27%;
    left: 21%;
  }
  .accordion-section .tab4 .center {
    top: 20.5%;
    left: 28%;
  }
  .accordion-section .tab4 .top {
    top: 16%;
    left: 44%;
  }
  .about-left-right .one-part {
    padding: 40px 0;
  }
  .careers-description {
    padding: 60px 0;
  }
  .careers-description .text-part {
    max-width: 100%;
    padding-top: 60px;
  }
  .h6-before {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .careers-single h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .careers-single .text-part {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .careers-single .mobile-position {
    flex-direction: column-reverse;
  }
  .distributed .inner.more-logos a {
    max-width: 44%;
  }
  .all-blogs-page .all-blogs > div:first-child {
    margin-bottom: 30px;
  }
  .blogs-part .one-blog h3 {
    min-height: auto;
  }
  .all-blogs-page .top-blog h1 {
    font-size: 45px;
  }
  .all-blogs-page .top-blog p {
    font-size: 24px;
    margin-top: 40px;
  }
  .all-blogs-page .top-blog > h6 {
    margin-top: 40px;
  }
  .blogs-part .text-part {
    padding: 30px 15px;
  }
  .all-blogs-page .pagination a {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .all-blogs-page .pagination a:first-child {
    margin-right: 20px;
  }
  .all-blogs-page .pagination a:last-child {
    margin-left: 20px;
  }
  .bottom-section.blog h2 {
    font-size: 30px;
  }
  .one-blog-page .blogs-part {
    padding-top: 30px;
  }
  .one-blog-page {
    padding: 100px 0;
  }
  .one-blog-page h1 {
    font-size: 35px;
  }
  .one-blog-page .content h2 {
    font-size: 30px;
  }
  .one-blog-page .content h3 {
    font-size: 24px;
  }
  .one-blog-page .content h4 {
    font-size: 20px;
  }
  .one-blog-page .content ul {
    padding-left: 20px;
  }
  .one-blog-page .content blockquote p {
    font-size: 18px;
  }
  .blogs-part .image-part h5 {
    top: 20px;
    left: 20px;
  }
  .image-text-inner .image-holder img:not(.big-image) {
    max-width: 15px;
  }
  .image-text-inner .image-holder img.circle {
    max-width: 30px;
  }
  .testimonials .image-part {
    display: flex;
    justify-content: center;
  }
  .testimonials .image-part::after {
    right: 0;
  }
  .the-team .team-popup .inner-part {
    padding: 30px 15px;
  }
  .the-team .team-popup .close {
    right: 5px;
  }
  .bottom-section.blog form.show {
    padding: 100px 15px 15px;
  }
  .bottom-section.blog form h3 {
    font-size: 35px;
  }
  .bottom-section.blog form input[type="email"], .bottom-section.blog form input[type="submit"] {
    font-size: 18px;
  }
  .bottom-section.blog .checkbox {
    margin-bottom: 30px;
  }
  .bottom-section.blog .mc-field-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-section.blog .mc-field-group input[type="submit"] {
    margin-top: 30px;
    margin-left: 0;
  }
  #newsletter-modal .modal-custom-content {
    padding:  50px 0 !important;
  }
  .testimonials .text-part {
    padding-bottom: 120px;
  }
  .learn-more, .videos-in-action {
    padding: 60px 0;
  }
  #videos .slick-prev {
    left: 37%;
  }
  #videos .slick-next {
    right: 37%;
  }
  #videos.more-videos {
    padding-bottom: 60px;
  }
  #videos button ion-icon {
    width: 20px;
    height: 20px;
  }
  #videos .slick-slide {
    padding: 0 5px;
  }
}

@media (min-width: 576px) {
  .mobile-map, .baner-home .overlay:not(.micromate) {
    display: none;
  }
}

@media (max-width: 575px) {
  .calculator blockquote a {
    padding-left: 0;
  }
  .accordion-section .tabs-content > div {
    max-height: 250px;
  }
  .hamburger {
		padding-left: 20px;
	}
	.hamburger-box {
		width: 30px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 30px;
	}
  .distributed .logos > * + * {
    margin-left: 20px;
  }
  .image-text-outer {
    padding: 80px 0px;
  }
  .locations .pulsating-circle {
    width: 6px;
    height: 6px;
  }
  .locations .puls-outer, .locations .map > img:not(.mobile-map) {
    display: none;
  }
  .locations .puls-outer.usa {
    top: 45px;
    left: 75px;
  }
  .locations .puls-outer.austria-one {
    top: 45px;
    right: 170px;
  }
  .locations .puls-outer.germany {
    top: 35px;
    right: 170px;
  }
  .locations .puls-outer.austria-two {
    top: 40px;
    right: 160px;
  }
  .locations .puls-outer.portugal {
    top: 50px;
    right: 188px;
  }
  .baner-home .text {
    padding: 100px 0;
  }
  .locations .map-part {
    display: none !important;
  }
  .hover-boxes .single-box {
    width: 100%;
    min-height: 380px;
  }
  .hover-boxes .single-box:nth-child(even) {
    margin-left: 0;
  }
  .accordion-section .tabs ul {
    flex-direction: column;
    align-items: center;
  }
  .accordion-section .tabs li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .hover-boxes {
    padding: 30px 0 60px;
  }
  .baner-home a {
    padding: 15px 30px;
    font-size: 18px;
  }
  .head-to-toe h2, .bottom-section h2 {
    font-size: 40px;
  }
  .bottom-section a {
    margin: 40px auto 0;
  }
  .accordion-section .tabs-content .description {
    margin-top: 30px;
    width: 150px;
  }
  .accordion-section .tabs-content p {
    font-size: 16px;
  }
  .contact {
    padding: 100px 0;
  }
  .contact .drop {
    width: 100%
  }
  .contact .drop h3 {
    font-size: 18px;
    min-width: 100%;
    padding: 13px 15px;
  }
  .calculator {
    padding: 80px 0 60px;
  }
  .calculator h2 {
    margin-bottom: 60px;
  }
  .bar-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .bar-item .bar-label {
    padding-left: 0;
    padding-top: 15px;
  }
  .accordion-section .tab1 .left {
    top: 57%;
    left: 9%;
  }
  .accordion-section .tab1 .top {
    top: 24%;
    left: 37%;
  }
  .accordion-section .tab1 .right {
    top: 56%;
    left: 43%;
  }
  .accordion-section .tab2 .left {
    top: 25%;
    left: 18.5%;
  }
  .accordion-section .tab3 .left {
    top: 25%;
    left: 11%;
  }
  .accordion-section .tab3 .center {
    top: 25%;
    left: 18%;
  }
  .accordion-section .tab3 .top {
    top: 19%;
    left: 26%;
  }
  .accordion-section .tab3 .right {
    top: 32%;
    left: 25%;
  }
  .accordion-section .tab4 .left {
    top: 27%;
    left: 19%;
  }
  .accordion-section .tab4 .center {
    top: 18.5%;
    left: 26%;
  }
  .baner-home, .baner-home.ifix, .baner-home.careers, .baner-home.our-team {
    background-position-x: 75%;
  }
  .baner-home.abot-us {
    background-position-x: 80%;
  }
  .the-team h2 {
    margin-bottom: 50px;
  }
  .the-team .single-team {
    padding: 30px 0;
  }
  .the-team .team-popup .person {
    flex-direction: column;
    text-align: center;
    margin-bottom: 35px;
  }
  .the-team .team-popup .person div {
    margin-left: 0;
    margin-top: 20px;
  }
  .the-team .team-popup h4 {
    font-size: 20px;
  }
  .head-to-toe .image-holder {
    max-width: 200px;
  }
  .head-to-toe .pulsating-circle, .tabs-content .pulsating-circle {
    width: 25px;
    height: 25px;
  }
  .testimonials .image-part img {
    max-height: 300px;
  }
  .testimonials .image-part::after {
    content: url(images/quotation-image-mobile.png);
  }
  .testimonials.home .image-part::after {
    content: url(images/quotation-image-home-mobile.png);
  }
  .testimonials .image-part::after {
    right: 25px;
  }
  #videos .slick-prev {
    left: 32%;
  }
  #videos .slick-next {
    right: 32%;
  }
}


/*COOKIE CSS*/
.cookie-info-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    background: #fff;
    z-index: 99999;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0px -1px 8px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -1px 8px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -1px 8px -1px rgba(0, 0, 0, 0.3);
}

.cookie-info-banner p {
    font-size: 15px;
    line-height: 1.6;
}

.buttonss {
    min-width: 465px;
    text-align: center;
}

.buttonss #accept-all-cookies, .buttonss a {
  font-size: 17px;
  line-height: 1;
  border: none;
  display: inline-block;
  border-radius: 50px;
  padding: 13px 38px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  min-width: 213px;
  border: 1px solid #3333ff;
}
.buttonss #accept-all-cookies {
  background: #3333ff;
  color: #fff;
}
.buttonss a {
  color: #3333ff;
  margin-left: 30px;
}

.c-buttons button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 42px;
    font-weight: 700;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.c-buttons button.active {
    border: 2px solid #6fcff0;
    background-color: #6fcff0;
    color: #fff;
}

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

    .cookie-info-banner {display: block}
    .cookie-info-banner p {
        margin-bottom: 20px;
    }
    .cookie-info-banner {
        padding: 20px 15px;
    }
    .c-buttons button {
        padding: 10px 17px;
    }
    .buttonss {
        min-width: 100%;
    }
    .buttonss a {
      margin-left: 0;
      margin-top: 10px;
    }
    .buttonss #accept-all-cookies, .buttonss a {
      font-size: 14px;
    }
}

/**************************
    * MODAL
**************************/
.overlay-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.overlay-fullscreen.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4791491596638656) 35%, rgba(255, 255, 255, 0.4206057422969187) 100%);
}
#where-to-buy-modal .cancel-fullscreen, #share-modal .cancel-fullscreen, #newsletter-modal .cancel-fullscreen {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.buy-button.ajax.opacity {
  opacity: 0.4;
  cursor: auto;
}

.mc4wp-success p, #mce-success-response {
  font-weight: 600;
  padding: 20px;
  color: #0ba20b;
  max-width: 500px;
  margin: 0 auto;
}


#mce-error-response {
  font-weight: 600;
  padding: 20px;
  color: #a20b0b;
  max-width: 500px;
  margin: 0 auto;
}

#where-to-buy-modal, #share-modal, #newsletter-modal {
  width: 100%;
  position: fixed;
  background: #fff;
  background-size: cover;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 17px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 17px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 17px 25px 0px rgba(0, 0, 0, 0.2);
}

#share-modal {
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 200px
}

#share-modal ul {
  margin: 20px 0
}

#share-modal ul li a {
  padding: 10px 20px;
  text-align: left;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}

#share-modal ul li a svg {
  width: 20px;
  margin-right: 20px
}

#share-modal ul li:hover {
  background: #70cfee;
}

#where-to-buy-modal.open, #share-modal.open, #newsletter-modal.open {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
}

#where-to-buy-modal, #share-modal {
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 15px;
}

#where-to-buy-modal .modal-wrapper, #share-modal .modal-wrapper, #newsletter-modal .modal-wrapper {
  max-height: 680px;
  overflow-y: auto;
}

#newsletter-modal {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
}

#newsletter-modal .modal-custom-content {
  padding: 50px;
}

#newsletter-modal .modal-custom-content p {
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}


#newsletter-modal .modal-custom-content p a {
  color: #6fcff0
}

#complet-newsletter {
  display: block;
  max-width: 170px;
  margin: 35px auto 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

#reject-newsletter {
  display: block;
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
}