/*

@Author: Jerrysonibe
@URL: http://NckTech.com/


/* GOOGLE FONTS */

@import url("fonts.css");
/* BODY */

* {
	outline: none !important
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy-Regular', sans-serif!important;
	font-size: 14px;
	color: #5C6773;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	height: 100%;
}

html {
	height: 100%;
}

/* HTML TAGS */

ul {
	text-decoration: none;
	list-style: none;
}

.amazing {
	padding: 100px 10px !important;

}

.works-title {
color: white;font-size: 1.5em;font-family: 'Gilroy-ExtraBold';margin-top: 20px;

}

.works-body {
	font-weight: 700;color: #c1c1c1;font-size: 0.8rem;

}
.works-title-dark {
	color: #273444;font-size: 1.5em;font-family: 'Gilroy-ExtraBold';margin-top: 20px;
	
	}
	
	.works-body-dark {
		font-weight: 700;color:#5C6773;font-size: 0.8rem;
	
	}

a {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	font-family: 'Gilroy-SemiBold';
}

img {
	max-width: 100%;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 700;
}

h1, h2, h4, h5, {
	font-family: 'Gilroy-ExtraBold';
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* CUSTOM TAGS */

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.overflow-hidden {
	overflow: hidden;
}

/* SECTIONS */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #F2F3F6 url('../images/spinner.svg') no-repeat center center;
}

.reveal header, .reveal body, .reveal footer {
	opacity: 1;
}

main {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

section {
	position: relative;
}

aside {
	position: relative;
}

footer {
	position: relative;
}

/* CONTENT */

.content {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0px
}

/* ODOMETER */

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
	padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
	left: 0;
}

/* EQUALIZER */

.equalizer {
	width: 18px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.equalizer span {
	background: #fff;
	width: 3px;
	height: 0px;
	bottom: 0;
	left: 0%;
	display: block;
	position: absolute;
	transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
	margin-left: 5px;
}

.equalizer span:nth-child(2) {
	margin-left: 10px;
}

.equalizer span:nth-child(4) {
	margin-left: 15px;
}

.equalizer span:nth-child(5) {
	margin-left: 20px;
}

.equalizer.paused span {
	height: 3px !important;
}

/* REVEAL EFFECT */

.reveal-effect {
	float: left;
	overflow: hidden;
	position: relative;
}

.reveal-effect>img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	position: relative;
}

.reveal-effect>img {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.reveal-effect {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.reveal-effect {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

.reveal-effect.animated {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.reveal-effect.animated img {
	-webkit-animation-name: show-img-1;
	animation-name: show-img-1;
}

.reveal-effect:after {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.reveal-effect:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.reveal-effect:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(.05, 0);
	transform: scale(.05, 0);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.reveal-effect.se2-white:after {
	background-color: #f50c1a;
}

.reveal-effect.animated:after {
	-webkit-animation-name: slide-bg-2;
	animation-name: slide-bg-2;
}

/* PAGE TRANSITION */

.transition-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #F50C19;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
}

.transition-overlay {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transition-overlay.show-me {
	opacity: 1;
	visibility: visible;
}

/* PRELOADER */

.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #f50c1a;
}

.preloader {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.preloader * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.preloader img {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 4;
	border-radius: 50%;
	padding: 10px;
	background: #fff;
}

/* PAGE LOADED */

.page-loaded .preloader {
	top: -100%;
	transition-delay: 0.60s;
}

.page-loaded .preloader img {
	opacity: 0;
	margin-top: -120px;
	transition-delay: 0.30s;
}

.page-loaded .header {
	top: 0;
	opacity: 1;
	/* transition-delay: 0.6s; */
}

/* .page-loaded .slider {
	transform: translateY(0);
	transition-delay: 0.6s;
	opacity: 1;
} */

/* TEXT ROTATER*/

.text-rotater {
	width: 100%;
	float: left;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 60px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.text-rotater li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	animation: play 4.5s infinite;
}

.text-rotater li:nth-child(2) {
	animation-delay: 1.5s;
}

.text-rotater li:nth-child(3) {
	animation-delay: 3s;
}

/* PERSPECTIVE HOVER */

.perspective-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 5px;
	cursor: pointer;
	transform: perspective(600px) translate3d(0, 0, 0);
	backface-visiblity: none;
	transform-style: preserve-3d;
}

.perspective-box img {
	width: 100%;
	float: left;
}

.perspective-box:hover {
	box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .3);
	transform-style: preserve-3d;
	z-index: 20;
}

/* HEADER */

.header {
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	z-index: 5;
	padding: 30px 100px;
	opacity: 0;
}

.header {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transform: all 1s ease;
	transition: all 1s ease;
}

.header .logo {
	float: left;
	margin-right: 20px;
}

.header .logo img {
	width: 130px;
}

.header .phone {
	float: left;
	color: #fff !important;
	line-height: 32px;
}

.header .language {
	float: right;
	margin-right: 30px;
	margin-bottom: 0;
}

.header .language li {
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 20px;
}

.header .language li a {
	float: left;
	color: #5C6773;
	line-height: 35px;
}

#hamburger .language li>a {
	color: #fff;
}

.header .language li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.header .hamburger {
	float: right;
	margin-top: -5px;
}

.header .equalizer {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

.overflow-hidden .header .logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/* DROPDOWN */

.hamburger-navigation li:hover ul {
	display: block;
}

.hamburger-navigation li ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: none;
}

.hamburger-navigation li ul li {
	width: auto;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}

.hamburger-navigation li ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	right: -16px;
	top: 7px;
	border-radius: 50%;
}

.hamburger-navigation li ul li:last-child:after {
	display: none;
}

.hamburger-navigation li ul li a {
	font-size: 15px;
	padding: 0 10px;
}

/* SLIDER */

.slider {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	z-index: 1;
}

/* .slider {
	transform: translateY(250px);
	opacity: 0;
} */

/* 
.slider {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
} */

.slider .video-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #e41c2d;
}

.slider .video-bg video {
	min-height: 100%;
	min-width: 100%;
	float: left;
	mix-blend-mode: hard-light;
	-webkit-filter: grayscale(100%) contrast(1);
	filter: grayscale(100%) contrast(0.8);
}

.slider .video-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1d3162;
	mix-blend-mode: lighten;
}

.slider .animation-hero {
	/* width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/hero1.gif) center no-repeat #131314;
	background-size: 600px 450px; */
}

.slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.slider .swiper-container {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transform: all 0.8s ease;
	transition: all 0.8s ease;
}

.slider .swiper-container .swiper-wrapper {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
}

/* Gif */

#hero {
	position: relative;
	min-height: 650px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#particles-js, #particles-js2 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -2;
}

button {
	background: #5C6773;
	border: 0px;
	color: #fff;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-family: Gilroy-SemiBold;
	cursor: pointer;
	display: block;
	border: none;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hero-figure-container {
	position: absolute;
	width: 52%;
	max-width: 900px;
	right: 5%;
	top: 18.5%;
	z-index: -1;
}

figure {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1450px;
}

#hero figure img {
	display: block;
	margin: 0;
	width: 100%;
}

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

figure:after {
	content: "";
	display: block;
	clear: both;
}

#hero .container {
	padding: 270px 0 280px;
}

#hero h2 {
	font-size: 50px;
	font-family: 'Gilroy-ExtraBold';
	color: #273444;
}

#hero h2+p {
	margin-top: 25px;
	font-size: 16px;
}

.max-width {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
}

/* SLIDER FRACTION */

.slider .swiper-container .swiper-pagination-fraction {
	width: 100px;
	height: 50px;
	position: absolute;
	left: 100px;
	right: auto;
	top: auto;
	bottom: 30px;
	color: #fff;
	font-size: 11px;
}

.slider .swiper-container .swiper-pagination-fraction span:first-child {
	font-size: 56px;
	height: 50px;
	line-height: 50px;
	float: left;
	overflow: hidden;
	text-indent: -17px;
	margin-right: -25px;
	padding-top: 3px;
	font-weight: 500;
}

.slider .swiper-container .swiper-pagination-fraction span:last-child {
	font-size: 14px;
}

.slider .swiper-container .swiper-pagination-fraction span:before {
	content: "0";
}

