@charset "UTF-8";
/*!
Theme Name: Pursuit
Theme URI: http://underscores.me/
Author: SYSTEM
Author URI: http://www.system-inc.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pursuit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

p {
  margin: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

h4 {
  margin: 0; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

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

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0 0 1.5em; }

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

body,
.page {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: 1; }

.hide-header {
  display: none; }

.show-header {
  display: flex; }

.fix-header {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  background-color: #ffffff; }
  .fix-header:after {
    top: 0px; }

.overflowNone {
  overflow: hidden; }

.page-id-1548 .entry-content p {
  margin-bottom: 50px;
  margin-top: 50px; }

.page-id-1548 .entry-content a {
  width: 200px;
  display: flex;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .page-id-1548 .entry-content a:hover {
    background: #fff;
    color: #000; }

.link-hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:after, .secondary-header .menu-main-menu-container .menu .menu-item a:after, .comments-area .comment-list .reply a:after, .comments-area .comment-reply-title small a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #ffffff; }

.link-hover:hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:hover:after, .secondary-header .menu-main-menu-container .menu .menu-item a:hover:after, .comments-area .comment-list .reply a:hover:after, .comments-area .comment-reply-title small a:hover:after {
  width: 100%; }

.headline, .meet-team-section .meet-headline, .clients-section .clients-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .services-section .services-headline, .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span,
.team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .clients-wrap .clients-section .clients-headline, .clients-wrap .clients-section .clients-text, .contact-wrap .contact-headline, .contact-wrap .message-us, .contact-wrap .contact-text, .services-wrap .services-headline, .services-wrap .text-section, .services-wrap .bottom-content .text-section-info .text-section, .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .bottom-content .message-box .message-text, .services-sub-page-wrapper .bottom-section .section-title, .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text {
  color: #292929;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Georgia", Georgia, "Times New Roman", serif; }

.text, .meet-team-section .meet-text, .clients-section .clients-text, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle, .home-wrap .services-section .services-text, .about-wrapper .about-wrap .about-team .text-middle, .news-wrapper .title-container .title-holder .news-title, .news-wrapper .news-wrap .text-section .category-info .category, .news-wrapper .news-wrap .text-section .category-info .date, .news-wrapper .news-wrap .text-section .category-info .category-slash,
.news-wrapper .news-wrap .text-section .category-info .post-categories, .news-wrapper .news-wrap .text-section .text-title, .news-wrapper .news-wrap .text-section .news-text p, .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text, .page-404-wrapper .title-container .title-holder .news-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text, .services-sub-page-wrapper .section-top .right-side .right-side-text, .services-sub-page-wrapper .bottom-section .section-text, .case-study-wrapper .case-study-wrap .case-study-title {
  color: #292929;
  font-size: 25px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

.team-section, .meet-team-section {
  max-width: 1100px;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
  text-align: center; }

.main-btn, .meet-team-section .team-btn, .clients-section .clients-btn, .swiper-slide .home-learn-more-btn, .clients-wrap .clients-section .clients-btn {
  display: inline-block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  margin-bottom: 100px; }
  .main-btn a, .meet-team-section .team-btn a, .clients-section .clients-btn a, .swiper-slide .home-learn-more-btn a, .clients-wrap .clients-section .clients-btn a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    font-family: MajestiBook;
    border: 1px solid #ffffff; }
  .main-btn:hover a, .meet-team-section .team-btn:hover a, .clients-section .clients-btn:hover a, .swiper-slide .home-learn-more-btn:hover a {
    background-color: #ffffff;
    color: #000000; }

.meet-team-section .meet-headline {
  text-align: center;
  margin-bottom: 25px; }

.meet-team-section .meet-text {
  font-family: MajestiBook;
  text-align: center;
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px; }

.meet-team-section .team-btn a {
  color: #000000;
  border: 1px solid #000000; }

.meet-team-section .team-btn:hover a {
  background-color: #000000;
  color: #fff; }

.clients-section {
  width: 100%;
  background-color: #000000;
  text-align: center; }
  .clients-section .clients-section-holder {
    max-width: 1100px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 120px; }
  .clients-section .clients-headline {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px; }
  .clients-section .clients-text {
    font-family: MajestiBook;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: auto; }
  .clients-section .three-column-logo-wrap {
    max-width: 980px;
    width: 100%;
    margin: auto;
    line-height: 0px; }
    .clients-section .three-column-logo-wrap .logo-box {
      margin-top: 30px;
      position: relative;
      width: 33.333%;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .clients-section .three-column-logo-wrap .logo-box {
          width: 100%; } }
  .clients-section .logo {
    max-width: 150px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px; }
    .clients-section .logo img {
      height: auto;
      width: 100%;
      -webkit-transition: all 500ms ease 0ms;
      -moz-transition: all 500ms ease 0ms;
      -o-transition: all 500ms ease 0ms;
      transition: all 500ms ease 0ms; }
    .clients-section .logo:hover img {
      transform: scale(1.1); }
  .clients-section .clients-btn {
    margin-bottom: 120px; }
    .clients-section .clients-btn:hover {
      background-color: #ffffff; }

.text-section-info {
  width: 70%;
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .text-section-info {
      width: 100%; } }
  .text-section-info .text-section {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left; }

.services-options {
  display: inline-block;
  text-align: right; }
  .services-options .items-holder {
    display: inline-block;
    vertical-align: top; }
    .services-options .items-holder:last-child {
      margin-left: 20px; }
  .services-options .items {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 15px; }
  .services-options a {
    color: #292929;
    font-size: 23px;
    font-family: BrandonRegular;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 520px) {
      .services-options a {
        font-size: 20px; } }
    .services-options a:after {
      background: #292929; }

.image-section {
  width: 30%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .image-section {
      width: 100%; } }
  .image-section .image {
    width: 80%;
    margin: auto;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .image-section .image:after {
      content: "";
      display: block;
      padding-top: 161%; }
    .image-section .image:hover {
      transform: scale(1.1); }
  .image-section .underline {
    width: 100%;
    height: 1px;
    background-color: #eaeaea; }

.back-to-top {
  display: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  width: 50px;
  height: 50px;
  border: 2px solid #dedede;
  position: fixed;
  border-radius: 50%;
  bottom: 15px;
  right: 10px;
  z-index: 99; }
  .back-to-top.normalize {
    display: block; }
  .back-to-top .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 22px; }
  .back-to-top:hover {
    background-color: #202020;
    border: 2px solid #202020; }
    .back-to-top:hover .arrow {
      color: #fff; }

.social {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#page-menu-services {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  max-width: 310px;
  width: 100%; }
  #page-menu-services .menu-item {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    margin-left: 20px; }
    #page-menu-services .menu-item a {
      font-family: MajestiBook; }
    #page-menu-services .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #page-menu-services .menu-item:hover:after {
      width: 100%;
      height: 2px; }
    #page-menu-services .menu-item a {
      font-size: 28px; }

#services-sub-page {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  #services-sub-page .menu-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative; }
    #services-sub-page .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #services-sub-page .menu-item:hover:after {
      width: 100%; }
    #services-sub-page .menu-item:hover:after {
      height: 2px;
      background-color: #000000; }
    #services-sub-page .menu-item.current-menu-item:after {
      width: 100%;
      height: 2px; }
    #services-sub-page .menu-item.current-menu-item:before {
      width: 2px; }
    #services-sub-page .menu-item.current-menu-item a {
      font-weight: bold; }

.hide {
  display: none; }

.animation-text-divider-wrap {
  width: 10%;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 520px) {
    .animation-text-divider-wrap {
      top: 60%; } }
  .animation-text-divider-wrap .animation-text-divider {
    vertical-align: top;
    width: 1px;
    height: 150px;
    background-color: #ffffff;
    margin: auto;
    transform: rotate(45deg); }
    @media only screen and (max-width: 1100px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 100px; } }
    @media only screen and (max-width: 520px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 50px; } }

.swiper-slide .animation-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-slide .animation-wrap .animation-text {
    position: absolute;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Georgia", Georgia, "Times New Roman", serif;
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: top; }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        top: 60%; } }
    .swiper-slide .animation-wrap .animation-text.animation-left {
      left: -100%;
      text-align: right;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1200ms; }
    .swiper-slide .animation-wrap .animation-text.animation-right {
      right: -100%;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1800ms; }
    .swiper-slide .animation-wrap .animation-text.animation-center {
      top: -100%;
      max-width: 100%;
      text-align: center;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1000ms; }
    @media only screen and (max-width: 1440px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1024px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1100px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 16px;
        line-height: 2; } }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 10px; } }
  .swiper-slide .animation-wrap .animation-text-divider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
  left: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
  right: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-center {
  top: 50%; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text-divider {
  visibility: visible !important;
  opacity: 1 !important; }

.swiper-static-text {
  font-family: "Georgia", Georgia, "Times New Roman", serif;
  color: #fff;
  font-style: italic;
  font-size: 35px;
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 50px; }
  @media only screen and (max-width: 768px) {
    .swiper-static-text {
      font-size: 33px; } }

.about-swiper-button {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }

.swiper-about:hover .about-swiper-button {
  opacity: 1;
  visibility: visible; }

.slidein-wrap {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .slidein-wrap img,
  .slidein-wrap .picture {
    display: none; }
  .slidein-wrap.in-view {
    opacity: 1;
    transform: translateY(0px); }
    .slidein-wrap.in-view img,
    .slidein-wrap.in-view .picture {
      display: block; }

.arrow-holder {
  z-index: 9;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 95vh;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  @media only screen and (max-width: 1440px) {
    .arrow-holder {
      top: 85vh; } }
  @media only screen and (max-width: 1300px) {
    .arrow-holder {
      top: 90vh; } }
  @media only screen and (max-width: 1024px) {
    .arrow-holder {
      top: 38vh; } }
  @media only screen and (max-width: 520px) {
    .arrow-holder {
      top: 36vh; } }

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 27px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  opacity: 0.7; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.slide-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .slide-image:after {
    content: "";
    display: block;
    padding-top: 58%; }
    @media only screen and (max-width: 520px) {
      .slide-image:after {
        padding-top: 90%; } }

.site-footer {
  width: 100%;
  background-color: #000000; }
  .site-footer .footer-holder {
    width: 100%;
    padding-top: 60px;
    padding-right: 72px;
    padding-bottom: 60px;
    padding-left: 72px; }
    @media only screen and (max-width: 1040px) {
      .site-footer .footer-holder {
        padding-right: 10px; } }
    @media only screen and (max-width: 768px) {
      .site-footer .footer-holder {
        padding-right: 60px; } }
    @media only screen and (max-width: 520px) {
      .site-footer .footer-holder {
        padding: 60px 20px 60px 20px; } }
    .site-footer .footer-holder .footer-three-columns {
      position: relative; }
  .site-footer .column-one {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); }
    .site-footer .column-one .footer-logo {
      width: 200px; }
      @media only screen and (max-width: 520px) {
        .site-footer .column-one .footer-logo {
          margin: 0 auto; } }
      @media only screen and (max-width: 520px) {
        .site-footer .column-one .footer-logo .footer-custom-logo-link img {
          margin: auto;
          display: block; } }
    @media only screen and (max-width: 1040px) {
      .site-footer .column-one {
        width: 30%; } }
    @media only screen and (max-width: 768px) {
      .site-footer .column-one {
        width: 100%;
        position: static;
        transform: none;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 520px) {
      .site-footer .column-one {
        margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .site-footer .column-two {
      margin-bottom: 25px; } }
  .site-footer .column-three {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .site-footer .column-three {
        width: 100%;
        position: static;
        transform: none;
        padding-bottom: 25px; } }
    .site-footer .column-three .social-wrap {
      margin: 5px 0; }
  .site-footer .centerd {
    text-align: center; }
    .site-footer .centerd .footer-image {
      display: inline-block; }
  .site-footer .footer-text-content {
    color: #ffffff;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
  .site-footer .footer-address-wrap p {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
  .site-footer .footer-email-address-wrap a {
    font-size: 14px;
    color: #818181;
    text-decoration: none;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
    .site-footer .footer-email-address-wrap a:hover {
      color: #ffffff; }
  .site-footer .footer-copyrights-wrap {
    color: #818181; }
    .site-footer .footer-copyrights-wrap a {
      color: #818181;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
      .site-footer .footer-copyrights-wrap a:hover {
        color: #ffffff; }
    .site-footer .footer-copyrights-wrap:hover {
      color: #ffffff; }
  .site-footer .footer-social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-footer .footer-social-icons .footer-social-icon {
      width: 7%;
      display: inline-block; }
  .site-footer .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    position: relative;
    vertical-align: top; }
    .site-footer .icon:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  .site-footer .futter-custom-logo-link {
    display: inline-block; }
  .site-footer .google-partner-link {
    position: relative;
    top: 40px; }
    @media only screen and (max-width: 520px) {
      .site-footer .google-partner-link {
        top: 50px;
        text-align: center; } }

.header-wrapper-primary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 12.5px 45px;
  z-index: 999; }
  @media only screen and (max-width: 768px) {
    .header-wrapper-primary {
      display: none; } }
  .header-wrapper-primary .site-branding {
    width: 20%;
    display: block;
    padding: 10px 0px; }
    .header-wrapper-primary .site-branding .custom-logo-link,
    .header-wrapper-primary .site-branding .black-logo {
      width: 210px;
      height: 40px; }
  .header-wrapper-primary .menu-main-menu-container {
    display: inline-block;
    width: 80%;
    position: relative; }
    .header-wrapper-primary .menu-main-menu-container > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      z-index: 1;
      right: 0;
      display: inline-block;
      line-height: 76px; }
      .header-wrapper-primary .menu-main-menu-container > ul > li {
        margin: auto 35px;
        position: relative;
        height: 100%;
        display: inline-block; }
        @media only screen and (max-width: 1024px) {
          .header-wrapper-primary .menu-main-menu-container > ul > li {
            margin: auto 16px; } }
        .header-wrapper-primary .menu-main-menu-container > ul > li > a {
          font-family: "Georgia", Georgia, "Times New Roman", serif;
          color: #000;
          line-height: 5px;
          -webkit-transition: all 400ms ease 0ms;
          -moz-transition: all 400ms ease 0ms;
          -o-transition: all 400ms ease 0ms;
          transition: all 400ms ease 0ms;
          position: relative; }
          .header-wrapper-primary .menu-main-menu-container > ul > li > a:after {
            background-color: #000; }
        .header-wrapper-primary .menu-main-menu-container > ul > li ul {
          display: none;
          position: absolute;
          list-style: none;
          left: 0;
          margin: 0;
          padding: 0;
          margin-top: 15px;
          top: 44px;
          background-color: #262626;
          -webkit-transition: all 400ms ease 0ms;
          -moz-transition: all 400ms ease 0ms;
          -o-transition: all 400ms ease 0ms;
          transition: all 400ms ease 0ms; }
          .header-wrapper-primary .menu-main-menu-container > ul > li ul li {
            display: block;
            width: 220px; }
            .header-wrapper-primary .menu-main-menu-container > ul > li ul li a {
              display: block;
              color: #9d9d9d;
              font-family: "Georgia", Georgia, "Times New Roman", serif;
              padding: 9px 20px;
              text-transform: uppercase;
              font-weight: 600;
              -webkit-transition: all 400ms ease 0ms;
              -moz-transition: all 400ms ease 0ms;
              -o-transition: all 400ms ease 0ms;
              transition: all 400ms ease 0ms; }
              .header-wrapper-primary .menu-main-menu-container > ul > li ul li a:hover {
                color: #fff; }
        .header-wrapper-primary .menu-main-menu-container > ul > li:hover ul {
          display: block; }
        .header-wrapper-primary .menu-main-menu-container > ul > li.current-menu-item a:after, .header-wrapper-primary .menu-main-menu-container > ul > li.current-menu-ancestor a:after {
          background-color: #000;
          width: 100%;
          height: 1px; }
  .header-wrapper-primary.white-header {
    background-color: transparent;
    position: absolute; }
    .header-wrapper-primary.white-header .black-logo {
      display: none;
      width: 160px;
      height: 40px; }
    .header-wrapper-primary.white-header ul li a {
      color: #fff; }
      .header-wrapper-primary.white-header ul li a:after {
        background-color: #fff !important; }
    .header-wrapper-primary.white-header.fixed .custom-logo-link {
      display: none; }
    .header-wrapper-primary.white-header.fixed ul li a:after {
      background-color: #000 !important; }
  .header-wrapper-primary.fixed {
    position: fixed; }
  .header-wrapper-primary.white {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding: 0px 45px;
    background-color: #ffffff; }
    .header-wrapper-primary.white .black-logo {
      display: block; }
    .header-wrapper-primary.white ul li a {
      color: #000; }
      .header-wrapper-primary.white ul li a:after {
        background-color: #000; }
  .header-wrapper-primary .black-logo {
    display: block; }

.mobile-header {
  display: none;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  z-index: 999;
  position: relative; }
  .mobile-header .mobile-site-branding {
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .mobile-header .mobile-site-branding {
        max-height: 80px; } }
    .mobile-header .mobile-site-branding a {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 180px;
      height: 40px; }
      @media only screen and (max-width: 520px) {
        .mobile-header .mobile-site-branding a img {
          max-width: 150px;
          width: 100%;
          margin: auto;
          display: block; } }
  .mobile-header .burger-holder {
    position: absolute;
    top: 50%;
    left: 45px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%); }
    .mobile-header .burger-holder span {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000;
      margin-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .mobile-header {
      display: block; } }

.menu-main-menu-container {
  display: none;
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0 auto; }
  .menu-main-menu-container #mobile-primary-menu .menu-item {
    border-bottom: 1px solid #ccc; }
  .menu-main-menu-container #mobile-primary-menu .menu-item-has-children {
    position: relative; }
    .menu-main-menu-container #mobile-primary-menu .menu-item-has-children .sub-menu {
      -webkit-transition: all 0ms ease 0ms;
      -moz-transition: all 0ms ease 0ms;
      -o-transition: all 0ms ease 0ms;
      transition: all 0ms ease 0ms; }
      .menu-main-menu-container #mobile-primary-menu .menu-item-has-children .sub-menu .menu-item:last-of-type {
        border-bottom: 0; }
    .menu-main-menu-container #mobile-primary-menu .menu-item-has-children a {
      max-width: 90%; }
    .menu-main-menu-container #mobile-primary-menu .menu-item-has-children:after {
      position: absolute;
      right: 5px;
      top: 10px;
      display: block;
      content: "+";
      cursor: pointer; }

.menu-main-menu-container {
  display: none;
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0 auto; }
  .menu-main-menu-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .menu-main-menu-container ul li > a {
      display: block;
      font-size: 16px;
      color: #a0a0a0;
      text-transform: uppercase;
      font-family: "Georgia", Georgia, "Times New Roman", serif;
      padding: 10px 0px;
      line-height: 26px;
      -webkit-transition: all 400ms ease 0ms;
      -moz-transition: all 400ms ease 0ms;
      -o-transition: all 400ms ease 0ms;
      transition: all 400ms ease 0ms; }
    .menu-main-menu-container ul li .sub-menu {
      display: none;
      -webkit-transition: all 400ms ease 0ms;
      -moz-transition: all 400ms ease 0ms;
      -o-transition: all 400ms ease 0ms;
      transition: all 400ms ease 0ms;
      margin-left: 20px;
      list-style-type: none; }
      .menu-main-menu-container ul li .sub-menu a {
        text-transform: none; }
    .menu-main-menu-container ul li:hover .sub-menu {
      display: block;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms; }

.header-mobile-menu {
  background-color: #fff; }

@font-face {
  font-display: swap;
  font-family: "BrandonLight";
  src: url("../fonts/BrandonGrotesque-Light.eot");
  src: url("../fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonMedium";
  src: url("../fonts/BrandonGrotesque-Medium.eot");
  src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonRegular";
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonThin";
  src: url("../fonts/BrandonGrotesque-Thin.eot");
  src: url("../fonts/BrandonGrotesque-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Thin.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/BrandonGrotesque-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiLight";
  src: url("../fonts/MajestiBanner-Light.eot");
  src: url("../fonts/MajestiBanner-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Light.woff2") format("woff2"), url("../fonts/MajestiBanner-Light.woff") format("woff"), url("../fonts/MajestiBanner-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiMedium";
  src: url("../fonts/MajestiBanner-Medium.eot");
  src: url("../fonts/MajestiBanner-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Medium.woff2") format("woff2"), url("../fonts/MajestiBanner-Medium.woff") format("woff"), url("../fonts/MajestiBanner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiBook";
  src: url("../fonts/MajestiBanner-Book.eot");
  src: url("../fonts/MajestiBanner-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Book.woff2") format("woff2"), url("../fonts/MajestiBanner-Book.woff") format("woff"), url("../fonts/MajestiBanner-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiBannerHeavy";
  src: url("../fonts/MajestiBanner-Heavy.eot");
  src: url("../fonts/MajestiBanner-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Heavy.woff2") format("woff2"), url("../fonts/MajestiBanner-Heavy.woff") format("woff"), url("../fonts/MajestiBanner-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiLightItalic";
  src: url("../fonts/MajestiBanner-LightItalic.eot");
  src: url("../fonts/MajestiBanner-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-LightItalic.woff2") format("woff2"), url("../fonts/MajestiBanner-LightItalic.woff") format("woff"), url("../fonts/MajestiBanner-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiMediumItalic";
  src: url("../fonts/MajestiBanner-MediumItalic.eot");
  src: url("../fonts/MajestiBanner-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-MediumItalic.woff2") format("woff2"), url("../fonts/MajestiBanner-MediumItalic.woff") format("woff"), url("../fonts/MajestiBanner-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonBoldItalic";
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot");
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-BoldItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-BoldItalic.woff") format("woff"), url("../fonts/BrandonGrotesque-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "BrandonBold";
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.eot");
  src: url("../fonts/Raleway-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Thin.woff2") format("woff2"), url("../fonts/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-Light.eot");
  src: url("../fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Georgia";
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "fontello";
  src: url("../fonts/fontello.eot?1224668");
  src: url("../fonts/fontello.eot?1224668#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?1224668") format("woff2"), url("../fonts/fontello.woff?1224668") format("woff"), url("../fonts/fontello.ttf?1224668") format("truetype"), url("../fonts/fontello.svg?1224668#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-display: swap;
    font-family: 'fontello';
    src: url('../font/fontello.svg?7078475#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: "\e800"; }

/* '' */
.icon-twitter:before {
  content: "\e801"; }

