/*!
Theme Name: DT Concept
Theme URI: https://www.ergopix.com/
Author: Ergopix
Author URI: https://www.ergopix.com/
Version: 1.0.0
Text Domain: wis17
*/

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

/**
 * 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;
  outline: none;
}

/**
 * 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
--------------------------------------------------------------*/
*,
*:before,
*:after {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #020c14;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

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,
body {
  height: 100%;
  margin: 0;
}

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;
  margin: 0;
  padding: 0;
}

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%;
}

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

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

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

/*--------------------------------------------------------------
 # Hamburgers @description Tasty CSS-animated hamburgers  @link https://github.com/jonsuh/hamburgers
--------------------------------------------------------------*/
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #707070;
}

.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}

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

/** Spring	*/
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

body.menu-active .hamburger--spring .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
body.menu-active .hamburger--spring .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
body.menu-active .hamburger--spring .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring Reverse	*/
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

body.menu-active .hamburger--spring-r .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.menu-active .hamburger--spring-r .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
}
body.menu-active .hamburger--spring-r .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--------------------------------------------------------------
## MAIN STYLES
--------------------------------------------------------------*/
html.lock{
  height: 100%;
  overflow: hidden;
}

a {
  color: #002b60;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

section {
  position: relative;
}

.s-inner {
  width: 80%;
  max-width: 991px;
  margin: 90px auto;
  padding: 0;
}

body.popup-layout .s-inner {
  margin-top: 0;
}

body.popup-layout .popup-inner{
  height: auto;
}

.hidden{
  display: none;
}

.full-w .s-inner {
  width: 100%;
  max-width: none;
}

#masthead {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}

body.admin-bar #masthead {
  top: 32px;
}

.site {
  min-height: 100%;
  padding-top: 100px;
  position: relative;
  padding-bottom: 145px;
}

body.admin-bar .site {
  padding-top: 132px;
}

body.popup-layout .site {
  padding-bottom: 0;
}

.navbar {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.navbar-nav {
  font-size: 1.25rem;
  margin-right: 2em;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.navbar-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  align-self: center;
}

.navbar .navbar-text a {
  text-decoration: none;
  opacity: 0.6 !important;
  transition: all 0.25s linear;
}

.navbar .navbar-text a:hover {
  opacity: 1 !important;
}

.nav-link {
  color: #1a1a1a;
  opacity: 0.5;
  transition: all 0.25s linear;
}

.nav-link:hover {
  opacity: 1;
}

.active .nav-link {
  opacity: 1;
}

body.home .nav-link {
  opacity: 1;
}

body.home .nav-link:hover {
  opacity: 0.5;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1em;
  padding-right: 1em;
}

img.logo {
  width: 80px;
}

#slides {
  position: relative;
}

#slideshow .swiper-container {
  width: 100%;
  height: calc(100vh - 100px);
}

#slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}

.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#slideshow-pagin {
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 1;
  color: #fff;
}

#slideshow-pagin .swiper-container {
  height: 100px;
  width: 500px;
}

#slideshow-pagin .swiper-slide {
  text-align: right;
}

#slideshow-pagin .slide-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

#slideshow-pagin .slide-info span {
  display: block;
}

#slideshow-pagin .slide-info span:first-child {
  margin-bottom: 5px;
}

#slideshow-pagin .slide-number {
  display: inline-block;
  padding: 0 10px;
}

#slideshow-pagin .slide-sub {
  font-size: 0.7em;
}

#slideshow-pagin .swiper-slide {
  opacity: 0.5;
}

#slideshow-pagin .swiper-slide .slide-info {
  opacity: 0;
}

#slideshow-pagin .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#slideshow-pagin .swiper-slide.swiper-slide-active .slide-info {
  opacity: 1;
}

.medium-text,
.has-medium-font-size {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1em;
}

#about {
  margin-bottom: 120px;
}

#about h2 {
  margin-bottom: 1.5em;
}

#about .btn {
  margin-top: 1em;
}

.avatar {
  border-radius: 100%;
  width: 200px;
}

.btn {
  border-color: #000;
  outline: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin-bottom: 0;
}

.btn a {
  color: inherit;
}

.btn.white {
  border-color: #fff;
  color: #fff;
}

.btn.badge {
  cursor: default;
  background-color: #002b60;
  color: #fff;
  line-height: inherit;
  vertical-align: middle;
  border: none;
}

.zz {
  position: relative;
}

