/*!
Theme Name: Digital Crew
Theme URI: http://underscores.me/
Author: waicung
Author URI: https://waicung.net/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcdev_digitalcrew
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.

digitalcrew_theme 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
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Lato|Montserrat|Noto+Sans|Noto+Serif");
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-transform: capitalize; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif; }
  h1.tiny {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #9A9A9A; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold; }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold; }

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }

.post-card-header {
  color: #424548; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.dc-button {
  border: 1px solid;
  border-color: #D86859;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
  color: #D86859;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  padding: .6em 1.25em .6em;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .dc-button:hover {
    border-color: #D86859; }
  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,
  .dc-button:active,
  .dc-button:focus {
    border-color: #D86859; }
  button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after,
  .dc-button:after {
    font-family: 'FontAwesome';
    content: '\f061';
    padding-left: 20px;
    position: relative;
    font-size: 90%; }

@media screen and (min-width: 768px) {
  .dc-button {
    display: inline; } }

button.submit {
  color: #fff;
  border-color: #fff; }

.vertically-centered-btn {
  float: right; }

@media screen and (min-width: 768px) {
  .certically-centered-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.banner-action {
  position: absolute;
  border-radius: 0;
  color: white;
  background-color: #E6483D;
  min-width: 230px;
  top: -30px;
  right: 0;
  z-index: 1; }
  @media screen and (min-width: 576px) {
    .banner-action {
      right: 10%; } }

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: #eee;
  border: 0;
  border-bottom: 1px solid #C3C7C9;
  border-radius: 0px;
  padding: 3px;
  background: transparent; }
  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: #fff; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.wpcf7-form > p {
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden; }
  @media screen and (min-width: 420px) {
    .wpcf7-form > p:nth-of-type(-n+4) {
      display: inline-block;
      width: 49%; }
      .wpcf7-form > p:nth-of-type(-n+4) input {
        width: 96%; } }
  .wpcf7-form > p:nth-of-type(5) {
    line-height: 3em; }
  .wpcf7-form > p:last-of-type {
    margin-bottom: 0; }

.wpcf7-form div.wpcf7-response-output {
  margin-top: 0;
  border: 2px solid #E6483D; }

.contact-form-bg {
  background-image: url("/wp-content/themes/dcdev_digitalcrew/asset/images/wave.jpg");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 0 0; }

@media screen and (min-width: 280px) {
  .contact-form-bg {
    padding-top: 80px; } }

@media screen and (min-width: 420px) {
  .contact-form-bg {
    padding-top: 100px; } }

@media screen and (min-width: 520px) {
  .contact-form-bg {
    padding-top: 140px; } }

@media screen and (min-width: 720px) {
  .contact-form-bg {
    padding-top: 200px; } }

@media screen and (min-width: 980px) {
  .contact-form-bg {
    padding-top: 280px; } }

@media screen and (min-width: 1280px) {
  .contact-form-bg {
    padding-top: 380px; } }

@media screen and (min-width: 1980px) {
  .contact-form-bg {
    padding-top: 500px; } }

.contact-form-container {
  background-color: #242727;
  color: #fff;
  padding-bottom: 100px; }
  @media screen and (min-width: 420px) {
    .contact-form-container {
      margin-top: 10px; } }

@media screen and (min-width: 576px) {
  .contact-form-container .container {
    padding: 0 50px; } }

.contact-form-container h1 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  text-align: left; }

.contact-form-container h3 {
  font-weight: 400; }

#contact-form {
  position: absolute;
  top: -300px; }

.above-form-container {
  margin-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  .hubspot-container-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .hubspot-container-header h1 {
      margin-top: 0;
      font-size: 64px;
      font-size: 4rem; }
    .hubspot-container-header h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #E6483D;
  text-decoration: none;
  cursor: pointer; }
  a:visited {
    color: #E6483D; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #E6483D; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.post-card-read-more {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9A9A9A;
  font-weight: bold;
  padding: 16px 26px 15px;
  border-top: 1px solid rgba(151, 151, 151, 0.2); }
  .post-card-read-more i {
    font-size: 16px;
    font-size: 1rem;
    color: #E6483D;
    float: right; }

.post-card-find-more {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif; }

.post-card-find-more i {
  font-size: 16px;
  font-size: 1rem;
  float: right; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 110%;
  max-height: calc(100% - 190px);
  overflow: auto; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      -webkit-transition: visibility 0s, opacity 0.5s linear;
      transition: visibility 0s, opacity 0.5s linear;
      padding-left: 30px; }
      @media screen and (min-width: 576px) {
        .main-navigation ul ul {
          padding: 20px 20px; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    line-height: 2em;
    position: relative; }
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
      visibility: visible;
      opacity: 1;
      position: static; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      -webkit-transition: border-width 0.2s linear;
      transition: border-width 0.2s linear;
      border-left: 3px solid white;
      margin-left: -3px; }
  .main-navigation a {
    display: inline-block;
    text-decoration: none;
    padding-left: 20px; }

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

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

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

/* Menu panel */
.fixed-header {
  position: fixed;
  z-index: 999;
  height: 50px;
  color: #fff; }
  @media screen and (min-width: 576px) {
    .fixed-header {
      overflow: hidden; } }

.fixed-header img {
  max-height: 50px;
  padding: 10px 0;
  line-height: 50px;
  -o-object-fit: contain;
  object-fit: contain; }

.fixed-header .custom-logo-link {
  line-height: 50px; }

.fixed-header a,
.fixed-header span {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.grey-header a,
.grey-header span {
  color: #606F74;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.grey-header .lang-container {
  border-right: 1px solid #e9ecef; }
  @media screen and (min-width: 576px) {
    .grey-header .lang-container {
      border-bottom: unset; } }

.menu-panel {
  text-align: right;
  line-height: 50px;
  padding-right: 0; }

@media screen and (min-width: 576px) {
  .fixed-header {
    height: 115px; }
  .fixed-header img {
    max-height: 115px;
    line-height: 115px;
    margin-left: 60px; } }

@media screen and (min-width: 576px) {
  .fixed-header img {
    margin-left: 30px; } }

@media screen and (min-width: 576px) {
  .fixed-header .custom-logo-link {
    line-height: 115px; }
  .menu-panel {
    line-height: 115px; } }

.lang-container {
  padding-right: 20px;
  border-right: 1px solid white;
  overflow: auto;
  white-space: nowrap; }

.lang-container .lang-item {
  margin: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  cursor: pointer; }
  @media screen and (max-width: 576px) {
    .lang-container .lang-item {
      margin: 0;
      display: none;
      padding-left: 0px; } }

@media screen and (max-width: 576px) {
  .lang-container span.lang-item {
    display: block; } }

.menu-toggle {
  text-align: center;
  width: 50px; }

@media screen and (min-width: 576px) {
  .menu-toggle {
    width: 90px; } }

.overlay-menu {
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  color: #fff;
  background-color: #ee604e;
  /* Black fallback color */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  overflow: hidden; }

@media screen and (min-width: 576px) {
  .overlay-menu {
    padding-left: 100px;
    padding-right: 100px; } }

.overlay-menu a {
  color: #fff;
  font-weight: bold; }

.overlay-menu i {
  font-size: 32px;
  font-size: 2rem; }

.wechat {
  position: relative; }

.wechat img {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -30px;
  bottom: calc(10% + 100px);
  width: 150px;
  height: 150px;
  max-width: unset; }

.wechat:hover img {
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1; }

.menu-close {
  padding: 10px; }

@media screen and (min-width: 576px) {
  .menu-close {
    padding: 28px; } }

.sticky-social-bar {
  position: absolute;
  bottom: 5%; }

@media screen and (min-width: 576px) {
  .sticky-social-bar {
    bottom: 10%;
    right: 100px; } }

.sticky-social-bar h4 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  margin-bottom: 15px; }

@media screen and (min-width: 576px) {
  .sticky-social-bar h4 {
    margin-bottom: 30px; } }

.sticky-social-bar i {
  margin-right: 10px;
  margin-bottom: 20px; }

.other-header-logo {
  display: none; }

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Slick Carousel
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./asset/images/ajax-loader.gif") center center no-repeat; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.client-container {
  margin-bottom: 50px;
  visibility: hidden; }
  .client-container .slick-slide img {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    max-width: 200px; }

.slick-initialized {
  visibility: visible; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.client-container .slick-slide img {
  width: auto;
  max-height: 70px; }

.award-container .slick-slide img {
  max-height: 130px; }

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

.tag-container,
.category-container {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 0.75rem; }
  .tag-container h2,
  .category-container h2 {
    font-size: 12px;
    font-size: 0.75rem; }
  @media screen and (min-width: 576px) {
    .tag-container,
    .category-container {
      margin-top: 50px;
      margin-bottom: 50px; } }

.tag-container a,
.widget_tag_cloud a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #535758;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 5px 10px; }

.category-container h2,
.widget_categories h2 {
  color: #535758 !important;
  margin-bottom: 10px; }

.category-container a,
.widget_categories a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  border-radius: 5px;
  margin-right: 8px;
  padding: 5px 10px; }

.category-container ul,
.widget_categories ul {
  margin: 0;
  padding: 0; }
  .category-container ul li,
  .widget_categories ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px; }