/* '' */
.icon-up-big:before {
  content: "\e802"; }

/* '' */
.icon-instagram:before {
  content: "\f16d"; }

/* '' */
.home-wrap {
  width: 100%;
  line-height: 0px; }
  .home-wrap .three-column-picture-wrap {
    width: 100%;
    line-height: 0px; }
    .home-wrap .three-column-picture-wrap .picture {
      position: relative;
      width: 33.333%;
      display: inline-block;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .home-wrap .three-column-picture-wrap .picture:after {
        content: '';
        display: block;
        padding-top: 61%; }
      @media only screen and (max-width: 768px) {
        .home-wrap .three-column-picture-wrap .picture {
          width: 100%; } }
    .home-wrap .three-column-picture-wrap .text-overlay-wrap {
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms; }
      .home-wrap .three-column-picture-wrap .text-overlay-wrap:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline {
          font-size: 14px;
          line-height: 25px;
          color: #ffffff;
          text-transform: uppercase; }
        .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle {
          font-family: MajestiLight;
          line-height: 30px;
          font-size: 23px;
          color: #ffffff;
          text-transform: uppercase; }
        .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .plus-circle {
          width: 20px;
          height: 20px;
          border: 1px solid #ffffff;
          margin: 0 auto;
          border-radius: 50%;
          position: relative;
          margin-top: 10px; }
          .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .plus-circle .plus-sign {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .plus-circle .plus-sign p {
              color: #ffffff;
              font-size: 16px; }
  .home-wrap .services-section {
    max-width: 1100px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 120px; }
    .home-wrap .services-section a {
      text-decoration: none;
      display: block; }
    .home-wrap .services-section .services-headline {
      text-align: center;
      margin-bottom: 25px; }
    .home-wrap .services-section .services-text {
      font-family: MajestiBook;
      text-align: center;
      max-width: 560px;
      margin: auto; }
    .home-wrap .services-section .boxes-holder {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      max-width: 820px;
      margin: auto;
      padding-bottom: 60px; }
      @media only screen and (max-width: 520px) {
        .home-wrap .services-section .boxes-holder {
          margin-top: 30px; } }
      .home-wrap .services-section .boxes-holder .box {
        margin: 0 auto;
        width: 50%;
        height: 200px;
        margin-bottom: 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .home-wrap .services-section .boxes-holder .box {
            width: 100%; } }
        @media only screen and (max-width: 520px) {
          .home-wrap .services-section .boxes-holder .box {
            height: auto; } }
        .home-wrap .services-section .boxes-holder .box:nth-of-type(1) {
          padding-right: 20px; }
          @media only screen and (max-width: 768px) {
            .home-wrap .services-section .boxes-holder .box:nth-of-type(1) {
              padding-right: 20px;
              padding-left: 20px; } }
        .home-wrap .services-section .boxes-holder .box:nth-of-type(2) {
          padding-left: 20px; }
          @media only screen and (max-width: 768px) {
            .home-wrap .services-section .boxes-holder .box:nth-of-type(2) {
              padding-right: 20px;
              padding-left: 20px; } }
        .home-wrap .services-section .boxes-holder .box:nth-of-type(3) {
          padding-right: 20px; }
          @media only screen and (max-width: 768px) {
            .home-wrap .services-section .boxes-holder .box:nth-of-type(3) {
              padding-right: 20px;
              padding-left: 20px; } }
        .home-wrap .services-section .boxes-holder .box:nth-of-type(4) {
          padding-left: 20px; }
          @media only screen and (max-width: 768px) {
            .home-wrap .services-section .boxes-holder .box:nth-of-type(4) {
              padding-right: 20px;
              padding-left: 20px; } }
        .home-wrap .services-section .boxes-holder .box .content-wrap {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 520px) {
            .home-wrap .services-section .boxes-holder .box .content-wrap {
              height: auto;
              margin-bottom: 30px;
              margin-top: 10px; } }
          .home-wrap .services-section .boxes-holder .box .content-wrap img {
            max-width: 345px;
            width: 100%;
            -webkit-transition: all 500ms ease 0ms;
            -moz-transition: all 500ms ease 0ms;
            -o-transition: all 500ms ease 0ms;
            transition: all 500ms ease 0ms; }
            @media only screen and (max-width: 520px) {
              .home-wrap .services-section .boxes-holder .box .content-wrap img {
                max-width: 240px;
                width: 100%; } }
          .home-wrap .services-section .boxes-holder .box .content-wrap:hover img {
            transform: scale(1.1); }

.swiper-slide .home-learn-more-btn {
  margin: 0;
  position: absolute;
  opacity: 0;
  bottom: -10%;
  left: 15%;
  -webkit-transition: all 1000ms ease-in-out 0ms;
  -moz-transition: all 1000ms ease-in-out 0ms;
  -o-transition: all 1000ms ease-in-out 0ms;
  transition: all 1000ms ease-in-out 0ms; }
  .swiper-slide .home-learn-more-btn a {
    font-size: 18px;
    font-family: MajestiBook;
    padding: 10px 20px; }
  @media only screen and (max-width: 520px) {
    .swiper-slide .home-learn-more-btn a {
      font-size: 7px;
      padding: 5px 5px; } }

.swiper-slide.swiper-slide-active .home-learn-more-btn {
  opacity: 1;
  bottom: 10%; }

.slide-image .swiper-slide-text {
  max-width: 750px;
  width: 100%;
  font-size: 48px;
  font-family: MajestiBook;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  left: 15%;
  top: -10%;
  transform: translate(-15%, -50%);
  line-height: 1;
  -webkit-transition: all 1000ms ease-in-out 0ms;
  -moz-transition: all 1000ms ease-in-out 0ms;
  -o-transition: all 1000ms ease-in-out 0ms;
  transition: all 1000ms ease-in-out 0ms; }
  @media only screen and (max-width: 1024px) {
    .slide-image .swiper-slide-text {
      font-size: 30px;
      max-width: 450px;
      left: auto;
      margin-left: 120px; } }
  @media only screen and (max-width: 768px) {
    .slide-image .swiper-slide-text {
      font-size: 20px;
      max-width: 450px; } }
  @media only screen and (max-width: 520px) {
    .slide-image .swiper-slide-text {
      width: 300px;
      margin-left: 100px; } }
  @media only screen and (max-width: 380px) {
    .slide-image .swiper-slide-text {
      width: 230px; } }

.slide-image.swiper-slide-active .swiper-slide-text {
  opacity: 1;
  top: 50%; }
  @media only screen and (max-width: 520px) {
    .slide-image.swiper-slide-active .swiper-slide-text {
      top: 30%; } }

.team-wrap {
  width: 100%;
  line-height: 0px; }
  .team-wrap .meet-team-section {
    margin-bottom: 0px;
    margin-top: 0px; }
    .team-wrap .meet-team-section .textandimage-wrap {
      position: relative; }
    .team-wrap .meet-team-section .team-text {
      max-width: 800px;
      width: 100%;
      margin: auto;
      margin-bottom: 20px;
      margin-top: 20px;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
      text-transform: none; }
    .team-wrap .meet-team-section .personal-wrap {
      width: 100%;
      line-height: 0px;
      margin-top: 5px;
      text-align: left; }
      .team-wrap .meet-team-section .personal-wrap .personal {
        position: relative;
        width: calc(33.333% - 7px);
        background-position: center;
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden; }
        .team-wrap .meet-team-section .personal-wrap .personal:hover .text-overlay-wrap {
          bottom: 0; }
        .team-wrap .meet-team-section .personal-wrap .personal:nth-child(3n + 1) {
          margin-right: 5px;
          margin-top: 5px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 768px) {
            .team-wrap .meet-team-section .personal-wrap .personal:nth-child(3n + 1) {
              margin: 0px; } }
        .team-wrap .meet-team-section .personal-wrap .personal:nth-child(3n + 2) {
          margin: 5px; }
          @media only screen and (max-width: 768px) {
            .team-wrap .meet-team-section .personal-wrap .personal:nth-child(3n + 2) {
              margin: 0px; } }
        .team-wrap .meet-team-section .personal-wrap .personal:nth-child(3n + 3) {
          margin-left: 5px;
          margin-top: 5px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 768px) {
            .team-wrap .meet-team-section .personal-wrap .personal:nth-child(3n + 3) {
              margin: 0px; } }
        .team-wrap .meet-team-section .personal-wrap .personal:after {
          content: "";
          display: block;
          padding-top: 150%; }
        @media only screen and (max-width: 768px) {
          .team-wrap .meet-team-section .personal-wrap .personal {
            width: calc(50% - 5px);
            margin: 5px; }
            .team-wrap .meet-team-section .personal-wrap .personal:nth-child(2n + 1) {
              margin-right: 5px;
              margin-top: 5px;
              margin-bottom: 5px; }
            .team-wrap .meet-team-section .personal-wrap .personal:nth-child(2n + 2) {
              margin-left: 5px;
              margin-top: 5px;
              margin-bottom: 5px; } }
        @media only screen and (max-width: 520px) {
          .team-wrap .meet-team-section .personal-wrap .personal {
            width: 100%;
            margin: 0px; }
            .team-wrap .meet-team-section .personal-wrap .personal:nth-child(n + 1) {
              margin: 0px;
              margin-top: 5px;
              margin-bottom: 5px; } }
      .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap {
        position: absolute;
        bottom: -16%;
        left: 0;
        z-index: 1;
        width: 100%;
        min-height: 140px;
        -webkit-transition: all 400ms ease 0ms;
        -moz-transition: all 400ms ease 0ms;
        -o-transition: all 400ms ease 0ms;
        transition: all 400ms ease 0ms;
        background-color: rgba(255, 255, 255, 0.85); }
        @media only screen and (max-width: 768px) {
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap {
            bottom: 0; } }
        @media only screen and (max-width: 520px) {
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap {
            height: auto; } }
        .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder {
          padding-right: 20px;
          padding-left: 20px;
          box-sizing: border-box;
          width: 100%;
          text-align: center; }
          @media only screen and (max-width: 520px) {
            .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder {
              margin: 30px 0px;
              position: static;
              top: 0; } }
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .hidden-text {
            color: transparent; }
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span,
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p {
            text-transform: none;
            display: block;
            font-size: 14px;
            color: #292929; }
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span {
            margin-bottom: 5px;
            line-height: 21px;
            font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p {
            margin-top: 10px;
            line-height: 1.4em; }
            @media only screen and (max-width: 768px) {
              .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p {
                margin-top: 5px; } }
          .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4 {
            line-height: 21px;
            display: block;
            margin-top: 10px;
            font-size: 16px;
            font-family: "Georgia", Georgia, "Times New Roman", serif;
            color: #292929; }
    .team-wrap .meet-team-section .team-btn {
      margin-top: 30px;
      margin-bottom: 30px; }
      .team-wrap .meet-team-section .team-btn a {
        font-family: "Georgia", Georgia, "Times New Roman", serif; }

.secondary-header header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 45px;
  padding-left: 45px;
  box-sizing: border-box; }

.secondary-header .site-branding {
  width: 20%;
  display: inline-block;
  position: relative; }
  .secondary-header .site-branding a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }

.secondary-header .main-navigation {
  width: 80%;
  display: inline-block;
  text-align: left;
  display: flex; }

.secondary-header .menu-main-menu-container {
  display: inline-block;
  margin-left: auto; }
  .secondary-header .menu-main-menu-container .menu {
    display: inline-block; }
    .secondary-header .menu-main-menu-container .menu .menu-item a {
      margin: 35px;
      text-transform: uppercase;
      color: #000000;
      position: relative;
      font-family: BrandonRegular;
      line-height: 1.5; }
      @media only screen and (max-width: 1024px) {
        .secondary-header .menu-main-menu-container .menu .menu-item a {
          margin: 35px 15px; } }
      .secondary-header .menu-main-menu-container .menu .menu-item a:after {
        background: #000000; }
  .secondary-header .menu-main-menu-container .sub-menu {
    background-color: #262626;
    border-color: #3d3d3d;
    position: absolute;
    top: 75%; }
    .secondary-header .menu-main-menu-container .sub-menu .menu-item {
      line-height: 1;
      width: 225px; }
      .secondary-header .menu-main-menu-container .sub-menu .menu-item .link-hover:after, .secondary-header .menu-main-menu-container .sub-menu .menu-item .header-wrapper-primary .menu-main-menu-container > ul > li > a:after, .header-wrapper-primary .secondary-header .menu-main-menu-container .sub-menu .menu-item .menu-main-menu-container > ul > li > a:after, .secondary-header .menu-main-menu-container .sub-menu .menu .menu-item a:after, .secondary-header .menu-main-menu-container .menu .sub-menu .menu-item a:after, .secondary-header .menu-main-menu-container .sub-menu .menu-item .comments-area .comment-list .reply a:after, .comments-area .comment-list .reply .secondary-header .menu-main-menu-container .sub-menu .menu-item a:after, .secondary-header .menu-main-menu-container .sub-menu .menu-item .comments-area .comment-reply-title small a:after, .comments-area .comment-reply-title small .secondary-header .menu-main-menu-container .sub-menu .menu-item a:after {
        background: transparent; }
      .secondary-header .menu-main-menu-container .sub-menu .menu-item a {
        padding: 9px 20px;
        color: #9d9d9d;
        margin: 0px;
        width: 100%; }
        .secondary-header .menu-main-menu-container .sub-menu .menu-item a:hover {
          color: #ffffff; }

.page-template-template-clients {
  background-color: #000; }

.clients-wrap {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
  min-height: calc(100vh - 273px); }
  .clients-wrap .clients-section {
    background-color: #000; }
    .clients-wrap .clients-section .clients-section-holder {
      padding-top: 30px; }
    .clients-wrap .clients-section .three-column-logo-wrap .logo-box .logo img {
      height: auto; }
    .clients-wrap .clients-section .clients-headline {
      color: #fff; }
    .clients-wrap .clients-section .clients-text {
      max-width: 650px;
      width: 100%;
      margin: auto;
      margin-top: 25px;
      font-family: MajestiBook;
      text-transform: none;
      color: #fff; }
    .clients-wrap .clients-section .clients-btn {
      margin-top: 50px; }
      .clients-wrap .clients-section .clients-btn a {
        background-color: #000;
        border: 1px solid #fff;
        color: #fff; }
      .clients-wrap .clients-section .clients-btn:hover a {
        background-color: #fff;
        border: 1px solid #000;
        color: #000; }

@font-face {
  font-display: swap;
  font-family: "BrandonLight";
  src: url("../fonts/BrandonGrotesque-Light.eot");
  src: url("../fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonMedium";
  src: url("../fonts/BrandonGrotesque-Medium.eot");
  src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonRegular";
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonThin";
  src: url("../fonts/BrandonGrotesque-Thin.eot");
  src: url("../fonts/BrandonGrotesque-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Thin.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/BrandonGrotesque-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiLight";
  src: url("../fonts/MajestiBanner-Light.eot");
  src: url("../fonts/MajestiBanner-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Light.woff2") format("woff2"), url("../fonts/MajestiBanner-Light.woff") format("woff"), url("../fonts/MajestiBanner-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiMedium";
  src: url("../fonts/MajestiBanner-Medium.eot");
  src: url("../fonts/MajestiBanner-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Medium.woff2") format("woff2"), url("../fonts/MajestiBanner-Medium.woff") format("woff"), url("../fonts/MajestiBanner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiBook";
  src: url("../fonts/MajestiBanner-Book.eot");
  src: url("../fonts/MajestiBanner-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Book.woff2") format("woff2"), url("../fonts/MajestiBanner-Book.woff") format("woff"), url("../fonts/MajestiBanner-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiBannerHeavy";
  src: url("../fonts/MajestiBanner-Heavy.eot");
  src: url("../fonts/MajestiBanner-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Heavy.woff2") format("woff2"), url("../fonts/MajestiBanner-Heavy.woff") format("woff"), url("../fonts/MajestiBanner-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiLightItalic";
  src: url("../fonts/MajestiBanner-LightItalic.eot");
  src: url("../fonts/MajestiBanner-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-LightItalic.woff2") format("woff2"), url("../fonts/MajestiBanner-LightItalic.woff") format("woff"), url("../fonts/MajestiBanner-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiMediumItalic";
  src: url("../fonts/MajestiBanner-MediumItalic.eot");
  src: url("../fonts/MajestiBanner-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-MediumItalic.woff2") format("woff2"), url("../fonts/MajestiBanner-MediumItalic.woff") format("woff"), url("../fonts/MajestiBanner-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonBoldItalic";
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot");
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-BoldItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-BoldItalic.woff") format("woff"), url("../fonts/BrandonGrotesque-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "BrandonBold";
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.eot");
  src: url("../fonts/Raleway-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Thin.woff2") format("woff2"), url("../fonts/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-Light.eot");
  src: url("../fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Georgia";
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "fontello";
  src: url("../fonts/fontello.eot?1224668");
  src: url("../fonts/fontello.eot?1224668#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?1224668") format("woff2"), url("../fonts/fontello.woff?1224668") format("woff"), url("../fonts/fontello.ttf?1224668") format("truetype"), url("../fonts/fontello.svg?1224668#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-display: swap;
    font-family: 'fontello';
    src: url('../font/fontello.svg?7078475#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: "\e800"; }

/* '' */
.icon-twitter:before {
  content: "\e801"; }

/* '' */
.icon-up-big:before {
  content: "\e802"; }

/* '' */
.icon-instagram:before {
  content: "\f16d"; }

/* '' */
body,
.page {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: 1; }

.hide-header {
  display: none; }

.show-header {
  display: flex; }

.fix-header {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  background-color: #ffffff; }
  .fix-header:after {
    top: 0px; }

.overflowNone {
  overflow: hidden; }

.page-id-1548 .entry-content p {
  margin-bottom: 50px;
  margin-top: 50px; }

.page-id-1548 .entry-content a {
  width: 200px;
  display: flex;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .page-id-1548 .entry-content a:hover {
    background: #fff;
    color: #000; }

.link-hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:after, .secondary-header .menu-main-menu-container .menu .menu-item a:after, .comments-area .comment-list .reply a:after, .comments-area .comment-reply-title small a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #ffffff; }

.link-hover:hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:hover:after, .secondary-header .menu-main-menu-container .menu .menu-item a:hover:after, .comments-area .comment-list .reply a:hover:after, .comments-area .comment-reply-title small a:hover:after {
  width: 100%; }

.headline, .meet-team-section .meet-headline, .clients-section .clients-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .services-section .services-headline, .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span,
.team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .clients-wrap .clients-section .clients-headline, .clients-wrap .clients-section .clients-text, .contact-wrap .contact-headline, .contact-wrap .message-us, .contact-wrap .contact-text, .services-wrap .services-headline, .services-wrap .text-section, .services-wrap .bottom-content .text-section-info .text-section, .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .bottom-content .message-box .message-text, .services-sub-page-wrapper .bottom-section .section-title, .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text {
  color: #292929;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Georgia", Georgia, "Times New Roman", serif; }

.text, .meet-team-section .meet-text, .clients-section .clients-text, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle, .home-wrap .services-section .services-text, .about-wrapper .about-wrap .about-team .text-middle, .news-wrapper .title-container .title-holder .news-title, .news-wrapper .news-wrap .text-section .category-info .category, .news-wrapper .news-wrap .text-section .category-info .date, .news-wrapper .news-wrap .text-section .category-info .category-slash,
.news-wrapper .news-wrap .text-section .category-info .post-categories, .news-wrapper .news-wrap .text-section .text-title, .news-wrapper .news-wrap .text-section .news-text p, .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text, .page-404-wrapper .title-container .title-holder .news-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text, .services-sub-page-wrapper .section-top .right-side .right-side-text, .services-sub-page-wrapper .bottom-section .section-text, .case-study-wrapper .case-study-wrap .case-study-title {
  color: #292929;
  font-size: 25px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

.team-section, .meet-team-section {
  max-width: 1100px;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
  text-align: center; }

.main-btn, .meet-team-section .team-btn, .clients-section .clients-btn, .swiper-slide .home-learn-more-btn, .clients-wrap .clients-section .clients-btn {
  display: inline-block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  margin-bottom: 100px; }
  .main-btn a, .meet-team-section .team-btn a, .clients-section .clients-btn a, .swiper-slide .home-learn-more-btn a, .clients-wrap .clients-section .clients-btn a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    font-family: MajestiBook;
    border: 1px solid #ffffff; }
  .main-btn:hover a, .meet-team-section .team-btn:hover a, .clients-section .clients-btn:hover a, .swiper-slide .home-learn-more-btn:hover a {
    background-color: #ffffff;
    color: #000000; }

.meet-team-section .meet-headline {
  text-align: center;
  margin-bottom: 25px; }

.meet-team-section .meet-text {
  font-family: MajestiBook;
  text-align: center;
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px; }

.meet-team-section .team-btn a {
  color: #000000;
  border: 1px solid #000000; }

.meet-team-section .team-btn:hover a {
  background-color: #000000;
  color: #fff; }

.clients-section {
  width: 100%;
  background-color: #000000;
  text-align: center; }
  .clients-section .clients-section-holder {
    max-width: 1100px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 120px; }
  .clients-section .clients-headline {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px; }
  .clients-section .clients-text {
    font-family: MajestiBook;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: auto; }
  .clients-section .three-column-logo-wrap {
    max-width: 980px;
    width: 100%;
    margin: auto;
    line-height: 0px; }
    .clients-section .three-column-logo-wrap .logo-box {
      margin-top: 30px;
      position: relative;
      width: 33.333%;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .clients-section .three-column-logo-wrap .logo-box {
          width: 100%; } }
  .clients-section .logo {
    max-width: 150px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px; }
    .clients-section .logo img {
      height: auto;
      width: 100%;
      -webkit-transition: all 500ms ease 0ms;
      -moz-transition: all 500ms ease 0ms;
      -o-transition: all 500ms ease 0ms;
      transition: all 500ms ease 0ms; }
    .clients-section .logo:hover img {
      transform: scale(1.1); }
  .clients-section .clients-btn {
    margin-bottom: 120px; }
    .clients-section .clients-btn:hover {
      background-color: #ffffff; }

.text-section-info {
  width: 70%;
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .text-section-info {
      width: 100%; } }
  .text-section-info .text-section {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left; }

.services-options {
  display: inline-block;
  text-align: right; }
  .services-options .items-holder {
    display: inline-block;
    vertical-align: top; }
    .services-options .items-holder:last-child {
      margin-left: 20px; }
  .services-options .items {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 15px; }
  .services-options a {
    color: #292929;
    font-size: 23px;
    font-family: BrandonRegular;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 520px) {
      .services-options a {
        font-size: 20px; } }
    .services-options a:after {
      background: #292929; }

.image-section {
  width: 30%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .image-section {
      width: 100%; } }
  .image-section .image {
    width: 80%;
    margin: auto;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .image-section .image:after {
      content: "";
      display: block;
      padding-top: 161%; }
    .image-section .image:hover {
      transform: scale(1.1); }
  .image-section .underline {
    width: 100%;
    height: 1px;
    background-color: #eaeaea; }

.back-to-top {
  display: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  width: 50px;
  height: 50px;
  border: 2px solid #dedede;
  position: fixed;
  border-radius: 50%;
  bottom: 15px;
  right: 10px;
  z-index: 99; }
  .back-to-top.normalize {
    display: block; }
  .back-to-top .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 22px; }
  .back-to-top:hover {
    background-color: #202020;
    border: 2px solid #202020; }
    .back-to-top:hover .arrow {
      color: #fff; }

.social {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#page-menu-services {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  max-width: 310px;
  width: 100%; }
  #page-menu-services .menu-item {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    margin-left: 20px; }
    #page-menu-services .menu-item a {
      font-family: MajestiBook; }
    #page-menu-services .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #page-menu-services .menu-item:hover:after {
      width: 100%;
      height: 2px; }
    #page-menu-services .menu-item a {
      font-size: 28px; }

#services-sub-page {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  #services-sub-page .menu-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative; }
    #services-sub-page .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #services-sub-page .menu-item:hover:after {
      width: 100%; }
    #services-sub-page .menu-item:hover:after {
      height: 2px;
      background-color: #000000; }
    #services-sub-page .menu-item.current-menu-item:after {
      width: 100%;
      height: 2px; }
    #services-sub-page .menu-item.current-menu-item:before {
      width: 2px; }
    #services-sub-page .menu-item.current-menu-item a {
      font-weight: bold; }

.hide {
  display: none; }

.animation-text-divider-wrap {
  width: 10%;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 520px) {
    .animation-text-divider-wrap {
      top: 60%; } }
  .animation-text-divider-wrap .animation-text-divider {
    vertical-align: top;
    width: 1px;
    height: 150px;
    background-color: #ffffff;
    margin: auto;
    transform: rotate(45deg); }
    @media only screen and (max-width: 1100px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 100px; } }
    @media only screen and (max-width: 520px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 50px; } }

.swiper-slide .animation-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-slide .animation-wrap .animation-text {
    position: absolute;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Georgia", Georgia, "Times New Roman", serif;
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: top; }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        top: 60%; } }
    .swiper-slide .animation-wrap .animation-text.animation-left {
      left: -100%;
      text-align: right;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1200ms; }
    .swiper-slide .animation-wrap .animation-text.animation-right {
      right: -100%;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1800ms; }
    .swiper-slide .animation-wrap .animation-text.animation-center {
      top: -100%;
      max-width: 100%;
      text-align: center;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1000ms; }
    @media only screen and (max-width: 1440px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1024px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1100px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 16px;
        line-height: 2; } }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 10px; } }
  .swiper-slide .animation-wrap .animation-text-divider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
  left: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
  right: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-center {
  top: 50%; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text-divider {
  visibility: visible !important;
  opacity: 1 !important; }

.swiper-static-text {
  font-family: "Georgia", Georgia, "Times New Roman", serif;
  color: #fff;
  font-style: italic;
  font-size: 35px;
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 50px; }
  @media only screen and (max-width: 768px) {
    .swiper-static-text {
      font-size: 33px; } }

.about-swiper-button {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }

.swiper-about:hover .about-swiper-button {
  opacity: 1;
  visibility: visible; }

.slidein-wrap {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .slidein-wrap img,
  .slidein-wrap .picture {
    display: none; }
  .slidein-wrap.in-view {
    opacity: 1;
    transform: translateY(0px); }
    .slidein-wrap.in-view img,
    .slidein-wrap.in-view .picture {
      display: block; }

.arrow-holder {
  z-index: 9;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 95vh;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  @media only screen and (max-width: 1440px) {
    .arrow-holder {
      top: 85vh; } }
  @media only screen and (max-width: 1300px) {
    .arrow-holder {
      top: 90vh; } }
  @media only screen and (max-width: 1024px) {
    .arrow-holder {
      top: 38vh; } }
  @media only screen and (max-width: 520px) {
    .arrow-holder {
      top: 36vh; } }

.contact-wrap {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  max-width: 1020px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1300px) {
    .contact-wrap {
      width: 950px;
      padding: 0px; } }
  @media only screen and (max-width: 1024px) {
    .contact-wrap {
      width: 768px; } }
  @media only screen and (max-width: 768px) {
    .contact-wrap {
      width: 600px; } }
  @media only screen and (max-width: 600px) {
    .contact-wrap {
      width: 420px; } }
  @media only screen and (max-width: 520px) {
    .contact-wrap {
      width: 300px;
      padding: 0px; } }
  .contact-wrap .contact-headline {
    text-align: center;
    margin-bottom: 20px; }
  .contact-wrap .message-us {
    text-align: center;
    margin-top: 40px; }
  .contact-wrap .contact-text {
    color: #000000;
    text-align: center;
    margin-bottom: 63px;
    text-transform: none;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
  .contact-wrap .underline {
    width: 100%;
    height: 1px;
    background-color: #eaeaea; }
  .contact-wrap form {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    text-align: center; }
    .contact-wrap form .headline, .contact-wrap form .meet-team-section .meet-headline, .meet-team-section .contact-wrap form .meet-headline, .contact-wrap form .clients-section .clients-headline, .clients-section .contact-wrap form .clients-headline, .contact-wrap form .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .contact-wrap form .column-headline, .contact-wrap form .home-wrap .services-section .services-headline, .home-wrap .services-section .contact-wrap form .services-headline, .contact-wrap form .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .contact-wrap form .team-headline, .contact-wrap form .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .contact-wrap form .team-text, .contact-wrap form .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .contact-wrap form span,
    .contact-wrap form .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .contact-wrap form p, .contact-wrap form .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .contact-wrap form h4, .contact-wrap form .clients-wrap .clients-section .clients-text, .clients-wrap .clients-section .contact-wrap form .clients-text, .contact-wrap form .contact-headline, .contact-wrap form .message-us, .contact-wrap form .contact-text, .contact-wrap form .services-wrap .services-headline, .services-wrap .contact-wrap form .services-headline, .contact-wrap form .services-wrap .text-section, .services-wrap .contact-wrap form .text-section, .contact-wrap form .services-wrap .bottom-content .text-section-info .text-section, .services-wrap .bottom-content .text-section-info .contact-wrap form .text-section, .contact-wrap form .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .about-team .contact-wrap form .text-top, .contact-wrap form .about-wrapper .about-wrap .bottom-content .message-box .message-text, .about-wrapper .about-wrap .bottom-content .message-box .contact-wrap form .message-text, .contact-wrap form .services-sub-page-wrapper .bottom-section .section-title, .services-sub-page-wrapper .bottom-section .contact-wrap form .section-title, .contact-wrap form .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .contact-wrap form .case-study-text, .contact-wrap form .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .contact-wrap form .case-study-slide-title, .contact-wrap form .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .contact-wrap form .case-study-slide-text {
      text-align: center; }
    .contact-wrap form .label-name {
      color: #292929;
      text-align: center;
      font-size: 14px;
      font-family: BrandonRegular;
      text-transform: uppercase;
      line-height: 26px; }
    .contact-wrap form label {
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
    .contact-wrap form input[type="text"],
    .contact-wrap form input[type="email"],
    .contact-wrap form select,
    .contact-wrap form textarea,
    .contact-wrap form input[name="your-email"] {
      max-width: 500px;
      width: 100%;
      padding: 17px;
      border: 1px solid #e6e7e9;
      resize: vertical;
      background-color: #e6e7e9;
      outline: none;
      border-radius: 0; }
    .contact-wrap form textarea {
      max-width: 500px;
      width: 100%;
      padding: 17px;
      border: 1px solid #e6e7e9;
      resize: vertical;
      background-color: #e6e7e9;
      outline: none;
      border-radius: 0;
      height: 115px;
      resize: none; }
    .contact-wrap form input:focus {
      background-color: #ffffff;
      border: 1px solid #000000; }
    .contact-wrap form textarea:focus {
      background-color: #ffffff;
      border: 1px solid #000000; }
  .contact-wrap input[type="submit"] {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    display: block;
    padding: 25px 50px 25px 50px;
    border-radius: 0;
    max-width: 125px;
    font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #e6e7e9;
    border: 1px solid #e6e7e9;
    color: #000000;
    font-size: 10px;
    height: 60px;
    text-transform: uppercase; }
    .contact-wrap input[type="submit"]:hover {
      background-color: #000000;
      color: #ffffff; }
    .contact-wrap input[type="submit"]:focus {
      outline: none;
      background-color: #000000;
      color: #ffffff; }
  .contact-wrap .contact-info {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    font-family: MajestiMedium;
    margin-bottom: 70px; }
    .contact-wrap .contact-info a,
    .contact-wrap .contact-info span,
    .contact-wrap .contact-info strong {
      text-decoration: none;
      color: #000000;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
  .contact-wrap .meet-us-info {
    margin: auto;
    max-width: 300px;
    margin-bottom: 50px; }
    .contact-wrap .meet-us-info p {
      color: #292929;
      font-size: 18px;
      line-height: 25px;
      font-style: normal;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
      text-align: center; }
  .contact-wrap .follow-us-info {
    text-align: center; }
    .contact-wrap .follow-us-info .map {
      margin: auto;
      width: 100%;
      max-width: 750px;
      margin-bottom: 75px; }
    .contact-wrap .follow-us-info .follow-us-headline {
      margin-bottom: 25px; }
    .contact-wrap .follow-us-info .icon-wrap {
      display: inline-block;
      text-align: left;
      margin-bottom: 50px; }
    .contact-wrap .follow-us-info .icon-holder {
      display: block;
      margin-bottom: 20px; }
      .contact-wrap .follow-us-info .icon-holder .icon {
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #000000;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        -webkit-transition: all 400ms ease 0ms;
        -moz-transition: all 400ms ease 0ms;
        -o-transition: all 400ms ease 0ms;
        transition: all 400ms ease 0ms; }
        .contact-wrap .follow-us-info .icon-holder .icon:hover {
          opacity: 0.3; }
    .contact-wrap .follow-us-info a {
      color: #303030;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
      font-size: 18px; }

.services-wrap {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1020px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 25px;
  line-height: 0px;
  min-height: calc(100vh - 273px); }
  @media only screen and (max-width: 980px) {
    .services-wrap {
      max-width: 100%;
      width: 90%; } }
  .services-wrap .services-headline {
    margin-bottom: 30px; }
  .services-wrap .options {
    width: 100%; }
  .services-wrap .text-section {
    font-size: 19px; }
  .services-wrap .top-content {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .services-wrap .top-content .image {
        margin-right: 30px;
        width: 70%; } }
  .services-wrap .bottom-content {
    margin-bottom: 100px; }
    .services-wrap .bottom-content .text-section-info {
      width: 50%;
      padding-left: 30px;
      box-sizing: border-box; }
      @media only screen and (max-width: 768px) {
        .services-wrap .bottom-content .text-section-info {
          width: 100%;
          padding-left: 0px;
          margin-top: 30px; } }
      .services-wrap .bottom-content .text-section-info .text-section {
        font-family: MajestiBook;
        text-transform: none;
        font-size: 23px;
        font-weight: 400; }
      .services-wrap .bottom-content .text-section-info a {
        color: #292929; }
        .services-wrap .bottom-content .text-section-info a:hover {
          text-decoration: underline; }
    .services-wrap .bottom-content .image-section {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .services-wrap .bottom-content .image-section {
          width: 100%;
          margin-top: 50px; } }
      .services-wrap .bottom-content .image-section .image {
        max-width: 330px;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .services-wrap .bottom-content .image-section .image {
            margin-left: 0px; } }
        .services-wrap .bottom-content .image-section .image:after {
          padding-top: 55%; }
        .services-wrap .bottom-content .image-section .image:hover {
          transform: scale(1.2); }

@font-face {
  font-display: swap;
  font-family: "BrandonLight";
  src: url("../fonts/BrandonGrotesque-Light.eot");
  src: url("../fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Light.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Light.woff") format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonMedium";
  src: url("../fonts/BrandonGrotesque-Medium.eot");
  src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonRegular";
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonThin";
  src: url("../fonts/BrandonGrotesque-Thin.eot");
  src: url("../fonts/BrandonGrotesque-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Thin.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Thin.woff") format("woff"), url("../fonts/BrandonGrotesque-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiLight";
  src: url("../fonts/MajestiBanner-Light.eot");
  src: url("../fonts/MajestiBanner-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Light.woff2") format("woff2"), url("../fonts/MajestiBanner-Light.woff") format("woff"), url("../fonts/MajestiBanner-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiMedium";
  src: url("../fonts/MajestiBanner-Medium.eot");
  src: url("../fonts/MajestiBanner-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Medium.woff2") format("woff2"), url("../fonts/MajestiBanner-Medium.woff") format("woff"), url("../fonts/MajestiBanner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiBook";
  src: url("../fonts/MajestiBanner-Book.eot");
  src: url("../fonts/MajestiBanner-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Book.woff2") format("woff2"), url("../fonts/MajestiBanner-Book.woff") format("woff"), url("../fonts/MajestiBanner-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiBannerHeavy";
  src: url("../fonts/MajestiBanner-Heavy.eot");
  src: url("../fonts/MajestiBanner-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-Heavy.woff2") format("woff2"), url("../fonts/MajestiBanner-Heavy.woff") format("woff"), url("../fonts/MajestiBanner-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiLightItalic";
  src: url("../fonts/MajestiBanner-LightItalic.eot");
  src: url("../fonts/MajestiBanner-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-LightItalic.woff2") format("woff2"), url("../fonts/MajestiBanner-LightItalic.woff") format("woff"), url("../fonts/MajestiBanner-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "MajestiMediumItalic";
  src: url("../fonts/MajestiBanner-MediumItalic.eot");
  src: url("../fonts/MajestiBanner-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MajestiBanner-MediumItalic.woff2") format("woff2"), url("../fonts/MajestiBanner-MediumItalic.woff") format("woff"), url("../fonts/MajestiBanner-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "BrandonBoldItalic";
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot");
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-BoldItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-BoldItalic.woff") format("woff"), url("../fonts/BrandonGrotesque-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: "BrandonBold";
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.eot");
  src: url("../fonts/Raleway-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Thin.woff2") format("woff2"), url("../fonts/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Helvetica-Light";
  src: url("../fonts/Helvetica-Light.eot");
  src: url("../fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Georgia";
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "fontello";
  src: url("../fonts/fontello.eot?1224668");
  src: url("../fonts/fontello.eot?1224668#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?1224668") format("woff2"), url("../fonts/fontello.woff?1224668") format("woff"), url("../fonts/fontello.ttf?1224668") format("truetype"), url("../fonts/fontello.svg?1224668#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-display: swap;
    font-family: 'fontello';
    src: url('../font/fontello.svg?7078475#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: "\e800"; }

/* '' */
.icon-twitter:before {
  content: "\e801"; }

/* '' */
.icon-up-big:before {
  content: "\e802"; }

/* '' */
.icon-instagram:before {
  content: "\f16d"; }

/* '' */
body,
.page {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: 1; }

.hide-header {
  display: none; }

.show-header {
  display: flex; }

.fix-header {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  background-color: #ffffff; }
  .fix-header:after {
    top: 0px; }

.overflowNone {
  overflow: hidden; }

.page-id-1548 .entry-content p {
  margin-bottom: 50px;
  margin-top: 50px; }

.page-id-1548 .entry-content a {
  width: 200px;
  display: flex;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .page-id-1548 .entry-content a:hover {
    background: #fff;
    color: #000; }

.link-hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:after, .secondary-header .menu-main-menu-container .menu .menu-item a:after, .comments-area .comment-list .reply a:after, .comments-area .comment-reply-title small a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #ffffff; }

.link-hover:hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:hover:after, .secondary-header .menu-main-menu-container .menu .menu-item a:hover:after, .comments-area .comment-list .reply a:hover:after, .comments-area .comment-reply-title small a:hover:after {
  width: 100%; }

.headline, .meet-team-section .meet-headline, .clients-section .clients-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .services-section .services-headline, .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span,
.team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .clients-wrap .clients-section .clients-headline, .clients-wrap .clients-section .clients-text, .contact-wrap .contact-headline, .contact-wrap .message-us, .contact-wrap .contact-text, .services-wrap .services-headline, .services-wrap .text-section, .services-wrap .bottom-content .text-section-info .text-section, .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .bottom-content .message-box .message-text, .services-sub-page-wrapper .bottom-section .section-title, .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text {
  color: #292929;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Georgia", Georgia, "Times New Roman", serif; }

.text, .meet-team-section .meet-text, .clients-section .clients-text, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle, .home-wrap .services-section .services-text, .about-wrapper .about-wrap .about-team .text-middle, .news-wrapper .title-container .title-holder .news-title, .news-wrapper .news-wrap .text-section .category-info .category, .news-wrapper .news-wrap .text-section .category-info .date, .news-wrapper .news-wrap .text-section .category-info .category-slash,
.news-wrapper .news-wrap .text-section .category-info .post-categories, .news-wrapper .news-wrap .text-section .text-title, .news-wrapper .news-wrap .text-section .news-text p, .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text, .page-404-wrapper .title-container .title-holder .news-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text, .services-sub-page-wrapper .section-top .right-side .right-side-text, .services-sub-page-wrapper .bottom-section .section-text, .case-study-wrapper .case-study-wrap .case-study-title {
  color: #292929;
  font-size: 25px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

.team-section, .meet-team-section {
  max-width: 1100px;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
  text-align: center; }

.main-btn, .meet-team-section .team-btn, .clients-section .clients-btn, .swiper-slide .home-learn-more-btn, .clients-wrap .clients-section .clients-btn {
  display: inline-block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  margin-bottom: 100px; }
  .main-btn a, .meet-team-section .team-btn a, .clients-section .clients-btn a, .swiper-slide .home-learn-more-btn a, .clients-wrap .clients-section .clients-btn a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    font-family: MajestiBook;
    border: 1px solid #ffffff; }
  .main-btn:hover a, .meet-team-section .team-btn:hover a, .clients-section .clients-btn:hover a, .swiper-slide .home-learn-more-btn:hover a {
    background-color: #ffffff;
    color: #000000; }

.meet-team-section .meet-headline {
  text-align: center;
  margin-bottom: 25px; }

.meet-team-section .meet-text {
  font-family: MajestiBook;
  text-align: center;
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px; }

.meet-team-section .team-btn a {
  color: #000000;
  border: 1px solid #000000; }

.meet-team-section .team-btn:hover a {
  background-color: #000000;
  color: #fff; }

.clients-section {
  width: 100%;
  background-color: #000000;
  text-align: center; }
  .clients-section .clients-section-holder {
    max-width: 1100px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 120px; }
  .clients-section .clients-headline {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px; }
  .clients-section .clients-text {
    font-family: MajestiBook;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: auto; }
  .clients-section .three-column-logo-wrap {
    max-width: 980px;
    width: 100%;
    margin: auto;
    line-height: 0px; }
    .clients-section .three-column-logo-wrap .logo-box {
      margin-top: 30px;
      position: relative;
      width: 33.333%;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .clients-section .three-column-logo-wrap .logo-box {
          width: 100%; } }
  .clients-section .logo {
    max-width: 150px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px; }
    .clients-section .logo img {
      height: auto;
      width: 100%;
      -webkit-transition: all 500ms ease 0ms;
      -moz-transition: all 500ms ease 0ms;
      -o-transition: all 500ms ease 0ms;
      transition: all 500ms ease 0ms; }
    .clients-section .logo:hover img {
      transform: scale(1.1); }
  .clients-section .clients-btn {
    margin-bottom: 120px; }
    .clients-section .clients-btn:hover {
      background-color: #ffffff; }

.text-section-info {
  width: 70%;
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .text-section-info {
      width: 100%; } }
  .text-section-info .text-section {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left; }

.services-options {
  display: inline-block;
  text-align: right; }
  .services-options .items-holder {
    display: inline-block;
    vertical-align: top; }
    .services-options .items-holder:last-child {
      margin-left: 20px; }
  .services-options .items {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 15px; }
  .services-options a {
    color: #292929;
    font-size: 23px;
    font-family: BrandonRegular;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 520px) {
      .services-options a {
        font-size: 20px; } }
    .services-options a:after {
      background: #292929; }

.image-section {
  width: 30%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .image-section {
      width: 100%; } }
  .image-section .image {
    width: 80%;
    margin: auto;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .image-section .image:after {
      content: "";
      display: block;
      padding-top: 161%; }
    .image-section .image:hover {
      transform: scale(1.1); }
  .image-section .underline {
    width: 100%;
    height: 1px;
    background-color: #eaeaea; }

.back-to-top {
  display: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  width: 50px;
  height: 50px;
  border: 2px solid #dedede;
  position: fixed;
  border-radius: 50%;
  bottom: 15px;
  right: 10px;
  z-index: 99; }
  .back-to-top.normalize {
    display: block; }
  .back-to-top .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 22px; }
  .back-to-top:hover {
    background-color: #202020;
    border: 2px solid #202020; }
    .back-to-top:hover .arrow {
      color: #fff; }

.social {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#page-menu-services {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  max-width: 310px;
  width: 100%; }
  #page-menu-services .menu-item {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    margin-left: 20px; }
    #page-menu-services .menu-item a {
      font-family: MajestiBook; }
    #page-menu-services .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #page-menu-services .menu-item:hover:after {
      width: 100%;
      height: 2px; }
    #page-menu-services .menu-item a {
      font-size: 28px; }

#services-sub-page {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  #services-sub-page .menu-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative; }
    #services-sub-page .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #services-sub-page .menu-item:hover:after {
      width: 100%; }
    #services-sub-page .menu-item:hover:after {
      height: 2px;
      background-color: #000000; }
    #services-sub-page .menu-item.current-menu-item:after {
      width: 100%;
      height: 2px; }
    #services-sub-page .menu-item.current-menu-item:before {
      width: 2px; }
    #services-sub-page .menu-item.current-menu-item a {
      font-weight: bold; }

.hide {
  display: none; }

.animation-text-divider-wrap {
  width: 10%;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 520px) {
    .animation-text-divider-wrap {
      top: 60%; } }
  .animation-text-divider-wrap .animation-text-divider {
    vertical-align: top;
    width: 1px;
    height: 150px;
    background-color: #ffffff;
    margin: auto;
    transform: rotate(45deg); }
    @media only screen and (max-width: 1100px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 100px; } }
    @media only screen and (max-width: 520px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 50px; } }

.swiper-slide .animation-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-slide .animation-wrap .animation-text {
    position: absolute;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Georgia", Georgia, "Times New Roman", serif;
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: top; }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        top: 60%; } }
    .swiper-slide .animation-wrap .animation-text.animation-left {
      left: -100%;
      text-align: right;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1200ms; }
    .swiper-slide .animation-wrap .animation-text.animation-right {
      right: -100%;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1800ms; }
    .swiper-slide .animation-wrap .animation-text.animation-center {
      top: -100%;
      max-width: 100%;
      text-align: center;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1000ms; }
    @media only screen and (max-width: 1440px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1024px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1100px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 16px;
        line-height: 2; } }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 10px; } }
  .swiper-slide .animation-wrap .animation-text-divider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
  left: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
  right: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-center {
  top: 50%; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text-divider {
  visibility: visible !important;
  opacity: 1 !important; }

.swiper-static-text {
  font-family: "Georgia", Georgia, "Times New Roman", serif;
  color: #fff;
  font-style: italic;
  font-size: 35px;
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 50px; }
  @media only screen and (max-width: 768px) {
    .swiper-static-text {
      font-size: 33px; } }

.about-swiper-button {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }

.swiper-about:hover .about-swiper-button {
  opacity: 1;
  visibility: visible; }

.slidein-wrap {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .slidein-wrap img,
  .slidein-wrap .picture {
    display: none; }
  .slidein-wrap.in-view {
    opacity: 1;
    transform: translateY(0px); }
    .slidein-wrap.in-view img,
    .slidein-wrap.in-view .picture {
      display: block; }

.arrow-holder {
  z-index: 9;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 95vh;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  @media only screen and (max-width: 1440px) {
    .arrow-holder {
      top: 85vh; } }
  @media only screen and (max-width: 1300px) {
    .arrow-holder {
      top: 90vh; } }
  @media only screen and (max-width: 1024px) {
    .arrow-holder {
      top: 38vh; } }
  @media only screen and (max-width: 520px) {
    .arrow-holder {
      top: 36vh; } }

.about-wrapper {
  width: 100%; }
  .about-wrapper .about-text {
    max-width: 800px;
    width: 100%;
    margin: auto; }
  .about-wrapper .text-slider {
    width: 100%;
    background-color: #000000;
    position: relative; }
    .about-wrapper .text-slider:after {
      content: "";
      display: block;
      padding-top: 40%; }
      @media only screen and (max-width: 768px) {
        .about-wrapper .text-slider:after {
          padding-top: 60%; } }
    .about-wrapper .text-slider .headline, .about-wrapper .text-slider .meet-team-section .meet-headline, .meet-team-section .about-wrapper .text-slider .meet-headline, .about-wrapper .text-slider .clients-section .clients-headline, .clients-section .about-wrapper .text-slider .clients-headline, .about-wrapper .text-slider .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider .column-headline, .about-wrapper .text-slider .home-wrap .services-section .services-headline, .home-wrap .services-section .about-wrapper .text-slider .services-headline, .about-wrapper .text-slider .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .about-wrapper .text-slider .team-headline, .about-wrapper .text-slider .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .about-wrapper .text-slider .team-text, .about-wrapper .text-slider .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider span,
    .about-wrapper .text-slider .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider p, .about-wrapper .text-slider .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider h4, .about-wrapper .text-slider .clients-wrap .clients-section .clients-text, .clients-wrap .clients-section .about-wrapper .text-slider .clients-text, .about-wrapper .text-slider .contact-wrap .contact-headline, .contact-wrap .about-wrapper .text-slider .contact-headline, .about-wrapper .text-slider .contact-wrap .message-us, .contact-wrap .about-wrapper .text-slider .message-us, .about-wrapper .text-slider .contact-wrap .contact-text, .contact-wrap .about-wrapper .text-slider .contact-text, .about-wrapper .text-slider .services-wrap .services-headline, .services-wrap .about-wrapper .text-slider .services-headline, .about-wrapper .text-slider .services-wrap .text-section, .services-wrap .about-wrapper .text-slider .text-section, .about-wrapper .text-slider .about-wrap .about-team .text-top, .about-wrapper .about-wrap .about-team .text-slider .text-top, .about-wrapper .text-slider .about-wrap .bottom-content .message-box .message-text, .about-wrapper .about-wrap .bottom-content .message-box .text-slider .message-text, .about-wrapper .text-slider .services-sub-page-wrapper .bottom-section .section-title, .services-sub-page-wrapper .bottom-section .about-wrapper .text-slider .section-title, .about-wrapper .text-slider .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .about-wrapper .text-slider .case-study-text, .about-wrapper .text-slider .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .text-slider .case-study-slide-title, .about-wrapper .text-slider .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .text-slider .case-study-slide-text {
      font-style: italic;
      font-family: "Georgia", Georgia, "Times New Roman", serif;
      text-transform: none;
      font-size: 35px;
      color: #ffffff;
      position: absolute;
      top: 101px;
      left: 45px; }
      @media only screen and (max-width: 768px) {
        .about-wrapper .text-slider .headline, .about-wrapper .text-slider .meet-team-section .meet-headline, .meet-team-section .about-wrapper .text-slider .meet-headline, .about-wrapper .text-slider .clients-section .clients-headline, .clients-section .about-wrapper .text-slider .clients-headline, .about-wrapper .text-slider .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider .column-headline, .about-wrapper .text-slider .home-wrap .services-section .services-headline, .home-wrap .services-section .about-wrapper .text-slider .services-headline, .about-wrapper .text-slider .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .about-wrapper .text-slider .team-headline, .about-wrapper .text-slider .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .about-wrapper .text-slider .team-text, .about-wrapper .text-slider .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider span,
        .about-wrapper .text-slider .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider p, .about-wrapper .text-slider .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .text-slider h4, .about-wrapper .text-slider .clients-wrap .clients-section .clients-text, .clients-wrap .clients-section .about-wrapper .text-slider .clients-text, .about-wrapper .text-slider .contact-wrap .contact-headline, .contact-wrap .about-wrapper .text-slider .contact-headline, .about-wrapper .text-slider .contact-wrap .message-us, .contact-wrap .about-wrapper .text-slider .message-us, .about-wrapper .text-slider .contact-wrap .contact-text, .contact-wrap .about-wrapper .text-slider .contact-text, .about-wrapper .text-slider .services-wrap .services-headline, .services-wrap .about-wrapper .text-slider .services-headline, .about-wrapper .text-slider .services-wrap .text-section, .services-wrap .about-wrapper .text-slider .text-section, .about-wrapper .text-slider .about-wrap .about-team .text-top, .about-wrapper .about-wrap .about-team .text-slider .text-top, .about-wrapper .text-slider .about-wrap .bottom-content .message-box .message-text, .about-wrapper .about-wrap .bottom-content .message-box .text-slider .message-text, .about-wrapper .text-slider .services-sub-page-wrapper .bottom-section .section-title, .services-sub-page-wrapper .bottom-section .about-wrapper .text-slider .section-title, .about-wrapper .text-slider .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .about-wrapper .text-slider .case-study-text, .about-wrapper .text-slider .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .text-slider .case-study-slide-title, .about-wrapper .text-slider .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .text-slider .case-study-slide-text {
          left: 20px;
          font-size: 33px; } }
    .about-wrapper .text-slider .previous-slide {
      width: 30px;
      height: 30px;
      border-top: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      position: absolute;
      bottom: 20%;
      left: 45px;
      cursor: pointer;
      transform: rotate(-45deg);
      -webkit-transition: all 400ms ease 0ms;
      -moz-transition: all 400ms ease 0ms;
      -o-transition: all 400ms ease 0ms;
      transition: all 400ms ease 0ms;
      opacity: 0; }
    .about-wrapper .text-slider .next-slide {
      width: 30px;
      height: 30px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      position: absolute;
      bottom: 20%;
      cursor: pointer;
      transform: rotate(45deg);
      right: 45px;
      -webkit-transition: all 400ms ease 0ms;
      -moz-transition: all 400ms ease 0ms;
      -o-transition: all 400ms ease 0ms;
      transition: all 400ms ease 0ms;
      opacity: 0; }
    .about-wrapper .text-slider:hover .previous-slide,
    .about-wrapper .text-slider:hover .next-slide {
      opacity: 1; }
  .about-wrapper .about-wrap {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1100px;
    width: 100%;
    line-height: 0px; }
    .about-wrapper .about-wrap .about-text {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .about-wrapper .about-wrap .about-text {
          padding: 0 40px; } }
      .about-wrapper .about-wrap .about-text .headline, .about-wrapper .about-wrap .about-text .meet-team-section .meet-headline, .meet-team-section .about-wrapper .about-wrap .about-text .meet-headline, .about-wrapper .about-wrap .about-text .clients-section .clients-headline, .clients-section .about-wrapper .about-wrap .about-text .clients-headline, .about-wrapper .about-wrap .about-text .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-text .column-headline, .about-wrapper .about-wrap .about-text .home-wrap .services-section .services-headline, .home-wrap .services-section .about-wrapper .about-wrap .about-text .services-headline, .about-wrapper .about-wrap .about-text .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .about-wrapper .about-wrap .about-text .team-headline, .about-wrapper .about-wrap .about-text .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .about-wrapper .about-wrap .about-text .team-text, .about-wrapper .about-wrap .about-text .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-text span,
      .about-wrapper .about-wrap .about-text .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-text p, .about-wrapper .about-wrap .about-text .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-text h4, .about-wrapper .about-wrap .about-text .clients-wrap .clients-section .clients-text, .clients-wrap .clients-section .about-wrapper .about-wrap .about-text .clients-text, .about-wrapper .about-wrap .about-text .contact-wrap .contact-headline, .contact-wrap .about-wrapper .about-wrap .about-text .contact-headline, .about-wrapper .about-wrap .about-text .contact-wrap .message-us, .contact-wrap .about-wrapper .about-wrap .about-text .message-us, .about-wrapper .about-wrap .about-text .contact-wrap .contact-text, .contact-wrap .about-wrapper .about-wrap .about-text .contact-text, .about-wrapper .about-wrap .about-text .services-wrap .services-headline, .services-wrap .about-wrapper .about-wrap .about-text .services-headline, .about-wrapper .about-wrap .about-text .services-wrap .text-section, .services-wrap .about-wrapper .about-wrap .about-text .text-section, .about-wrapper .about-wrap .about-text .about-team .text-top, .about-wrapper .about-wrap .about-team .about-text .text-top, .about-wrapper .about-wrap .about-text .bottom-content .message-box .message-text, .about-wrapper .about-wrap .bottom-content .message-box .about-text .message-text, .about-wrapper .about-wrap .about-text .services-sub-page-wrapper .bottom-section .section-title, .services-sub-page-wrapper .bottom-section .about-wrapper .about-wrap .about-text .section-title, .about-wrapper .about-wrap .about-text .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .about-wrapper .about-wrap .about-text .case-study-text, .about-wrapper .about-wrap .about-text .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .about-wrap .about-text .case-study-slide-title, .about-wrapper .about-wrap .about-text .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .about-wrap .about-text .case-study-slide-text {
        margin-bottom: 30px;
        font-family: Georgia, serif; }
      .about-wrapper .about-wrap .about-text .text, .about-wrapper .about-wrap .about-text .meet-team-section .meet-text, .meet-team-section .about-wrapper .about-wrap .about-text .meet-text, .about-wrapper .about-wrap .about-text .clients-section .clients-text, .clients-section .about-wrapper .about-wrap .about-text .clients-text, .about-wrapper .about-wrap .about-text .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-text .column-subtitle, .about-wrapper .about-wrap .about-text .home-wrap .services-section .services-text, .home-wrap .services-section .about-wrapper .about-wrap .about-text .services-text, .about-wrapper .about-wrap .about-text .about-team .text-middle, .about-wrapper .about-wrap .about-team .about-text .text-middle, .about-wrapper .about-wrap .about-text .news-wrapper .title-container .title-holder .news-title, .news-wrapper .title-container .title-holder .about-wrapper .about-wrap .about-text .news-title, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .category, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .category, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .date, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .date, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .category-slash, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .category-slash,
      .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .post-categories, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .post-categories, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .text-title, .news-wrapper .news-wrap .text-section .about-wrapper .about-wrap .about-text .text-title, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .news-text p, .news-wrapper .news-wrap .text-section .news-text .about-wrapper .about-wrap .about-text p, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text, .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .about-wrapper .about-wrap .about-text .comment-text, .about-wrapper .about-wrap .about-text .page-404-wrapper .title-container .title-holder .news-title, .page-404-wrapper .title-container .title-holder .about-wrapper .about-wrap .about-text .news-title, .about-wrapper .about-wrap .about-text .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .about-wrapper .about-wrap .about-text .text-title, .about-wrapper .about-wrap .about-text .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text, .page-404-wrapper .page-404-wrap .error-404 .text-section .about-wrapper .about-wrap .about-text .error-404-text, .about-wrapper .about-wrap .about-text .services-sub-page-wrapper .section-top .right-side .right-side-text, .services-sub-page-wrapper .section-top .right-side .about-wrapper .about-wrap .about-text .right-side-text, .about-wrapper .about-wrap .about-text .services-sub-page-wrapper .bottom-section .section-text, .services-sub-page-wrapper .bottom-section .about-wrapper .about-wrap .about-text .section-text, .about-wrapper .about-wrap .about-text .case-study-wrapper .case-study-wrap .case-study-title, .case-study-wrapper .case-study-wrap .about-wrapper .about-wrap .about-text .case-study-title {
        font-size: 18px;
        font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
        margin-bottom: 25px; }
        .about-wrapper .about-wrap .about-text .text:last-child, .about-wrapper .about-wrap .about-text .meet-team-section .meet-text:last-child, .meet-team-section .about-wrapper .about-wrap .about-text .meet-text:last-child, .about-wrapper .about-wrap .about-text .clients-section .clients-text:last-child, .clients-section .about-wrapper .about-wrap .about-text .clients-text:last-child, .about-wrapper .about-wrap .about-text .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle:last-child, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-text .column-subtitle:last-child, .about-wrapper .about-wrap .about-text .home-wrap .services-section .services-text:last-child, .home-wrap .services-section .about-wrapper .about-wrap .about-text .services-text:last-child, .about-wrapper .about-wrap .about-text .about-team .text-middle:last-child, .about-wrapper .about-wrap .about-team .about-text .text-middle:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .title-container .title-holder .news-title:last-child, .news-wrapper .title-container .title-holder .about-wrapper .about-wrap .about-text .news-title:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .category:last-child, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .category:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .date:last-child, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .date:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .category-slash:last-child, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .category-slash:last-child,
        .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .category-info .post-categories:last-child, .news-wrapper .news-wrap .text-section .category-info .about-wrapper .about-wrap .about-text .post-categories:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .text-title:last-child, .news-wrapper .news-wrap .text-section .about-wrapper .about-wrap .about-text .text-title:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .news-text p:last-child, .news-wrapper .news-wrap .text-section .news-text .about-wrapper .about-wrap .about-text p:last-child, .about-wrapper .about-wrap .about-text .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text:last-child, .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .about-wrapper .about-wrap .about-text .comment-text:last-child, .about-wrapper .about-wrap .about-text .page-404-wrapper .title-container .title-holder .news-title:last-child, .page-404-wrapper .title-container .title-holder .about-wrapper .about-wrap .about-text .news-title:last-child, .about-wrapper .about-wrap .about-text .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title:last-child, .page-404-wrapper .page-404-wrap .error-404 .text-section .about-wrapper .about-wrap .about-text .text-title:last-child, .about-wrapper .about-wrap .about-text .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text:last-child, .page-404-wrapper .page-404-wrap .error-404 .text-section .about-wrapper .about-wrap .about-text .error-404-text:last-child, .about-wrapper .about-wrap .about-text .services-sub-page-wrapper .section-top .right-side .right-side-text:last-child, .services-sub-page-wrapper .section-top .right-side .about-wrapper .about-wrap .about-text .right-side-text:last-child, .about-wrapper .about-wrap .about-text .services-sub-page-wrapper .bottom-section .section-text:last-child, .services-sub-page-wrapper .bottom-section .about-wrapper .about-wrap .about-text .section-text:last-child, .about-wrapper .about-wrap .about-text .case-study-wrapper .case-study-wrap .case-study-title:last-child, .case-study-wrapper .case-study-wrap .about-wrapper .about-wrap .about-text .case-study-title:last-child {
          margin-bottom: 30px; }
    .about-wrapper .about-wrap .about-team .headline, .about-wrapper .about-wrap .about-team .meet-team-section .meet-headline, .meet-team-section .about-wrapper .about-wrap .about-team .meet-headline, .about-wrapper .about-wrap .about-team .clients-section .clients-headline, .clients-section .about-wrapper .about-wrap .about-team .clients-headline, .about-wrapper .about-wrap .about-team .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-team .column-headline, .about-wrapper .about-wrap .about-team .home-wrap .services-section .services-headline, .home-wrap .services-section .about-wrapper .about-wrap .about-team .services-headline, .about-wrapper .about-wrap .about-team .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .about-wrapper .about-wrap .about-team .team-headline, .about-wrapper .about-wrap .about-team .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .about-wrapper .about-wrap .about-team .team-text, .about-wrapper .about-wrap .about-team .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-team span,
    .about-wrapper .about-wrap .about-team .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-team p, .about-wrapper .about-wrap .about-team .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .about-wrapper .about-wrap .about-team h4, .about-wrapper .about-wrap .about-team .clients-wrap .clients-section .clients-text, .clients-wrap .clients-section .about-wrapper .about-wrap .about-team .clients-text, .about-wrapper .about-wrap .about-team .contact-wrap .contact-headline, .contact-wrap .about-wrapper .about-wrap .about-team .contact-headline, .about-wrapper .about-wrap .about-team .contact-wrap .message-us, .contact-wrap .about-wrapper .about-wrap .about-team .message-us, .about-wrapper .about-wrap .about-team .contact-wrap .contact-text, .contact-wrap .about-wrapper .about-wrap .about-team .contact-text, .about-wrapper .about-wrap .about-team .services-wrap .services-headline, .services-wrap .about-wrapper .about-wrap .about-team .services-headline, .about-wrapper .about-wrap .about-team .services-wrap .text-section, .services-wrap .about-wrapper .about-wrap .about-team .text-section, .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .about-team .bottom-content .message-box .message-text, .about-wrapper .about-wrap .bottom-content .message-box .about-team .message-text, .about-wrapper .about-wrap .about-team .services-sub-page-wrapper .bottom-section .section-title, .services-sub-page-wrapper .bottom-section .about-wrapper .about-wrap .about-team .section-title, .about-wrapper .about-wrap .about-team .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .about-wrapper .about-wrap .about-team .case-study-text, .about-wrapper .about-wrap .about-team .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .about-wrap .about-team .case-study-slide-title, .about-wrapper .about-wrap .about-team .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .about-wrapper .about-wrap .about-team .case-study-slide-text {
      line-height: 94px;
      text-align: center; }
    .about-wrapper .about-wrap .about-team .team-picture {
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
      .about-wrapper .about-wrap .about-team .team-picture:after {
        content: "";
        display: block;
        padding-top: 84%; }
    .about-wrapper .about-wrap .about-team .text-top {
      padding: 15px;
      line-height: 25px;
      max-width: 300px;
      width: 100%;
      display: block;
      font-size: 14px;
      text-align: left;
      text-transform: none;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
      @media only screen and (max-width: 768px) {
        .about-wrapper .about-wrap .about-team .text-top {
          width: 100%;
          max-width: 100%;
          padding-left: 60px; } }
    .about-wrapper .about-wrap .about-team .text-middle {
      font-family: "Georgia", Georgia, "Times New Roman", serif;
      line-height: 25px;
      text-align: center; }
    .about-wrapper .about-wrap .bottom-content {
      margin-bottom: 100px; }
      .about-wrapper .about-wrap .bottom-content .text-section-info {
        width: 50%;
        padding-left: 30px;
        box-sizing: border-box; }
        .about-wrapper .about-wrap .bottom-content .text-section-info .text-section {
          font-family: MajestiMedium;
          font-size: 23px; }
        .about-wrapper .about-wrap .bottom-content .text-section-info a {
          color: #292929; }
          .about-wrapper .about-wrap .bottom-content .text-section-info a:hover {
            text-decoration: underline; }
      .about-wrapper .about-wrap .bottom-content .image-section {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px; }
        @media only screen and (max-width: 768px) {
          .about-wrapper .about-wrap .bottom-content .image-section {
            width: 80%;
            padding: 0px;
            margin: 0px;
            margin-left: 60px;
            margin-top: 40px; } }
        @media only screen and (max-width: 520px) {
          .about-wrapper .about-wrap .bottom-content .image-section {
            width: 90%; } }
        @media only screen and (max-width: 480px) {
          .about-wrapper .about-wrap .bottom-content .image-section {
            width: 70%; } }
        .about-wrapper .about-wrap .bottom-content .image-section .image {
          width: 80%; }
          @media only screen and (max-width: 768px) {
            .about-wrapper .about-wrap .bottom-content .image-section .image {
              width: 100%; } }
          .about-wrapper .about-wrap .bottom-content .image-section .image:after {
            padding-top: 55%; }
          .about-wrapper .about-wrap .bottom-content .image-section .image:hover {
            transform: scale(1.2); }
      .about-wrapper .about-wrap .bottom-content .message-box {
        font-size: 23px;
        display: inline-block;
        width: 50%;
        padding-left: 30px;
        box-sizing: border-box; }
        @media only screen and (max-width: 768px) {
          .about-wrapper .about-wrap .bottom-content .message-box {
            width: 95%;
            margin: 0px;
            margin-top: 40px;
            padding-left: 60px; } }
        .about-wrapper .about-wrap .bottom-content .message-box .message-text {
          padding: 15px;
          line-height: 25px;
          text-transform: none;
          width: 100%;
          font-size: 14px;
          text-align: left;
          font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }
          @media only screen and (max-width: 768px) {
            .about-wrapper .about-wrap .bottom-content .message-box .message-text {
              padding-left: 0px; } }
  .about-wrapper .swiper-about {
    width: 100%;
    height: 100%; }
    .about-wrapper .swiper-about .swiper-slide {
      position: relative;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: black; }
      .about-wrapper .swiper-about .swiper-slide:after {
        content: "";
        display: block;
        padding-top: 45%; }

.news-wrapper {
  width: 100%; }
  .news-wrapper .title-container {
    background-color: #000000;
    width: 100%;
    position: relative;
    height: 550px; }
    .news-wrapper .title-container .title-holder {
      width: 100%;
      max-width: 1300px;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .news-wrapper .title-container .title-holder .news-title {
        font-family: "Georgia", Georgia, "Times New Roman", serif;
        font-size: 90px;
        line-height: 90px;
        color: #ffffff;
        text-transform: none;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .news-wrapper .title-container .title-holder .news-title {
            font-size: 42px;
            line-height: 48px; } }
  .news-wrapper .news-wrap {
    max-width: 1020px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: auto;
    text-align: center; }
    .news-wrapper .news-wrap .text-section {
      width: 100%;
      padding-bottom: 60px; }
      .news-wrapper .news-wrap .text-section .category-info {
        width: 100%;
        margin-bottom: 10px; }
        .news-wrapper .news-wrap .text-section .category-info .category, .news-wrapper .news-wrap .text-section .category-info .date, .news-wrapper .news-wrap .text-section .category-info .category-slash,
        .news-wrapper .news-wrap .text-section .category-info .post-categories {
          list-style-type: none;
          cursor: pointer;
          color: #202020;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 2px;
          text-decoration: underline; }
        .news-wrapper .news-wrap .text-section .category-info .date {
          cursor: auto;
          margin-left: -3px; }
        .news-wrapper .news-wrap .text-section .category-info .category-slash {
          text-decoration: none;
          letter-spacing: 0px;
          cursor: auto; }
      .news-wrapper .news-wrap .text-section .text-title {
        font-family: "Georgia", Georgia, "Times New Roman", serif;
        display: block;
        font-size: 35px;
        line-height: 44px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0px;
        text-transform: none; }
      .news-wrapper .news-wrap .text-section .small-underline {
        margin: auto;
        margin-top: 18px;
        margin-bottom: 32px;
        width: 27px;
        height: 2px;
        background-color: #303030; }
      .news-wrapper .news-wrap .text-section .news-text p {
        font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 25px;
        margin-top: 45px;
        text-align: left; }
      .news-wrapper .news-wrap .text-section .three-box-wrap {
        width: 100%;
        margin-top: 40px; }
        .news-wrapper .news-wrap .text-section .three-box-wrap .box {
          width: 33%;
          display: inline-block; }
          @media only screen and (max-width: 1024px) {
            .news-wrapper .news-wrap .text-section .three-box-wrap .box {
              width: 25%; } }
          @media only screen and (max-width: 768px) {
            .news-wrapper .news-wrap .text-section .three-box-wrap .box {
              width: 100%; } }
          .news-wrapper .news-wrap .text-section .three-box-wrap .box:nth-of-type(1) {
            text-align: left; }
            @media only screen and (max-width: 768px) {
              .news-wrapper .news-wrap .text-section .three-box-wrap .box:nth-of-type(1) {
                text-align: center; } }
          .news-wrapper .news-wrap .text-section .three-box-wrap .box:nth-of-type(2) {
            text-align: center; }
            @media only screen and (max-width: 768px) {
              .news-wrapper .news-wrap .text-section .three-box-wrap .box:nth-of-type(2) {
                text-align: center; } }
          .news-wrapper .news-wrap .text-section .three-box-wrap .box:nth-of-type(3) {
            text-align: right; }
            @media only screen and (max-width: 768px) {
              .news-wrapper .news-wrap .text-section .three-box-wrap .box:nth-of-type(3) {
                text-align: center; } }
          .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder {
            display: inline-block; }
            .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text {
              font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
              color: #7f7f7f;
              font-style: italic;
              cursor: pointer;
              font-size: 14px;
              display: inline-block;
              text-transform: none;
              text-decoration: none; }
            .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder:hover .comment-text {
              color: #202020; }
          .news-wrapper .news-wrap .text-section .three-box-wrap .box .news-btn {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #f1f1f1; }
            .news-wrapper .news-wrap .text-section .three-box-wrap .box .news-btn a {
              font-size: 12px;
              color: #2c2c2c;
              font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
              padding-right: 20px;
              padding-left: 20px; }
            .news-wrapper .news-wrap .text-section .three-box-wrap .box .news-btn:hover {
              background-color: #000000; }
              .news-wrapper .news-wrap .text-section .three-box-wrap .box .news-btn:hover a {
                color: #ffffff; }
    .news-wrapper .news-wrap .underline {
      width: 100%;
      height: 1px;
      background-color: #eaeaea;
      margin-bottom: 60px; }
    .news-wrapper .news-wrap .pagination {
      display: inline-block;
      margin-bottom: 50px; }
      .news-wrapper .news-wrap .pagination .page-numbers {
        color: #b4b4b4;
        border: 2px solid #e5e5e5;
        font-family: "Georgia", Georgia, "Times New Roman", serif;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 35px;
        margin-right: 11px;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        vertical-align: top; }
        .news-wrapper .news-wrap .pagination .page-numbers.current {
          color: #303030;
          background-color: #e3e3e3;
          border-color: #e3e3e3; }
        .news-wrapper .news-wrap .pagination .page-numbers:active {
          background-color: #e3e3e3;
          color: #303030; }
        .news-wrapper .news-wrap .pagination .page-numbers:hover {
          background-color: #e3e3e3;
          color: #303030; }
          .news-wrapper .news-wrap .pagination .page-numbers:hover .pagination-left, .news-wrapper .news-wrap .pagination .page-numbers:hover .pagination-right {
            border-left: 1px solid #303030;
            border-top: 1px solid #303030; }
          .news-wrapper .news-wrap .pagination .page-numbers:hover .pagination-right {
            border-right: 1px solid #303030;
            border-left: none; }
      .news-wrapper .news-wrap .pagination .pagination-left, .news-wrapper .news-wrap .pagination .pagination-right {
        position: absolute;
        top: 40%;
        left: 40%;
        transform: translate(-40%, -40%);
        width: 10px;
        height: 10px;
        border-left: 1px solid #b4b4b4;
        border-top: 1px solid #b4b4b4;
        transform: rotate(-45deg); }
      .news-wrapper .news-wrap .pagination .pagination-right {
        border-right: 1px solid #b4b4b4;
        border-left: none;
        left: 30%;
        top: 40%;
        transform: translate(-40%, -30%);
        transform: rotate(45deg); }

.page-404-wrapper {
  width: 100%;
  min-height: calc(100vh - 273px); }
  .page-404-wrapper .title-container {
    background-color: #000000;
    width: 100%;
    position: relative; }
    .page-404-wrapper .title-container:after {
      content: '';
      display: block;
      padding-top: 43%; }
      @media only screen and (max-width: 768px) {
        .page-404-wrapper .title-container:after {
          padding-top: 60%; } }
      @media only screen and (max-width: 520px) {
        .page-404-wrapper .title-container:after {
          padding-top: 100%; } }
    .page-404-wrapper .title-container .title-holder {
      width: 100%;
      max-width: 1300px;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 520px) {
        .page-404-wrapper .title-container .title-holder {
          top: 60%;
          left: 50%;
          transform: translate(-50%, -60%); } }
      .page-404-wrapper .title-container .title-holder .news-title {
        font-family: MajestiBook;
        font-size: 90px;
        line-height: 90px;
        color: #ffffff;
        text-transform: none;
        text-align: center; }
        @media only screen and (max-width: 1024px) {
          .page-404-wrapper .title-container .title-holder .news-title {
            font-size: 60px;
            line-height: 60px; } }
        @media only screen and (max-width: 768px) {
          .page-404-wrapper .title-container .title-holder .news-title {
            font-size: 40px;
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box; } }
  .page-404-wrapper .page-404-wrap {
    max-width: 1020px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: auto;
    text-align: center; }
    .page-404-wrapper .page-404-wrap .error-404 .text-section {
      width: 100%;
      padding-bottom: 60px;
      margin-bottom: 80px; }
      .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title {
        font-family: MajestiBook;
        display: block;
        font-size: 32px;
        line-height: 44px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0px;
        text-transform: none;
        margin: 40px 0px 20px 0px; }
      .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text {
        font-size: 14px;
        font-family: MajestiBook;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 35px;
        text-align: center; }
      .page-404-wrapper .page-404-wrap .error-404 .text-section .box {
        width: 100%;
        display: inline-block;
        margin: 15px 0px 35px 0px; }
        .page-404-wrapper .page-404-wrap .error-404 .text-section .box .error-404-btn {
          display: inline-block;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background-color: #f1f1f1; }
          .page-404-wrapper .page-404-wrap .error-404 .text-section .box .error-404-btn a {
            font-size: 12px;
            color: #2c2c2c;
            font-family: MajestiMedium;
            padding-right: 20px;
            padding-left: 20px; }
          .page-404-wrapper .page-404-wrap .error-404 .text-section .box .error-404-btn:hover {
            background-color: #000000; }
            .page-404-wrapper .page-404-wrap .error-404 .text-section .box .error-404-btn:hover a {
              color: #ffffff; }

article {
  width: 100%; }
  article .entry-header {
    width: 100%;
    height: 550px;
    background-color: #000;
    padding-top: 0px;
    position: relative; }
    article .entry-header .entry-title {
      max-width: 1250px;
      width: 100%;
      text-align: center;
      font-size: 90px;
      line-height: 90px;
      font-weight: 300;
      letter-spacing: 0px;
      color: #ffffff;
      font-family: MajestiBook;
      margin: 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 768px) {
        article .entry-header .entry-title {
          line-height: 42px;
          font-size: 42px; } }
  article .entry-content {
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    margin-top: 20px; }
    article .entry-content p {
      font-size: 16px;
      margin-bottom: 22px;
      color: #292929;
      line-height: 25px;
      font-style: normal;
      font-weight: 300;
      font-family: MajestiBook;
      margin-bottom: 20px; }
      article .entry-content p strong {
        font-weight: bold; }
    article .entry-content h2 {
      display: inline-block;
      margin-left: 10px; }
      @media only screen and (max-width: 1600px) {
        article .entry-content h2 {
          margin-left: 0px;
          margin-top: 0px; } }
      article .entry-content h2 a {
        font-size: 35px;
        color: #292929;
        line-height: 44px;
        font-style: normal;
        font-weight: 300;
        font-family: MajestiBook; }
        @media only screen and (max-width: 1600px) {
          article .entry-content h2 a {
            font-size: 28px;
            line-height: 30px; } }
        @media only screen and (max-width: 1024px) {
          article .entry-content h2 a {
            font-size: 20px;
            line-height: 25px; } }
    article .entry-content .data-created {
      font-family: MajestiLight;
      color: #bebebe;
      font-size: 35px;
      line-height: 44px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0px;
      text-transform: none;
      display: inline-block; }
      @media only screen and (max-width: 1600px) {
        article .entry-content .data-created {
          font-size: 28px;
          line-height: 30px; } }
      @media only screen and (max-width: 1024px) {
        article .entry-content .data-created {
          font-size: 20px;
          line-height: 25px; } }
    article .entry-content .entry-meta {
      margin-bottom: 20px; }
      article .entry-content .entry-meta .posted-on, article .entry-content .entry-meta span {
        color: #bebebe;
        font-size: 14px;
        line-height: 26px;
        font-family: MajestiLight; }
        article .entry-content .entry-meta .posted-on a, article .entry-content .entry-meta span a {
          color: #bebebe; }
    article .entry-content h4 {
      font-family: BrandonRegular;
      line-height: 30px; }
    article .entry-content ul li {
      color: #292929;
      font-size: 14px;
      line-height: 26px;
      font-family: MajestiLight; }

.post-thumbnail {
  text-align: center;
  margin-top: 20px; }

.navigation {
  display: none; }

.comments-area {
  width: 100%;
  max-width: 1020px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin: auto; }
  .comments-area .comments-title {
    font-family: BrandonMedium;
    font-size: 20px;
    color: #292929; }
  .comments-area .comment-list {
    margin: 0;
    padding: 0; }
    .comments-area .comment-list .children {
      margin: 0;
      margin-top: 25px;
      margin-bottom: 30px; }
    .comments-area .comment-list .vcard {
      margin-bottom: 30px; }
      .comments-area .comment-list .vcard img {
        width: 75px;
        height: 75px; }
      .comments-area .comment-list .vcard .avatar {
        border-radius: 50%; }
      .comments-area .comment-list .vcard .fn {
        vertical-align: top;
        font-family: MajestiBook;
        text-transform: uppercase; }
      .comments-area .comment-list .vcard .says {
        display: none; }
    .comments-area .comment-list .comment-metadata {
      margin-bottom: 30px; }
      .comments-area .comment-list .comment-metadata a {
        font-family: BrandonMedium;
        font-size: 16px;
        color: #bebebe; }
    .comments-area .comment-list .comment-content {
      font-family: BrandonRegular;
      margin-bottom: 30px; }
      .comments-area .comment-list .comment-content p {
        color: #000000;
        line-height: 25px; }
    .comments-area .comment-list .reply a {
      font-family: MajestiMedium;
      color: #303030;
      text-transform: uppercase;
      position: relative; }
      .comments-area .comment-list .reply a:hover:after {
        background-color: #303030; }
    .comments-area .comment-list .comment-body {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .comments-area .comment-list .comment-body .comment-meta {
        width: 30%; }
        .comments-area .comment-list .comment-body .comment-meta .comment-author {
          display: block; }
          .comments-area .comment-list .comment-body .comment-meta .comment-author img {
            width: 80px;
            height: 80px;
            margin: 0 7px; }
        .comments-area .comment-list .comment-body .comment-meta .comment-metadata {
          position: absolute;
          top: 18%;
          left: 10%; }
      .comments-area .comment-list .comment-body .comment-content {
        width: 80%;
        position: absolute;
        top: 40%;
        left: 10%; }
      .comments-area .comment-list .comment-body .reply {
        display: none; }
  .comments-area .comment-reply-title {
    font-family: BrandonRegular;
    color: #292929;
    margin-bottom: 30px; }
    .comments-area .comment-reply-title small a {
      color: #292929;
      position: relative; }
      .comments-area .comment-reply-title small a:hover {
        color: #ff0000; }

.comment-respond {
  width: 100%; }
  .comment-respond h3 {
    text-align: left; }

form {
  width: 100%;
  margin: 0 auto; }
  form span.wpcf7-not-valid-tip {
    text-transform: none;
    font-family: BrandonRegular;
    margin: 10px 0px; }
  form div.wpcf7-mail-sent-ok {
    margin: 0;
    padding: 0;
    border: 0;
    color: #398f14;
    margin-bottom: 30px; }
  form div.wpcf7-display-none {
    border: 0px;
    color: #ff0000;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px; }
  form .logged-in-as {
    font-family: BrandonRegular;
    margin-bottom: 20px; }
    form .logged-in-as a {
      color: #292929; }
  form .comment-form-author {
    display: inline-block;
    width: 33%;
    color: #818181;
    font-size: 13px;
    font-family: Raleway; }
    @media only screen and (max-width: 768px) {
      form .comment-form-author {
        width: 100%; } }
    form .comment-form-author input[type="text"] {
      border: 1px solid #fff;
      color: #818181;
      font-family: Raleway; }
      form .comment-form-author input[type="text"]:focus {
        outline: none; }
  form .comment-form-email {
    display: inline-block;
    width: 33%;
    color: #818181;
    font-size: 13px;
    font-family: Raleway; }
    @media only screen and (max-width: 600px) {
      form .comment-form-email {
        width: 100%; } }
    form .comment-form-email input[type="email"] {
      border: 1px solid #fff;
      color: #818181;
      font-family: Raleway; }
      form .comment-form-email input[type="email"]:focus {
        outline: none; }
  form .comment-form-url {
    display: inline-block;
    width: 33%;
    color: #818181;
    font-size: 13px;
    font-family: Raleway; }
    @media only screen and (max-width: 600px) {
      form .comment-form-url {
        width: 100%; } }
    form .comment-form-url input[type="url"] {
      border: 1px solid #fff;
      color: #818181;
      font-family: Raleway; }
      form .comment-form-url input[type="url"]:focus {
        outline: none; }
  form textarea {
    border: 1px solid #fff;
    font-family: BrandonRegular;
    color: #000;
    resize: none; }
    form textarea:focus {
      outline: none; }
  form .form-submit {
    text-align: right;
    margin-top: 35px;
    margin-bottom: 30px; }
    form .form-submit .submit {
      border: none;
      border-radius: 0px;
      text-align: center;
      background-color: #f1f1f1;
      color: #2c2c2c;
      font-family: MajestiMedium;
      font-size: 10px;
      padding: 8px 20px 8px 20px; }
      form .form-submit .submit:hover {
        background-color: #000000;
        color: #ffffff; }

.innovative-spaces-wrap {
  background: #000;
  min-height: 71vh; }
  .innovative-spaces-wrap .custom-select {
    display: none; }
  .innovative-spaces-wrap .popup {
    height: 100%;
    width: 100%;
    background: #000000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 100px 140px 20px;
    overflow: auto; }
    @media only screen and (max-width: 1300px) {
      .innovative-spaces-wrap .popup {
        padding: 100px 80px 20px; } }
    @media only screen and (max-width: 1024px) {
      .innovative-spaces-wrap .popup {
        padding: 70px 40px 20px; } }
    .innovative-spaces-wrap .popup .popup-content {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .innovative-spaces-wrap .popup .close-popup {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 25px;
      cursor: pointer; }
    .innovative-spaces-wrap .popup .head {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 20px; }
      .innovative-spaces-wrap .popup .head .title h1 {
        font-family: MajestiMediumItalic;
        font-size: 52px;
        color: #ffffff;
        font-weight: initial;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        text-align: left; }
        @media only screen and (max-width: 1024px) {
          .innovative-spaces-wrap .popup .head .title h1 {
            font-size: 32px;
            margin-bottom: 20px; } }
      .innovative-spaces-wrap .popup .head .button {
        border: 1px solid #ffffff;
        font-family: BrandonRegular;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        align-items: center;
        display: flex;
        height: max-content;
        padding: 10px 80px;
        letter-spacing: 6px;
        cursor: pointer; }
        .innovative-spaces-wrap .popup .head .button:hover {
          color: #000;
          background: #ffffff; }
        @media only screen and (max-width: 480px) {
          .innovative-spaces-wrap .popup .head .button {
            padding: 0;
            width: 100%;
            height: 43px;
            display: flex;
            justify-content: center;
            align-items: center; } }
    .innovative-spaces-wrap .popup .left-section {
      width: 46%;
      padding-right: 95px; }
      @media only screen and (max-width: 1024px) {
        .innovative-spaces-wrap .popup .left-section {
          width: 100%;
          margin-bottom: 30px;
          padding-right: 0; } }
      .innovative-spaces-wrap .popup .left-section h6,
      .innovative-spaces-wrap .popup .left-section p {
        text-align: left;
        font-size: 14px;
        letter-spacing: 2.8px;
        color: #ffffff;
        font-family: BrandonBold;
        -webkit-font-smoothing: antialiased; }
      .innovative-spaces-wrap .popup .left-section h6 {
        text-transform: uppercase;
        margin-bottom: 5px; }
      .innovative-spaces-wrap .popup .left-section p {
        font-family: BrandonRegular;
        letter-spacing: 1.4px;
        line-height: 1.3em; }
    .innovative-spaces-wrap .popup .right-section {
      width: 54%;
      overflow: hidden;
      position: relative;
      padding-top: 60%;
      margin-bottom: 12px; }
      @media only screen and (max-width: 1024px) {
        .innovative-spaces-wrap .popup .right-section {
          width: 100%;
          padding-top: 110%; } }
      .innovative-spaces-wrap .popup .right-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        object-position: center 0; }
  .innovative-spaces-wrap .content-wrap {
    max-width: 1100px;
    padding-top: 120px;
    padding-bottom: 150px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto; }
    @media only screen and (max-width: 1024px) {
      .innovative-spaces-wrap .content-wrap {
        padding: 60px 25px; } }
    @media only screen and (max-width: 768px) {
      .innovative-spaces-wrap .content-wrap {
        padding: 30px 25px; } }
    .innovative-spaces-wrap .content-wrap .head-section {
      margin-bottom: 35px;
      padding-left: 10px;
      padding-right: 10px; }
      .innovative-spaces-wrap .content-wrap .head-section h1 {
        font-size: 42px;
        color: #ffffff;
        font-family: MajestiMedium;
        font-weight: normal;
        margin-bottom: 20px; }
        .innovative-spaces-wrap .content-wrap .head-section h1 span {
          font-family: MajestiLightItalic;
          font-weight: normal; }
        @media only screen and (max-width: 768px) {
          .innovative-spaces-wrap .content-wrap .head-section h1 {
            font-size: 28px; } }
      .innovative-spaces-wrap .content-wrap .head-section p {
        color: #ffffff;
        font-family: BrandonRegular;
        letter-spacing: 6.4px;
        font-size: 16px; }
        @media only screen and (max-width: 768px) {
          .innovative-spaces-wrap .content-wrap .head-section p {
            letter-spacing: 3.4px;
            font-size: 10px;
            line-height: 1.3; } }
    .innovative-spaces-wrap .content-wrap .list-wrap {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      position: relative; }
      .innovative-spaces-wrap .content-wrap .list-wrap .top-line {
        height: 1px;
        background: #404040;
        display: block;
        width: 100%;
        margin: 0 10px 20px; }
      .innovative-spaces-wrap .content-wrap .list-wrap .filters {
        display: flex;
        width: 100%;
        margin-bottom: 60px;
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px; }
        .innovative-spaces-wrap .content-wrap .list-wrap .filters .left {
          width: 85%;
          display: flex;
          flex-wrap: wrap; }
          @media only screen and (max-width: 768px) {
            .innovative-spaces-wrap .content-wrap .list-wrap .filters .left {
              width: 100%;
              order: 2; } }
          .innovative-spaces-wrap .content-wrap .list-wrap .filters .left .single-filter {
            display: block; }
        .innovative-spaces-wrap .content-wrap .list-wrap .filters .right {
          width: 15%;
          text-align: right;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          height: 40px; }
          @media only screen and (max-width: 768px) {
            .innovative-spaces-wrap .content-wrap .list-wrap .filters .right {
              width: 100%;
              order: 1;
              margin-bottom: 20px;
              justify-content: flex-start; } }
          .innovative-spaces-wrap .content-wrap .list-wrap .filters .right p {
            color: #fff;
            font-family: BrandonRegular;
            font-size: 12px;
            letter-spacing: 4.8px;
            cursor: pointer;
            position: relative; }
            .innovative-spaces-wrap .content-wrap .list-wrap .filters .right p:after {
              content: " ";
              position: absolute;
              left: 0;
              display: block;
              bottom: -7px;
              width: 0;
              height: 1px;
              background: #fff;
              transition: transform 0.5s ease; }
            .innovative-spaces-wrap .content-wrap .list-wrap .filters .right p:hover:after {
              width: 98%; }
      .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999; }
        .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list {
          padding: 60px 25px 25px;
          position: fixed;
          top: 50%;
          left: 50%;
          background: #000;
          max-width: 660px;
          width: 100%;
          z-index: 10;
          border: 1px solid #888782;
          transform: translate(-50%, -50%);
          display: flex;
          flex-wrap: wrap;
          /* The container */
          /* Hide the browser's default checkbox */
          /* Create a custom checkbox */
          /* On mouse-over, add a grey background color */
          /* When the checkbox is checked, add a blue background */
          /* Create the checkmark/indicator (hidden when not checked) */
          /* Show the checkmark when checked */
          /* Style the checkmark/indicator */ }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list label {
            color: #ffffff;
            font-family: BrandonRegular;
            letter-spacing: 2.4px;
            font-size: 11px;
            text-transform: uppercase;
            position: relative; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .close-filter-list {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 15px;
            cursor: pointer; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 50%; }
            @media only screen and (max-width: 768px) {
              .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container {
                width: 100%; } }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #eee; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container:hover input ~ .checkmark {
            background-color: #ccc; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container input:checked ~ .checkmark {
            background-color: #fff; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .checkmark:after {
            content: "";
            position: absolute;
            display: none; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container input:checked ~ .checkmark:after {
            display: block; }
          .innovative-spaces-wrap .content-wrap .list-wrap .aditional-filters-wrap .filters-list .container .checkmark:after {
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid black;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .innovative-spaces-wrap .content-wrap .list-wrap .single-project {
        width: 33.333%;
        margin-bottom: 50px;
        padding: 10px; }
        @media only screen and (max-width: 768px) {
          .innovative-spaces-wrap .content-wrap .list-wrap .single-project {
            width: 49%; } }
        @media only screen and (max-width: 600px) {
          .innovative-spaces-wrap .content-wrap .list-wrap .single-project {
            width: 100%; } }
        .innovative-spaces-wrap .content-wrap .list-wrap .single-project .image-wrap {
          overflow: hidden;
          position: relative;
          padding-top: 100%;
          width: 100%;
          margin-bottom: 12px;
          cursor: pointer; }
          @media only screen and (max-width: 1024px) {
            .innovative-spaces-wrap .content-wrap .list-wrap .single-project .image-wrap {
              padding-top: 95%; } }
          .innovative-spaces-wrap .content-wrap .list-wrap .single-project .image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            object-position: center 0;
            transition: transform 0.5s ease; }
          .innovative-spaces-wrap .content-wrap .list-wrap .single-project .image-wrap:hover img {
            transform: scale(1.07); }
        .innovative-spaces-wrap .content-wrap .list-wrap .single-project .title {
          color: #fff;
          font-family: MajestiMediumItalic;
          font-size: 36px;
          margin-bottom: 12px;
          font-weight: normal; }
          @media only screen and (max-width: 768px) {
            .innovative-spaces-wrap .content-wrap .list-wrap .single-project .title {
              margin-bottom: 0;
              font-size: 32px; } }
        .innovative-spaces-wrap .content-wrap .list-wrap .single-project .subtitle {
          color: #fff;
          font-family: BrandonBold;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: normal;
          letter-spacing: 2.4px; }
          @media only screen and (max-width: 768px) {
            .innovative-spaces-wrap .content-wrap .list-wrap .single-project .subtitle {
              font-size: 10px; } }

.protected-form {
  position: relative;
  background: black;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .protected-form:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.91);
    z-index: 1; }
  @media only screen and (max-width: 1920px) {
    .protected-form {
      padding-top: 60%; } }
  @media only screen and (max-width: 1024px) {
    .protected-form {
      padding-top: 100%; } }
  @media only screen and (max-width: 600px) {
    .protected-form {
      padding-top: 120%; } }
  .protected-form form {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 700px;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99; }
    .protected-form form h1 {
      font-family: MajestiBannerHeavy;
      font-size: 72px;
      color: #fff;
      margin: 0;
      margin-bottom: 20px; }
      @media only screen and (max-width: 600px) {
        .protected-form form h1 {
          font-size: 40px; } }
    .protected-form form p {
      font-family: BrandonRegular;
      letter-spacing: 2.4px;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      padding: 0 15px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 600px) {
        .protected-form form p {
          font-size: 10px; } }
    .protected-form form input {
      max-width: 260px;
      width: 100%;
      padding: 10px 15px;
      display: block;
      margin: 0 auto;
      border-radius: 0; }
    .protected-form form input[type="password"] {
      color: #000;
      font-size: 12px;
      font-family: BrandonRegular;
      margin: 40px auto 20px; }
    .protected-form form input[type="submit"] {
      color: #fff;
      font-size: 12px;
      font-family: BrandonRegular;
      text-transform: uppercase;
      border: 1px solid #fff;
      cursor: pointer;
      background: transparent;
      letter-spacing: 2.4px;
      transition: 0.3s; }
      .protected-form form input[type="submit"]:hover {
        color: #000;
        background: #fff; }

body,
.page {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: 1; }

.hide-header {
  display: none; }

.show-header {
  display: flex; }

.fix-header {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  background-color: #ffffff; }
  .fix-header:after {
    top: 0px; }

.overflowNone {
  overflow: hidden; }

.page-id-1548 .entry-content p {
  margin-bottom: 50px;
  margin-top: 50px; }

.page-id-1548 .entry-content a {
  width: 200px;
  display: flex;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .page-id-1548 .entry-content a:hover {
    background: #fff;
    color: #000; }

.link-hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:after, .secondary-header .menu-main-menu-container .menu .menu-item a:after, .comments-area .comment-list .reply a:after, .comments-area .comment-reply-title small a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #ffffff; }

.link-hover:hover:after, .header-wrapper-primary .menu-main-menu-container > ul > li > a:hover:after, .secondary-header .menu-main-menu-container .menu .menu-item a:hover:after, .comments-area .comment-list .reply a:hover:after, .comments-area .comment-reply-title small a:hover:after {
  width: 100%; }

.headline, .meet-team-section .meet-headline, .clients-section .clients-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .services-section .services-headline, .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span,
.team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .clients-wrap .clients-section .clients-headline, .clients-wrap .clients-section .clients-text, .contact-wrap .contact-headline, .contact-wrap .message-us, .contact-wrap .contact-text, .services-wrap .services-headline, .services-wrap .text-section, .services-wrap .bottom-content .text-section-info .text-section, .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .bottom-content .message-box .message-text, .services-sub-page-wrapper .bottom-section .section-title, .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text {
  color: #292929;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Georgia", Georgia, "Times New Roman", serif; }

.text, .meet-team-section .meet-text, .clients-section .clients-text, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-subtitle, .home-wrap .services-section .services-text, .about-wrapper .about-wrap .about-team .text-middle, .news-wrapper .title-container .title-holder .news-title, .news-wrapper .news-wrap .text-section .category-info .category, .news-wrapper .news-wrap .text-section .category-info .date, .news-wrapper .news-wrap .text-section .category-info .category-slash,
.news-wrapper .news-wrap .text-section .category-info .post-categories, .news-wrapper .news-wrap .text-section .text-title, .news-wrapper .news-wrap .text-section .news-text p, .news-wrapper .news-wrap .text-section .three-box-wrap .box .comment-text-holder .comment-text, .page-404-wrapper .title-container .title-holder .news-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .text-title, .page-404-wrapper .page-404-wrap .error-404 .text-section .error-404-text, .services-sub-page-wrapper .section-top .right-side .right-side-text, .services-sub-page-wrapper .bottom-section .section-text, .case-study-wrapper .case-study-wrap .case-study-title {
  color: #292929;
  font-size: 25px;
  line-height: 31px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "Helvetica-Light", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

.team-section, .meet-team-section {
  max-width: 1100px;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 50px;
  text-align: center; }

.main-btn, .meet-team-section .team-btn, .clients-section .clients-btn, .swiper-slide .home-learn-more-btn, .clients-wrap .clients-section .clients-btn {
  display: inline-block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  margin-bottom: 100px; }
  .main-btn a, .meet-team-section .team-btn a, .clients-section .clients-btn a, .swiper-slide .home-learn-more-btn a, .clients-wrap .clients-section .clients-btn a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    font-family: MajestiBook;
    border: 1px solid #ffffff; }
  .main-btn:hover a, .meet-team-section .team-btn:hover a, .clients-section .clients-btn:hover a, .swiper-slide .home-learn-more-btn:hover a {
    background-color: #ffffff;
    color: #000000; }

.meet-team-section .meet-headline {
  text-align: center;
  margin-bottom: 25px; }

.meet-team-section .meet-text {
  font-family: MajestiBook;
  text-align: center;
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px; }

.meet-team-section .team-btn a {
  color: #000000;
  border: 1px solid #000000; }

.meet-team-section .team-btn:hover a {
  background-color: #000000;
  color: #fff; }

.clients-section {
  width: 100%;
  background-color: #000000;
  text-align: center; }
  .clients-section .clients-section-holder {
    max-width: 1100px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 120px; }
  .clients-section .clients-headline {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px; }
  .clients-section .clients-text {
    font-family: MajestiBook;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: auto; }
  .clients-section .three-column-logo-wrap {
    max-width: 980px;
    width: 100%;
    margin: auto;
    line-height: 0px; }
    .clients-section .three-column-logo-wrap .logo-box {
      margin-top: 30px;
      position: relative;
      width: 33.333%;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .clients-section .three-column-logo-wrap .logo-box {
          width: 100%; } }
  .clients-section .logo {
    max-width: 150px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px; }
    .clients-section .logo img {
      height: auto;
      width: 100%;
      -webkit-transition: all 500ms ease 0ms;
      -moz-transition: all 500ms ease 0ms;
      -o-transition: all 500ms ease 0ms;
      transition: all 500ms ease 0ms; }
    .clients-section .logo:hover img {
      transform: scale(1.1); }
  .clients-section .clients-btn {
    margin-bottom: 120px; }
    .clients-section .clients-btn:hover {
      background-color: #ffffff; }

.text-section-info {
  width: 70%;
  display: inline-block;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .text-section-info {
      width: 100%; } }
  .text-section-info .text-section {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: left; }

.services-options {
  display: inline-block;
  text-align: right; }
  .services-options .items-holder {
    display: inline-block;
    vertical-align: top; }
    .services-options .items-holder:last-child {
      margin-left: 20px; }
  .services-options .items {
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 15px; }
  .services-options a {
    color: #292929;
    font-size: 23px;
    font-family: BrandonRegular;
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 520px) {
      .services-options a {
        font-size: 20px; } }
    .services-options a:after {
      background: #292929; }

.image-section {
  width: 30%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .image-section {
      width: 100%; } }
  .image-section .image {
    width: 80%;
    margin: auto;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .image-section .image:after {
      content: "";
      display: block;
      padding-top: 161%; }
    .image-section .image:hover {
      transform: scale(1.1); }
  .image-section .underline {
    width: 100%;
    height: 1px;
    background-color: #eaeaea; }

.back-to-top {
  display: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  width: 50px;
  height: 50px;
  border: 2px solid #dedede;
  position: fixed;
  border-radius: 50%;
  bottom: 15px;
  right: 10px;
  z-index: 99; }
  .back-to-top.normalize {
    display: block; }
  .back-to-top .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 22px; }
  .back-to-top:hover {
    background-color: #202020;
    border: 2px solid #202020; }
    .back-to-top:hover .arrow {
      color: #fff; }

.social {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#page-menu-services {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  max-width: 310px;
  width: 100%; }
  #page-menu-services .menu-item {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    margin-left: 20px; }
    #page-menu-services .menu-item a {
      font-family: MajestiBook; }
    #page-menu-services .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #page-menu-services .menu-item:hover:after {
      width: 100%;
      height: 2px; }
    #page-menu-services .menu-item a {
      font-size: 28px; }

#services-sub-page {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  #services-sub-page .menu-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
    position: relative; }
    #services-sub-page .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 0%;
      height: 1px;
      background: #000000; }
    #services-sub-page .menu-item:hover:after {
      width: 100%; }
    #services-sub-page .menu-item:hover:after {
      height: 2px;
      background-color: #000000; }
    #services-sub-page .menu-item.current-menu-item:after {
      width: 100%;
      height: 2px; }
    #services-sub-page .menu-item.current-menu-item:before {
      width: 2px; }
    #services-sub-page .menu-item.current-menu-item a {
      font-weight: bold; }

.hide {
  display: none; }

.animation-text-divider-wrap {
  width: 10%;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 520px) {
    .animation-text-divider-wrap {
      top: 60%; } }
  .animation-text-divider-wrap .animation-text-divider {
    vertical-align: top;
    width: 1px;
    height: 150px;
    background-color: #ffffff;
    margin: auto;
    transform: rotate(45deg); }
    @media only screen and (max-width: 1100px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 100px; } }
    @media only screen and (max-width: 520px) {
      .animation-text-divider-wrap .animation-text-divider {
        height: 50px; } }

.swiper-slide .animation-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-slide .animation-wrap .animation-text {
    position: absolute;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Georgia", Georgia, "Times New Roman", serif;
    font-size: 35px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: top; }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        top: 60%; } }
    .swiper-slide .animation-wrap .animation-text.animation-left {
      left: -100%;
      text-align: right;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1200ms; }
    .swiper-slide .animation-wrap .animation-text.animation-right {
      right: -100%;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1800ms; }
    .swiper-slide .animation-wrap .animation-text.animation-center {
      top: -100%;
      max-width: 100%;
      text-align: center;
      -webkit-transition: all 1000ms ease 0ms;
      -moz-transition: all 1000ms ease 0ms;
      -o-transition: all 1000ms ease 0ms;
      transition: all 1000ms ease 0ms;
      transition-delay: 1000ms; }
    @media only screen and (max-width: 1440px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1024px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 25px; } }
    @media only screen and (max-width: 1100px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 16px;
        line-height: 2; } }
    @media only screen and (max-width: 520px) {
      .swiper-slide .animation-wrap .animation-text {
        font-size: 10px; } }
  .swiper-slide .animation-wrap .animation-text-divider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    transition: all 1000ms ease 0ms; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
  left: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-left {
      left: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
  right: 0%; }
  @media only screen and (max-width: 1024px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -25%; } }
  @media only screen and (max-width: 768px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -35%; } }
  @media only screen and (max-width: 520px) {
    .swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-right {
      right: -55%; } }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text.animation-center {
  top: 50%; }

.swiper-slide.swiper-slide-active .animation-wrap .animation-text-divider {
  visibility: visible !important;
  opacity: 1 !important; }

.swiper-static-text {
  font-family: "Georgia", Georgia, "Times New Roman", serif;
  color: #fff;
  font-style: italic;
  font-size: 35px;
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 50px; }
  @media only screen and (max-width: 768px) {
    .swiper-static-text {
      font-size: 33px; } }

.about-swiper-button {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }

.swiper-about:hover .about-swiper-button {
  opacity: 1;
  visibility: visible; }

.slidein-wrap {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms; }
  .slidein-wrap img,
  .slidein-wrap .picture {
    display: none; }
  .slidein-wrap.in-view {
    opacity: 1;
    transform: translateY(0px); }
    .slidein-wrap.in-view img,
    .slidein-wrap.in-view .picture {
      display: block; }

.arrow-holder {
  z-index: 9;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 95vh;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  @media only screen and (max-width: 1440px) {
    .arrow-holder {
      top: 85vh; } }
  @media only screen and (max-width: 1300px) {
    .arrow-holder {
      top: 90vh; } }
  @media only screen and (max-width: 1024px) {
    .arrow-holder {
      top: 38vh; } }
  @media only screen and (max-width: 520px) {
    .arrow-holder {
      top: 36vh; } }

.services-sub-page-wrapper {
  width: 100%;
  margin-top: 100px;
  min-height: calc(100vh - 273px); }
  @media only screen and (max-width: 980px) {
    .services-sub-page-wrapper {
      max-width: 100%;
      width: 90%;
      margin: auto;
      margin-top: 20px; } }
  .services-sub-page-wrapper .section-top {
    max-width: 1020px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    margin-bottom: 50px; }
    .services-sub-page-wrapper .section-top .left-side {
      width: 65%;
      display: inline-block;
      vertical-align: top;
      opacity: 0;
      transform: translateX(-100px);
      box-sizing: border-box;
      padding-right: 30px;
      -webkit-transition: all 1000ms ease-in-out 0ms;
      -moz-transition: all 1000ms ease-in-out 0ms;
      -o-transition: all 1000ms ease-in-out 0ms;
      transition: all 1000ms ease-in-out 0ms; }
      .services-sub-page-wrapper .section-top .left-side.in-view {
        opacity: 1;
        transform: translateX(0px); }
      @media only screen and (max-width: 980px) {
        .services-sub-page-wrapper .section-top .left-side {
          width: 100%;
          padding-right: 0; } }
      .services-sub-page-wrapper .section-top .left-side .image {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        .services-sub-page-wrapper .section-top .left-side .image:after {
          content: "";
          display: block;
          padding-top: 66%; }
    .services-sub-page-wrapper .section-top .right-side {
      width: 35%;
      display: inline-block;
      vertical-align: top; }
      .services-sub-page-wrapper .section-top .right-side .headline, .services-sub-page-wrapper .section-top .right-side .meet-team-section .meet-headline, .meet-team-section .services-sub-page-wrapper .section-top .right-side .meet-headline, .services-sub-page-wrapper .section-top .right-side .clients-section .clients-headline, .clients-section .services-sub-page-wrapper .section-top .right-side .clients-headline, .services-sub-page-wrapper .section-top .right-side .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .column-headline, .home-wrap .three-column-picture-wrap .text-overlay-wrap .text-holder .services-sub-page-wrapper .section-top .right-side .column-headline, .services-sub-page-wrapper .section-top .right-side .home-wrap .services-section .services-headline, .home-wrap .services-section .services-sub-page-wrapper .section-top .right-side .services-headline, .services-sub-page-wrapper .section-top .right-side .team-wrap .meet-team-section .team-headline, .team-wrap .meet-team-section .services-sub-page-wrapper .section-top .right-side .team-headline, .services-sub-page-wrapper .section-top .right-side .team-wrap .meet-team-section .team-text, .team-wrap .meet-team-section .services-sub-page-wrapper .section-top .right-side .team-text, .services-sub-page-wrapper .section-top .right-side .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder span, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .services-sub-page-wrapper .section-top .right-side span,
      .services-sub-page-wrapper .section-top .right-side .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder p, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .services-sub-page-wrapper .section-top .right-side p, .services-sub-page-wrapper .section-top .right-side .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder h4, .team-wrap .meet-team-section .personal-wrap .text-overlay-wrap .text-holder .services-sub-page-wrapper .section-top .right-side h4, .services-sub-page-wrapper .section-top .right-side .clients-wrap .clients-section .clients-text, .clients-wrap .clients-section .services-sub-page-wrapper .section-top .right-side .clients-text, .services-sub-page-wrapper .section-top .right-side .contact-wrap .contact-headline, .contact-wrap .services-sub-page-wrapper .section-top .right-side .contact-headline, .services-sub-page-wrapper .section-top .right-side .contact-wrap .message-us, .contact-wrap .services-sub-page-wrapper .section-top .right-side .message-us, .services-sub-page-wrapper .section-top .right-side .contact-wrap .contact-text, .contact-wrap .services-sub-page-wrapper .section-top .right-side .contact-text, .services-sub-page-wrapper .section-top .right-side .services-wrap .services-headline, .services-wrap .services-sub-page-wrapper .section-top .right-side .services-headline, .services-sub-page-wrapper .section-top .right-side .services-wrap .text-section, .services-wrap .services-sub-page-wrapper .section-top .right-side .text-section, .services-sub-page-wrapper .section-top .right-side .about-wrapper .about-wrap .about-team .text-top, .about-wrapper .about-wrap .about-team .services-sub-page-wrapper .section-top .right-side .text-top, .services-sub-page-wrapper .section-top .right-side .about-wrapper .about-wrap .bottom-content .message-box .message-text, .about-wrapper .about-wrap .bottom-content .message-box .services-sub-page-wrapper .section-top .right-side .message-text, .services-sub-page-wrapper .section-top .right-side .bottom-section .section-title, .services-sub-page-wrapper .bottom-section .section-top .right-side .section-title, .services-sub-page-wrapper .section-top .right-side .case-study-wrapper .case-study-wrap .case-study-text, .case-study-wrapper .case-study-wrap .services-sub-page-wrapper .section-top .right-side .case-study-text, .services-sub-page-wrapper .section-top .right-side .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .services-sub-page-wrapper .section-top .right-side .case-study-slide-title, .services-sub-page-wrapper .section-top .right-side .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text, .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .services-sub-page-wrapper .section-top .right-side .case-study-slide-text {
        font-family: "Georgia", Georgia, "Times New Roman", serif; }
      @media only screen and (max-width: 980px) {
        .services-sub-page-wrapper .section-top .right-side {
          width: 100%;
          margin-top: 30px; } }
      .services-sub-page-wrapper .section-top .right-side .right-side-text {
        margin-top: 25px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 19px;
        font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
        line-height: 30px;
        color: #292929; }
      .services-sub-page-wrapper .section-top .right-side .image-wrapper {
        margin-top: 30px;
        width: 80%; }
        @media only screen and (max-width: 980px) {
          .services-sub-page-wrapper .section-top .right-side .image-wrapper {
            margin: 30px auto 0 auto; } }
      .services-sub-page-wrapper .section-top .right-side .image {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 400ms ease 0ms;
        -moz-transition: all 400ms ease 0ms;
        -o-transition: all 400ms ease 0ms;
        transition: all 400ms ease 0ms; }
        .services-sub-page-wrapper .section-top .right-side .image:after {
          content: "";
          display: block;
          padding-top: 77%; }
        .services-sub-page-wrapper .section-top .right-side .image:hover {
          transform: scale(1.1); }
  .services-sub-page-wrapper .bottom-section {
    max-width: 1020px;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: auto; }
    .services-sub-page-wrapper .bottom-section .icons-wrap {
      width: 100%;
      margin-bottom: 30px;
      text-align: center; }
      .services-sub-page-wrapper .bottom-section .icons-wrap .icon-wrap {
        width: 33%;
        display: inline-block; }
        @media only screen and (max-width: 1024px) {
          .services-sub-page-wrapper .bottom-section .icons-wrap .icon-wrap {
            width: 30%; } }
        @media only screen and (max-width: 768px) {
          .services-sub-page-wrapper .bottom-section .icons-wrap .icon-wrap {
            width: 100%;
            margin-bottom: 20px; } }
        .services-sub-page-wrapper .bottom-section .icons-wrap .icon-wrap .icon {
          padding: 0px 25px;
          box-sizing: border-box;
          -webkit-transition: all 400ms ease 0ms;
          -moz-transition: all 400ms ease 0ms;
          -o-transition: all 400ms ease 0ms;
          transition: all 400ms ease 0ms; }
          .services-sub-page-wrapper .bottom-section .icons-wrap .icon-wrap .icon:hover {
            transform: scale(1.1); }
    .services-sub-page-wrapper .bottom-section .section-title {
      font-family: "Georgia", Georgia, "Times New Roman", serif;
      text-transform: none; }
    .services-sub-page-wrapper .bottom-section .section-text {
      text-align: left;
      font-size: 19px;
      font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
      margin-bottom: 50px; }
  .services-sub-page-wrapper .services-options {
    display: block; }
  .services-sub-page-wrapper #services-sub-page {
    display: none; }

.case-study-wrapper {
  width: 100%;
  margin-top: 40px; }
  .case-study-wrapper .case-study-wrap {
    max-width: 1020px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .case-study-wrapper .case-study-wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    .case-study-wrapper .case-study-wrap .case-study-title {
      font-family: MajestiBook;
      font-size: 23px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 25px; }
    .case-study-wrapper .case-study-wrap .case-study-text {
      font-size: 23px;
      text-transform: none;
      margin-bottom: 30px; }
    .case-study-wrapper .case-study-wrap .slide-wrap-title {
      width: 100%;
      height: 55px;
      line-height: 55px;
      color: #ffffff;
      background-color: #000000;
      text-align: center;
      font-size: 25px;
      font-family: BrandonRegular; }
    .case-study-wrapper .case-study-wrap .case-study-slide-wrap {
      width: 100%;
      display: block; }
      .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder {
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box; }
        @media only screen and (max-width: 768px) {
          .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder {
            padding: 0px;
            padding-top: 40px; } }
        .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-img {
          width: 90%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 auto; }
          @media only screen and (max-width: 768px) {
            .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-img {
              margin: auto; } }
          .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-img:after {
            content: '';
            display: block;
            padding-top: 60%; }
        .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-title {
          font-size: 25px;
          margin-bottom: 15px;
          text-align: left; }
        .case-study-wrapper .case-study-wrap .case-study-slide-wrap .case-study-slide-holder .case-study-slide-text {
          font-size: 13px;
          margin-bottom: 15px;
          text-transform: none;
          text-align: left;
          width: 100%; }
    .case-study-wrapper .case-study-wrap .swiper-case-study {
      width: 100%;
      height: 100%; }
      .case-study-wrapper .case-study-wrap .swiper-case-study .swiper-slide {
        position: relative;
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #ffffff;
        color: #000000;
        font-family: BrandonRegular;
        font-size: 25px; }
      .case-study-wrapper .case-study-wrap .swiper-case-study .swiper-button-next {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 2%;
        right: 10px; }
      .case-study-wrapper .case-study-wrap .swiper-case-study .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 2%;
        left: 10px; }

/* DEMO 1 */
.wrapper-dropdown-1 {
  /* Size and position */
  position: relative;
  /* Enable absolute positionning for children and pseudo elements */
  width: 260px;
  padding: 8px;
  padding-left: 25px;
  margin: 0 auto;
  /* Styles */
  background: #000;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: 1px solid #fff;
  /* Font settings */
  font-weight: bold;
  font-family: BrandonRegular;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 10px; }
  .wrapper-dropdown-1:hover {
    background: #fff;
    color: #000; }

.wrapper-dropdown-1:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #000; }

.wrapper-dropdown-1 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  letter-spacing: 2px;
  opacity: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  left: -1px;
  right: -1px;
  /* Styles */
  background: #fff;
  list-style: none;
  font-weight: normal;
  /* Cancels previous font-weight: bold; */
  /* Hiding */
  pointer-events: none; }

.wrapper-dropdown-1 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 20px; }

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
  background: #f3f8f8; }

/* Active state */
.wrapper-dropdown-1.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  left: -1px;
  right: -1px; }

.wrapper-dropdown-1.active:after {
  border-color: #000 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px; }

.wrapper-dropdown-1.active {
  background: #000;
  background: -moz-linear-gradient(left, #000 0%, #000 78%, #ffffff 78%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(78%, #000), color-stop(78%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #000 0%, #000 78%, #ffffff 78%, #ffffff 100%);
  background: -o-linear-gradient(left, #000 0%, #000 78%, #ffffff 78%, #ffffff 100%);
  background: -ms-linear-gradient(left, #000 0%, #000 78%, #ffffff 78%, #ffffff 100%);
  background: linear-gradient(to right, #000 0%, #000 78%, #ffffff 78%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc7de', endColorstr='#ffffff', GradientType=1); }
  .wrapper-dropdown-1.active:hover {
    color: #ffffff; }

/* No CSS3 support */
.no-opacity .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */ }

.no-opacity .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
  display: block; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