.single-project .zz .s-inner {
  padding-top: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.single-project .full-w .s-inner {
  padding-bottom: 0;
}

.zz::before,
section.grey:before {
  content: "";
  position: absolute;
  top: 5em;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #051c2d 0%, rgba(2, 12, 20, 0) 100%);
  opacity: 0.04;
}

.single-project .zz::before,
section.grey:before {
  top: 0;
}

section.grey .s-inner {
  margin-bottom: 0;
  padding-bottom: 90px;
  margin-top: 0;
  padding-top: 90px;
}

.zz .row {
  margin-bottom: 80px;
}

.zz .row:last-child {
  margin-bottom: 0;
}

.zz .col.align-self-center {
  padding-left: 8%;
}

.zz .col.align-self-center.order-sm-first {
  padding-right: 8%;
  padding-left: 15px;
}

.zz a {
  color: inherit;
}

.zz p {
  margin-bottom: 1em;
}

.zz .btn {
  margin-top: 1em;
}

h6.s-title {
  opacity: 0.6;
  letter-spacing: 0.5px;
}

h4.s-title {
  max-width: 680px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

footer {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #002b60;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer h6,
footer label,
footer strong {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 5px;
  letter-spacing: 1px;
}

footer label {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
}

footer p {
  margin-bottom: 10px;
}

footer .col-8 {
  padding-top: 5px;
}

footer .patop {
  padding-top: 18px;
}

#cover .img {
  display: block;
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover .cover-box {
  background-color: #002b60;
  color: #fff;
  padding: 4em 4em 4em 20%;
  margin-left: -15%;
}

#cover .cover-box h1 {
  margin-top: 0;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

#cover .cover-box a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#cover .meta {
  margin-top: 30px;
}

.content-block {
  line-height: 1.75;
}

.content-block p:last-child {
  margin-bottom: 0;
}

.content-block .s-inner {
  max-width: 680px;
}

.content-block p:last-child {
  margin-bottom: 0;
}

#page-detail h1,
#page-detail h2,
#page-detail h3,
#page-detail h4,
#page-detail h5 {
  margin-bottom: 1em;
}

.carousel .swiper-container {
  width: 100%;
}

.carousel .swiper-slide {
  width: 50%;
  height: 60vh;
  min-height: 500px;
  padding: 0 15px;
}

.carousel .swiper-button-next:after,
.carousel .swiper-button-prev:after {
  content: none;
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  outline: none !important;
}

.carousel .swiper-button-next {
  background-image: url(images/right-chevron.png);
  right: auto;
  left: 78%;
}

.carousel .swiper-button-prev {
  background-image: url(images/left-chevron.png);
  left: auto;
  right: 78%;
}

h4.b-title {
  margin-bottom: 1.5em;
}

.content-box .files {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
}

.content-box .files li {
  padding: 15px 20px 15px 60px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  font-size: 14px;
}

.content-box .files li::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  background: url(images/download.png) no-repeat center;
  background-size: 14px;
  position: absolute;
}

.content-box .files a {
  text-decoration: none;
  color: #000;
}

.cover-box label,
.content-box label {
  display: block;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 1.75px;
}

.cover-box .col,
.content-box .col {
  margin-bottom: 20px;
  line-height: 1.15;
}

section.gallery {
  margin-bottom: 90px;
}

section.gallery .col.big {
  padding-bottom: 35%;
  position: relative;
}

section.gallery .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

section.gallery .col .row {
  height: 100%;
}

section.gallery .row-cols-2 .col {
  height: 50%;
}

section.gallery.gallery-template-1 .col .row .col .img {
  left: 20px;
}

section.gallery.gallery-template-1 .col .row .col:nth-child(1) .img,
section.gallery.gallery-template-1 .col .row .col:nth-child(2) .img {
  bottom: 10px;
}

section.gallery.gallery-template-1 .col .row .col:nth-child(3) .img,
section.gallery.gallery-template-1 .col .row .col:nth-child(4) .img {
  top: 10px;
}

.full-w-slides {
  margin-top: 90px;
}

.full-w-slides .swiper-container,
.full-w-slides .swiper-slide,
.full-w-slides .swiper-slide img {
  width: 100%;
}

.mixit-block .controls {
  margin-bottom: 15px;
}

.mixit-block .controls span {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
  display: inline-block;
  padding: 12px;
}

.mixit-block .controls span:first-child {
  padding-left: 0;
}

.mixit-block .controls span.mixitup-control-active {
  opacity: 1;
}

.mixit-block .col {
  margin-bottom: 30px;
  text-align: center;
}

.mixit-block .col h5 {
  margin-top: 0.5em;
  margin-bottom: 5px;
  padding: 0 10%;
}