#breadcrumbs {
  margin-top: 20px; }
  @media screen and (min-width: 576px) {
    #breadcrumbs {
      margin-top: 50px; } }

.page-sidebar {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .page-sidebar {
      margin-top: 100px;
      margin-bottom: 100px; } }

.row.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .row.v-center img {
    margin-top: 20px;
    margin-bottom: 20px; }

div#baidu-map {
  height: 300px; }
  @media screen and (min-width: 576px) {
    div#baidu-map {
      height: 500px; } }
  @media screen and (min-width: 992px) {
    div#baidu-map {
      height: 700px; } }

.sidenav {
  display: block;
  float: right; }
  .sidenav .jiathis_style_32x32 ul {
    margin: 0;
    padding: 0; }
    .sidenav .jiathis_style_32x32 ul li {
      float: left;
      padding: 20px 0;
      list-style: none; }

.jiathis_weixin_modal {
  height: unset !important; }

.so-widget-sow-google-map button:after {
  content: unset; }

.so-panel p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

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

.hentry {
  margin: 0 0 1.5em; }

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

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

.card-container {
  background-color: transparent; }

.post-card {
  margin: 0;
  background: white;
  background-clip: padding-box;
  border: 15px solid transparent;
  border-radius: 17px; }

.post-card h3 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  margin: 21px 0; }