/* SLIDER BUTTONS */

.slider .swiper-container .swiper-button-prev {
	width: 40px;
	height: 26px;
	float: left;
	right: 200px;
	left: auto;
	top: 50%;
	z-index: 6;
	background: none;
	overflow: hidden;
	text-align: right;
}

.slider .swiper-container .swiper-button-prev img {
	height: 26px;
}

.slider .swiper-container .swiper-button-prev span {
	width: 100%;
	float: left;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}

.slider .swiper-container .swiper-button-prev:hover img {
	transform: translateY(-100%);
}

.slider .swiper-container .swiper-button-prev:hover span {
	transform: translateY(-100%);
}

.slider .swiper-container .swiper-button-prev * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.slider .swiper-container .swiper-button-next {
	width: 40px;
	height: 26px;
	float: left;
	right: 100px;
	left: auto;
	top: 50%;
	z-index: 6;
	background: none;
	overflow: hidden;
}

.slider .swiper-container .swiper-button-line {
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 150px;
	top: 50%;
	z-index: 2;
	margin-top: -10px;
}

.slider .swiper-container .swiper-button-next img {
	height: 26px;
}

.slider .swiper-container .swiper-button-next span {
	width: 100%;
	float: left;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
}

.slider .swiper-container .swiper-button-next:hover img {
	transform: translateY(-100%);
}

.slider .swiper-container .swiper-button-next:hover span {
	transform: translateY(-100%);
}

.slider .swiper-container .swiper-button-next * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

/* SLIDER CONTENT */

.slider .swiper-container .swiper-slide {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
}

.slider .swiper-container .swiper-slide:after {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 20, 1) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 20, 1) 100%);
	background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 20, 1) 100%);
	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 20, 1) 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 20, 1) 100%);
}

.slider .swiper-container .swiper-slide .inner {
	width: 100%;
	padding: 0 100px;
	position: relative;
	z-index: 4;
}

.slider .swiper-container .swiper-slide .inner h5 {
	font-size: 12px;
	font-weight: 700;
}

.slider .swiper-container .swiper-slide .inner h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #f50c1a;
	margin-left: -10px;
	margin-top: 2px;
}

.slider .swiper-container .swiper-slide .inner h2 {
	max-width: 50%;
	font-family: "Playfair Display";
	font-size: 6em;
	margin-bottom: 30px;
}

.slider .swiper-container .swiper-slide .inner p {
	max-width: 40%;
	line-height: 25px;
	margin-bottom: 30px;
}

/* SLIDER LINKS */

.slider .swiper-container .swiper-slide .inner .link {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.slider .swiper-container .swiper-slide .inner .link:hover {
	text-decoration: none;
}

.slider .swiper-container .swiper-slide .inner .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.slider .swiper-container .swiper-slide .inner .link:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.slider .swiper-container .swiper-slide .inner .link:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease;
}

.slider .swiper-container .swiper-slide .inner .link:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

.slider .swiper-container .swiper-slide .inner .video-link {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%;
	position: relative;
	transition: all .5s;
	margin-left: 30px;
	margin-top: -13px;
}

.slider .swiper-container .swiper-slide .inner .video-link:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
}

.slider .swiper-container .swiper-slide .inner .video-link .video-play-circle {
	stroke-dasharray: 315;
	stroke-dashoffset: 315;
	transition: stroke-dashoffset .5s;
}

.slider .swiper-container .swiper-slide .inner .video-link svg {
	transform: rotate(-90deg);
	transition: transform .3s;
}

.slider .swiper-container .swiper-slide .inner .video-link:hover .video-play-circle {
	stroke-dashoffset: 0;
}

.slider .swiper-container .swiper-slide .inner .video-link .video-play-outline {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.05);
}

/* INT HERO */

.int-hero {
	width: 100%;
	float: left;
	padding: 0 100px;
	padding-top: 170px;
	padding-bottom: 120px;
	background: #fff;
	color: #273444;
	position: relative;
}

.int-hero .video-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.int-hero .video-bg video {
	min-width: 100%;
	min-height: 100%;
	float: left;
	opacity: 0.1;
}

.int-hero .inner {
	margin-top: 80px;
	display: block;
	max-width: 1236px;
	margin-right: auto;
}

.int-hero .inner {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transform: all 0.7s ease;
	transition: all 0.7s ease;
}

.int-hero .inner h2 {
	max-width: 43%;
	line-height: 53px;
	font-size: 55px;
	font-family: 'Gilroy-ExtraBold';
	font-weight: 500;
}

.heading-5 {
	color: #5C6773;
	font-size: 17px;
	line-height: 45px;
}

/* .int-hero .inner h2 {
	transform: translateY(250px);
	opacity: 0;
} */

/* .int-hero .inner h2 {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
} */

/* ABOUT STUDIO */

.about-studio {
	width: 100%;
	margin-bottom: 10%;
}

.about-studio .hero-image {
	width: 100%;
	margin-bottom: 120px;
	position: relative;
	z-index: 2;
}

.about-studio .hero-image img {
	width: 100%;
	
}

.about-studio h5 {
	font-size: 37px;
	font-family: 'Gilroy-ExtraBold';
	line-height: 40px;
	margin-bottom: 30px;
	color: #273444;
}

.about-studio figure {
	max-width: 87%!important;
}

.about-studio .lead {
	margin-bottom: 40px;
	opacity: 1;
	line-height: 32px;
}

.about-studio .lead u {
	position: relative;
	text-decoration: none;
}

.about-studio .lead u:after {
	content: "";
	width: 100%;
	height: 7px;
	background: #56e9b1;
	position: absolute;
	left: 0;
	bottom: 6px;
	mix-blend-mode: color;
}

.about-studio p {
	line-height: 32px;
}

.about-us {
	margin-top: 15px;
	padding-left: 140px;
	font-size: 17.5px;
}

.about-studio p:last-child {
	/* max-width: 50%; */
	margin-bottom: 0;
}

.about-studio .link {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}

.about-studio .link:hover {
	text-decoration: none;
}

.about-studio .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.about-studio .link:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.about-studio .link:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease;
}

.about-studio .link:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

.values {
	overflow: visible;
	position: relative;
	padding: 115px 0 80px 0;
	background: #111520;
}

.container.maxwidth {
	max-width: 1546px;
	margin: 0 auto;
	padding: 0 63px;
}

.values .container>.img {
	max-width: 614px;
	width: 36.5%;
	position: absolute;
	right: 3%;
	top: -6%;
	-webkit-box-shadow: 48px 91px 74px 0 #1F2470;
	-moz-box-shadow: 48px 91px 74px 0 #1F2470;
	-ms-box-shadow: 48px 91px 74px 0 #1F2470;
	box-shadow: 48px 91px 74px 0 #1F2470;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.values .container>.contents {
	margin-left: 5%;
	width: 45%;
}

.values .container>.img img {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	display: block;
	padding: 20px;
}

.img svg {
	fill: transparent;
	width: 70px;
}

.values .container>.contents ul li {
	margin-top: 80px;
}

.values .container>.contents ul li .img {
	width: 90px;
	float: left;
}

.values .container>.contents ul li .txt {
	width: calc(100% - 90px);
	float: left;
	padding-left: 40px;
}

.values .container>.contents.is-visible ul li .txt h4 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.values .container>.contents ul li .txt h4 {
	margin-bottom: 0.5em;
	-webkit-transition: -webkit-transform 400ms ease-in-out;
	-moz-transition: -moz-transform 400ms ease-in-out;
	-ms-transition: -ms-transform 400ms ease-in-out;
	transition: transform 400ms ease-in-out;
	font-family: 'Gilroy-SemiBold';
}

.title--header3.white {
	color: #fff;
}

.values .container>.contents.is-visible ul li .txt p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.values .container>.contents ul li .img {
	width: 90px;
	float: left;
}

.txt--p1 p, .txt--p1 ul {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}

.values .container>.contents.is-visible ul li:before, .values .container>.contents ul li:after {
	display: table;
	clear: both;
	content: "";
	line-height: 0;
}

.title--tag {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.1em;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding-left: 46px;
}

/* WORKS  */

.projects

