/*
Theme Name: Maestra
Theme URI: https://www.bluebeetle.ae/
Author: Blue Beetle
Author URI: https://www.bluebeetle.ae/
Description: Custom Theme for Maestra
Version: 2.0.0
Text Domain: maestra
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: 'Nexa';
  src: url('/wp-content/themes/maestra/fonts/Nexa-Regular.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/Nexa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('/wp-content/themes/maestra/fonts/Nexa-Regular.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/Nexa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('/wp-content/themes/maestra/fonts/Nexa-Regular.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/Nexa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Bold';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Bold.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Bold';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Bold.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Bold';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Bold.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Medium';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Medium.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Regular';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Regular.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Medium';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Medium.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Medium';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Medium.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Regular';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Regular.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scandia Web Regular';
  src: url('/wp-content/themes/maestra/fonts/ScandiaWeb-Regular.woff2') format('woff2'),
    url('/wp-content/themes/maestra/fonts/ScandiaWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
  -webkit-text-size-adjust: none;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

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

blockquote,
q {
  quotes: '' '';
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
# Font Face Styles
--------------------------------------------------------------*/

@font-face {
  font-family: 'Nexa';
  src: url('fonts/Nexa-Regular.woff2') format('woff2'), url('fonts/Nexa-Regular.woff') format('woff'),
    url('fonts/Nexa-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scandia Web Regular';
  src: url('fonts/ScandiaWeb-Regular.woff2') format('woff2'), url('fonts/ScandiaWeb-Regular.woff') format('woff'),
    url('fonts/ScandiaWeb-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scandia Web Bold';
  src: url('fonts/ScandiaWeb-Bold.woff2') format('woff2'), url('fonts/ScandiaWeb-Bold.woff') format('woff'),
    url('fonts/ScandiaWeb-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Scandia Web Medium';
  src: url('fonts/ScandiaWeb-Medium.woff2') format('woff2'), url('fonts/ScandiaWeb-Medium.woff') format('woff'),
    url('fonts/ScandiaWeb-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

body {
  background: #000;
  font-family: 'Nexa', sans-serif;
  font-size: 13px;
  /* color: #707070; */
  color: #838383;
  letter-spacing: 1px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  border: none 0;
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
  margin: 10px 0;
}

#wrapper {
  width: 100%;
}

.inner {
  width: 100%;
  padding: 0 3%;
}

.clear {
  clear: both;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

p {
  line-height: 1.6;
  margin-bottom: 25px;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header {
  width: 100%;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* background-color: #000; */

  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(0, 0, 0, 0.39);
}

.site.menu-active .site-header {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.home .site-header,
.page-template-services .site-header,
.page-template-contact .site-header,
.single-post .site-header,
.single-project .site-header {
  background: none;
}

.site-header.sticky {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

.header-wrap {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
  transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home .header-wrap {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.loaded .header-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.site-branding,
.site-right {
}

.site-branding svg {
  max-width: 168px;
  display: block;
  fill: #fff;
  position: relative;
  left: -10px;
}

.site-right {
}

.site-menu {
  float: right;
}

.site-menu ul li {
  float: left;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.page-template-page-home-v3 .site-menu ul li {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
}

.page-template-page-home-v3 .loaded .site-menu ul li {
  opacity: 1;
}

.site-menu ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.site-menu ul li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.site-menu ul li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.site-menu ul li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.site-menu ul li:nth-child(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.site-menu ul li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.site-menu ul li:nth-child(8) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.site-menu ul li:nth-child(9) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.site-menu ul li:nth-child(10) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.site-menu ul li:nth-child(11) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.site-menu ul li:nth-child(12) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.site-menu ul li:nth-child(13) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.menu-active .site-menu ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.site-menu a {
  font-family: 'Scandia Web Bold';
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  padding: 5px 0;
  margin-left: 50px;
  opacity: 0.5;
}

.site-menu.no-current a,
.site-menu .current-menu-item a {
  opacity: 1;
}

.site-menu ul li:first-child a {
  margin-left: 0;
}

.top-contact {
  float: right;
  padding-top: 4px;
  margin-left: 50px;
}

.page-template-contact .top-contact {
  display: none;
}

.top-contact a {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  font-family: 'Scandia Web Bold';
  text-transform: uppercase;
  font-size: 12px;
}

.top-contact span {
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 2px;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.mobile-slide {
  float: right;
  margin-left: 40px;
}

.mobile-slide a {
  position: relative;
  height: 22px;
  display: block;
  width: 30px;
}

.mobile-slide a span {
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 100%;
  top: 10px;
  transition: all 0.3s ease-out;
}

.menu-opened .mobile-slide a span {
  background: transparent;
}

.mobile-slide a span::before,
.mobile-slide a span::after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 30px;
}

.mobile-slide a span::before {
  top: 6px;
}

.mobile-slide a span::after {
  top: -6px;
}

.menu-active .mobile-slide a span:before,
.menu-active .mobile-slide a span:after {
  background: #fff;
  top: 0;
}

.menu-active .mobile-slide a span:before {
  transform: rotate(-45deg);
}

.menu-active .mobile-slide a span:after {
  transform: rotate(45deg);
}

.mobile-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  height: 100%;
  z-index: 1000;
  padding: 120px 20px 0;
  display: none;
}

.mobile-menu ul li {
  margin-bottom: 25px;
}

.mobile-menu ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu ul li a {
  font-family: 'Scandia Web Bold';
  text-transform: uppercase;
  font-size: 20px;
}

.mobile-menu a {
  opacity: 0.5;
}

.mobile-menu.no-current a,
.mobile-menu .current-menu-item a {
  opacity: 1;
}

/*--------------------------------------------------------------
# Home Page Styles
--------------------------------------------------------------*/

.homenav {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 11;
  width: 130px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  transition: transform 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}

.fp-viewing-intro .homenav {
  opacity: 0;
  visibility: hidden;
}

.home .homenav {
  -webkit-transform: translate3d(0, calc(-50% + 30px), 0);
  transform: translate3d(0, calc(-50% + 30px), 0);
  opacity: 0;
  position: fixed;
}

.loaded .homenav {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}

.homenav a {
  display: block;
  height: 30px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}

.homenav a.active {
  height: 45px;
}

.homenav a:last-child {
  margin-bottom: 0;
}

.homenav a:before {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background-color: rgba(112, 112, 112, 0.6);
  content: '';
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.homenav a.active:before {
  background-color: #fff;
}

.homenav a span {
  font-family: 'Scandia Web Bold';
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 20px;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.home .homenav a span {
  opacity: 0;
}

.homenav a.active span {
  opacity: 1;
}

.scrolldown {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 11;
  /* -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) .8s;
	transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) .8s; */
}

.single-project .scrolldown {
  position: static;
  padding: 50px 0;
}

.home .scrolldown {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.loaded .scrolldown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.scrolldown a {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding-top: 12px;
}

.scrolldown svg {
  width: 12px;
  fill: #fff;
}

.home-slider li {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: height 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 1s;
  transition: height 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 1s;
  height: 0;
}

.loaded .intro-content {
  height: 340px;
}

.intro-content-inner {
  padding: 40px 60px;
}

.content-area {
  z-index: 10;
}

.content-outer {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.loader-overlay,
.welcome-overlay {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 1s cubic-bezier(0.17, 0.67, 1, 1.23) 0s;
  transition: all 1s cubic-bezier(0.17, 0.67, 1, 1.23) 0s;
}

.loader-overlay {
  background-color: #000;
  width: 100%;
  left: auto;
  right: 0;
  z-index: 100;
}

.welcome-overlay {
  background-color: rgba(0, 0, 0, 1);
  width: 100%;
  left: auto;
  right: 0;
}

.sloaded .welcome-overlay {
  width: 0;
}

.loaded .loader-overlay {
  width: 0;
}

.loader-overlay2 {
  left: auto;
  right: 0;
  z-index: 99;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.loaded .loader-overlay2 {
  width: 0;
}

.content-outer .inner {
  position: relative;
  height: 100%;
}

.welcome-wrap {
  display: table;
  height: 100%;
  width: 100%;
}

.welcome-right {
  width: 35%;
  display: table-cell;
  position: relative;
}

.welcome-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.welcome-content {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  padding: 0 4% 0 12%;
}

.welcome-left-content {
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  position: relative;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.sloaded .welcome-left-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.services-header {
  padding-left: 3%;
}

.intro-content span,
.welcome-left h1,
.services-content h1,
.pleft h1,
.service-head h1,
.news-single h1 {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 46px;
  margin-bottom: 20px;
  color: #fff;
}

.services-content h1,
.services-content p {
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  position: relative;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}

.services-content p {
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
}

/* .services-content p:nth-child(3) {
	-webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
	transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
} */

.loaded .services-content h1,
.loaded .services-content p,
.loaded .services-content p:nth-child(2) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.intro-content span {
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 1.4s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 1.4s;
  position: relative;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  white-space: nowrap;
}

.loaded .intro-content span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.intro-content span:nth-child(2) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.intro-content span:nth-child(3) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.intro-content span:last-child {
  margin-bottom: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.welcome-left p {
  margin-bottom: 30px;
}

.button {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 22px 0;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 0s;
  transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 0s;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.button::before {
  width: 1px;
  height: 100%;
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 0s;
  transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 0s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.button::after {
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 0s;
  transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.button span.button-text::before {
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 300ms;
  transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 300ms;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.button span.button-text::after {
  width: 1px;
  height: 100%;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 300ms;
  transition: all 300ms cubic-bezier(0.7, 0, 0.31, 1) 300ms;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.button:hover::before,
.button:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.button:hover span.button-text::before,
.button:hover span.button-text::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* .border1,
.border2,
.border3,
.border4 {
  position: absolute;
  width: 20px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.border3,
.border4 {
  width: 1px;
  height: 20px;
}

.border2,
.border4 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
} */

.welcome-right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.welcome-right ul li {
  flex: 1 1 33.33%;
  padding: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  opacity: 0;
}

.welcome-right ul li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.welcome-right ul li:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sloaded .welcome-right ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.content-block {
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(36, 36, 36, 0.7);
}

.content-block-content {
  position: relative;
  z-index: 10;
}

.content-block h2 {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 19px;
  margin-bottom: 15px;
}

.content-block a {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ccc;
}

/* .services .content-outer {
	background: url('images/bg1.jpg') no-repeat center;
	background-size: cover;
}

.projects .content-outer {
	background: url('images/bg2.jpg') no-repeat center;
	background-size: cover;
}

.team .content-outer {
	background: url('images/bg3.jpg') no-repeat center;
	background-size: cover;
} */

@media screen and (min-width: 768px) {
  .services .fp-tableCell {
    background: url('images/bg1.jpg') no-repeat center;
    background-size: cover;
  }

  .projects .fp-tableCell {
    background: url('images/bg2.jpg') no-repeat center;
    background-size: cover;
  }

  .team .fp-tableCell {
    background: url('images/bg3.jpg') no-repeat center;
    background-size: cover;
  }
}

.project-outer {
  width: 100%;
  display: table;
  height: 100%;
}

.project-inner {
  vertical-align: middle;
}

@media screen and (min-width: 1192px) {
  .project-inner {
    display: table-cell;
  }
}

/* .projects-slider, */
.projects-slider {
  position: relative;
}
.team-slider {
  padding-top: 120px;
  position: relative;
}

.team-slider {
  padding-top: 0;
}

.home .team-slider {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.home .tloaded .team-slider {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.project-slides {
  position: relative;
  height: 500px;
}

@media screen and (min-width: 1192px) {
  .project-slides {
    margin-top: 120px;
  }
}

.project-slide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.project-slide.active-slide {
  visibility: visible;
  opacity: 1;
}

.project-slide-inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.project-col {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}

.project-col.pimage {
  /* width: 60%; */
  text-align: center;

  width: 95%;
  display: flex;
  justify-content: space-between;
}

.project-col.pimage img {
  /* padding: 0 12px; */
  margin-right: 8px;
  max-height: 500px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.5s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  opacity: 0;
  width: calc(25% - 6px);
}

.project-col.pimage img:last-child {
  margin-right: 0px;
}

.active-slide .project-col.pimage img {
  opacity: 1;
}

.image1 {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.active-slide .image1 {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

.project-col.pimage img.image2 {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.active-slide .project-col.pimage img.image2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-col.pimage img.image3 {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.active-slide .project-col.pimage img.image3 {
  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
}

.project-col.pimage img.image4 {
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.active-slide .project-col.pimage img.image4 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.pcontent h2,
.tleft h2,
.service-info h3,
.service-grid h2 {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 26px;
  line-height: 1.3;
}

.service-info h3 {
  margin-bottom: 15px;
}

.tleft h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.tleft h2,
.tleft p,
.tright a {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.tloaded .tleft h2,
.tloaded .tleft p,
.tloaded .tright a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.pcontent p {
  padding: 12px 0;
}

.project-wrap .pcontent p {
  padding: 0;
}

.pcontent-inner {
  -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  position: relative;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.active-slide .pcontent-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.project-nav {
  max-width: 830px;
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 0;
  -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  position: relative;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.ploaded .project-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.project-nav a {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 11.5px;
  width: 30%;
  float: left;
  margin-right: 5%;
  line-height: 1.5;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  position: relative;
  padding-bottom: 20px;
}

.project-nav a:before {
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.project-nav a.active:before {
  opacity: 1;
}

.project-nav a:last-child {
  margin-right: 0;
}

.project-nav a.active {
  opacity: 1;
}

.project-arrows,
.team-arrows {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* to be merged with above */

.project-arrows {
  -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
  transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.ploaded .project-arrows {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.project-arrows a,
.team-arrows a {
  display: inline-block;
  margin: 0 22px;
}

.project-arrows svg,
.team-arrows svg {
  fill: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  width: 7px;
}

.project-arrows a:hover svg,
.team-arrows a:hover svg {
  opacity: 1;
}

.team .project-outer {
  padding-top: 130px;
}

.team-wrap,
.team-slider {
  padding-left: 12%;
}

.team-wrap {
  padding-bottom: 60px;
}

.tleft {
  width: calc(100% - 245px);
  float: left;
}

.tright {
  width: 215px;
  float: right;
  padding-top: 10px;
}

.team-members ul li {
  text-align: center;
  padding-top: 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.team-members ul li img {
  max-width: 85%;
  display: inline-block;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.team-members ul li.active-slide {
  padding-top: 0;
}

.team-members ul li.active-slide img {
  max-width: 100%;
  -webkit-filter: grayscale(0);
  filter: none;
}

.bx-wrapper {
  margin-bottom: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding-bottom: 60px;
}

.team-slider .bx-viewport {
  min-height: 420px;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  top: auto;
  margin: 0;
  bottom: 0;
  text-align: center;
}

.bx-wrapper .bx-controls-direction a svg {
  fill: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  width: 7px;
}

.bx-wrapper .bx-prev {
  left: 47.5%;
}

.bx-wrapper .bx-next {
  right: 47.5%;
}

.member-info {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.5s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.active-slide .member-info {
  opacity: 1;
}

.member-info h3 {
  font-family: 'Scandia Web Medium';
  font-size: 16px;
  padding: 25px 0 10px;
}

.member-info h5 {
  font-size: 16px;
  opacity: 0.4;
}

.home-contact {
  /* height: 100vh; */
  position: relative;
}

.home-contact-inner {
  background: url('images/map.png') no-repeat center;
  background-size: cover;
  position: relative;
  height: 100%;
}

.map-london,
.map-dubai,
.map-barcelona {
  /* width: 250px; */
  width: auto;
  position: absolute;
  top: 25%;
  left: 39.2%;
  z-index: 10;
  height: 84px;
}

.map-dubai {
  top: 46%;
  left: 55%;
  /* height: 130px; */
}

.map-london a,
.map-dubai a,
.map-barcelona a {
  display: block;
  /* padding: 95px 0 15px; */
  padding: 15px !important;
}

.map-dubai a {
  /* padding: 73px 0 15px; */
}

.map-london h4,
.map-dubai h4,
.map-barcelona h4 {
  text-align: center;
  color: #707070;
}

.map-london h4 span,
.map-dubai h4 span,
.map-barcelona h4 span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.home .contact-bottom {
  /* position: absolute; */
  /* bottom: 40px; */
  padding-left: 11%;
  /* left: 0; */
  width: 100%;
}

.contact-cols h4 {
  font-size: 16px;
  font-family: 'Scandia Web Bold';
  margin-bottom: 15px;
}

.contact-cols p {
  color: #707070;
}

.caddress {
  margin-bottom: 30px;
}

.contact-cols svg {
  height: 18px;
  fill: #fff;
  opacity: 0.5;
}

.contact-cols {
  width: 28%;
  float: left;
  margin-right: 2%;
}

.contact-social {
  width: 19%;
}

.contact-button {
  width: 19%;
  margin-right: 0;
  padding-top: 80px;
}

.contact .contact-button .cbutton,
.site-footer .contact-button .cbutton {
  overflow: hidden;
}

.contact .contact-button .cbutton a,
.site-footer .contact-button .cbutton a {
  float: right;
}

.csocial a {
  display: inline-block;
  margin-right: 12px;
}

.pcontent .button,
.cbutton .button {
  display: block;
  padding: 22px 0;
  text-align: center;
  max-width: 200px;
  width: 100%;
}

.contact-london,
.contact-dubai {
  position: absolute;
  text-align: center;
  cursor: pointer;
}

.contact-london {
  top: 36%;
  left: 32%;
  width: 150px;
  height: 150px;
  padding-top: 100px;
}

.contact-dubai {
  top: 69%;
  left: 48.5%;
  height: 110px;
  width: 180px;
  padding-top: 60px;
}

.contact-london p,
.contact-dubai p,
.cdetails a {
  color: #777;
}

.contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.contact-active .contact-overlay {
  opacity: 1;
  z-index: 10;
}

.maestra-contact h4 {
  margin-bottom: 10px;
}

.contact-london p span,
.contact-dubai p span {
  display: block;
  color: #fff;
  font-size: 18px;
}

.clocation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.london-active #london {
  /* z-index: 50; */
  z-index: 105000;
  visibility: visible;
  opacity: 1;
}

.barcelona-active #barcelona {
  /* z-index: 50; */
  z-index: 105000;
  visibility: visible;
  opacity: 1;
}

.dubai-active #dubai {
  /* z-index: 50; */
  z-index: 105000;
  visibility: visible;
  opacity: 1;
}

.location-wrap {
  position: relative;
  height: 100%;
}

.location-label {
  position: absolute;
  top: 46px;
  left: 33.5%;
  z-index: 10;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
  transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.location-label h4 {
  color: #999;
  font-size: 14px;
}

.location-label h4 span {
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  font-family: 'Scandia Web Bold', sans-serif;
}

.location-back {
  position: absolute;
  bottom: 40px;
  left: 3%;
  z-index: 10;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
  transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.location-back a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.location-back svg {
  width: 7px;
  fill: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.location-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}

.location-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.location-details {
  position: absolute;
  bottom: 40px;
  left: 33.5%;
  z-index: 10;
  width: 63.5%;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
  transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.london-active .location-back,
.london-active .location-label,
.london-active .location-details,
.barcelona-active .location-back,
.barcelona-active .location-label,
.barcelona-active .location-details,
.dubai-active .location-back,
.dubai-active .location-label,
.dubai-active .location-details {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.locdetail {
  overflow: hidden;
}

.loc-col {
  width: 35%;
  float: left;
  margin-right: 5%;
}

.loc-col:last-child {
  width: 20%;
  margin-right: 0;
  text-align: right;
}

.loc-col h5 {
  font-size: 16px;
  margin-bottom: 12px;
}

.loc-col p,
.loc-col a {
  color: #999;
}

.maestra-contact {
  position: fixed;
  width: 100%;
  max-width: 500px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8888;
  background-color: #141414;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.maestra-contact.maestra-contact-overlay {
  z-index: 10000;
}

body.contact-active {
  overflow: hidden;
}

.contact-active .maestra-contact {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: scroll;
}

.contact-inner {
  padding: 50px 32px;
  position: relative;
}

.contact-close {
  position: absolute;
  top: 52px;
  right: 40px;
}

.contact-close svg {
  width: 12px;
  fill: #fff;
}

.maestra-contact h3 {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
}

span.wpcf7-list-item {
  margin: 0 20px 0 0;
}

.maestra-contact p {
  color: #777;
}

.cradio {
  margin-bottom: 35px;
}

.maestra-contact input[type='radio'] {
  opacity: 0;
  position: absolute;
}

.maestra-contact label {
  position: relative;
  color: #777;
  padding-left: 20px;
  line-height: 18px;
}

.maestra-contact label:before {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  transform: translateY(-50%);
}

.maestra-contact label:after {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 3px;
  content: '';
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.maestra-contact .london-span label:after,
.maestra-contact .dubai-active .dubai-span label:after,
.maestra-contact .barcelona-active .barcelona-span label:after {
  opacity: 1;
}

.maestra-contact .dubai-active .london-span label:after,
.maestra-contact .barcelona-active .london-span label:after,
.maestra-contact .london-active .dubai-span label:after,
.maestra-contact .barcelona-active .dubai-span label:after,
.maestra-contact .london-active .barcelona-span label:after,
.maestra-contact .dubai-active .barcelona-span label:after {
  opacity: 0;
}

.maestra-contact .london-active .london-span label,
.maestra-contact .dubai-active .dubai-span label,
.maestra-contact .barcelona-active .barcelona-span label {
  color: #fff;
}

.london-active .cdetails .london,
.dubai-active .cdetails .dubai,
.barcelona-active .cdetails .barcelona {
  display: block;
}

.dubai-active .cdetails .london,
.barcelona-active .cdetails .london,
.london-active .cdetails .dubai,
.barcelona-active .cdetails .dubai,
.london-active .cdetails .barcelona,
.dubai-active .cdetails .barcelona,
.cdetails .dubai,
.cdetails .barcelona {
  display: none;
}

.maestra-contact .cdetails p {
  margin-bottom: 25px !important;
}

.cwrap {
  overflow: hidden;
}

.cform .cwrap {
  padding-top: 15px;
}

.cform .cwrap:last-child {
  padding-top: 40px;
}

.cleft,
.cright {
  width: 48%;
  float: left;
}

.cright {
  float: right;
}

.cform input[type='text'],
.cform input[type='email'],
.cform textarea {
  width: 100%;
  display: block;
  padding: 15px 0;
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #333;
  font-family: 'Nexa', sans-serif;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.cform input[type='text']:focus,
.cform input[type='email']:focus,
.cform textarea:focus {
  border-bottom: 1px solid #fff;
}

.cform textarea {
  height: 130px;
}

button.button {
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
}

.section {
  height: 100vh;
}

.home .section,
.section.story2,
.section.story3 {
  height: auto;
}

.story2,
.story3 {
  padding: 80px 0;
}

.services-bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-position: cover;
}

.services-bg .inner,
.service-main .inner {
  position: relative;
  height: 100%;
}

.services-header .scrolldown {
  position: absolute;
}

.home .scrolldown.slidedown,
.home .scrolldown.slideup {
  left: 3% !important;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.fp-viewing-intro .scrolldown.slidedown,
.fp-viewing-intro .scrolldown.slideup,
.home .scrolldown.slideup,
.home.fp-viewing-contact .scrolldown.slidedown,
.fp-viewing-contact .scrolldown.slidedown {
  opacity: 0 !important;
}

.scrolldown.slideup {
  pointer-events: none;
}

.fp-viewing-contact .scrolldown.slideup {
  /* transform: rotate(180deg); */
  pointer-events: all;
}

.fp-viewing-contact .scrolldown.slidedown {
  opacity: 0 !important;
}

.home .scrolldown.slideup {
  z-index: 9;
}

.scrolldown.slideup a {
  padding-top: 10px;
}

.home .scrolldown.slideup svg {
  transform: rotate(180deg);
}

.home.fp-viewing-contact .scrolldown.slideup {
  opacity: 1;
  z-index: 12;
}

.home .scrolldown {
  left: 50% !important;
  margin-left: -25px;
}

.intro .scrolldown svg {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  position: relative;
  top: 8px;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

.services-header .scrolldown a,
.pleft .scrolldown a {
  width: auto;
  border: 0;
  border-radius: 0;
  padding-top: 0;
  overflow: hidden;
}

.services-header .scrolldown a span,
.pleft .scrolldown a span {
  float: left;
}

.scrollsvg {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding-top: 12px;
}

.scrolltext {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 15px;
  line-height: 46px;
}

.service-main.section {
  height: auto;
  padding: 100px 0;
}

.service-outer {
  width: 100%;
  height: 100%;
  display: table;
}

.service-inner {
  display: table-cell;
  vertical-align: middle;
}

.service-details {
  margin-bottom: 60px;
}

.service-details:last-child {
  margin-bottom: 0;
}

.service-left {
  width: 15%;
  float: left;
  position: relative;
}

.service-left .homenav {
  left: 0 !important;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.service-left .homenav a {
  color: #999;
  -webkit-transition: color 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: color 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.service-left .homenav a:hover {
  color: #fff;
}

.service-right {
  width: 80%;
  float: right;
}

.service-wrap {
  display: table;
  width: 100%;
}

.service-image,
.service-info {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.service-image span {
  display: inline-block;
  position: relative;
}

.service-image img {
  opacity: 0;
}

.show-image .service-image img {
  opacity: 1;
}

.image-effect {
  background-color: #fff;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.hire-right .image-effect {
  background-color: #000;
}

.service-details:nth-child(2n + 2) .image-effect {
  left: auto;
  right: 0;
}

.start-effect .image-effect {
  width: 100%;
}

.show-image .image-effect {
  right: 0;
  left: auto;
}

.service-details:nth-child(2n + 2) .show-image .image-effect {
  right: auto;
  left: 0;
}

.end-effect .image-effect {
  width: 0;
}

.service-info {
  width: 35%;
  padding-left: 30px;
}

.service-details:nth-child(2n + 2) .service-info {
  padding-right: 30px;
  padding-left: 0;
}

.service-details:nth-child(2n + 2) .service-image {
  text-align: right;
}

.service-explore {
  background: url('/wp-content/uploads/2019/05/Maestra-Warner-Music-Grammys-Party-4.jpg') no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.service-explore .inner {
  position: relative;
  z-index: 10;
}

.service-explore h3 {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 48px;
  margin-bottom: 40px;
}

.hire-header .inner {
  position: relative;
  height: 100%;
}

.hire-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.hire-left,
.hire-right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.hire-left {
  padding-right: 15%;
}

.services-header .hire-left {
  padding-left: 5%;
}

.page-template-services .hire-left {
  width: 30%;
  padding-right: 5%;
}

.page-template-services .hire-right {
  width: 70%;
  position: relative;
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}

.show-image .service-bg {
  opacity: 1;
}

.hire-right img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.service-sketch img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
}

.service-sketch img.sketch2 {
  left: 25%;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}

.service-sketch img.sketch3 {
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.service-sketch img.sketch4 {
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-wrap {
  position: relative;
  /* height: 100%; */
}

.image-wrap img {
  /* height: 100vh; */
  width: auto;
  /* max-width: none; */
  /* object-fit: cover; */
}

.show-image .image-wrap img {
  opacity: 1;
}

.page-template-story .hire-right .image-effect,
.page-template-hire .hire-right .image-effect,
.page-template-team .hire-right .image-effect {
  background-color: #fff;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.featured-news .inner {
  position: relative;
  height: 100%;
}

.feat-wrap {
  height: 100%;
}

.feat-outer {
  width: 100%;
  display: table;
  height: 100%;
}

.feat-left,
.feat-right {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}

.feat-left {
  padding-right: 7%;
}

.feat-right {
  overflow: hidden;
}

.post-meta > span {
  display: inline-block;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
}

.post-meta span.post-date {
  margin-right: 15px;
  color: #fff;
}

.post-cats span {
  position: relative;
  padding-right: 15px;
  margin-right: 9px;
}

.post-cats span:after {
  width: 3px;
  height: 3px;
  background-color: #777;
  border-radius: 50%;
  right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  content: '';
}

.post-cats span:last-child:after {
  display: none;
}

.feat-left h2 {
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 38px;
  padding: 15px 0 25px;
  line-height: 1.3;
}

.feat-left p,
.news-grid p {
  margin-bottom: 40px;
}

.feat-right {
  width: 60%;
  text-align: right;
}

.feat-right img {
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.5s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  opacity: 0;
}

.feat-right .image1,
.feat-right .image3 {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.loaded .feat-right .image1,
.loaded .feat-right .image3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.feat-right .image2,
.feat-right .image4 {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.feat-right .image2 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feat-right .image3 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.feat-right .image4 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.loaded .feat-right .image2,
.loaded .feat-right .image4 {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 1;
}

.feat-left .project-arrows {
  position: static;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  padding-top: 60px;
  display: block;
}

.feat-left .project-arrows a {
  margin: 0;
}

.feat-left .project-arrows a.next {
  margin: 0 0 0 30px;
}

.news-left {
  width: 15%;
  float: left;
}

.filters.sticky-sidebar {
  position: fixed;
  top: 150px;
}

.filters button {
  display: block;
  background: none;
  cursor: pointer;
  border: 0;
  color: #707070;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.filters button.active {
  color: #fff;
}

.filters button::before {
  height: 100%;
  position: absolute;
  width: 2px;
  top: 0;
  left: 0;
  background-color: rgba(112, 112, 112, 0.6);
  content: '';
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.filters button.active::before {
  background-color: rgba(255, 255, 255, 1);
}

.filters button span {
  font-family: 'Scandia Web Bold';
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 20px;
  white-space: nowrap;
}

.news-right {
  width: 80%;
  float: right;
}

.news-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.news-grid .post {
  flex: 1 1 50%;
  margin: 0 0 45px;
  max-width: 50%;
  padding: 0 10px;
}

.news-grid .post-meta {
  padding: 25px 0;
}

.feat-left .post-meta,
.feat-left h2,
.feat-left p,
.feat-left .button {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.feat-left h2,
.feat-left p,
.feat-left .button {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.loaded .feat-left .post-meta,
.loaded .feat-left h2,
.loaded .feat-left p,
.loaded .feat-left .button {
  opacity: 1;
}

.loaded .feat-left h2,
.loaded .feat-left p,
.loaded .feat-left .button {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.news-grid h2 {
  font-family: 'Scandia Web Bold';
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.project-wrap .inner {
  position: relative;
  height: 100%;
}

.pwrap {
  width: 100%;
  height: 100vh;
  display: table;
  table-layout: fixed;
}

.pleft,
.pright {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  height: 100vh;
}

.pleft {
  padding-right: 6%;
  padding-left: 3%;
  padding-top: 150px;
  overflow-y: auto;
}

.pleft .scrolldown svg {
  transform: rotate(90deg);
}

.pmeta {
  overflow: hidden;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #333;
}

.pcol {
  width: 48%;
  float: left;
}

.pcol:last-child {
  float: right;
}

.pcol h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.pright {
  width: 65%;
  position: fixed;
}

.pright .bx-wrapper {
  padding: 0;
}

.intro .bx-wrapper {
  margin: 0;
  padding: 0;
}

.pslide {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pslider .bx-wrapper .bx-pager {
  bottom: 70px;
}

.pslider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
  background: #707070;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 2px;
  opacity: 0.7;
}

.pslider .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
  background: #fff;
}

.page-template-hire .hire {
  margin-bottom: 7px;
}

.hire-products {
  padding: 80px 0;
}

.hire-grid {
  overflow: hidden;
}

.page-template-hire .hire-grid {
  margin: 0 -5px;
}

.page-template-hire .hire-product {
  position: relative;
  padding: 0 4px;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
}

.page-template-hire .hire-product.hire-display {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hire-product.hire-2 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.hire-product.hire-3 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hire-product.hire-4 {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.hire {
  width: 25%;
  float: left;
  margin-bottom: 45px;
}

.team-members-wrap .hire {
  margin-bottom: 5px;
}

.hire-product {
  padding: 0 15px;
}

.hire-image {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
}

.hire-detail h3 {
  font-family: 'Scandia Web Medium', sans-serif;
  font-size: 18px;
  padding: 0 0 10px;
}

.hire-tags span {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
  font-size: 16px;
  opacity: 0.4;
  color: #fff;
}

.hire-tags span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.hire-tags span::after {
  background-color: #707070;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  position: absolute;
}

.hire-tags span:last-child:after {
  display: none;
}

.contact-wrap {
  width: 100%;
  display: table;
  height: 100vh;
  table-layout: fixed;
}

.contact-left,
.contact-right {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  position: relative;
}

.contact-left .welcome-bg {
  position: fixed;
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact-right {
  width: 55%;
  padding: 3% 12% 0 3%;
}

.contact-right.maestra-contact {
  position: static;
  background: none;
  max-width: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-members {
  overflow: hidden;
}

.team-member {
  position: relative;
  padding: 0 4px;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
  transition: all 1s cubic-bezier(0.16, 0.01, 0.77, 1) 0.2s;
}

.team-member.team-2 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.team-member.team-3 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.team-member.team-4 {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.team-member.team-display {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.team-member img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  width: 100%;
  max-width: none;
}

.team-member:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.team-member .member-info,
.hire-detail {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  padding: 15px 30px;
}

.team-member .member-info h3 {
  font-size: 18px;
  padding: 0 0 10px;
}

.service-head {
  padding: 180px 0 20px;
  text-align: center;
}

.service-grid ul {
  overflow: hidden;
  padding-bottom: 30px;

  display: flex;
  flex-wrap: wrap;
}

.service-grid ul li {
  width: 32%;
  /* float: left; */
  margin-right: 2%;
  padding: 20px 0;
}

.service-grid ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.service-grid h2 {
  padding: 10px 0 5px;
}

.projects .hire-left {
  width: 25%;
  padding: 0 3%;
}

.projects .homenav {
  position: relative;
  top: auto;
}

.projects .homenav a {
  color: #707070;
}

.projects .homenav a.active {
  color: #fff;
}

.projects .hire-right {
  width: 75%;
  padding-top: 80px;
}

.page-template-projects .pslider ul li a,
.slick-projects a,
.pbg-wrap {
  position: relative;
  display: block;
  text-align: center;
}

.pbg-wrap {
  height: calc(100vh - 320px);
}

.page-template-projects .pslider ul li a {
  padding-top: 50px;
}

.page-template-projects .pslider ul li a:hover .pbg,
.slick-projects a:hover .pbg {
  -webkit-filter: grayscale(0);
  filter: none;
}

.page-template-projects .pslider ul li:nth-child(2n + 2) a {
  padding-top: 0;
}

.pbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.page-template-projects .pslider h2,
.slick-projects h2 {
  padding: 30px 0 20px;
  font-family: 'Scandia Web Bold', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.page-template-projects .pslider h2:before,
.slick-projects h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  right: 0;
  display: block;
  content: '';
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
  transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0s;
}

.page-template-projects .pslider a:hover h2:before,
.slick-projects a:hover h2::before {
  opacity: 1;
}

.page-template-projects .pslider .bx-wrapper .bx-pager {
  bottom: 0;
}

.news-single-bg {
  height: 60vh;
  background-repeat: no-repeat;
  /* background-position: center top; */
  background-position: center;
  background-size: cover;
}

.news-outer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.news-post .post-meta {
  padding-bottom: 40px;
}

.story2 .hire-left {
  padding-right: 0;
}

.story2 .hire-right {
  padding: 0 8%;
}

.story3 .hire-left {
  padding: 0 10%;
  text-align: center;
}

.story3 .services-content img {
  padding: 15px 0 30px;
}

.story3 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #777;
  height: 3px;
  border-radius: 0;
  width: 15px;
}

.story3 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.feat-col {
  width: 25%;
  float: left;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #333;
}

.site-footer .contact-cols {
  width: 24%;
}

.site-footer .scrollup {
  width: 12%;
}

.site-footer .contact-social {
  width: 14%;
}

.site-footer .contact-button {
  width: 18%;
}

.site-footer .scrollsvg {
  border: 0;
  background-color: #242424;
  text-align: center;
  padding-top: 15px;
}

.site-footer .contact-cols.scrollup svg {
  opacity: 1;
  transform: rotate(180deg);
  width: 12px;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width: 1730px) {
  .mobile-slide,
  .top-contact,
  .site-menu a {
    margin-left: 30px;
  }

  .top-contact a {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1680px) {
  .inner {
    padding: 0 40px;
  }

  

  .services-header {
    padding-left: 40px;
  }

  .intro-content span,
  .welcome-left h1,
  .services-content h1,
  .pleft h1,
  .service-head h1,
  .service-explore h3,
  .news-single h1 {
    font-size: 38px;
  }

  .feat-left h2 {
    font-size: 32px;
  }

  .news-grid h2 {
    font-size: 26px;
  }

  .loaded .intro-content {
    height: 308px;
  }

  .content-block {
    padding: 25px 20px;
  }

  .content-block h2 {
    font-size: 18px;
  }

  .pcontent h2,
  .tleft h2,
  .service-info h3,
  .service-grid h2 {
    font-size: 22px;
  }

  .project-slides,
  .project-col.pimage img {
    max-height: 450px;
  }

  .project-nav {
    padding: 35px 0 20px;
  }

  .tleft h2 {
    font-size: 44px;
  }

  .team-slider .bx-viewport {
    min-height: 360px;
  }

  .member-info h3 {
    font-size: 15px;
  }

  .member-info h5 {
    font-size: 12px;
  }

  .map-london h4 span,
  .map-dubai h4 span {
    font-size: 16px;
  }

  .contact-cols h4 {
    font-size: 14px;
  }

  .service-head {
    padding: 150px 0 0;
  }

  .hire-detail h3,
  .team-member .member-info h3 {
    font-size: 15px;
  }

  .maestra-contact h3 {
    font-size: 30px;
  }

  .map-london {
    top: 26%;
    left: 38.5%;
  }

  .map-dubai {
    left: 55.5%;
  }
}

@media screen and (max-width: 1600px) {
  .map-dubai {
    left: 54%;
  }

  .mobile-slide,
  .top-contact,
  .site-menu a {
    margin-left: 20px;
  }
  .site-menu a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .map-london {
    top: 25%;
    left: 37%;
  }

  .map-dubai {
    left: 54%;
  }
}

@media screen and (max-width: 1440px) {
  .site-menu a {
    font-size: 12px;
  }

  .site-branding svg {
    max-width: 140px;
    height: auto;
    min-height: 46px;
  }
}

@media screen and (max-width: 1380px) {
  body {
    font-size: 12px;
  }

  /* .site-header {
    padding: 18px 0;
  } */

  .intro-content span,
  .welcome-left h1,
  .services-content h1,
  .pleft h1,
  .service-head h1,
  .service-explore h3,
  .news-single h1 {
    font-size: 30px;
  }

  .feat-left h2 {
    font-size: 26px;
  }

  .news-grid h2 {
    font-size: 20px;
  }

  .scrolldown a,
  .scrollsvg {
    width: 40px;
    height: 40px;
  }

  .scrollsvg,
  .scrolldown a {
    padding-top: 7px;
  }

  .scrolltext {
    line-height: 40px;
    font-size: 10.5px;
  }

  .service-explore,
  .hire-products,
  .story2,
  .story3 {
    padding: 60px 0;
  }

  .scrolldown svg {
    width: 10px;
  }

  .loaded .intro-content {
    height: 284px;
  }

  .content-block h2 {
    font-size: 16px;
  }

  .maestra-contact h3 {
    font-size: 24px;
  }

  .welcome-content {
    width: 68%;
  }

  .welcome-right {
    width: 32%;
  }

  .home .services .content-block-content p {
    font-size: 11px;
    margin-bottom: 18px;
  }

  .pbg-wrap {
    height: calc(100vh - 250px);
  }

  .page-template-projects .pslider h2 {
    padding: 20px 0 14px;
  }

  .page-template-projects .bx-wrapper {
    padding-bottom: 30px;
  }

  .news-grid {
    margin: 0 -8px;
  }

  .news-grid .post {
    padding: 0 8px;
  }

  .content-block a,
  .project-nav a,
  .homenav a span,
  .button,
  .filters button span,
  .post-meta > span {
    font-size: 10.5px;
  }

  .button,
  .pcontent .button,
  .cbutton .button {
    max-width: 180px;
  }

  .homenav a {
    height: 25px;
  }

  .homenav a.active {
    height: 40px;
  }

  .homenav a span {
    font-size: 9px;
  }

  .project-slides,
  .project-col.pimage img {
    max-height: 350px;
  }

  .project-nav {
    max-width: 630px;
  }

  .pcontent h2,
  .tleft h2,
  .service-info h3,
  .service-grid h2 {
    font-size: 20px;
  }

  .project-col.pimage {
    width: 60%;
  }

  .project-col {
    width: 18%;
  }

  .project-arrows a,
  .team-arrows a {
    margin: 0 12px;
  }

  .project-arrows svg,
  .bx-wrapper .bx-controls-direction a svg {
    width: 5px;
  }

  .team-members ul li img {
    max-width: 82%;
  }

  .team-slider .bx-viewport {
    min-height: 300px;
  }

  .member-info h3 {
    font-size: 14px;
  }

  .member-info h5 {
    font-size: 10.5px;
  }

  .bx-wrapper .bx-prev {
    left: 47%;
  }

  .bx-wrapper .bx-next {
    right: 47%;
  }

  .map-london h4 span,
  .map-dubai h4 span,
  .map-barcelona h4 span,
  .team-member .member-info h3 {
    font-size: 13px;
  }

  .contact-cols h4 {
    font-size: 12px;
  }

  .service-head {
    padding: 120px 0 0;
  }

  .service-main.section {
    padding: 60px 0;
  }

  .hire-detail h3 {
    font-size: 14px;
  }

  .page-template-contact .contact-right {
    padding: 130px 12% 50px 3%;
  }

  .map-london {
    top: 24%;
  }

  .map-dubai {
    left: 52.5%;
  }

  .news-single-bg {
    height: 50vh;
  }

  .news-outer {
    padding: 50px 0;
  }

  .filters.sticky-sidebar {
    top: 125px;
  }
}

@media screen and (max-width: 1280px) {
  .map-london {
    left: 36%;
  }

  .map-dubai {
    top: 45%;
    left: 53%;
  }
}

@media screen and (max-width: 1200px) {
  .site-header {
    padding: 15px 0;
  }

  .hire {
    width: 33.33%;
  }
}

@media screen and (max-width: 900px) {
  .service-grid ul li {
    width: 47.5%;
    /* margin-right: 0; */
  }

  .service-grid ul li:nth-child(2n + 2) {
    float: right;
  }

  .intro-content span,
  .welcome-left h1,
  .services-content h1,
  .pleft h1,
  .service-head h1,
  .news-single h1 {
    font-size: 26px;
  }

  .loaded .intro-content {
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .inner,
  .services-header,
  .welcome-content,
  .welcome-right {
    padding: 0 20px;
  }

  .site-branding svg {
    left: 0px;
  }

  .site-header .site-branding a img { width: 134px; height: auto; display: block; }

  .site-branding,
  .site-right {
    width: 50%;
  }

  .top-contact,
  .site-menu {
    display: none;
  }

  .intro-content span,
  .welcome-left h1,
  .services-content h1,
  .pleft h1,
  .service-head h1,
  .news-single h1 {
    font-size: 22px;
  }

  .intro-content-inner {
    padding: 30px;
  }

  .loaded .intro-content {
    height: 224px;
  }

  .scrolldown a {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }

  .scrolldown svg {
    width: 10px;
  }

  .services-header {
    padding-top: 120px;
  }

  .hire-wrap,
  .hire-left,
  .hire-right,
  .service-wrap,
  .service-image,
  .service-info,
  .service-left,
  .service-right,
  .contact-wrap,
  .contact-left,
  .contact-right,
  .welcome-wrap,
  .welcome-content,
  .welcome-right,
  .welcome-right ul,
  .project-slide-inner,
  .project-col,
  .feat-outer,
  .feat-left,
  .feat-right,
  .pwrap,
  .pleft,
  .pright {
    display: block;
    width: 100% !important;
  }

  .pwrap {
    height: auto;
  }

  .pleft {
    padding: 30px 25px;
    height: auto;
  }

  .pright {
    position: static;
    height: auto;
  }

  .single-project .scrolldown {
    display: block;
    padding: 40px 0 10px;
  }

  .pslide {
    height: 50vh;
  }

  .feat-right .image2,
  .feat-right .image4 {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  .feat-right {
    padding-bottom: 40px;
  }

  .team-member .member-info,
  .hire-detail {
    padding: 15px 20px 10px;
  }

  .feat-left h2 {
    font-size: 20px;
    padding: 15px 0 10px;
  }

  .welcome-right {
    padding-top: 30px;
  }

  .welcome-content .welcome-right {
    padding: 0;
  }

  .welcome-right ul {
    margin: 0;
  }

  .welcome-left-content,
  .welcome-right ul li,
  .project-col.pimage img,
  .project-arrows,
  .member-info,
  .hire-detail {
    opacity: 1;
  }

  .team-slider .bx-viewport {
    min-height: 0;
  }

  .member-info h3 {
    font-size: 14px;
    padding: 15px 0 12px;
  }

  .project-nav {
    display: none;
  }

  .project-arrows {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
  }

  .project-col.pimage img {
    /* padding: 0 5px; */
    max-height: 180px;
  }

  .project-col.pimage img:first-child {
    padding-left: 0;
  }

  .project-col.pimage img:last-child {
    padding-right: 0;
  }

  .active-slide .project-col.pimage img.image3 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  .active-slide .image1 {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  .active-slide .project-col.pimage img.image4 {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  .project-col.pcontent {
    padding-top: 25px;
  }

  .team .project-outer {
    padding-top: 40px;
  }

  .team-wrap,
  .team-slider {
    padding: 0;
  }

  .tleft,
  .tright,
  .service-grid ul li,
  .service-grid ul li:nth-child(2n + 2) {
    width: 100%;
    float: none;
  }

  .project-slides {
    max-height: 400px;
  }

  .team-members {
    margin: 0;
  }

  .team-members ul li {
    padding-top: 0;
  }

  .team-members ul li img {
    max-width: 100%;
  }

  .team-wrap p br {
    display: none;
  }

  .welcome-right ul li {
    padding: 20px 0 0;
  }

  .welcome-bg {
    height: 300px;
    position: static;
  }

  .contact-left .welcome-bg {
    position: static;
    height: 250px;
    width: 100%;
  }

  .page-template-contact .contact-right {
    padding: 30px 20px;
  }

  .service-left,
  .service-right {
    float: none;
  }

  .service-explore,
  .hire-products,
  .projects-slider,
  .team-slider {
    padding: 30px 0;
  }

  .projects-slider {
    /* padding-top: 65px; */
  }

  .button {
    /* max-width: 250px; */
    max-width: 200px;
  }

  .pcontent-inner {
    overflow: hidden;
  }

  .pcontent .button {
    float: right;
    max-width: 200px;
    width: 100%;
  }

  .hire {
    width: 50%;
    margin-bottom: 30px;
  }

  .hire-tags span {
    display: block;
    padding-right: 0;
    margin: 0 0 5px;
  }

  .hire-tags span:last-child {
    margin-bottom: 0;
  }

  .hire-tags span::after {
    display: none;
  }

  .hire-left {
    padding-right: 0;
  }

  .page-template-hire .hire-left,
  .service-left,
  .page-template-team .hire-left {
    margin-bottom: 30px;
  }

  .service-right,
  .news-right {
    width: auto;
    float: none;
  }

  .news-grid {
    display: block;
    margin: 0;
  }

  .news-grid .post {
    padding: 0;
    max-width: none;
  }

  .section {
    height: auto;
  }

  .featured-news {
    padding-top: 130px;
    /* height: 100vh; */
  }

  .feat-left .project-arrows {
    padding-top: 25px;
  }

  .page-template-services .hire-right,
  .page-template-services .service-left,
  .scrolldown,
  .site-footer .scrollup,
  .homenav,
  .welcome-overlay,
  .project-col:first-child,
  .news-left {
    display: none;
  }

  .service-main.section {
    padding: 30px 0;
  }

  .service-image {
    margin-bottom: 30px;
  }

  .service-info {
    padding-left: 0;
  }

  .intro-content span,
  .welcome-left h1,
  .services-content h1,
  .pleft h1,
  .service-head h1,
  .service-explore h3,
  .fp-projects-title {
    font-size: 24px !important;
  }

  .service-details {
    margin-bottom: 30px;
  }

  .team-slider .bx-controls {
    display: none;
  }

  .story2 {
    padding: 30px 0;
  }

  .story3 {
    padding: 30px 20px;
  }

  .story2 .hire-right,
  .story3 .hire-left {
    padding: 0;
  }

  .story1 .hire-right,
  .story2 .hire-left,
  .story3 .hire-right {
    padding-bottom: 30px;
  }

  .story3 .bx-wrapper .bx-pager {
    bottom: 0;
  }

  .site-footer {
    padding: 30px 0;
  }

  .contact-cols {
    width: 48% !important;
    margin-right: 0;
  }

  .contact-cols:nth-child(3) {
    float: right;
  }

  .contact-social {
    width: 30%;
  }

  .caddress {
    margin-bottom: 20px;
  }

  .footer-gap {
    clear: both;
    height: 40px;
  }

  .contact-button {
    padding-top: 0;
    width: 65%;
    float: right;
  }

  .home .contact-bottom {
    padding: 0 20px;
  }

  .news-outer {
    padding: 30px 0;
  }

  .services-header .hire-left {
    padding-left: 0;
  }
}

.vacancy__content ul,
.vacancy__content ol {
  margin-bottom: 24px;
}

.vacancy__content ul li,
.vacancy__content ol li {
  line-height: 1.75;
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: 36px;
}

.vacancy__content ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #707070;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 9px;
  top: 7px;
}

.vacancy__content ol {
  counter-reset: list-item-counter;
  list-style: none;
}

.vacancy__content ol li {
  counter-increment: list-item-counter;
}

.vacancy__content ol li::before {
  content: counter(list-item-counter);
  display: block;
  position: absolute;
  left: 6px;
  top: 2px;
  font-size: 10px;
}

.vacancy__content ol li:nth-child(-n + 9)::before {
  content: '0' counter(list-item-counter);
}