.post-card-image {
  padding-right: 0;
  padding-left: 26px; }

.service-card a {
  color: #fff; }

@media screen and (min-width: 768px) {
  .service-card:nth-of-type(1),
  .service-card:nth-of-type(3) {
    margin-top: 48px; } }

.service-card h3,
.service-card p {
  padding: 0;
  margin: 0; }

.service-card div {
  padding: 30px 26px 25px; }

.service-card div:nth-of-type(2) {
  padding: 16px 26px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.post-container {
  background-color: #424548;
  color: #fff;
  padding: 40px 0 40px;
  margin-top: -1px; }

@media screen and (min-width: 576px) {
  .post-container {
    padding-top: 128px;
    padding-bottom: 140px; } }

.post-container h1 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  text-align: left; }

.service-container {
  background-color: #0D1E29;
  padding: 40px 0 40px;
  color: #fff; }

@media screen and (min-width: 576px) {
  .service-container {
    padding-bottom: 140px; } }

.service-container h1 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif; }

.service-group-description {
  padding-top: 20px;
  padding-bottom: 20px; }

@media screen and (min-width: 576px) {
  .service-group-description {
    padding-top: 80px;
    padding-bottom: 84px;
    padding-left: 50px;
    padding-right: 50px; } }

.service-group-description h1 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  text-align: left; }

.service-description {
  padding-top: 20px;
  padding-bottom: 20px; }

@media screen and (min-width: 576px) {
  .service-description {
    padding-top: 80px;
    padding-bottom: 84px; } }

@media screen and (min-width: 768px) {
  .service-description {
    padding-top: 180px;
    padding-bottom: 168px;
    padding-left: 50px;
    padding-right: 50px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .service-description {
      padding-top: 0px; } }

.service-description h1 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  text-align: left; }

.page-title {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 32px;
  font-size: 2rem; }

@media screen and (min-width: 576px) {
  .page-title {
    font-size: 48px;
    font-size: 3rem; } }

@media screen and (min-width: 992px) {
  .page-title {
    font-size: 80px;
    font-size: 5rem; } }

.service-group-title {
  text-transform: uppercase;
  line-height: 1;
  margin: 0; }

@media screen and (min-width: 576px) {
  .service-group-title {
    margin-bottom: 25px; } }

.service-title {
  margin-top: 0px; }