{
	margin-bottom: 10px;
}
.white {
    color: #fff;
    z-index: 3;
}
.white .slide-heading
{
	color: #ffff;
}
.slide-content {
    position: absolute;
    top: 25px;
    left: 36px;
    right: 0px;
    z-index: 3;
}
.slide-heading {
	font-size: 20px;
    line-height: 33px;
    font-family: 'Gilroy-ExtraBold';
    color: #273444;
	
}
.slide-description {
    font-size: 15px;
}
.image {
    overflow: hidden;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.image--inverted:hover {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
}

.image--inverted {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.image:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.projects .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.works-section .grid-block {
	padding: 0px;
	margin-top: 11em;
}

.works-heading .heading-5 {
	font-size: 18px;
	width: 60%;
	line-height: 32px;
	margin-top: 35px;
}

.works {
	width: 100%;
	float: left;
	background: #131314;
}

.works.five-cols {
	width: 100%;
}

.works.five-cols .grid-sizer {
	width: 20%;
}

.works.five-cols .grid-item {
	width: 20%;
}

.works.five-cols .grid-item-double {
	width: 40%;
}

.works.four-cols .grid-sizer {
	width: 25%;
	float: left;
}

.works.four-cols .grid-item {
	width: 25%;
	float: left;
}

.works.four-cols .grid-item-double {
	width: 50%;
	float: left;
}

.works.three-cols {
	width: 100%;
}

.works.three-cols .grid-sizer {
	width: 33.33333%;
}

.works.three-cols .grid-item {
	width: 33.33333%;
}

.works.three-cols .grid-item-double {
	width: 66.66666%;
}

.works.two-cols {
	width: 100%;
}

.works.two-cols .grid-sizer {
	width: 50%;
}

.works.two-cols .grid-item {
	width: 50%;
}

.works.two-cols .grid-item-double {
	width: 100%;
}

/* WORKS FILTER */

.isotope-filter {
	width: 100%;
	float: left;
	margin: 0;
	padding-bottom: 30px;
	text-align: center;
	background: #131314;
}

.isotope-filter li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

.isotope-filter li a {
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	opacity: 0.99;
	font-weight: 600;
	position: relative;
}

.isotope-filter li a:hover {
	text-decoration: none;
}

.isotope-filter li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.isotope-filter li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.isotope-filter li a:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease;
}

.isotope-filter li a:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

.isotope-filter li a.current {
	color: #56e9b1;
}

.isotope-filter li a.current:before {
	display: none;
}

.isotope-filter li a.current:after {
	display: none;
}

/* WORKS FIGURE */

.bg {
	background: #111520;
}

.card {
	border-radius: 0px;
	border: 0px;
}

.case-block>.grid>.item {
	width: 50%
}

@supports (display: grid) {
	.case-block.-preview>.grid {
		grid-template-columns: 10fr 7fr;
		grid-auto-rows: 1rem;
		grid-gap: 1rem
	}
	.case-block.-preview>.grid>.item {
		width: auto;
		grid-row: span 16
	}
	@media screen and (min-width: 1041px) {
		.case-block.-preview>.grid>.item:nth-child(1) {
			grid-row: 3 / span 16
		}
		.case-block.-preview>.grid>.item:nth-child(2) {
			grid-row: span 20
		}
		.case-block.-preview>.grid>.item:nth-child(3) {
			grid-row: span 13
		}
		.case-block.-preview>.grid>.item:nth-child(4) {
			grid-row: span 15
		}
		.case-block.-preview>.grid>.item:nth-child(6) {
			grid-row: span 12
		}
	}
	@media screen and (max-width: 1040px) {
		.case-block.-preview>.grid {
			grid-template-columns: repeat(2, 1fr)
		}
		.case-block.-preview>.grid>.item {
			grid-row: span 14
		}
		.case-block.-preview>.grid>.item:nth-child(2) {
			grid-row: span 17
		}
		.case-block.-preview>.grid>.item:nth-child(4) {
			grid-row: span 15
		}
		.case-block.-preview>.grid>.item:nth-child(6) {
			grid-row: span 11;
			display: none;
		}
		.values .container>.contents {
			width: 100%;
			margin-left: 0%;
		}
	}
	@media screen and (max-width: 700px) {
		.case-block.-preview>.grid {
			grid-auto-rows: 0.2rem;
			grid-gap: 1rem
		}
		.case-block.-preview>.grid>.item {
			height: auto
		}
	}
	.case-block.-full>.grid {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 1rem;
		grid-gap: 2rem
	}
	.case-block.-full>.grid>.item {
		width: auto;
		grid-row: span 17
	}
	@media screen and (max-width: 1040px) {
		.case-block.-full>.grid>.item {
			grid-row: span 17
		}
		.case-block.-full>.grid>.item:nth-child(2) {
			grid-column-start: 2;
			grid-row: 2 / span 17
		}
	}
	@media screen and (max-width: 700px) {
		.case-block.-full>.grid>.item {
			grid-row: span 9
		}
		.case-block.-full>.grid>.item:nth-child(2) {
			grid-column-start: 2;
			grid-row: 2 / span 9
		}
	}
	@media screen and (min-width: 1041px) {
		.case-block.-full>.grid {
			grid-template-columns: repeat(3, 1fr)
		}
		.case-block.-full>.grid>.item {
			grid-row: span 17
		}
		.case-block.-full>.grid>.item:nth-child(1) {
			grid-row: 2 / span 17
		}
		.case-block.-full>.grid>.item:nth-child(3) {
			grid-column-start: 3;
			grid-row: 3 / span 23
		}
		.case-block.-full>.grid>.item:nth-child(4) {
			grid-column-start: 1;
			grid-row: span 23
		}
		.case-block.-full>.grid>.item:nth-child(5) {
			grid-row: 18 / span 17
		}
		.case-block.-full>.grid>.item:nth-child(6) {
			grid-column-start: 1
		}
		.case-block.-full>.grid>.item:nth-child(7) {
			grid-column-start: 2;
			grid-row: 35 / span 17
		}
		.case-block.-full>.grid>.item:nth-child(8) {
			grid-column-start: 3;
			grid-row: 41 / span 23
		}
		.case-block.-full>.grid>.item.-promotion {
			grid-column-start: 3;
			grid-row: 26 / span 15
		}
		.case-block.-full>.grid.-more-projects {
			height: 48.4rem
		}
		.case-block.-full>.grid.-more-projects * {
			grid-row: 1 !important
		}
	}
	.case-block.-more-projects>.grid {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 48rem;
		grid-gap: 2rem
	}
	.case-block.-more-projects>.grid>.item:nth-child(n+4) {
		display: none
	}
	@media screen and (max-width: 1040px) {
		.case-block.-more-projects>.grid {
			grid-template-columns: repeat(2, 1fr);
			grid-auto-rows: 41rem
		}
		.case-block.-more-projects>.grid>.item:nth-child(2) {
			grid-row: span 2
		}
	}
	@media screen and (max-width: 700px) {
		.case-block.-more-projects>.grid {
			grid-template-columns: auto;
			grid-auto-rows: 20rem;
			padding-left: 3rem;
			padding-right: 3rem;
			max-width: calc(100vw - 6rem);
			width: 70rem
		}
		.case-block.-more-projects>.grid>.item:nth-child(2) {
			grid-row: span 1
		}
	}
}

.grid {
	margin-bottom: 100px;
}

.grid-block {
	max-width: 88%;
	padding: 9rem 3rem;
	margin: 0 auto 0rem;
	overflow: hidden
}

.grid-block>.heading {
	font-size: 2rem;
	font-weight: normal;
	text-transform: capitalize;
	color: #ec193e;
	margin-bottom: 1rem
}

.grid-block>.subheading {
	font-size: 3em;
	color: white;
	line-height: 47px;
	max-width: 24rem;
	font-family: 'Gilroy-ExtraBold';
}

.grid-block>.grid {
	display: flex;
	flex-wrap: wrap
}

.grid-block>.grid>.item {
	display: block;
	text-decoration: none;
	width: 33.33333%;
	height: 48rem
}

.grid-block>.grid>.item>.right-arrow {
	margin-top: 1.6rem
}

.grid-block>.grid>.item>.grid-card {
	width: 100%;
	height: 100%
}

.no-touchevents .grid-block>.grid>.item:hover {
	opacity: 1
}

.grid-block>.grid>.item.-promotion {
	overflow: hidden;
	background: #5C6773;
	color: white;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.grid-block>.grid>.item.-promotion>.text {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Gilroy-ExtraBold';
	margin-bottom: 8px;
}

@media screen and (max-width: 1040px) {
	.grid-block>.grid>.item {
		width: 50%
	}
}

@media screen and (max-width: 700px) {
	.grid-block {
		padding-left: 1px;
		padding-right: 0;
		margin-bottom: 0;
		max-width: 100%!important;
		padding-top: 5em;
		padding-bottom: 2em;
	}
	.grid-block>.subheading {
		text-align: center;
		font-size: 35px;
		margin-bottom: 50px;
	}
	.grid-block>.heading, .grid-block>.subheading {
		padding: 0 3rem
	}
	.grid-block>.heading {
		font-size: 1.8rem;
		margin-bottom: 2rem
	}
	.grid-block>.grid>.item {
		height: 22rem
	}
	.grid-block>.grid>.item.-promotion {
		padding: 1.5rem
	}
	.grid-block>.grid>.item.-promotion>.text {
		font-size: 1.6rem;
		line-height: 2rem
	}
	.grid-card>.card>.name>.mobile-case-link:before {
		content: '';
		display: block;
		position: absolute;
		background: none;
		width: 100%;
		height: 30rem;
		bottom: -1.5rem;
		left: -1.5rem;
		padding: 1.5rem;
	}
}

@supports (display: grid) {
	.grid-block>.grid {
		display: grid
	}
	.grid-block>.grid>.item {
		width: auto;
		height: auto
	}
}

.grid-card {
	color: white;
	position: relative
}

.grid-card a:hover {
	opacity: 1
}

.grid-card:before {
	content: '';
	position: absolute;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	bottom: -1rem;
	z-index: 0
}

.grid-card>.card {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: box-shadow .5s ease;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: oldlace;
	color: #fff
}

.grid-card>.card>.shine {
	content: '';
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease
}

.grid-card>.card>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	object-fit: cover;
	object-position: top
}

.grid-card>.card>img[alt="Viktor Hesselbom"], .grid-card>.card>img[alt="Anders Olausson"] {
	object-position: center
}

@supports (object-fit: cover) {
	.grid-card>.card>img {
		height: 100%
	}
}

.grid-card>.card>.name {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Gilroy-ExtraBold';
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1)
}