.mixit-block .col h5 a {
  color: inherit;
}

.mixit-block .col h6 {
  font-size: 14px;
  opacity: 0.6;
}

.mixit-block .col img {
  width: 100%;
}

.mixit-block .col:last-child {
  margin-bottom: 0;
}

#services .s-inner {
  margin-top: 0;
}

#services .col {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2em;
  position: relative;
  font-weight: 700;
}

#services .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 5em;
  font-weight: 700;
  opacity: 0.1;
  color: #002b60;
}

#services a {
  display: block;
  color: inherit;
}

#services .col-inner {
  width: 100%;
  height: 100%;
  border: 2px solid #e6e6e6;
  padding: 40px 30px;
}

#team {
  text-align: center;
  font-size: 12px;
}

#team img {
  display: inline-block;
  width: 90%;
}

#team .img-wrap{
  position: relative;
}

#team .img-wrap .info{
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #bd1f1d;
}

#team .img-wrap .info h6{
  margin-bottom: 5px;
  opacity: 1;
  line-height: 1;
}

#team .img-wrap .info span{
  font-style: italic;
}

#team h5 {
  margin-top: 0.5em;
  margin-bottom: 5px;
}

#team a {
  color: inherit;
}

#team h6 {
  font-size: inherit;
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

#team .row:first-child h6 {
  max-width: 60%;
}

#team .row:last-child .col {
  padding-top: 60px;
}

#team .quote {
  font-style: italic;
  padding: 0 5%;
  margin-top: 15px;
}

#team .quote span {
  display: block;
  width: 100%;
  font-style: normal;
  opacity: 0.5;
}

.wp-block-media-text {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.wp-block-media-text .wp-block-media-text__media {
  width: 25%;
}

.wp-block-media-text .wp-block-media-text__content {
  flex: 1;
  padding-left: 10%;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

#page-detail .wp-block-media-text .wp-block-media-text__content h2,
#page-detail .wp-block-media-text .wp-block-media-text__content h3,
#page-detail .wp-block-media-text .wp-block-media-text__content h4,
#page-detail .wp-block-media-text .wp-block-media-text__content h5,
#page-detail .wp-block-media-text .wp-block-media-text__content h6 {
  margin-bottom: 5px;
  color: #000;
}

.chevron-down {
  position: relative;
}

.chevron-down:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(images/down-chevron.png) no-repeat center;
  margin-left: 10px;
  vertical-align: middle;
  background-size: contain;
}

.single-post .content-block .carousel,
.single-post .content-block .full-w-slides,
.single-post .content-block .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

.single-post .content-block .has-medium-font-size {
  margin-top: 5em;
  margin-bottom: 5em;
}

.single-post .content-block .wp-block-image,
.single-post .content-block .wp-block-video {
  margin-top: 4em;
  margin-bottom: 4em;
}

.single-post .content-block h1 {
  margin-top: 0;
}

body.blog .zz::before {
  top: 0;
}

body.blog .zz .s-inner {
  padding-top: 90px;
}

.navbar .menu-toggle {
  margin-top: 3px;
  transition: opacity 0.25s ease-in-out;
  display: none;
}

body.menu-active:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.popup-opener{
  cursor: pointer;
}

#popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  display: none;
}

#popup.active {
  display: block;
}

#popup iframe {
  border: none;
  width: 100%;
  height: 100vh;
}

#popup .popup-inner{
  height: 100%;
  overflow: auto;
}

body.popup-layout #popup .popup-inner{
  height: auto;
}

#popup .popup-content h2,
#popup .popup-content h3,
#popup .popup-content h4,
#popup .popup-content h5,
#popup .popup-content h6{
  margin-bottom: 1em;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-popup::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(images/cancel.png) no-repeat center;
  background-size: contain;
}

.load-more {
  text-align: center;
  position: relative;
}

.load-more .btn {
  cursor: pointer;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column p:last-child {
  margin-bottom: 0;
}

.wp-block-group {
  margin-bottom: 90px;
}

.wp-block-group [class*="number-bg-"] {
  position: relative;
}

.wp-block-group [class*="number-bg-"]::before {
  content: "1";
  position: absolute;
  top: -25%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #bd1f1d;
  opacity: 0.1;
  font-size: 30em;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}

.wp-block-group .number-bg-1::before {
  content: "1";
}

.wp-block-group .number-bg-2::before {
  content: "2";
}

.wp-block-group .number-bg-3::before {
  content: "3";
}

#page-detail .wp-block-columns .wp-block-column h5 {
  margin-bottom: 0;
}

