@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

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

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: 'Bebas Neue Bold';
  src: url("../fonts/BebasNeue Bold.eot");
  src: local("☺"), url("../fonts/BebasNeue Bold.woff") format("woff"), url("../fonts/BebasNeue Bold.ttf") format("truetype"), url("../fonts/BebasNeue Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Book';
  src: url("../fonts/BebasNeue Book.eot");
  src: local("☺"), url("../fonts/BebasNeue Book.woff") format("woff"), url("../fonts/BebasNeue Book.ttf") format("truetype"), url("../fonts/BebasNeue Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Light';
  src: url("../fonts/BebasNeue Light.eot");
  src: local("☺"), url("../fonts/BebasNeue Light.woff") format("woff"), url("../fonts/BebasNeue Light.ttf") format("truetype"), url("../fonts/BebasNeue Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Regular';
  src: url("../fonts/BebasNeue Regular.eot");
  src: local("☺"), url("../fonts/BebasNeue Regular.woff") format("woff"), url("../fonts/BebasNeue Regular.ttf") format("truetype"), url("../fonts/BebasNeue Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Thin';
  src: url("../fonts/BebasNeue Thin.eot");
  src: local("☺"), url("../fonts/BebasNeue Thin.woff") format("woff"), url("../fonts/BebasNeue Thin.ttf") format("truetype"), url("../fonts/BebasNeue Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
}

@media screen and (max-width: 700px) {
  html, body {
    height: auto;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: -410px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  height: 410px;
}

.center {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .center {
    width: 950px;
  }
}

@media screen and (max-width: 1000px) {
  .center {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 450px) {
  .center {
    padding: 0;
  }
}

.error {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.success {
  font-size: 16px;
  color: green;
  margin-top: 5px;
}

.center-button-holder {
  text-align: center;
}

.center-button-holder.enalbe-margin .button {
  margin: 0 10px;
}

@media screen and (max-width: 950px) {
  .center-button-holder.enalbe-margin .button {
    margin: 10px;
  }
}

h1 {
  color: #d72525;
  font-family: "Bebas Neue Bold", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 44px;
  margin: 30px 0px;
}

@media screen and (max-width: 700px) {
  h1 {
    margin: 0 0 30px;
    text-align: center;
  }
}

h2 {
  color: #323232;
  font-family: "Bebas Neue Bold", sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media screen and (max-width: 700px) {
  h2 {
    text-align: center;
  }
}

@media screen and (max-width: 330px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

h3 {
  color: #3a3a3a;
  margin: 0;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  h3 {
    font-size: 18px;
    line-height: 34px;
  }
}

h4 {
  color: #767676;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 800px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  color: #323232;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 700px) {
  p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }
}

input, select, textarea {
  padding: 20px 15px;
  border: 2px solid rgba(159, 163, 167, 0.5);
  margin-top: 30px;
  display: block;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

input:first-child, select:first-child, textarea:first-child {
  margin-top: 0;
}

textarea {
  height: 120px;
}

.sup {
  vertical-align: super;
  font-size: smaller;
}

.button {
  padding: 15px 40px;
  display: inline-block;
  line-height: 23px;
  transition: all 0.4s;
  border: 2px solid transparent;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  min-width: 300px;
}

@media screen and (max-width: 1150px) {
  .button {
    min-width: 250px;
  }
}

@media screen and (max-width: 950px) {
  .button {
    width: 100%;
    max-width: 300px;
    min-width: 0;
  }
  .button.bigger-button {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 800px) {
  .button {
    max-width: 250px;
    font-size: 16px;
    padding: 12px 24px;
  }
}

.main-button {
  color: #d72525;
  background: #fff;
  border-color: #d72525;
}

.main-button:hover, .main-button.active, .main-button.mixitup-control-active {
  color: #fff;
  background: #d72525;
}

.white-button {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.white-button:hover, .white-button.active, .white-button.mixitup-control-active {
  color: #3a3a3a;
  background: #fff;
}

.transparent-button {
  color: #d72525;
  background: transparent;
  border-color: #d72525;
}

.transparent-button:hover, .transparent-button.active, .transparent-button.mixitup-control-active {
  color: #fff;
  background: #d72525;
}

.red-link {
  color: #d72525;
  text-decoration: underline;
}

.top-header {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  max-height: 1000px;
}

.top-header .center {
  overflow: hidden;
}

@media screen and (max-width: 450px) {
  .top-header .center {
    padding: 20px 15px 0;
  }
}

@media screen and (max-width: 700px) {
  .top-header .logo {
    display: none;
  }
}

.logo svg {
  width: 200px;
  height: auto;
  max-height: 80px;
}

@media screen and (max-height: 700px) and (min-width: 1000px) {
  .de .people-holder .people-holder-text {
    left: 102px;
  }
}

.de .action-text {
  font-size: 28px;
  line-height: 32px;
}

@media screen and (min-width: 800px) {
  .de .counter-holder .single-counter p {
    min-height: 130px;
  }
}

.de .counter-holder .single-counter p:last-child {
  min-height: 0;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .de .single-person-holder.second-guy p {
    bottom: 50px;
  }
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .de .single-person-holder.third-guy p {
    width: 105px;
  }
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .de .single-person-holder p {
    font-size: 13px;
    line-height: 20px;
  }
}

.single-person-holder {
  position: absolute;
  width: 310px;
  height: 300px;
  border-radius: 150px;
  transition: all 1.6s;
  z-index: 2;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder {
    width: 210px;
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .single-person-holder {
    width: 250px;
    height: 240px;
  }
}

.single-person-holder.first-guy {
  top: -80px;
  left: 150px;
  transform: translateY(-700px);
  -webkit-transform: translateY(-700px);
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.first-guy {
    left: 90px;
    top: -50px;
  }
}

@media screen and (max-width: 700px) {
  .single-person-holder.first-guy {
    left: 150px;
  }
}

@media screen and (max-width: 430px) {
  .single-person-holder.first-guy {
    left: 100px;
  }
}

@media screen and (max-width: 380px) {
  .single-person-holder.first-guy {
    left: 50px;
    width: 210px;
    height: 200px;
  }
}

.single-person-holder.first-guy .circle {
  background: #444444;
}

.single-person-holder.first-guy img {
  bottom: 2px;
  right: 20px;
  border-bottom-right-radius: 119px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.first-guy img {
    bottom: 1px;
    right: 0px;
    border-bottom-right-radius: 99px;
  }
}

@media screen and (max-width: 700px) {
  .single-person-holder.first-guy img {
    bottom: 2px;
    right: 15px;
    border-bottom-right-radius: 95px;
  }
}

@media screen and (max-width: 380px) {
  .single-person-holder.first-guy img {
    right: 7px;
  }
}

.single-person-holder.first-guy p {
  width: 122px;
  bottom: 65px;
  left: 27px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.first-guy p {
    width: 105px;
    bottom: 28px;
    left: 18px;
  }
}

@media screen and (max-width: 700px) {
  .single-person-holder.first-guy p {
    bottom: 48px;
    left: 28px;
  }
}

@media screen and (max-width: 380px) {
  .single-person-holder.first-guy p {
    bottom: 28px;
    left: 20px;
  }
}

.single-person-holder.second-guy {
  top: auto;
  bottom: 10px;
  left: -110px;
  width: 260px;
  height: 250px;
  transform: translateX(-480px);
  -webkit-transform: translateX(-480px);
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.second-guy {
    width: 190px;
    height: 180px;
    left: -90px;
  }
}

@media screen and (max-width: 700px) {
  .single-person-holder.second-guy {
    left: 40px;
  }
}

@media screen and (max-width: 510px) {
  .single-person-holder.second-guy {
    bottom: 130px;
  }
}

@media screen and (max-width: 450px) {
  .single-person-holder.second-guy {
    bottom: 135px;
  }
}

.single-person-holder.second-guy .circle {
  background: #d72525;
}

.single-person-holder.second-guy img {
  bottom: 0;
  left: -30px;
}

.single-person-holder.second-guy p {
  width: 100px;
  left: 115px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.second-guy p {
    width: 90px;
    left: 75px;
    bottom: 40px;
  }
}

.single-person-holder.third-guy {
  width: 260px;
  height: 250px;
  bottom: 50px;
  right: -80px;
  top: auto;
  left: auto;
  transform: translateX(600px);
  -webkit-transform: translateX(600px);
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.third-guy {
    width: 190px;
    height: 180px;
    right: -90px;
  }
}

@media screen and (max-width: 700px) {
  .single-person-holder.third-guy {
    right: 20px;
  }
}

@media screen and (max-width: 650px) {
  .single-person-holder.third-guy {
    right: 100px;
  }
}

@media screen and (max-width: 550px) {
  .single-person-holder.third-guy {
    right: 160px;
    bottom: 30px;
  }
}

@media screen and (max-width: 510px) {
  .single-person-holder.third-guy {
    right: 230px;
    bottom: -30px;
  }
}

@media screen and (max-width: 430px) {
  .single-person-holder.third-guy {
    right: 280px;
  }
}

@media screen and (max-width: 380px) {
  .single-person-holder.third-guy {
    left: 115px;
    bottom: -60px;
    right: auto;
  }
}

@media screen and (max-width: 370px) {
  .single-person-holder.third-guy {
    left: 105px;
  }
}

@media screen and (max-width: 355px) {
  .single-person-holder.third-guy {
    left: 95px;
  }
}

@media screen and (max-width: 345px) {
  .single-person-holder.third-guy {
    left: 85px;
  }
}

@media screen and (max-width: 330px) {
  .single-person-holder.third-guy {
    left: 70px;
  }
}

.single-person-holder.third-guy .circle {
  background: #aeaeae;
}

.single-person-holder.third-guy img {
  bottom: -10px;
  right: -25px;
  transform: rotateY(180deg);
  transform-origin: 50% 50%;
}

.single-person-holder.third-guy p {
  bottom: 75px;
  left: 25px;
  width: 128px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder.third-guy p {
    width: 95px;
    left: 20px;
    bottom: 45px;
  }
}

.single-person-holder.visible {
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
}

.single-person-holder .circle {
  width: 100%;
  height: 100%;
  border-radius: 150px;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(0);
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.2);
}

.single-person-holder img {
  width: auto;
  height: 450px;
  position: absolute;
  transition: all 0.4s;
  transform-origin: 100% 100%;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder img {
    height: 280px;
  }
}

@media screen and (max-width: 380px) {
  .single-person-holder img {
    height: 230px;
  }
}

.single-person-holder p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
  position: absolute;
  bottom: 70px;
  left: 30px;
  text-align: center;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .single-person-holder p {
    font-size: 16px;
    line-height: 22px;
  }
}

.single-person-holder p span {
  display: block;
  width: 0;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
}

.single-person-holder p span.first-el {
  animation: typing 1s steps(40, end) 1.5s, blink-caret 0.75s step-end infinite, remove-maker 0.1s infinite 2.5s;
}

.single-person-holder p span.second-el {
  animation: typing 1s steps(40, end) 2.5s, blink-caret 0.75s step-end infinite, remove-maker 0.1s infinite 3.5s;
}

.single-person-holder p span.third-el {
  animation: typing 1s steps(40, end) 3.5s, blink-caret 0.75s step-end infinite, remove-maker 0.1s infinite 4.5s;
}

.action-text {
  color: #fff;
  font-family: "Bebas Neue Bold", sans-serif;
  font-size: 32px;
  box-shadow: 0px 4px 40px 5px rgba(0, 0, 0, 0.25);
  line-height: 36px;
  width: 120px;
  background: #fff;
  height: 120px;
  border: 4px solid transparent;
  position: absolute;
  border-radius: 150px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s;
  display: table;
  text-decoration: none;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .action-text {
    width: 110px;
    height: 110px;
  }
}

.action-text.black {
  color: #444444;
  border-color: #444444;
  left: -20px;
  top: -30px;
}

.action-text.black:hover {
  color: #fff;
  background: #444444;
  border-color: #fff;
}

.action-text.red {
  bottom: -40px;
  left: -35px;
  z-index: 2;
  color: #d72525;
  border-color: #d72525;
}

.action-text.red:hover {
  background: #d72525;
  color: #fff;
  border-color: #fff;
}

.action-text.gray {
  bottom: -60px;
  right: -25px;
  z-index: 2;
  color: #aeaeae;
  border-color: #aeaeae;
}

.action-text.gray:hover {
  background: #aeaeae;
  color: #fff;
  border-color: #fff;
}

.action-text span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 5px;
}

.people-holder {
  position: relative;
  width: 600px;
  height: 600px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  margin: 150px auto 100px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .people-holder {
    margin: 50px auto;
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .people-holder {
    width: 600px;
    height: 600px;
    margin-top: 150px;
  }
}

@media screen and (max-width: 510px) {
  .people-holder {
    margin-bottom: 120px;
  }
}

.people-holder:before, .people-holder:after {
  border-radius: 500px;
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.people-holder:before {
  border: 100px solid transparent;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .people-holder:before {
    border-width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .people-holder:before {
    border-width: 100px;
  }
}

.people-holder.visible:before {
  border-top-color: #f1f1f1;
  border-right-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
  transition: border-top-color 0.6s linear, border-right-color 0.6s linear 0.3s, border-bottom-color 0.6s linear 0.6s;
}

.people-holder:after {
  border: 0 solid transparent;
}

.people-holder.visible:after {
  border-top: 100px solid #f1f1f1;
  border-left-width: 100px;
  border-right-width: 100px;
  transform: rotate(270deg);
  transition: transform 1.2s linear 0s, border-left-width 0s linear 0.35s;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .people-holder.visible:after {
    border-width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .people-holder.visible:after {
    border-width: 100px;
  }
}

.people-holder .people-holder-text {
  position: absolute;
  top: 235px;
  left: 140px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .people-holder .people-holder-text {
    top: 165px;
    left: 105px;
  }
}

@media screen and (max-width: 700px) {
  .people-holder .people-holder-text {
    top: 245px;
    left: 170px;
  }
}

@media screen and (max-width: 650px) {
  .people-holder .people-holder-text {
    top: 215px;
  }
}

@media screen and (max-width: 550px) {
  .people-holder .people-holder-text {
    left: 155px;
  }
}

@media screen and (max-width: 510px) {
  .people-holder .people-holder-text {
    left: 220px;
    top: 225px;
  }
}

@media screen and (max-width: 400px) {
  .people-holder .people-holder-text {
    left: 215px;
  }
}

@media screen and (max-width: 380px) {
  .people-holder .people-holder-text {
    left: 165px;
    top: 180px;
  }
}

@media screen and (max-width: 365px) {
  .people-holder .people-holder-text {
    left: 155px;
  }
}

@media screen and (max-width: 355px) {
  .people-holder .people-holder-text {
    top: 180px;
  }
}

@media screen and (max-width: 330px) {
  .people-holder .people-holder-text {
    left: 145px;
    top: 175px;
  }
}

.people-holder .people-holder-text p {
  font-family: "Bebas Neue Bold", sans-serif;
  text-align: center;
  margin: 0;
  font-size: 52px;
  line-height: 62px;
}

@media screen and (max-height: 800px), screen and (max-width: 1000px) {
  .people-holder .people-holder-text p {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 700px) {
  .people-holder .people-holder-text p {
    font-size: 44px;
    line-height: 52px;
  }
}

@media screen and (max-width: 510px) {
  .people-holder .people-holder-text p {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 430px) {
  .people-holder .people-holder-text p {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 380px) {
  .people-holder .people-holder-text p {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 350px) {
  .people-holder .people-holder-text p {
    font-size: 28px;
    line-height: 34px;
  }
}

.people-holder .people-holder-text p .red {
  color: #d72525;
}

.change-language-holder {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .change-language-holder {
    right: 15px;
  }
}

@media screen and (max-width: 700px) {
  .change-language-holder {
    z-index: 20;
    right: auto;
    left: 140px;
    top: 24px;
    position: fixed;
  }
}

.change-language-holder a, .change-language-holder span {
  display: inline-block;
  vertical-align: top;
}

.change-language-holder span {
  margin: 0 5px;
}

@media screen and (max-width: 700px) {
  .change-language-holder span {
    color: #fff;
  }
}

.change-language-holder a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #444444;
  transition: all 0.4s;
}

@media screen and (max-width: 700px) {
  .change-language-holder a {
    color: #fff;
  }
}

.change-language-holder a:hover {
  color: #d72525;
}

.change-language-holder a.active {
  color: #d72525;
}

.home .center {
  width: 1170px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home .center {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 450px) {
  .home .center {
    padding: 0 0 20px;
  }
}

.home h2 {
  font-size: 55px;
  line-height: 62px;
}

@media screen and (max-width: 450px) {
  .home h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

.home .header-height {
  display: block;
}

header {
  position: relative;
  height: auto;
  width: auto;
}

header .header-height {
  height: 80px;
}

@media screen and (max-width: 1100px) {
  header .header-height {
    height: 68px;
  }
}

@media screen and (max-width: 800px) {
  header .header-height {
    height: 59px;
  }
}

@media screen and (max-width: 700px) {
  header .header-height {
    display: none;
  }
}

.show-navigation {
  display: none;
}

@media screen and (max-width: 700px) {
  .show-navigation {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 11;
    width: 35px;
    height: 40px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
}

.show-navigation.spinned span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}

.show-navigation.spinned span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.show-navigation.spinned span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

.show-navigation span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.show-navigation span:nth-child(1) {
  top: 0px;
}

.show-navigation span:nth-child(2) {
  top: 12px;
}

.show-navigation span:nth-child(3) {
  top: 24px;
}

.mobile-logo {
  display: none;
}

@media screen and (max-width: 700px) {
  .mobile-logo {
    display: inline-block;
    position: fixed;
    top: 15px;
    left: 10px;
    z-index: 12;
  }
  .mobile-logo svg {
    width: 90px;
    max-height: 35px;
  }
}

.main-menu {
  background: #323232;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .main-menu.translate-opacity {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 700px) {
  .main-menu {
    position: fixed;
    width: 100%;
  }
}

.main-menu.scrolled {
  position: fixed;
}

.main-menu.scrolled ul li.menu-logo {
  margin-left: 0;
}

.main-menu:after {
  display: none;
  content: '';
  width: 100%;
  height: 68px;
  background: #323232;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 700px) {
  .main-menu:after {
    display: block;
  }
}

.main-menu ul {
  display: block;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-flex;
  float: none;
}

.main-menu ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 700px) {
  .main-menu ul {
    float: left;
    display: block;
    overflow: visible;
    min-height: 68px;
    position: absolute;
    top: 68px;
    left: 100%;
    z-index: 10;
    transition: all 0.4s;
    background: #323232;
    width: 250px;
  }
  .main-menu ul.visible {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
  }
}

.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 700px) {
  .main-menu ul li {
    display: block;
  }
}

.main-menu ul li.menu-logo {
  transition: all 0.4s;
  margin-left: -160px;
}

@media screen and (max-width: 1100px) {
  .main-menu ul li.menu-logo {
    margin-left: -120px;
  }
}

@media screen and (max-width: 700px) {
  .main-menu ul li.menu-logo {
    margin-left: 0;
    display: none;
  }
}

.main-menu ul li.menu-logo a {
  padding: 14px 25px 15px;
}

@media screen and (max-width: 800px) {
  .main-menu ul li.menu-logo a {
    padding: 10px 15px 10px;
  }
}

.main-menu ul li.menu-logo a:hover {
  background: #323232;
}

.main-menu ul li.menu-logo svg {
  width: 120px;
  max-height: 50px;
}

@media screen and (max-width: 1100px) {
  .main-menu ul li.menu-logo svg {
    width: 90px;
    max-height: 35px;
  }
}

.main-menu ul li.menu-logo .white-background {
  fill: #fff;
}

.main-menu ul li a {
  font-size: 18px;
  font-weight: 300;
  padding: 30px 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s;
  display: block;
}

@media screen and (max-width: 1100px) {
  .main-menu ul li a {
    font-size: 16px;
    padding: 25px;
  }
}

@media screen and (max-width: 800px) {
  .main-menu ul li a {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 700px) {
  .main-menu ul li a {
    padding: 25px;
  }
}

.main-menu ul li a:hover {
  background: #1c1c1c;
  color: #fff;
}

.single-section {
  padding: 40px 0;
  position: relative;
}

.single-section.right-sided {
  text-align: right;
}

.single-section.potential-section {
  padding: 60px 0 120px;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .single-section.potential-section {
    padding: 60px 20px 120px;
  }
}

@media screen and (max-width: 800px) {
  .single-section.potential-section {
    padding: 40px 20px;
  }
}

.single-section.potential-section .center {
  position: relative;
}

.single-section.mindset-section .center {
  position: relative;
  overflow: hidden;
}

.single-section.mindset-section .right-side-person {
  top: -105px;
  height: 125%;
}

.single-section.mindset-section .right-side-person.second-right-guy {
  top: 0;
  height: 110%;
}

@media screen and (max-width: 700px) {
  .single-section.mindset-section .right-side-person {
    height: 450px;
    bottom: 0;
    top: auto;
  }
  .single-section.mindset-section .right-side-person.second-right-guy {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .single-section.mindset-section .right-side-person {
    display: none;
  }
}

.single-section.testimonials {
  background: url("../img/testimonials-section.jpg") no-repeat center top/cover;
}

.single-section.testimonials .quotes-slider {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1100px) {
  .single-section {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 800px) {
  .single-section {
    padding: 40px 20px;
  }
}

.single-section section {
  display: inline-block;
  width: 680px;
  padding: 50px 0;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .single-section section.right-side-section {
    padding-left: 100px;
  }
}

@media screen and (max-width: 450px) {
  .single-section section.right-side-section {
    padding-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .single-section section {
    width: 620px;
  }
}

@media screen and (max-width: 800px) {
  .single-section section {
    padding: 0 0 40px;
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .single-section section {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
  }
}

.single-section .left-side-person {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .single-section .left-side-person.visible {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    left: -75px;
    height: 520px;
  }
}

@media screen and (max-width: 450px) {
  .single-section .left-side-person.visible {
    display: none;
  }
}

.single-section .right-side-person {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .single-section .right-side-person {
    height: 50%;
  }
}

@media screen and (max-width: 700px) {
  .single-section .right-side-person {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .single-section .two-button-holder {
    padding: 0 0 20px;
  }
}

.button-holder {
  display: block;
  clear: both;
}

.button-holder:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 950px) {
  .button-holder {
    text-align: center;
  }
}

.button-holder .button {
  margin: 0 15px;
}

@media screen and (max-width: 950px) {
  .button-holder .button {
    margin: 10px 15px;
  }
}

@media screen and (max-width: 800px) {
  .button-holder .button {
    margin: 5px 0;
  }
}

.button-holder .button:first-child {
  margin-left: 0;
}

.button-holder .button:last-child {
  margin-right: 0;
}

.inner-section {
  padding-bottom: 50px;
  display: block;
  clear: both;
}

.inner-section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 700px) {
  .inner-section {
    padding-bottom: 20px;
  }
}

.inner-section:last-child {
  padding-bottom: 0;
}

.inner-section.button-and-header-section {
  text-align: center;
  padding-top: 40px;
}

.inner-section.button-and-header-section h2 {
  padding-bottom: 40px;
}

.inner-section.button-and-header-section .two-button-holder {
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .inner-section.contact-us {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .inner-section.contact-us h2 {
    text-align: center;
  }
}

.inner-section.padding-section {
  padding: 50px 0;
}

.inner-section.single-post-section {
  padding: 40px 0;
}

.inner-section.single-post-section ul, .inner-section.single-post-section ol {
  margin-bottom: 30px;
}

@media screen and (max-width: 1150px) {
  .inner-section.top-members-section {
    padding-bottom: 0;
  }
}

.inner-section .brandon-hall-image {
  display: block;
  margin: 20px auto 0;
}

.inner-section h3 {
  color: #323232;
  font-family: "Bebas Neue Bold", sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}

.inner-section ul, .inner-section ol {
  padding-left: 90px;
  margin-bottom: 40px;
}

.inner-section ul:last-child, .inner-section ol:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 450px) {
  .inner-section ul, .inner-section ol {
    padding-left: 20px;
  }
}

.inner-section ul li, .inner-section ol li {
  color: #323232;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 0;
}

@media screen and (max-width: 450px) {
  .inner-section ul li, .inner-section ol li {
    font-size: 16px;
    line-height: 22px;
  }
}

.inner-section ul li a, .inner-section ol li a {
  color: #323232;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
}

.inner-section ul li a:hover, .inner-section ol li a:hover {
  text-decoration: underline;
}

.inner-section ul li .red-link, .inner-section ol li .red-link {
  font-weight: 500;
}

.inner-section p.paragraph-button-holder.centered {
  text-align: center;
}

.inner-section p.paragraph-button-holder .button.three-styled-buttons {
  margin: 20px 10px;
}

.inner-section p.paragraph-button-holder .button.many-styled-buttons {
  margin: 20px;
}

.inner-section .inner-section-left-side, .inner-section .inner-section-right-side {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .inner-section .inner-section-left-side, .inner-section .inner-section-right-side {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.inner-section .inner-section-left-side {
  padding-right: 150px;
}

@media screen and (max-width: 1200px) {
  .inner-section .inner-section-left-side {
    padding-right: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-section .inner-section-left-side {
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .inner-section .inner-section-left-side {
    padding: 0 20px;
  }
}

.inner-section .inner-section-right-side {
  padding-left: 50px;
}

@media screen and (max-width: 800px) {
  .inner-section .inner-section-right-side {
    padding: 0 20px;
  }
}

.inner-section .inner-section-right-side form {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .inner-section .inner-section-right-side form {
    width: 100%;
    max-width: 400px;
  }
}

.inner-section .inner-section-right-side .button {
  width: auto;
}

.inner-section .inner-section-right-side .center-button-holder {
  margin-top: 30px;
}

.two-button-holder {
  display: block;
  clear: both;
  max-width: 650px;
  padding: 20px 0;
  margin: 0;
}

.two-button-holder:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.two-button-holder.two-button-holder-center {
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .two-button-holder {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .two-button-holder {
    padding: 10px 0;
    text-align: center;
  }
}

.two-button-holder .button {
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  .two-button-holder .button {
    margin: 10px 0;
  }
}

@media screen and (max-width: 700px) {
  .two-button-holder .button {
    float: none;
    display: inline-block;
  }
}

.two-button-holder .button:first-child {
  float: left;
}

@media screen and (max-width: 800px) {
  .two-button-holder .button:first-child {
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .two-button-holder .button:first-child {
    margin-top: 0;
  }
}

.two-button-holder .button:last-child {
  float: right;
}

@media screen and (max-width: 800px) {
  .two-button-holder .button:last-child {
    float: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .two-button-holder .button:last-child {
    margin-bottom: 0;
  }
}

.top-header-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.top-header-holder.phoned {
  display: block;
  width: auto;
  height: auto;
}

.top-header-holder.phoned .aligned-header {
  display: block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .top-header-holder {
    display: block;
    width: auto;
    height: auto;
  }
}

.top-header-holder .aligned-header {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .top-header-holder .aligned-header {
    display: block;
    width: auto;
    height: auto;
  }
}

footer .main-footer {
  background: #363636;
  padding-bottom: 20px;
  position: relative;
  display: block;
  clear: both;
}

footer .main-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

footer .footer-side {
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding: 20px 15px;
}

@media screen and (max-width: 800px) {
  footer .footer-side {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 700px) {
  footer .footer-side {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 20px 20px;
  }
}

footer .footer-side:first-child {
  padding-left: 0;
}

@media screen and (max-width: 700px) {
  footer .footer-side:first-child {
    padding-left: 20px;
  }
}

footer .footer-side:last-child {
  padding-right: 0;
}

@media screen and (max-width: 700px) {
  footer .footer-side:last-child {
    padding-right: 20px;
  }
}

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

footer .footer-side ul li {
  margin: 8px 0;
}

footer .footer-side ul li:first-child {
  margin-top: 0;
}

footer .footer-side ul li:last-child {
  margin-bottom: 0;
}

footer .footer-side ul li a {
  text-decoration: none;
  font-weight: 200;
  display: inline-block;
}

footer .footer-side ul li a:hover {
  font-weight: 400;
}

footer .footer-side ul li hr {
  border: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  width: 260px;
  margin: 18px 0;
}

@media screen and (max-width: 1100px) {
  footer .footer-side ul li hr {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  footer .footer-side ul li hr {
    width: 100%;
    max-width: 280px;
    margin: 10px auto;
  }
}

footer .footer-side h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  footer .footer-side h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  footer .footer-side h4 {
    margin-top: 0;
  }
}

footer .footer-side p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

footer .footer-side p a {
  text-decoration: none;
}

footer .footer-side p a:hover {
  text-decoration: underline;
}

footer .footer-side a {
  color: #fff;
}

footer .footer-side img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1100px) {
  footer .footer-side img {
    width: 120px;
  }
}

.rights-footer {
  padding: 20px 0;
}

.rights-footer p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0 20px;
}

@media screen and (max-width: 450px) {
  .rights-footer p {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .rights-footer p {
    padding: 0 10px;
    font-size: 12px;
  }
}

.trusted-by {
  background: #3a3a3a;
  padding: 20px 0;
  position: relative;
}

.trusted-by .text {
  position: absolute;
  width: 200px;
  background: #3a3a3a;
  height: 200px;
  border-radius: 200px;
  top: -75px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}

.trusted-by .text span {
  display: inline-block;
  margin-top: 35px;
  font-size: 18px;
  font-family: "Bebas", sans-serif;
  color: #fff;
}

.quotes-actual-slider {
  padding-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .quotes-actual-slider .owl-dots {
    display: none;
  }
}

.quotes-slider {
  text-align: center;
}

.quotes-slider .item > p {
  width: 500px;
  margin: 10px auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

@media screen and (max-width: 520px) {
  .quotes-slider .item > p {
    width: 100%;
  }
}

.quotes-slider blockquote svg {
  width: 14px;
  max-height: 13px;
  height: auto;
  position: relative;
}

.quotes-slider blockquote svg:first-child {
  top: 10px;
  left: -7px;
}

.quotes-slider blockquote svg:last-child {
  top: -10px;
  left: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

blockquote p {
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  font-style: italic;
  margin: 40px 100px;
}

@media screen and (max-width: 800px) {
  blockquote p {
    margin: 40px 20px;
  }
}

@media screen and (max-width: 700px) {
  blockquote p {
    line-height: 32px;
  }
}

@media screen and (max-width: 500px) {
  blockquote p {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 450px) {
  blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
}

.red-section {
  background: #d72525;
  padding: 80px 0 40px;
}

.red-section h2 {
  text-align: center;
  color: #fff;
}

.red-section blockquote p {
  text-align: center;
  color: #fff;
}

.red-section blockquote svg {
  width: 14px;
  max-height: 13px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -7px;
}

.red-section blockquote svg:first-child {
  left: -5px;
}

.red-section blockquote svg:last-child {
  left: 5px;
  top: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.red-section blockquote svg path {
  fill: #fff;
}

.leading-brain-section {
  display: block;
  clear: both;
  background: url("../img/leading-brain-section.jpg") no-repeat center top/cover;
}

.leading-brain-section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.leading-brain-section .center {
  height: 540px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .leading-brain-section .center {
    height: auto;
  }
}

.brain-left-side {
  width: 550px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .brain-left-side {
    width: 450px;
  }
}

@media screen and (max-width: 850px) {
  .brain-left-side {
    width: 50%;
  }
}

.brain-left-side.loaded {
  top: 100px;
}

@media screen and (max-width: 950px) {
  .brain-left-side.loaded {
    top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .brain-left-side.loaded {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    top: 0;
    left: 0;
    position: static;
  }
}

.brain-left-side img {
  width: 550px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0;
}

.brain-right-side {
  width: 50%;
  float: right;
  text-align: right;
}

@media screen and (max-width: 700px) {
  .brain-right-side {
    width: 100%;
    text-align: center;
  }
}

.brain-right-side h2 {
  color: #fff;
  max-width: 520px;
  margin-top: 40px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .brain-right-side h2 {
    font-size: 40px;
    line-height: 50px;
    width: auto;
  }
}

@media screen and (max-width: 700px) {
  .brain-right-side h2 {
    margin-top: 0;
  }
}

.brain-right-side p {
  color: #fff;
  max-width: 450px;
  float: right;
}

@media screen and (max-width: 800px) {
  .brain-right-side p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 700px) {
  .brain-right-side p {
    width: 100%;
    text-align: center;
  }
}

.brain-buttons {
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .brain-buttons {
    position: static;
  }
}

.brain-buttons .button {
  width: 100%;
  margin: 10px 40px;
  max-width: 310px;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .brain-buttons .button {
    margin: 10px 20px;
  }
}

@media screen and (max-width: 700px) {
  .brain-buttons .button {
    margin: 10px 0;
  }
}

.counter-holder {
  display: block;
  clear: both;
  padding: 40px 0px;
}

.counter-holder:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.counter-holder .single-counter {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .counter-holder .single-counter {
    padding: 0 30px;
  }
}

@media screen and (max-width: 800px) {
  .counter-holder .single-counter {
    width: 100%;
    margin-bottom: 70px;
  }
  .counter-holder .single-counter:last-child {
    margin-bottom: 0;
  }
}

.counter-holder .single-counter .circle {
  position: absolute;
  top: -50px;
  width: 200px;
  height: 200px;
  border-radius: 150px;
  background: rgba(249, 249, 249, 0.6);
  left: 50%;
  margin-left: -100px;
}

.counter-holder .single-counter .count {
  font-size: 94px;
  text-align: center;
  font-family: "Bebas Neue Bold", sans-serif;
  position: relative;
  color: #363636;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .counter-holder .single-counter .count {
    font-size: 70px;
  }
}

.counter-holder .single-counter h2 {
  text-align: center;
  border-bottom: 3px solid #363636;
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 40px;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .counter-holder .single-counter h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 800px) {
  .counter-holder .single-counter h2 {
    margin-bottom: 30px;
  }
}

.owl-carousel.owl-loaded.trust-us-slider .owl-item {
  text-align: center;
}

.owl-carousel.owl-loaded.trust-us-slider .owl-item .item {
  display: flex;
  height: 130px;
  align-items: center;
}

.owl-carousel.owl-loaded.trust-us-slider .owl-item img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  display: block;
  margin: 0 auto;
}

.inner-top-header {
  padding: 70px 0;
  background: url("../img/header-bg@2x.png") no-repeat center top/cover;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .inner-top-header {
    height: 68px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: none;
  }
}

.inner-top-header .change-language-holder {
  top: -60px;
}

@media screen and (max-width: 700px) {
  .inner-top-header .change-language-holder {
    top: 25px;
  }
}

@media screen and (max-width: 450px) {
  .inner-top-header .logo {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .inner-top-header .logo {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .inner-top-header .logo svg {
    margin: 0 auto 30px;
    display: block;
  }
}

.inner-top-header .center {
  position: relative;
}

@media screen and (max-width: 450px) {
  .inner-top-header .center {
    text-align: center;
  }
}

.inner-top-header .action-text {
  z-index: 5;
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text {
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 450px) {
  .inner-top-header .action-text {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }
}

@media screen and (max-width: 700px) {
  .inner-top-header .action-text {
    display: none;
  }
}

.inner-top-header .action-text.red {
  top: -30px;
  left: 270px;
  bottom: auto;
  right: auto;
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text.red {
    top: -50px;
    left: 250px;
  }
}

@media screen and (max-width: 450px) {
  .inner-top-header .action-text.red {
    top: 0;
    left: 0;
    margin-left: 0;
  }
}

.inner-top-header .action-text.red span {
  margin-left: -41px;
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text.red span {
    margin-left: -29px;
  }
}

.inner-top-header .action-text.black {
  left: 650px;
  top: -40px;
  bottom: auto;
  right: auto;
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text.black {
    left: 220px;
    top: 55px;
  }
}

@media screen and (max-width: 450px) {
  .inner-top-header .action-text.black {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text.black span {
    margin-left: -25px;
  }
}

.inner-top-header .action-text.gray {
  top: 5px;
  left: 470px;
  bottom: auto;
  right: auto;
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text.gray {
    left: 340px;
  }
}

@media screen and (max-width: 450px) {
  .inner-top-header .action-text.gray {
    top: 0;
    left: 0;
    margin-right: 0;
  }
}

.inner-top-header .action-text.gray span {
  margin-left: -46px;
}

@media screen and (max-width: 800px) {
  .inner-top-header .action-text.gray span {
    margin-left: -31px;
  }
}

.inner-top-header .action-text span {
  margin-top: -17px;
  margin-left: -37px;
}

.inner-top-header .top-header-animation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 450px) {
  .inner-top-header .top-header-animation {
    display: none;
  }
}

.inner-top-header .top-header-animation .single-person-holder {
  position: absolute;
  top: 0;
  width: 210px;
  height: 200px;
  right: 63px;
}

.inner-top-header .top-header-animation .single-person-holder.visible img {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.inner-top-header .top-header-animation .single-person-holder.visible .circle {
  transition: all 0.8s ease 0.7s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.inner-top-header .top-header-animation .single-person-holder.visible .text-circle {
  transition: all 0.8s ease 0.7s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.inner-top-header .top-header-animation .single-person-holder.we-work.de p {
  left: 15px;
}

.inner-top-header .top-header-animation .single-person-holder.we-love.de p {
  left: 60px;
}

.inner-top-header .top-header-animation .single-person-holder.we-love p, .inner-top-header .top-header-animation .single-person-holder.we-work p {
  left: 40px;
}

.inner-top-header .top-header-animation .single-person-holder .circle {
  background: #444;
  transition: all 0.8s;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}

.inner-top-header .top-header-animation .single-person-holder .text-circle {
  transition: all 0.8s;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}

.inner-top-header .top-header-animation .single-person-holder span {
  width: 100%;
}

.inner-top-header .top-header-animation .single-person-holder p {
  font-size: 16px;
  line-height: 22px;
  bottom: 60px;
}

.inner-top-header .top-header-animation img {
  width: auto;
  height: 360px;
  top: -40px;
  left: 140px;
  transition: all 0.8s;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}

.inner-page-background-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.inner-page-background-section.contact-us {
  height: 350px;
}

@media screen and (max-width: 1500px) {
  .inner-page-background-section.contact-us {
    height: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .inner-page-background-section.contact-us {
    padding: 0;
  }
}

.inner-page-background-section .center {
  overflow: hidden;
  height: 340px;
}

@media screen and (max-width: 450px) {
  .inner-page-background-section .center {
    height: 260px;
  }
}

.inner-page-background-section .bubble-holder {
  display: table;
  width: 250px;
  height: 250px;
  margin-top: 45px;
}

@media screen and (max-width: 1500px) {
  .inner-page-background-section .bubble-holder {
    margin-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .inner-page-background-section .bubble-holder {
    height: 220px;
    width: 220px;
    margin: 0 auto;
  }
}

.inner-page-background-section .bubble {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  text-align: center;
  width: 100%;
  display: table-cell;
  height: 250px;
  vertical-align: middle;
  display: table;
}

@media screen and (max-width: 450px) {
  .inner-page-background-section .bubble {
    height: 220px;
  }
}

.inner-page-background-section .bubble h2 {
  padding: 0 40px;
  line-height: 52px;
  font-size: 46px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1500px) {
  .inner-page-background-section .bubble h2 {
    line-height: 42px;
    font-size: 36px;
  }
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #ddd;
  }
}

@keyframes remove-maker {
  0% {
    width: 100%;
  }
  100% {
    border: 0;
    width: 100%;
  }
}

.translate-from-left {
  transition: all 2s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.translate-from-left.visible {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.translate-from-down {
  transition: all 2s;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}

.translate-from-down.visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.translate-from-right {
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
}

.translate-from-right.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
}

.translate-opacity {
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
}

.translate-opacity.visible {
  opacity: 1;
  visibility: visible;
}

body .okayNav__menu-toggle {
  top: 21px;
}

body .okayNav__menu-toggle span {
  background: #fff;
}

.okayNav__nav--invisible.nav-right {
  background: #323232;
  overflow-y: scroll;
  width: 100%;
  display: block;
  max-width: 240px;
  top: 68px;
}

.okayNav__nav--invisible.nav-right li {
  display: block;
  width: 100%;
}

.okayNav__nav--invisible.nav-right a {
  display: block;
  width: 100%;
  background: #323232;
}

.okayNav__nav--invisible.nav-right a {
  box-sizing: border-box;
}

.contact-info h3 {
  color: #cb0e1d;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.contact-info hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.contact-info p {
  font-size: 16px;
  line-height: 28px;
  margin: 5px 0;
}

.contact-info p a {
  color: #3a3a3a;
}

.map-info p {
  font-size: 16px;
  max-width: 210px;
  line-height: 22px;
  text-align: center;
  margin: 5px 0;
  font-weight: 300;
}

.single-blog-post {
  float: left;
  margin: 0 20px 40px;
  width: 29%;
}

@media screen and (max-width: 1100px) {
  .single-blog-post {
    width: 45%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 950px) {
  .single-blog-post {
    width: 40%;
  }
}

@media screen and (max-width: 800px) {
  .single-blog-post {
    width: 100%;
    max-width: 500px;
    margin: 0 0 40px;
  }
}

.single-blog-post .blog-post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 220px;
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  .single-blog-post .blog-post-image {
    height: 200px;
  }
}

.single-blog-post .single-blog-post-data {
  text-align: center;
}

.single-blog-post .date {
  font-weight: 300;
  color: #323232;
  text-align: center;
}

.single-blog-post h3 {
  margin: 10px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.single-blog-post p {
  line-height: 28px;
  margin: 10px 0;
}

.single-blog-post a {
  color: #d72525;
  font-weight: 500;
}

.blog-post-holder {
  text-align: center;
}

.members-holder {
  text-align: center;
}

.single-member {
  width: 20%;
  margin: 10px 22px 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.single-member.executive-member {
  width: 20%;
}

@media screen and (max-width: 1150px) {
  .single-member.executive-member {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .single-member.executive-member {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .single-member.executive-member {
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .single-member {
    width: 30%;
    margin: 10px 15px 60px;
  }
}

@media screen and (max-width: 1080px) {
  .single-member {
    margin: 10px 10px 60px;
  }
}

@media screen and (max-width: 900px) {
  .single-member {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .single-member {
    width: 100%;
    margin: 0 0 60px;
  }
}

.single-member:hover .role {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) rotate(0deg);
  -webkit-transform: translateX(0) rotate(0deg);
  -moz-transform: translateX(0) rotate(0deg);
  -ms-transform: translateX(0) rotate(0deg);
}

.single-member:hover .arrow {
  opacity: 0.6;
  visibility: visible;
}

.single-member h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.single-member .arrow {
  background: #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
}

.single-member .role {
  background: #323232;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  top: -50px;
  right: -50px;
  width: 85px;
  height: 85px;
  text-align: center;
  border-radius: 100%;
  display: table;
  transition: all 0.8s;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transform: translateX(20px) rotate(20deg);
  -webkit-transform: translateX(20px) rotate(20deg);
  -moz-transform: translateX(20px) rotate(20deg);
  -ms-transform: translateX(20px) rotate(20deg);
}

.single-member .role span {
  vertical-align: middle;
  display: table-cell;
}

.single-member .image-holder {
  position: relative;
  width: 150px;
  margin: 0 auto 10px;
}

.single-member .image-holder .member-pic {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-member .image-holder img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  display: block;
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.2);
}

.member-buttons {
  text-align: center;
}

.member-buttons .button {
  width: 100%;
  min-width: 0;
  max-width: 22%;
  margin: 10px;
}

.clients {
  text-align: center;
}

.clients h2 {
  padding: 0 20px 40px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .clients h2 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .clients .clients-button-holder {
    margin-top: 20px;
  }
}

.clients-column {
  width: 30%;
  margin: 0 15px 20px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1050px) {
  .clients-column {
    width: 27%;
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 500px) {
  .clients-column {
    width: 100%;
    margin: 0;
  }
}

.clients-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clients-column ul li {
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 800px) {
  .clients-column ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 450px) {
  .clients-column ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 800px) {
  .single-post-background.member-post-background {
    overflow-x: scroll;
  }
}

.single-post-background.member-post-background .inner-page-background-section {
  width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 1130px) {
  .single-post-background.member-post-background .inner-page-background-section {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .single-post-background.member-post-background .inner-page-background-section {
    width: 1110px;
  }
}

.single-post-background .inner-page-background-section {
  background-position: center center;
}

@media screen and (max-width: 800px) {
  .single-post-background .inner-page-background-section {
    background-position: center left;
  }
}

.home-anchor {
  position: absolute;
  top: -88px;
  left: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
}

.home-anchor#love {
  top: -120px;
}

.value-column-holder {
  display: block;
  clear: both;
}

.value-column-holder:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.value-column-holder blockquote {
  margin: 0;
  float: left;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}

.value-column-holder blockquote:last-child {
  padding-right: 0;
}

.value-column-holder blockquote p {
  margin: 10px 0;
}

.value-column {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}

.value-column:first-child {
  padding-left: 0;
}

.value-column:last-child {
  padding-right: 0;
}

@media screen and (max-width: 700px) {
  .value-column {
    width: 100%;
    padding: 0;
  }
}

.value-column p {
  margin: 0 0 30px;
}

.g-recaptcha {
  margin-top: 30px;
}

.single-member-page-body h1 {
  margin-bottom: 20px;
}

.single-member-page-body h3 {
  font-family: Roboto,sans-serif;
  text-transform: inherit;
  font-size: 26px;
  line-height: 42px;
}

.facts-table {
  width: 100%;
}

.facts-table .heading-td {
  width: 25%;
  color: #d72525;
  font-size: 34px;
  line-height: 42px;
  text-align: right;
  font-weight: 600;
  padding: 30px 0;
  text-transform: uppercase;
  font-family: "Bebas Neue Bold", sans-serif;
}

@media screen and (max-width: 500px) {
  .facts-table .heading-td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
    line-height: 34px;
  }
}

.facts-table .normal-td {
  width: 75%;
  padding: 20px 30px;
  text-align: left;
  color: #323232;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  .facts-table .normal-td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
  }
}

.single-circle-main-holder {
  float: left;
  margin: 120px 40px 20px;
  width: 280px;
}

.single-circle-main-holder.no-margin-top {
  margin-top: 0;
}

.single-circle-main-holder.first-child {
  margin-left: 0;
}

.single-circle-main-holder.last-child {
  margin-right: 0;
}

@media screen and (max-width: 1250px) {
  .single-circle-main-holder {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 120px 40px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .single-circle-main-holder {
    margin: 120px 20px 20px;
  }
}

@media screen and (max-width: 1050px) {
  .single-circle-main-holder {
    margin: 20px 30px;
  }
  .single-circle-main-holder.no-margin-top {
    margin-top: 30px;
  }
  .single-circle-main-holder:first-child {
    margin-left: 20px;
  }
  .single-circle-main-holder:last-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 450px) {
  .single-circle-main-holder {
    margin: 20px 0;
    width: 250px;
  }
  .single-circle-main-holder.no-margin-top {
    margin-top: 20px;
  }
  .single-circle-main-holder:first-child {
    margin-left: 0;
  }
  .single-circle-main-holder:last-child {
    margin-right: 0;
  }
}

.single-circle-main-holder > p {
  color: #363636;
  font-size: 21px;
  line-height: 31px;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: 600;
}

.quality-circles-holder {
  margin: 40px 0;
}

@media screen and (max-width: 1250px) {
  .quality-circles-holder {
    text-align: center;
  }
}

.single-circle-holder {
  border: 10px solid #d72525;
  box-sizing: border-box;
  display: table;
  width: 100%;
  border-radius: 100%;
  height: 280px;
  text-align: center;
  padding: 0 20px;
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 450px) {
  .single-circle-holder {
    height: 250px;
  }
}

.single-circle-holder .single-circle-stats {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.single-circle-holder .single-circle-stats h2 {
  color: #363636;
  font-family: 'Alfa Slab One', cursive;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
}

.single-circle-holder .single-circle-stats p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}

section.we-help-you-section {
  width: 100%;
}

.single-help-you {
  margin: 20px 0;
}

.single-help-you:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .single-help-you {
    text-align: center;
  }
}

.single-help-you .help-you-circle, .single-help-you p {
  display: inline-block;
  vertical-align: middle;
}

.single-help-you .help-you-circle {
  margin-right: 50px;
  background-color: #ddd;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 700px) {
  .single-help-you .help-you-circle {
    margin-right: 0;
  }
}

.single-help-you img {
  width: 60px;
  height: auto;
  display: block;
  margin: 28px auto 0;
}

@media screen and (max-width: 450px) {
  .single-help-you img {
    margin-top: 35px;
  }
}

.single-help-you p {
  font-size: 20px;
  line-height: 32px;
  max-width: 420px;
  color: #454545;
}

@media screen and (max-width: 1000px) {
  .single-help-you p {
    max-width: 300px;
  }
}

@media screen and (max-width: 450px) {
  .single-help-you p {
    font-size: 16px;
    line-height: 26px;
  }
}

.hpti-section {
  background: url("../img/hpti-bg.jpg") no-repeat top left/cover;
  min-height: 300px;
  display: table;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .hpti-section {
    background-position: top right;
  }
}

.hpti-section .center {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0;
}

.hpti-section .center .hpti-content-holder {
  margin: 0 auto;
  max-width: 550px;
  padding-left: 220px;
}

@media screen and (max-width: 1100px) {
  .hpti-section .center .hpti-content-holder {
    padding-left: 0;
  }
}

.hpti-section .center h2 {
  color: #d72525;
}

.hpti-section .center p {
  color: #454545;
  margin: 20px 0 30px;
}

.video-holder {
  padding: 40px 0 0;
}

.video {
  background: url("../img/mac.png") no-repeat center center;
  width: 478px;
  height: 275px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .video {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .video {
    background: none;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .video {
    height: 230px;
  }
}

.video iframe {
  position: absolute;
  top: 16px;
  left: 57px;
}

@media screen and (max-width: 600px) {
  .video iframe {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.video .video-player-background {
  background: url("../img/play-second.png") no-repeat center center;
  width: 377px;
  height: 252px;
  position: absolute;
  top: 6px;
  cursor: pointer;
  left: 52px;
  z-index: 5;
}

@media screen and (max-width: 700px) {
  .video .video-player-background {
    width: 100%;
    left: 0;
    top: 0;
    height: 280px;
  }
}

@media screen and (max-width: 450px) {
  .video .video-player-background {
    height: 230px;
  }
}

.video-options ul {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .video-options ul {
    width: 500px;
    display: block;
    padding-top: 40px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .video-options ul {
    width: 300px;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 450px) {
  .video-options ul {
    width: 280px;
    padding: 40px 20px 0;
    box-sizing: border-box;
  }
}

.video-options ul li a.active {
  color: #d72525;
}

#title-over-image {
    position: absolute;
    top: -20vh;
    left: 0;
    text-transform: uppercase;  
    color: #F2F3F3;
    text-shadow: 
    0 0 10px rgba(242, 243, 243, 0.7),
    0 0 20px rgba(242, 243, 243, 0.5),
    0 0 30px rgba(242, 243, 243, 0.3),
    0 0 5px black; /* Add a small shadow for the border effect */
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.Masterclass .facts-table img {
  border-radius: 50%;
}

.Masterclass .facts-table .normal-td {
  width: auto;
}

#syi-syllabus {
  width: 100% !important;
  height: auto !important;
}

.mlg-campus-page .single-blog-post-data h3 {
  white-space: normal;
}

#masterclass-events table{
  border-collapse: collapse;
}

#masterclass-events table td, #masterclass-events table th{
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 18px;
text-align: center;
}


#masterclass-events table tr:nth-child(even){background-color: #f2f2f2;}

#masterclass-events table tr:hover {background-color: #ddd;}

#masterclass-events table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #d72525;
  color: white;
  font-family: "Bebas Neue Bold", sans-serif;
font-size: 22px;
}

#masterclass-events td.heading-td {
  width: auto;
text-align: center;
font-family: "Roboto", sans-serif;
color: #323232;
font-weight: 300;
}


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