.grid-card>.card>.name.-large {
	font-size: 30px;
	line-height: 0;
	font-weight: bold;
	font-family: 'Gilroy-ExtraBold';
	letter-spacing: 1px;
}

.grid-card>.card>.name>.mobile-case-link {
	display: none
}

.grid-card>.card>.name, .grid-card>.card>.info, .grid-card>.card>.meta {
	position: relative;
	z-index: 3;
	transition: transform .2s ease, margin .2s ease
}

.grid-card>.card>.info {
	height: 0;
	opacity: 0;
	transition: height .3s ease, opacity .3s ease, padding .3s ease;
	overflow: hidden;
	max-width: 49rem
}

.grid-card>.card>.info>p, .grid-card>.card .email, .grid-card>.card .phone {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 1em
}

.grid-card>.card>.info>p.-mobile-desc, .grid-card>.card .email.-mobile-desc, .grid-card>.card .phone.-mobile-desc {
	display: block
}

.grid-card>.card .email, .grid-card>.card .phone {
	color: #fff;
	overflow: hidden;
	text-decoration: none;
	display: block
}

.grid-card>.card .email>a, .grid-card>.card .phone>a {
	color: inherit
}

.grid-card>.card .email:last-child, .grid-card>.card .phone:last-child {
	margin-bottom: 0
}

.grid-card>.card>.meta {
	display: flex;
	margin-top: 1.5rem;
	align-items: left;
	flex-wrap: wrap;
	width: 100%
}

.grid-card>.card>.meta>.view-case {
	padding: 0.9rem 2rem 0.4rem;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: -0.3rem;
	white-space: pre;
	margin-right: 2.5rem
}
.board
{
	background: url('../images/staff.jpg');
	background-size: cover;
	height:500px;
}

.grid-card>.card>.meta>.view-case:after {
	content: '';
	display: inline-block;
	position: absolute;
	background: url(74dd45dbfef83936f55a559bb173af87.svg) no-repeat 0 0/100%;
	width: 4.2rem;
	height: 2.3rem;
	margin-left: 1rem;
	transition: all 0.2s ease;
	top: 0.8rem
}

.grid-card>.card>.meta>.view-case:hover::after {
	margin-left: 1.8rem
}

.grid-card>.card>.meta>.data {
	font-size: 1.6rem;
	margin-right: 2.5rem;
	/* margin-top: 1rem */
}

.grid-card>.card>.meta>.data>.title {
	    color: #f8f9fa;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    font-size: 20px;
}

.grid-card>.card>.meta>.data>.value {
	color: white;
	font-size: 18px;
}

.grid-card>.card>.meta>.action {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 2.5rem;
	display: flex;
	align-items: center
}

.grid-card>.card>.meta>.action>.link {
	margin-right: 2rem;
	display: inline-block;
	height: 3.7rem
}

.grid-card>.card>.meta>.action.-block {
	width: 100%;
	border-left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 2rem;
	padding-top: 2rem;
	padding-left: 0
}

.grid-card>.card>.meta.-has-case {
	width: 100%;
	flex-direction: column
}

@media screen and (max-width: 1140px) {
	.grid-card>.card>.meta>.data {
		font-size: 1.5rem;
		margin-right: 1.5rem
	}
	.grid-card>.card>.meta>.view-case {
		font-size: 1.5rem;
		margin-right: 2rem
	}
	.grid-card>.card>.meta>.view-case:after {
		width: 4rem
	}
}

@media screen and (max-width: 1040px) {
	.grid-card>.card>.meta>.action {
		width: 100%;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 2rem;
		margin-top: 2rem;
		padding-left: 0
	}
	.grid-card>.card>.name.-large {
		font-size: 2rem;
		line-height: 38px;
	}
	.grid-block {
		max-width: 100%;
	}
}

@media screen and (min-width: 701px) {
	.grid-card>.card .info-mobile {
		display: none
	}
	.grid-card>.card .info-desktop {
		display: block
	}
}

@media screen and (max-width: 700px) {
	.grid-card>.card {
		padding: 14px;
	}
	.grid-card>.card .info-desktop {
		display: none
	}
	.grid-card>.card .info-mobile {
		display: block
	}
	.grid-card>.card .email, .grid-card>.card .phone {
		text-indent: -9999px;
		height: 16px;
		width: 20px;
		background: url(fee914b779f7548f0bc0ee76a123e1a2.svg) no-repeat center/cover;
		display: inline-flex;
		margin-bottom: 0
	}
	.grid-card>.card .phone {
		margin-left: 2rem;
		width: 16px;
		background-image: url(a2ae67c5c8cf0c739bd023c66debb360.svg)
	}
	.grid-card>.card>.name {
		font-size: 17px;
		line-height: 25px;
	}
	.grid-card>.card>.name.-large {
		font-size: 21px;
		line-height: 27px;
	}
	.grid-card>.card>.name>.mobile-case-link {
		margin-top: 1.6rem;
		display: block
	}
	.grid-card>.card>.name>.mobile-case-link:before {
		content: '';
		display: block;
		position: absolute;
		background: none;
		width: 100%;
		height: 30rem;
		bottom: -1.5rem;
		left: -1.5rem;
		padding: 1.5rem
	}
	.grid-card>.card>.info {
		max-width: 60rem
	}
	.grid-card>.card>.info>p {
		font-size: 14px;
	}
	.grid-card>.card>.info>p.-mobile-desc {
		display: none
	}
	.grid-card>.card>.meta {
		display: none
	}
}

.no-touchevents .grid-card:hover>.card {
	z-index: 10;
	box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.3);
}

.no-touchevents .grid-card:hover>.card>.name {
	margin-bottom: 1.5rem
}

@media screen and (max-width: 700px) {
	.no-touchevents .grid-card:hover>.card>.name.-showcase {
		margin-bottom: 0rem
	}
}