#page-detail .wp-block-columns .wp-block-column p {
  margin-bottom: 1em;
}

#page-detail .wp-block-columns .wp-block-column a {
  color: inherit;
}

#page-detail .wp-block-columns .wp-block-column figure {
  margin: 0;
}

span.nowrap {
  white-space: nowrap;
}

span.img-caption {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.5);
}

#cover span.img-caption {
  left: 0;
  right: auto;
}

section.gallery.gallery-template-1 span.img-caption{
  right: 0;
}

section.gallery.gallery-template-1 .col .row .col:nth-child(1) span.img-caption,
section.gallery.gallery-template-1
  .col
  .row
  .col:nth-child(2)
  span.img-caption {
  bottom: 10px;
}

.mixit-block .mix a {
  display: block;
  position: relative;
  color: inherit;
}

.mixit-block .mix span.img-caption {
  right: 0;
}

.mixit-block .mix .btn.badge {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 15px;
}

section#video .s-inner{
  padding: 80px 0;
}

section#video::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #051c2d;
  opacity: .04;
}

section#video iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.home .zz:before{
  content: none;
}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .site {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 1149px) {
  .navbar-nav {
    font-size: 1.2rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 1139px) {
  .navbar-text {
    width: 180px;
    line-height: 1.2;
    text-align: right;
  }
  .wp-block-group {
    margin-bottom: 60px;
  }
  .wp-block-group [class*="number-bg-"]::before {
    top: -10%;
    font-size: 26em;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    margin-right: 0;
  }
  .navbar .menu-toggle {
    display: block;
  }
  body.menu-active .navbar-collapse {
    display: block;
    text-align: center;
    padding: 15px 5%;
  }
  .navbar-text {
    width: auto;
  }
  .btn {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1.5px;
  }
  #services .col-inner {
    padding: 20px 10px;
  }
  #cover .img {
    max-height: 500px;
  }
  #cover .cover-box {
    margin-left: 0;
    margin-top: -25%;
  }
  .carousel .swiper-slide {
    height: 40vh;
    min-height: 400px;
  }
  body.menu-active #masthead {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
  }
  section#video .s-inner{
    padding: 40px 0;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed !important;
  }
  body.admin-bar #masthead {
    top: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.75em;
  }
  #slideshow .swiper-container {
    height: 50vh;
    min-height: 400px;
  }
  #about {
    text-align: center;
  }
  #about .avatar {
    margin-bottom: 30px;
  }
  #services .col-inner {
    padding: 40px 30px;
  }
  .zz .zz-item h5 {
    margin-bottom: 0.5em;
  }
  .btn {
    letter-spacing: 1.15px;
  }
  #team .row:last-child .col {
    padding-top: 60px;
  }
  .wp-block-group [class*="number-bg-"]::before {
    top: 0;
    font-size: 15em;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-group .wp-block-columns .wp-block-column {
    margin-bottom: 30px;
  }
  .wp-block-group .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .site {
    padding-bottom: 315px;
  }
  .s-inner {
    width: 90%;
  }
  #slideshow .swiper-container {
    height: 40vh;
    min-height: 300px;
  }
  .zz .zz-item h5 {
    margin-top: 1em;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #cover .img {
    min-height: 280px;
    height: 40vh;
  }
  #cover .cover-box {
    padding: 2em 1.5em;
  }
  .single-project .content-block .s-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .carousel .swiper-slide {
    height: 30vh;
    min-height: 240px;
  }
  .carousel .swiper-button-next,
  .carousel .swiper-button-prev {
    width: 60px;
  }
  .carousel .swiper-button-next {
    left: 85%;
  }
  .carousel .swiper-button-prev {
    right: 85%;
  }
  #team .row:first-child > div:not(:last-child) {
    margin-bottom: 60px;
  }
  #team .row:first-child .avatar,
  #team img {
    max-width: 280px;
  }
  #team .row:last-child .col.no-avatar span {
    width: 280px;
    height: 280px;
    padding: 0;
  }
  .single-post .content-block .wp-block-image,
  .single-post .content-block .wp-block-video,
  .single-post .content-block .wp-block-gallery,
  .single-post .content-block .has-medium-font-size {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .single-post .content-block .wp-block-image:last-child,
  .single-post .content-block .wp-block-video:last-child,
  .single-post .content-block .wp-block-gallery:last-child,
  #services .col:last-child {
    margin-bottom: 0;
  }
  footer .row-cols-2 .col {
    padding-top: 17px;
  }
  img.mjf {
    max-width: 175px;
  }
}