.page-header-positioner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.entry-header {
  position: relative;
  color: #fff;
  margin-bottom: 20px; }
  .entry-header a {
    color: #fff; }
  .entry-header.page-header {
    height: 300px; }
    @media screen and (min-width: 576px) {
      .entry-header.page-header {
        height: 400px; } }
    @media screen and (min-width: 992px) {
      .entry-header.page-header {
        height: 488px; } }
  .entry-header.service-header {
    background: #772fb5;
    background: linear-gradient(45deg, #772fb5 0%, #25b6b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772fb5', endColorstr='#25b6b3', GradientType=1); }

.service-tagline {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem; }

@media screen and (min-width: 576px) {
  .service-tagline {
    margin-top: 100px;
    margin-bottom: 40px; } }

.service-description h2 {
  margin-bottom: 48px;
  text-transform: capitalize; }

.service-description h3 {
  font-size: 16px;
  font-size: 1rem; }

.service-description ul {
  margin: 0;
  padding: 16px; }

.service-description ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  text-transform: capitalize; }

@media screen and (min-width: 576px) {
  .service-sidebar {
    padding-top: 60px;
    border-left: 1px solid rgba(150, 150, 150, 0.25);
    padding-left: 30px; } }

.service-tips-container {
  position: absolute;
  color: #535758;
  background: #fff;
  display: none;
  z-index: 1; }

@media screen and (min-width: 578px) {
  .service-tips-container {
    display: block;
    width: 340px;
    right: 0;
    top: 250px;
    padding: 10px 50px 10px; } }

@media screen and (min-width: 768px) {
  .service-tips-container {
    width: 460px;
    right: 5%;
    top: 300px;
    padding: 20px 60px 60px; } }

@media screen and (min-width: 992px) {
  .service-tips-container {
    top: 350px;
    right: 8%; } }

.service-tips-container img {
  margin-right: 30px; }

.service-tips-container h1 {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left; }

@media screen and (max-width: 768px) {
  .service-tips-container h1 {
    font-size: 32px;
    font-size: 2rem; } }

.service-tips-container p {
  font-size: 18px;
  font-size: 1.125rem; }

.image-header {
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .image-header img {
      max-width: auto;
      max-height: 100%; } }

@media screen and (max-width: 1200px) {
  .blacked-image-header img {
    max-width: unset;
    max-height: 100%; } }

.blacked-image-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: background .3s linear;
  transition: background .3s linear; }

@media screen and (max-width: 1200px) {
  .oranged-image-header img {
    max-width: unset;
    max-height: 100%; } }

.oranged-image-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(247, 165, 58, 0.9);
  -webkit-transition: background .3s linear;
  transition: background .3s linear; }

@media screen and (max-width: 1200px) {
  .greyed-image-header img {
    max-width: unset;
    max-height: 100%; } }

.greyed-image-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(66, 69, 72, 0.9);
  -webkit-transition: background .3s linear;
  transition: background .3s linear; }

.post-thumbnail {
  text-align: center; }

.post-title {
  text-align: left;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif; }

.post-index {
  border: unset; }
  .post-index .row {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#archive_pagination {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 576px) {
    #archive_pagination {
      margin-top: 80px;
      margin-bottom: 80px; } }
  #archive_pagination .page-number-first {
    margin-right: 20px; }
  #archive_pagination .page-number-last {
    margin-left: 20px; }

.award-container {
  margin-top: 20px; }
  @media screen and (min-width: 578px) {
    .award-container {
      margin-top: 30px; } }
  .award-container p {
    font-size: 14px;
    font-size: 0.875rem; }

.single-post-container {
  position: relative;
  clear: both;
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
  padding-bottom: 80px; }

div.text-container {
  color: white;
  background-color: #EE604E;
  text-align: center;
  line-height: 35px;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 20px; }

div.text-only {
  text-align: left;
  padding: 78px 20px; }
  div.text-only h4 {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem; }

.crew-member img {
  width: 100%;
  height: auto; }

.event-container {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 576px) {
    .event-container {
      padding-top: 60px;
      padding-bottom: 64px; } }
  @media screen and (min-width: 768px) {
    .event-container {
      padding-top: 100px;
      padding-bottom: 88px; } }

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

.event-logo {
  background: black;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: bottom; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* .content-area {
	float: left;
	margin: 0 (-$size__site-sidebar) 0 0;
	width: $size__site-main;
}

.site-main {
	margin: 0 $size__site-sidebar 0 0;
}

.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: $size__site-sidebar;
} */
.site-banner {
  position: relative;
  margin-top: 80px; }
  @media screen and (min-width: 576px) {
    .site-banner {
      margin-top: 180px;
      max-width: 80%; } }
  @media screen and (min-width: 768px) {
    .site-banner {
      max-width: 50%; } }
  @media screen and (min-width: 1200px) {
    .site-banner {
      margin-top: 100px; } }
  .site-banner h4 {
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem; }
  .site-banner .banner-tagline {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 10px 0 25px; }
  @media screen and (min-width: 576px) {
    .site-banner .banner-tagline {
      margin: 20px 0 50px; } }
  .site-banner .video-play {
    color: #E6483D;
    margin-bottom: 40px;
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 576px) {
    .site-banner .video-play {
      margin-bottom: 80px; } }
  .site-banner .video-play i {
    margin-right: 10px; }