.no-touchevents .grid-card:hover>.card>.info, .no-touchevents .grid-card:hover>.card>.shine {
	opacity: 1;
	height: 50px!important;
}

.no-touchevents .grid-card:not(:hover):not(.-open)>.card>.info, .touchevents .grid-card:not(.-open)>.card>.info {
	height: 0 !important
}

.grid-card.-open {
	outline: none
}

.grid-card.-open>.card>.name {
	margin-bottom: 1.5rem
}

.grid-card.-open>.card>.info {
	opacity: 1;
	display: none;
	.grid-block
}

.touchevents .grid-card>.card>.name {
	margin-bottom: 0
}

.touchevents .grid-card>.card>.info>.-mobile-desc {
	display: none
}

/* PROJECT HERO */

.project-hero {
	width: calc(100% - 120px);
	float: left;
	background: #131314;
	color: #fff;
	position: relative;
	margin: 0 60px;
}

.project-hero figure {
	width: 100%;
	float: left;
	margin: 0;
	position: relative;
}

.project-hero figure img {
	width: 100%;
	float: left;
}

.project-hero figure figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 100px;
	padding-top: 170px;
	padding-bottom: 120px;
}

.project-hero figure figcaption h2 {
	max-width: 60%;
	font-size: 5em;
	float: left;
}

/* carrer */

.c-jumbotron {
	overflow: hidden;
}

.c-jumbotron__container--bg3:before {
	background-image: url('../images/bg3.jpg');
}

.c-jumbotron__container:before {
	content: "";
	width: 61.5625rem;
	height: 44.875rem;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 33.75rem;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: -1;
}

.u-full-height {
	height: 100%;
}

.u-color-primary {
	color: #ff0000;
}

.c-lead {
	font-size: 1.2222222222em;
	color: #424242;
}

/* .u-gap-bottom {
    margin-bottom: 1.75rem!important;
} */

.u-hr-line {
	margin-top: 0;
	margin-bottom: 0;
}

.career #hero h2 {
	font-size: 55px;
	font-family: 'Gilroy-ExtraBold'
}

.career #hero h2+p {
	font-size: 21px;
	font-family: 'Gilroy-Medium';
	color: #5C6773;
}

.u-gap-bottom {
	font-size: 17px!important;
	line-height: 30px!important;
	color: #5C6773;
}

.career .max-width {
	max-width: 90%;
}

.career .hero-figure-container {
	right: 0%;
}

.career #hero .container {
	padding: 250px 0 200px;
}

hr {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	border: 0;
	border-top: 1px solid #eaeaea;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.u-pad-ends-small\@md-up, .u-pad-top-small\@md-up {
	padding-top: 5rem!important;
}

.u-overflow-hidden {
	overflow: hidden;
}

.c-secondary-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: .8125rem;
	font-family: 'Gilroy-Medium';
}

.u-clear-gap-top {
	margin-top: 0;
	font-family: 'Gilroy-Medium';
}