.who-we-are {
  background-color: #242727;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }

@media screen and (min-width: 576px) {
  .who-we-are {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media screen and (min-width: 576px) {
  .who-we-are-container {
    margin-top: 50px; } }

.who-we-are-container h2 {
  margin: 40px 0 30px; }

.who-we-are-container p {
  margin-bottom: 10px;
  margin-right: 15px; }

.dc-globe {
  line-height: 435px; }

@media screen and (min-width: 576px) {
  .e-book-container {
    margin-bottom: 140px; } }

.what-we-do-container {
  margin-top: 70px; }

@media screen and (min-width: 768px) {
  .what-we-do-container h1 {
    margin-bottom: 62px; } }

@media screen and (min-width: 768px) {
  .service-nav-container {
    margin-top: 46px;
    text-align: right;
    padding-right: 0; }
  .service-nav-container ul {
    margin: 0;
    padding: 0; }
  .service-nav-container ul li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%; }
  .service-nav-container a {
    color: #535758;
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }
    .service-nav-container a:hover, .service-nav-container a:focus, .service-nav-container a:visited, .service-nav-container a:active {
      border-right: 3px solid #E6483D;
      margin-right: -3px; }
  .service-nav-container li.active a {
    border-right: 3px solid #E6483D;
    margin-right: -3px; } }

.flex-tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem; }

.flex-tag-container a {
  border-radius: 5px;
  background: #9A9A9A;
  padding: 5px 10px;
  margin-right: 8px;
  color: white;
  margin-bottom: 5px; }

.study-data-container {
  text-align: center; }

@media screen and (min-width: 576px) {
  .study-data-container {
    text-align: left; } }

.what-we-do-content-container {
  padding-top: 20px; }

.what-we-do-content-container .casestudy-container {
  color: #fff;
  margin-left: 15px;
  margin-top: 15px;
  background: #eb5252;
  background: linear-gradient(135deg, #eb5252 0%, #ffc265 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5252', endColorstr='#ffc265',GradientType=1 ); }

.what-we-do-content-container h3, .what-we-do-content-container p, .what-we-do-content-container button,
.what-we-do-content-container .flex-tag-container {
  margin-bottom: 20px; }

.what-we-do-content-container .casestudy-container {
  position: relative;
  margin-left: 15px;
  margin-top: 15px; }

.what-we-do-content-container .study-brand-logo {
  position: absolute;
  top: -15px;
  left: -15px; }

.what-we-do-content-container .casestudy-content-container {
  padding-top: 150px; }
  .what-we-do-content-container .casestudy-content-container h4 {
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-size: 17.6px;
    font-size: 1.1rem; }
  .what-we-do-content-container .casestudy-content-container h2 {
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    font-size: 44.8px;
    font-size: 2.8rem; }
  .what-we-do-content-container .casestudy-content-container p {
    font-size: 14px;
    font-size: 0.875rem; }

.what-we-do-content-container .study-data-container {
  margin-left: 0;
  margin-right: 0; }

.what-we-do-content-container .testimonial-container {
  padding: 24px 15px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.what-we-do-content-container .client-info p {
  margin: 0; }
  .what-we-do-content-container .client-info p:nth-of-type(1) {
    font-weight: bold; }

@media screen and (min-width: 768px) {
  .what-we-do-content-container h3, .what-we-do-content-container p, .what-we-do-content-container button,
  .what-we-do-content-container .flex-tag-container {
    margin-bottom: 40px; }
  .what-we-do-content-container .casestudy-container {
    position: relative;
    margin-left: 30px;
    margin-top: 30px; }
  .what-we-do-content-container .casestudy-content-container {
    padding: 72px 92px 0; }
  .what-we-do-content-container .study-brand-logo {
    position: absolute;
    top: -30px;
    left: -30px; }
  .what-we-do-content-container .study-data-container {
    margin-left: 50px; }
  .what-we-do-content-container .testimonial-container {
    padding: 48px 92px 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .what-we-do-content-container .client-image {
    max-height: 50px; }
  .what-we-do-content-container .client-image img {
    max-height: 100%; } }

@media screen and (min-width: 992px) {
  .what-we-do-content-container {
    padding-top: 40px;
    padding-left: 60px;
    border-left: 1px solid rgba(154, 154, 154, 0.3); } }

.site-footer {
  color: #888888;
  clear: both;
  width: 100%;
  background: #EDECEC; }

.site-footer section {
  margin: 25px 0;
  padding: 15px 25px; }

@media screen and (min-width: 576px) {
  .site-footer section {
    border-right: 2px solid rgba(212, 215, 217, 0.25); }
  .site-footer section:nth-of-type(2n) {
    border: unset; } }

@media screen and (min-width: 768px) {
  .site-footer section:nth-of-type(2n) {
    border-right: 2px solid rgba(212, 215, 217, 0.25); }
  .site-footer section:nth-of-type(3n) {
    border: unset; } }

@media screen and (min-width: 992px) {
  .site-footer section:nth-of-type(3n) {
    border-right: 2px solid rgba(212, 215, 217, 0.25); }
  .site-footer section:nth-of-type(4n) {
    border: unset; } }

.site-info {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }

@media screen and (min-width: 768px) {
  .site-info {
    text-align: right; } }

.footer-social-media {
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .footer-social-media {
      float: left; } }

.footer-sidebar-container {
  padding: 30px 0 30px;
  border-bottom: 2px solid rgba(212, 215, 217, 0.25); }
  @media screen and (min-width: 768px) {
    .footer-sidebar-container {
      padding-top: 80px; } }

/* Widgets */
.widget {
  font-size: 14px;
  font-size: 0.875rem; }

.widget-title {
  margin: 0;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }

.branch-name {
  display: none; }

/* Section */
.common-section {
  margin-top: 20px;
  margin-bottom: 40px; }
  .common-section h1 {
    font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
    margin: 50px 0; }
  @media screen and (min-width: 576px) {
    .common-section {
      margin-bottom: 20px; } }

.service-nav-container a {
  color: #535758;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; }

@media screen and (max-width: 992px) {
  ul.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0; }
    ul.scrollmenu:before {
      font-family: 'FontAwesome';
      content: '\f104';
      line-height: 45px;
      position: absolute;
      left: 5px; }
    ul.scrollmenu:after {
      font-family: 'FontAwesome';
      content: '\f105';
      line-height: 45px;
      position: absolute;
      right: 5px; }
    ul.scrollmenu li {
      display: inline-block;
      width: unset; }
      ul.scrollmenu li a {
        width: unset;
        padding-left: 30px;
        padding-right: 30px;
        display: block; }
      ul.scrollmenu li.active a {
        border-right: unset;
        border-bottom: 3px solid #E6483D; } }

.e-book-container {
  position: relative; }

.floating-container {
  color: #fff;
  text-align: left;
  padding: 30px 30px 50px;
  background: #242727; }
  @media screen and (min-width: 768px) {
    .floating-container {
      background: rgba(0, 0, 0, 0.3);
      margin: 0 15px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  @media screen and (min-width: 992px) {
    .floating-container {
      margin-right: 40%;
      margin-left: 5%;
      padding: 30px 30px 100px; } }

img#banner-img {
  max-width: auto;
  position: absolute;
  max-height: 100%; }

.row.client-container {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.award-container .slick-slide img {
  height: 130px;
  width: auto; }

.side-float-container {
  width: 60px;
  position: fixed;
  top: 48%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: width 1s,height 1s;
  transition: width 1s,height 1s; }

.side-float-container:hover {
  width: 150px; }

div#side-qrcode {
  width: 60px;
  -webkit-transition: width 1s,height 1s;
  transition: width 1s,height 1s; }

div#side-qrcode:hover {
  width: 150px; }

.float-item {
  border: 1px solid white;
  text-align: center;
  background: #E6483D;
  width: 60px;
  height: 60px;
  color: white;
  padding: 5px;
  font-size: .6rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .float-item i {
    font-size: 1.25rem; }
  .float-item p {
    margin-bottom: 0; }

/*--------------------------------------------------------------
# Woocommerce 
--------------------------------------------------------------*/
.woocommerce ul.products li.product a:first-of-type {
  min-height: 350px;
  display: block; }

#customer_details .col-1,
#customer_details .col-2 {
  max-width: unset; }

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: black; }
  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: rgba(0, 0, 0, 0.75); }

span.woocommerce-input-wrapper {
  width: 80%; }

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