.c-list-group {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.c-list-group h4 {
	font-size: 2em;
	font-family: 'Gilroy-ExtraBold';
	color: #273444;
}

.c-list-group__item {
	display: block;
	/* border-bottom: 1px solid #eaeaea; */
}

.u-link-quaternary {
	color: #424242;
}

.u-flex-align-middle {
	-ms-flex-align: center;
	align-items: center;
}

.c-secondary-title--small {
	font-size: .6875rem;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #273444;
	line-height: 27px;
}

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

.background-image {
	margin-top: 100px;
	margin-bottom: 100px;
}

.u-pad-ends\@md-up, .u-pad-top\@md-up {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.u-gap-top-xsmall {
	margin-top: 1.2rem!important;
	font-family: 'Gilroy-ExtraBold';
	color: #273444;
	font-size: 2em;
	margin-bottom: .5em;
}

.career.int-hero {
	z-index: 3;
	float: none!important;
	padding: 0px;
}

/* .career-description .hero-figure-container {
	width: 100%;
	max-width: 100%!important;
} */

.offer-component {
	background-color: #FCFCFC;
	position: relative;
	border-bottom: 1px solid #c9d7df;
	padding-top: 70px;
}

.offer-component .contents {
	margin-bottom: 100px;
}

.offer-component h2.title {
	font-size: 24px;
	font-weight: 600;
	color: #2a333d;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.4;
}

.offer-component h3.alted {
	font-size: 20px;
	font-weight: 600;
	color: #ff2d5b;
	margin-top: 0px;
	margin-bottom: 15px;
}

.offer-component .description {
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.8;
}

.offer-component .description p {
	margin-bottom: 4px;
	line-height: 1.8;
}

.offer-component h3.alted {
	font-size: 20px;
	font-weight: 600;
	color: #ff0000;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Gilroy-SemiBold;
}

.offer-component .description ul li {
	line-height: 1.8;
}

.offer-component .apply {
	text-align: center;
}

.description ul {
	list-style: circle;
}

/* PROJECT DETAIL */

/* ICON FEATURES */

.icon-features {
	width: 100%;
	float: left;
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: center;
	background-color: #F8F8F8;
}

.icon-features img {
	width: 60px;
	display: inline-block;
	margin-bottom: 20px;
}

.icon-features small {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 800;
}

.icon-features h3 {
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.icon-features p {
	display: block;
	padding: 0 10%;
	margin-bottom: 20px;
	opacity: 0.8;
}

.icon-features a {
	display: inline-block;
	color: #131314;
	font-weight: 800;
	font-size: 12px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
	font-family: Gilroy-SemiBold;
	letter-spacing: 1px;
}

.icon-features a:hover {
	text-decoration: none;
}

.icon-features a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.icon-features a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #ff0000;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.icon-features a:hover:before {
	width: 100%;
	background: rgba(255, 0, 0, 0.46);
	transition: width .25s ease;
}

.icon-features a:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

.what-we-do {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.what-we-do h2 {
	font-family: 'Gilroy-ExtraBold';
	color: #273444;
	margin-bottom: 10px;
}

.icon-features p {
	color: #273444;
	margin-bottom: 5px;
}

/* TEAM MEMBERS */
/* .card .two {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 2s ease;
}
.card:hover .two {
	display: inline;

  transition: all 0.5s ease;
} */


.card .two{
	position:absolute;
	left:0;
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
  }
  
  .card:hover .two {
	opacity:1;
  }


.team-block h2 {
	text-align: center;
	font-size: 39px!important;
	font-family: Gilroy-SemiBold;
	color: #273444!important;
	margin-bottom: 0px!important;
}

.team-block .sub {
	text-align: center;
	color: #5C6773;
	font-size: 17px;
}

@supports (display: grid) {
	.team-block>.grid {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 1rem;
		grid-gap: 1rem
	}
	.team-block>.grid>.item {
		grid-row: span 15
	}
	@media screen and (min-width: 1041px) {
		.team-block>.grid>.item:nth-child(4) {
			grid-row: span 23
		}
		.team-block>.grid>.item:nth-child(8) {
			grid-row: span 20
		}
		.team-block>.grid>.item:nth-child(2) {
			grid-column: 2;
			grid-row: 4 / span 17
		}
		.team-block>.grid>.item:nth-child(3) {
			grid-column: 3;
			grid-row: 2 / span 23
		}
		.team-block>.grid>.item:nth-child(8) {
			grid-column: 3;
			grid-row: 40 / span 23
		}
		.team-block>.grid>.item.-promotion {
			grid-column: 3;
			grid-row: 25 / span 15
		}
	}
	@media screen and (max-width: 1040px) {
		.team-block>.grid {
			grid-template-columns: repeat(2, 1fr)
		}
		.team-block>.grid>.item {
			grid-row: span 12;
			width: auto;
			min-width: 0
		}
		.team-block>.grid>.item:nth-child(2), .team-block>.grid>.item:nth-child(4), .team-block>.grid>.item:nth-child(5) {
			grid-row: span 15
		}
		.team-block>.grid>.item.-promotion {
			grid-column: 2;
			grid-row: 16 / span 12
		}
		.values .container>.img {
			display: none;
		}
	}
	@media screen and (max-width: 700px) {
		.team-block>.grid {
			grid-auto-rows: 0.5rem;
			grid-gap: 1.2rem
		}
		.team-block>.grid>.item {
			height: auto
		}
		.card .team-bio {
			height: 40px;
		}
	}
}

.no-touchevents .grid-card:hover>.card>.team-bio {
	height: 117px!important;
}

/* CLIENTS */

.clients {
	width: 100%;
	float: left;
	padding: 120px 0;
}

.clients * {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.clients ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.clients ul li {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.clients ul li figure {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 10%;
}

.clients ul li figure img {
	width: 100%;
	float: left;
}

.clients ul li:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #eee;
	position: absolute;
	right: 0;
	top: 30px;
}

.clients ul li:last-child:after {
	display: none;
}

.clients ul li:hover figure {
	opacity: 0.4;
}

/* SIDE IMAGE CONTENT */

.side-image-content {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	margin: 0px 0;
}

.side-image-content .inner {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.side-image-content .inner.bg1 {
	background: #f50c1a;
}

.side-image-content .inner .main-image {
	width: 100%;
	float: left;
	margin: 0;
	/* margin-bottom: 100px; */
}

.side-image-content .inner .sub-image {
	width: 250px;
	position: absolute;
	right: -50px;
	bottom: -100px;
	z-index: 2;
}

.side-image-content .inner img {
	width: 100%;
}

.side-image-content .inner .contenty {
	width: 100%;
	float: left;
	padding: 0 15%;
	color: #fff;
	padding-top: 50px;
}

.side-image-content .inner .contenty h5 {
	font-size: 24px;
	/* font-weight: 700; */
	font-family: "Gilroy-ExtraBold";
	text-align: center;
	margin-bottom: 20px;
}

.side-image-content .inner .contenty h2 {
	font-family: "Gilroy-MediumItalic";
	font-size: 47px;
	margin-bottom: 15px;
	text-align: center;
}

.side-image-content .inner .contenty p {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}

.CTA {
	margin: 0 auto;
	text-align: center;
}

.contenty a {
	height: 55px;
	line-height: 58px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 40px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'Gilroy-SemiBold';
	letter-spacing: 1px;
}

.find.contenty a {
	height: 52px;
	line-height: 55px;
	display: inline-block;
	border: 1px solid #212529;
	padding: 0px 39px;
	font-size: 12px;
	font-weight: 700;
	color: #ffff;
	margin-top: 16px;
	overflow: hidden;
	background-color: #273444;
	font-family: 'Gilroy-SemiBold';
	letter-spacing: 1px;
	cursor: pointer;
}

.side-image-content .inner .contenty .award-list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-image-content .inner .contenty .award-list li {
	width: 100%;
	float: left;
	padding: 5px 0;
}

.side-image-content .inner .contenty .award-list li span {
	float: left;
	margin-right: 6px;
	line-height: 23px;
}

.side-image-content .inner .contenty .award-list li small {
	width: 18px;
	height: 18px;
	line-height: 20px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	color: #f50c1a;
	text-align: center;
	font-weight: 600;
	font-size: 11px;
	margin-bottom: 5px;
}

.contenty a * {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.contenty a span {
	position: relative;
	display: inline-block;
}

.contenty a span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.contenty a span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.contenty a span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.contenty a span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.contenty a:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* AWARDS */

.awards {
	width: 100%;
	float: left;
	padding: 120px 0;
}

.awards h5 {
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.awards h5:before {
	content: "";
	width: 4px;
	height: 10px;
	float: left;
	background: #f50c1a;
	margin-left: -10px;
	margin-top: 2px;
}

.awards h2 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 32px;
	text-indent: -5px;
	color: #273444;
}

.awards figure {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 20px 30px;
	position: relative;
}

.awards figure:after {
	content: "";
	width: 40px;
	height: 3px;
	background: #f50c1a;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}

.awards figure img {
	width: 100%;
	float: left;
	opacity: 0.5;
}

.awards .award {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	padding-bottom: 20px;
}

.awards .odometer {
	display: block;
	text-align: center;
	font-family: "Fjalla One";
	font-size: 30px;
}

.customer-images img {
	height: 140px;
	text-align: center;
}

/* [class*="col-"] {
	padding: 0 !important;
	margin: 0 !important;
} */

.brands p {
	font-size: 16px;
}

/* JOURNAL */

.journal {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

.journal * {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.journal .post {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 80px;
}

.journal .post.detail {
	width: 100%;
	float: left;
}

.journal .post.detail figure {
	margin-bottom: 50px;
}

.journal .post.detail .post-content {
	padding: 0 15%;
}

.journal .post.detail .post-content.left {
	padding: 0 30px;
	width: 75%;
}

.journal .post.detail .post-content .author {
	width: 100%;
	float: left;
	position: static;
	margin-bottom: 20px;
}

.journal .post.detail .post-content .author img {
	width: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	opacity: 1;
}

.journal .post.detail .post-content .author small {
	line-height: 60px;
	opacity: 1;
}

.journal .post.detail .post-content .lead {
	line-height: 30px;
}

.journal .post.detail .post-content small {
	opacity: 0.4;
}

.journal .post.detail .post-content h3 {
	width: 100%;
	float: left;
	padding-right: 0;
	font-size: 3em;
}

.journal .post.detail .post-content blockquote {
	width: 100%;
	float: left;
	border-left: 3px solid #eee;
	padding: 20px 0;
	padding-left: 30px;
}

.journal .post.detail .post-content blockquote p {
	margin-bottom: 10px;
}

.journal .post.detail .post-content blockquote h5 {
	margin-bottom: 0;
	font-family: "Playfair Display";
}

.journal .post.detail .post-content p {
	width: 100%;
	float: left;
	padding-right: 0;
}

.journal .post.highlight {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 120px;
}

.journal .post.highlight figure {
	width: 100%;
	float: left;
	margin: 0;
}

.journal .post.highlight figure img {
	opacity: 0.4;
}

.journal .post.highlight .post-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px;
	padding-right: 40%;
	color: #fff;
}

.journal .post.highlight .post-content h3 {
	font-size: 3em;
}

.journal .post.highlight .post-content .author {
	position: static;
}

.journal .post.highlight .post-content .author img {
	opacity: 1;
}

.journal .post.highlight .post-content .link {
	font-weight: 700;
}

.journal .post.highlight .post-content p {
	opacity: 1;
}

.journal .post.highlight .post-content a {
	color: #fff;
}

.journal .post.highlight .post-content a:hover {
	color: #fff;
}

.journal .post.highlight:hover figure img {
	opacity: 0.6;
}

.journal .post figure {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	background: #131314;
	overflow: hidden;
}

.journal .post figure img {
	width: 100%;
	float: left;
	opacity: 0.6;
}

.journal .post figure .author {
	width: 100%;
	line-height: 50px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #fff;
}

.journal .post figure .author img {
	width: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	opacity: 1;
}

.journal .post .post-content {
	width: 100%;
	float: left;
}

.journal .post .post-content small {
	display: block;
	margin-bottom: 10px;
}

.journal .post .post-content small a {
	color: #131314;
}

.journal .post .post-content h3 {
	display: block;
	font-family: "Playfair Display";
	margin-bottom: 20px;
	padding-right: 15%;
}

.journal .post .post-content h3 a {
	color: #131314;
}

.journal .post .post-content h3 a:hover {
	text-decoration: none;
	color: #f50c1a;
}

.journal .post .post-content p {
	line-height: 24px;
	opacity: 0.6;
	padding-right: 15%;
	margin-bottom: 30px;
}

.journal .post .post-content .link {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.journal .post .post-content .link:hover {
	text-decoration: none;
}

.journal .post .post-content .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	transition: width 0s ease, background .25s ease;
	mix-blend-mode: color;
}

.journal .post .post-content .link:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
	height: 7px;
	width: 0;
	background: #56e9b1;
	transition: width .25s ease;
	mix-blend-mode: color;
}

.journal .post .post-content .link:hover:before {
	width: 100%;
	background: #56e9b1;
	transition: width .25s ease;
}

.journal .post .post-content .link:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

.journal .post:hover figure img {
	opacity: 0.8;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.journal .sidebar {
	width: 25%;
	float: left;
	padding: 0 30px;
	border-left: 1px solid #eee;
}

.journal .sidebar .widget {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.journal .sidebar .widget .title {
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	font-family: "Playfair Display";
}

.journal .sidebar .widget p {
	font-size: 13px;
	line-height: 20px;
	opacity: 0.7;
}

.journal .sidebar .widget form {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	padding: 4px;
}

.journal .sidebar .widget form input[type="text"] {
	width: calc(100% - 60px);
	height: 40px;
	border: none;
	padding: 0 15px;
	background: none;
}

.journal .sidebar .widget form button {
	width: 50px;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	font-weight: 700;
	font-size: 13px;
}

.journal .sidebar .widget .tags {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.journal .sidebar .widget .tags li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 0;
	list-style: none;
}

.journal .sidebar .widget .tags li a {
	height: 23px;
	line-height: 23px;
	float: left;
	border: 1px solid #eee;
	padding: 0 10px;
	font-size: 11px;
	font-weight: 600;
	color: #131314;
}

.journal .sidebar .widget .tags li a:hover {
	background: #f50c1a;
	border-color: #f50c1a;
	text-decoration: none;
	color: #fff;
}

.journal .sidebar .widget .categories {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.journal .sidebar .widget .categories li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 3px 0;
	list-style: none;
}

.journal .sidebar .widget .categories li span {
	float: right;
	opacity: 0.7;
	font-size: 12px;
}

.journal .sidebar .widget .categories li a {
	float: left;
	font-weight: 600;
	font-size: 12px;
	color: #131314;
	opacity: 0.7;
}

.journal .sidebar .widget .gallery {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

.journal .sidebar .widget .gallery li {
	width: 33.33333%;
	float: left;
	padding: 5px;
	margin: 0;
	list-style: none;
}

.journal .sidebar .widget .gallery li a {
	float: left;
}

.journal .sidebar .widget .gallery li img {
	width: 100%;
	float: left;
}

.journal .post-comment {
	width: 75%;
	float: left;
	padding: 0 30px;
	margin-top: 50px;
}

.journal .post-comment h6 {
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.journal .post-comment .comments {
	width: 100%;
	float: left;
}

.journal .post-comment .comments .comment {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.journal .post-comment .comments .comment.inner {
	padding-left: 80px;
}

.journal .post-comment .comments .comment .comment-avatar {
	width: 80px;
	float: left;
	background: none;
}

.journal .post-comment .comments .comment .comment-avatar img {
	width: 60px;
	float: left;
	border-radius: 50%;
	opacity: 1;
	-moz-transform: scale(1.0) !important;
	-webkit-transform: scale(1.0) !important;
	transform: scale(1.0) !important;
}

.journal .post-comment .comments .comment .comment-content {
	width: calc(100% - 80px);
	float: left;
}

.journal .post-comment .comments .comment .comment-content h4 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
}

.journal .post-comment .comments .comment .comment-content p {
	opacity: 0.7;
}

.journal .post-comment .comments .comment .comment-content small {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}

.journal .post-comment .comments .comment .comment-content a {
	float: right;
	font-weight: 600;
	font-size: 12px;
	padding: 4px 8px;
	border: 1px solid #eee;
	color: #131314;
}

.journal .post-comment textarea {
	width: 100%;
}

.journal .post-comment .comment-form {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.journal .post-comment .comment-form label {
	width: 100%;
	float: left;
	margin: 0;
	position: relative;
	z-index: 2;
}

.journal .post-comment .comment-form label span {
	float: left;
	background: #fff;
	font-size: 12px;
	margin-left: 14px;
	padding: 0 6px;
	font-weight: 600;
	margin-bottom: -10px;
}

.journal .post-comment .comment-form input {
	width: 100%;
	height: 62px;
	border: 1px solid #ccc;
	padding: 0 20px;
}

.journal .post-comment .comment-form textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
	padding: 20px;
}

.journal .post-comment .comment-form button {
	height: 60px;
	line-height: 58px;
	display: inline-block;
	border: none;
	padding: 0 40px;
	font-size: 11px;
	border: none;
	font-weight: 700;
	color: #fff;
	background: #131314;
	overflow: hidden;
}

.journal .container-fluid {
	padding: 0 30px;
}

/* CONTACT */

.contact .right {
	z-index: 2;
	right: 0;
}

.contact .right .is-visible>.bg {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.contact .right>.bg {
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background: #273444;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.contact .right.is-visible .form {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.contact .right .form {
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-transition: -webkit-transform 600ms ease-in-out, opacity 600ms ease-in-out;
	-moz-transition: -webkit-transform 600ms ease-in-out, opacity 600ms ease-in-out;
	-ms-transition: -webkit-transform 600ms ease-in-out, opacity 600ms ease-in-out;
	transition: -webkit-transform 600ms ease-in-out, opacity 600ms ease-in-out;
}

.contact .right .form {
	position: relative;
	padding: 12.87% 17.5%;
}

.contact .right .form h2 {
	color: #fff;
	margin-bottom: 45px;
}

.contact .right .form h2:after {
	left: -30px;
	position: relative;
	display: block;
	content: '';
	width: 73px;
	height: 2px;
	background: #f50c1a;
	margin-top: 30px;
}

.title-tag {
	font-size: 1.2em;
	color: #fff;
	line-height: 1.1em;
	font-weight: 600;
	letter-spacing: 1px;
}

.contact .right .form form .form-group {
	margin-bottom: 25px;
	*zoom: 1;
}

.contact .right .form form input[type="text"], .contact .right .form form input[type="email"], .contact .right .form form .select, .contact .right .form form textarea {
	outline: none;
	width: 100%;
	background: #102031;
	border: 1px solid #102031;
	color: #fff;
	font-size: 15px;
	padding: 18px;
}

select {
	background-color: transparent;
	border: transparent;
	color: #fff;
	font-size: 14px;
}

.section {
	position: relative;
	min-height: 100vh;
	padding: 4.6em 0;
}

.section.section-blue {
	background-color: #F2F4F5;
}

.contact .text-container, .careers .text-container {
	padding: 0 80px;
}

.section .sub-title {
	line-height: 24px;
	color: #273444;
}

.section h1 {
	font-family: 'Gilroy-ExtraBold', serif;
	font-size: 3.75em;
	color: #273444;
}

.section .underline {
	width: 55px;
	height: 4px;
	margin: 25px 0;
	border: none;
	background-color: #ff0000;
}

.contact .text-container h6 {
	font-family: 'Gilroy-SemiBold', serif;
	margin-top: 35px;
	color: #273444;
}

#map {
	background-color: #f8f9fa;
	height: 700px;
	width: 100%;
	right: -100px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px 0;
}

/* --------------------------------------------------- */

/*	Validation Styles
/* --------------------------------------------------- */

.success {
	background-color: #EAFFF8;
}

.success+i {
	color: #1C9D39;
	display: block;
}

.error+i {
	color: #B82020;
	display: block;
}

.error {
	background-color: #FFF1FF!important;
}

button:before {
	top: 100%;
	background: #e96a6a;
	color: #a33a3a;
	content: attr(data-error);
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}

button:after {
	top: -100%;
	content: attr(data-success);
	background: #7aca7c;
	color: #358337;
	-webkit-transform-origin: 0% 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 0% 100%;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 0% 100%;
	-ms-transform: rotateX(90deg);
	transform-origin: 0% 100%;
	transform: rotateX(90deg);
}

button:before, button:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	line-height: 50px;
	cursor: default;
}

button.submit-success {
	background: #aaa;
	-webkit-transform-origin: 50% 100%;
	-webkit-transform: rotateX(-90deg) translateY(100%);
	-moz-transform-origin: 50% 100%;
	-moz-transform: rotateX(-90deg) translateY(100%);
	-ms-transform-origin: 50% 100%;
	-ms-transform: rotateX(-90deg) translateY(100%);
	transform-origin: 50% 100%;
	transform: rotateX(-90deg) translateY(100%);
}

button.submit-error {
	background: #aaa;
	-webkit-transform-origin: 50% 0%;
	-webkit-transform: rotateX(90deg) translateY(-100%);
	-moz-transform-origin: 50% 0%;
	-moz-transform: rotateX(90deg) translateY(-100%);
	-ms-transform-origin: 50% 0%;
	-ms-transform: rotateX(90deg) translateY(-100%);
	transform-origin: 50% 0%;
	transform: rotateX(90deg) translateY(-100%);
}

.form-group i {
	position: relative;
	right: 13px;
	top: -35px;
	float: right;
}

/* .map {
	width: 70%;
	height: 420px;
	display: inline-block;
	margin: 0 15%;
	background: #f50c1a;
	display: none;
} */

/* FOOTER */

.footer-spacing {
	width: 100%;
	float: left;
}

.footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding-top: 50px;
	background: url(../images/anchor-line-bg.png) center no-repeat #131314;
	background-size: auto 150%;
	z-index: 1;
	text-align: center;
	color: #fff;
	height: 450px;
}

.map-section {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: url('../images/map.jpg') center no-repeat;
	background-size: cover;
	z-index: 1;
	text-align: center;
	height: 420px;
}

.footer img {
	width: 130px;
	margin-bottom: 50px;
	display: inline-block;
}

.footer .social-media {
	width: 100%;
	float: left;
	display: none;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}

.footer .social-media li {
	display: inline-block;
	margin: 0 10px;
	list-style: none;
}

.footer .social-media li a {
	float: left;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.footer .social-media li a:hover {
	text-decoration: none;
	color: #f50c1a;
}



.footer h4 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 2em;
}

.footer h2 {
	font-family: "Gilroy-ExtraBold";
	text-transform: uppercase;
	font-size: 2.7em;
	margin-bottom: 38px;
	padding: 0 10%;
}

.footer .btn-contact {
	height: 57px;
	line-height: 58px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 40px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	letter-spacing: 1px;
}

.footer .btn-contact * {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.footer .btn-contact span {
	position: relative;
	display: inline-block;
}

.footer .btn-contact span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.footer .btn-contact span:before {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.footer .btn-contact:hover span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.footer .footer-bar {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin-top: 70px;
	padding: 20px 0;
	text-align: center;
}

.footer .footer-bar span {
	font-size: 12px;
}

.footer .footer-bar span a {
	color: #fff;
	font-weight: 600;
}

/* SCROLL DOWN */

.scroll-down {
	width: 1px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
}

.scroll-down span {
	display: block;
	position: relative;
	padding-top: 79px;
	text-align: center;
}

.scroll-down span::before {
	-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	-moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	-o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.scroll-down span::before {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 70px;
	background: #5C6773;
	content: "";
}

/* RESPONSIVE MEDIUM  FIXES */

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
	.header {
		padding: 30px 60px;
	}
	.slider .swiper-container .swiper-slide .inner h2 {
		font-size: 4em;
	}
	.slider .swiper-container .swiper-slide .inner {
		padding: 0 60px;
	}
	.slider .swiper-container .swiper-pagination-fraction {
		left: 60px;
	}
	.icon-features p {
		padding: 0;
	}
	.icon-features h3 {
		font-size: 20px;
	}
	.side-image-content .inner .contenty h2 {
		font-size: 2em;
		text-indent: 0;
	}
	.awards h2 {
		font-size: 2.5em;
		text-indent: 0;
	}
}

/* RESPONSIVE TABLET FIXES */

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	.slider .swiper-container .swiper-slide .inner h2 {
		max-width: 70%;
	}
	.slider .swiper-container .swiper-slide .inner p {
		max-width: 70%;
	}
	.slider .swiper-container .swiper-button-prev {
		right: 160px;
	}
	.slider .swiper-container .swiper-button-line {
		right: 110px;
	}
	.slider .swiper-container .swiper-button-next {
		right: 60px;
	}
	.works .grid-item {
		width: 50% !important;
	}
	.works .grid-item-double {
		width: 50% !important;
	}
	.works .grid-sizer {
		width: 50% !important;
	}
	.int-hero .video-bg {
		display: none;
	}
	.int-hero .inner h2 {
		max-width: 100%!important;
	}
	.side-image-content {
		display: block;
	}
	.side-image-content .inner {
		width: 100%;
		float: left;
		display: block;
	}
	.side-image-content .inner .contenty {
		padding: 100px 15%;
	}
	.contact form input[type="text"] {
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	.contact form textarea {
		border-radius: 0 !important;
		box-shadow: none !important;
	}
}

/* RESPONSIVE MOBILE FIXES */

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.header {
		padding: 30px;
	}
	.header .language {
		display: none;
	}
	.social-bar {
		display: none;
	}
	.slider .swiper-container .swiper-slide .inner {
		padding: 0 30px;
	}
	.slider .swiper-container .swiper-slide .inner h2 {
		max-width: 100%;
		font-size: 3.5em;
	}
	.slider .swiper-container .swiper-slide .inner p {
		max-width: 100%;
	}
	.slider .swiper-container .swiper-button-prev {
		display: none;
	}
	.slider .swiper-container .swiper-button-line {
		display: none;
	}
	.slider .swiper-container .swiper-button-next {
		display: none;
	}
	.slider .swiper-container .swiper-pagination-fraction {
		display: none;
	}
	.scroll-down {
		display: none;
	}
	.int-hero {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 130px;
		padding-bottom: 100px;
	}
	.int-hero .inner h2 {
		max-width: 100%;
		font-size: 38px;
		line-height: 45px;
	}
	.heading-5 {
		font-size: 16px;
	}
	.content {
		margin: 0px;
	}
	.about-studio .hero-image {
		overflow: hidden;
		margin-bottom: 50px;
	}
	.about-studio .hero-image img {
		width: 100%;
	}
	.about-studio h5 {
		font-size: 28px;
		line-height: 33px;
	}
	.about-us {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		margin-top: 0px;
	}
	.values .container>.img {
		display: none;
	}
	.values .container>.contents {
		padding: 60px 25px 80px 25px;
		width: 100%;
		margin-left: 0;
	}
	.values {
		padding: 0;
	}
	.values .container {
		padding: 0;
	}
	.values .container>.contents h3 {
		padding-bottom: 0;
	}
	.values .container>.contents ul li .img {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.values .container>.contents ul li .txt {
		float: none;
		width: 100%;
		padding: 0;
	}
	.values .container>.contents ul li {
		margin-top: 70px;
	}
	.contents ul {
		padding-left: 0px;
	}
	.about-studio p:last-child {
		max-width: 100%;
		margin-bottom: 0;
	}
	.team-members .member {
		width: 50%;
	}
	.works .grid-item {
		width: 100% !important;
	}
	.works .grid-item-double {
		width: 100% !important;
	}
	.icon-features a {
		margin-bottom: 50px;
	}
	.side-image-content {
		margin-bottom: 0;
	}
	.side-image-content .inner .contenty {
		padding: 60px 12px;
		text-align: center;
	}
	.side-image-content .inner .contenty h5:before {
		display: none;
	}
	.side-image-content .inner .contenty h2 {
		font-size: 2.5em;
	}
	.side-image-content .inner .contenty .award-list li span {
		float: none;
	}
	.side-image-content .inner .main-image {
		margin-bottom: 0;
	}
	.side-image-content .inner .sub-image {
		width: 100%;
		float: left;
		position: static;
		margin: 0;
	}
	.awards {
		text-align: center;
	}
	.awards h5:before {
		display: none;
	}
	.awards .award {
		width: 60%;
		margin: 0 20%;
		margin-top: -1px;
	}
	.clients ul li {
		width: 50%;
	}
	.clients ul li:after {
		display: none;
	}
	.journal .post.highlight {
		margin-bottom: 50px;
	}
	.journal .post figure {
		overflow: hidden;
	}
	.journal .post figure img {
		width: 150%;
		max-width: inherit;
	}
	.journal .post.highlight .post-content {
		padding: 15px;
		padding-right: 0;
	}
	.journal .post.highlight .post-content h3 {
		font-size: 2em;
	}
	.journal .post.highlight .post-content p {
		display: none;
	}
	.contact .titles {
		padding: 0;
	}
	.footer {
		width: 100%;
	}
	.footer h2 {
		font-size: 1.8em;
		padding: 0;
	}
	.footer .social-media {
		display: block;
	}
	.footer .footer-bar span {
		width: 100%;
		text-align: center;
	}
	.footer .footer-bar {
		margin-top: 35px;
	}
}