<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

|          |  |              |
|---.,---.-|- |,---.,---.,---|,---.
|   ||   | |  ||---',---||   |`---.
'   '`---' `- '`---'`---'`---'`---'

*/

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #1d1d1d;
	margin: 0;
	height: 100%;
}

#page {
	height: 100%;
	will-change: transform;

}

::-moz-selection {
	color: #1d1d1d;
	background: #fec303;
}

::selection {
	color: #1d1d1d;
	background: #fec303;
}

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

a {
	cursor: pointer;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	text-transform: uppercase;
	clear: both;
}

strong {
	font-weight: 400;
}

.js-parallax {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.js-parallax.scroll-lines {
	will-change: transform, line-height;
}

[data-scrollbar],
[scrollbar],
scrollbar {
  display: block;
  position: relative;
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
  background: rgba(255,255,255,0.2);
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .5s ease-out, background .5s ease-out;
  transition: opacity .5s ease-out, background .5s ease-out;
  background: none;
}

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
  opacity: 1;
}

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
  background: rgba(255,255,255,0.2);
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  position: absolute;
    top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255, .5);
  border-radius: 4px;
}

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#masthead {
	/*position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;*/
	overflow: hidden;
}

.logo {
    float:left;
	padding: 30px 100px;
	cursor: pointer;
}

.logo svg {
	width: 200px;
}

.logo svg g {
	fill: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.logo:hover svg g {
	fill: #fec303;
}

.logo svg path.flame {
	fill: none;
	stroke: #fec303;
	stroke-width: 1.5;
}

.nav {
	float:right;
	padding: 30px 100px;
}

.nav ul {
	margin: 0;
	display:flex;
	justify-content: center;
	list-style: none;
}

.nav li {
	float: left;
	position: relative;
	margin: 10px !important;
	overflow:hidden;
}
.nav li.active{
    border: 1px solid #fec303;
}
.nav li a{
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #fff;
    display:block;
    padding:5px 10px;
    margin:0px !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fec303;
	width: 0;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.nav .mobile {
	display: none;
}

.nav .mobile a svg {
	height: 35px;
	width: 35px;
	margin: 5px 2px;
	padding: 5px;
	border: 1px solid #fec303;
	border-radius: 3px;
	fill: #1d1d1d;
	background: #fec303;

}

.end {
	position: relative;
	bottom: 50px;
	display: block;
	text-align: center;
}

.end a {
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	font-size: 2rem;
	line-height: 1;
	font-weight: 100;
	text-transform: lowercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.end a:hover {
	color: rgba(255,255,255,0.7);
}

#footer {
    /*position: fixed;*/
    display: table;
    width:100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

#footer &gt; div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 75px 0;
	z-index: 0;
}

#footer .left {
	text-align: center;
	width: 40%;
	/*padding-left: 100px;*/
}

#footer .center {
	width: 20%;
	text-align: center;
}

#footer .center a {
	z-index: 1;
}

#footer .right {
	text-align: right;
	width: 40%;
	padding-right: 100px;
}

#footer .logo {
	position: relative;
	padding: 0;
}

#footer .logo svg {
	width: 150px;
}

#footer .copy,
#footer .social {
	position: relative;
	display: block;
	height: 30px;
}
#footer .social {
	top: 9px;
	text-align:center;
	/*padding-left: 75px;*/
}

#footer .social svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	fill: #fec303;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer .social a:hover svg {
	fill: #fec303;
}

#footer .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .right li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#footer .right a {
	display: inline-block;
	position: relative;
	top: 6px;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 5px 0;
	margin: 0 15px;
	overflow: hidden;
}

#footer .right a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fec303;
	width: 0;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

#footer .right a:hover:before {
	width: 100%;
}

#banner {
	position: relative;
	width: 100%;
	height: 52vh;
	background-color: #000;
}

#banner .screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	background-image: url("assets/banner-cut.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

#banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	background: rgba(29,29,29,0.8);
}

#banner .vignette {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	box-shadow: inset 0 0 120px 120px #1d1d1d;
}

.banner-text {
  position: relative;
  width: auto;
  margin: auto 0px;


	color: #fff;
}

.banner-text .bar {
	position: relative;
	top: -15px;
	height: 10px;
	left: 0;
	right: 0;
	background: #fec303;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
}

.banner-text h1 {
	line-height: 1;
	color: #fff;
	font-size: 3rem;
	margin: 1rem 0;
	font-weight: 600;
}

.banner-text p {
	font-size: 1.5rem;
	font-weight: 200;
	margin-bottom: 1rem;
	text-align: justify;
}

.banner-text a {
	position: relative;
	display: inline-block;
	color: #fec303;
	cursor: pointer;
	font-size: 3rem;
	line-height: 1;
	font-weight: 200;
	text-transform: lowercase;
	overflow: hidden;
}

.banner-text a:after {
	content: attr(data-content);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	width: 0;
	-webkit-transition: width 0.3s ease;
	 -moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		 -o-transition: width 0.3s ease;
				transition: width 0.3s ease;
}

.banner-text a:hover:after {
	width: 100%;
}

#preload {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(29,29,29);
	z-index: 250;
}

#loadanim {
	display: block;
	position: fixed;
	z-index: 300;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}

.loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-left: -60px;
	margin-top: -60px;
}

.loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	overflow: hidden;
	-webkit-transform-origin: 60px 60px;
	-moz-transform-origin: 60px 60px;
	-o-transform-origin: 60px 60px;
	-ms-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	-webkit-animation: rotate 1.2s infinite linear;
	-moz-animation: rotate 1.2s infinite linear;
	-o-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


#over {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,29,29, 0.8);
	z-index: 150;
	cursor: pointer;
}

#quote {
	position: fixed;
	display: none;
	top: 50%;
	left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) perspective(1px);
  -webkit-transform: translateY(-50%) perspective(1px);
  -moz-transform: translateY(-50%) perspective(1px);
  -ms-transform: translateY(-50%) perspective(1px);
  -o-transform: translateY(-50%) perspective(1px);
	background: rgba(35,35,35, 0.9);
	border-radius: 5px;
	width: 95%;
	max-width: 515px;
	padding: 25px;
	text-align: center;
	z-index: 200;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(30,30,30,0.28);
	-moz-box-shadow: 0px 1px 1px 1px rgba(30,30,30,0.28);
	box-shadow: 0px 1px 1px 1px rgba(30,30,30,0.28);
}

#quote .close {
	position: absolute;
	top: 3px;
	right: 10px;
	height: 30px;
	width: 30px;
}

#quote .close:before,
#quote .close:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
}

#quote .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#quote .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#quote h3 {
	font-size: 2.5rem;
	font-weight: 100;
	line-height: 1;
	color: #fff;
	margin: 0;
}

#quote p {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 200;
	margin: 1rem 0 0 0;
}

#quote a {
	position: relative;
	display: inline-block;
	margin: 10px 0;
	font-size: 1.4rem;
	text-decoration: none;
	color: #fec303;
	font-weight: 200;
	text-transform: lowercase;
	overflow: hidden;
}

#quote a:after {
	content: attr(data-content);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	width: 0;
	-webkit-transition: width 0.3s ease;
	 -moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		 -o-transition: width 0.3s ease;
				transition: width 0.3s ease;
}

#quote a:hover:after {
	width: 100%;
}

input,
select {
	width: 100%;
	height: 46px;
	margin: 5px 0;
	padding: 10px;
	font-family: 'Neue Helvetica W01', sans-serif;
	font-size: 18px;
	font-weight: 200;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: rgba(255,255,255,0.5);
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	outline: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-appearance: none;
}

select {
	cursor: pointer;
}

input:focus {
	color: rgba(255,255,255,0.7);
	border-color: #fec303;
	padding-top: 16px;
	padding-bottom: 7px;
	line-height: 23px;
	overflow: visible;
}

input:hover {
		color: rgba(255,255,255,0.7);
}

.iwrap {
	position: relative;
}

.iwrap label {
	color: #fec303;
	font-size: 11px;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transition: opacity .2s, top .2s;
	transition: opacity .2s, top .2s;
	position: absolute;
	top: 0;
	left: 1.1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input:focus + label {
	opacity: 1;
	top: 5px;
}

.iwrap input:focus::-webkit-input-placeholder {
	color: rgba(255,255,255,0);
}

.iwrap input:focus:-moz-placeholder {
	color: rgba(255,255,255,0);
}

.iwrap input:focus::-moz-placeholder {
	color: rgba(255,255,255,0);
}

.iwrap input:focus:-ms-input-placeholder {
	color: rgba(255,255,255,0);
}

input[type="submit"] {
	margin-top: 15px;
  margin-bottom: 0;
  border: 0;
	border-radius: 3px;
  background: rgb(200,200,200);
  color: rgb(50,50,50);
  cursor: pointer;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  width: 100%;
  height: 47px;
	margin: 5px 0;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	font-weight: 200;
	letter-spacing: 0.5px;
	text-align: left;
  background-color: transparent;
  padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select .label {
	color: #fec303;
	font-size: 11px;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transition: opacity .2s, top .2s;
	transition: opacity .2s, top .2s;
	position: absolute;
	top: -5px;
	left: 1.1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select .select-styled:active ~ .label,
.select .select-styled.active ~ .label {
	opacity: 1;
	top: 0px;
}
.select-styled:after {
  content:"";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: rgba(255,255,255,0.5) transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
	color: rgba(255,255,255,0.7);
}
.select-styled:hover:after {
  border-color: rgba(255,255,255,0.7) transparent transparent transparent;
}
.select-styled:active,
.select-styled.active {
	color: rgba(255,255,255,0.7);
	border-color: #fec303;
	padding-top: 16px;
	padding-bottom: 7px;
	line-height: 23px;
}
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent rgba(255,255,255,0.7) transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
	font-weight: 200;
	letter-spacing: 0.5px;
  background-color: rgb(40,40,40);
	border: 1px solid rgba(255,255,255,0.05);
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(30,30,30,0.28);
	-moz-box-shadow: 0px 1px 1px 1px rgba(30,30,30,0.28);
	box-shadow: 0px 1px 1px 1px rgba(30,30,30,0.28);
}
.select-options li {
	font-weight: 200;
  margin: 0;
  padding: 4px 0;
	font-size: 15px;
	text-align: left;
  text-indent: 15px;
  transition(all 0.15s ease-in);
	border-top: 1px solid rgba(255,255,255,0.05);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.select-options li:nth-child(2) {
	border-top: 0;
}
.select-options li:hover {
	color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.05);
}
.select-options li[rel=""] {
  display: none;
}

.page-content {
	margin: 50px 0;
	padding: 0px 40px;
}

.services {
	position: relative;
}

.services h2 {
	position: absolute;
	top: 2rem;
	left: -5%;
	margin: 0;
	font-size: 20rem;
	line-height: 1;
	color: #262626;
	cursor: default;
	z-index: -1;
}

.services .info {
	position: relative;
	left: 6%;
	display: block;
	width: 660px;
	color: #fff;
}

.services .bar {
	position: absolute;
	top: -40px;
	height: 10px;
	left: 0;
	right: 0;
	background: #fec303;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
}

.no-parallax .services .info .bar {
  top: -25px;
}

.services .info a {
	position: relative;
	display: inline-block;
	color: #fec303;
	cursor: pointer;
	font-size: 3rem;
	line-height: 1;
	font-weight: 200;
	text-transform: lowercase;
	overflow: hidden;
}

.services .info a:after {
	content: attr(data-content);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	width: 0;
	-webkit-transition: width 0.3s ease;
	 -moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		 -o-transition: width 0.3s ease;
				transition: width 0.3s ease;
}

.services .info a:hover:after {
	width: 100%;
}

.services h3 {
	line-height: 1;
	font-size: 3rem;
	margin: 1rem 0;
	color: #fff;
}

.services h3 span {
	color: #fec303;
}

.services p {
	font-size: 1.5rem;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: justify;
}

.services .list {
	position: absolute;
	top: 0rem;
	display: block;
	width: 50%;
	right: 5%;
	background: #2d2d2d;
	padding: 75px 5% 55px 5%;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
	color: #fff;
	z-index: 0;
}

.services .list .service {
	display: inline-block;
	width: 49%;
	padding: 0 20px 20px 40px;
}

.services .list h4 {
	line-height: 1;
	font-size: 1.7rem;
	margin: 0;
}

.services .list p {
	font-size: 1.3rem;
	margin-top: 0.7rem;
}

.feature {
	position: relative;
	padding: 13rem 0;
}

.feature h2 {
	position: absolute;
	top: 3rem;
	left: 2%;
	margin: 0;
	font-size: 20rem;
	line-height: 1;
	color: #262626;
	cursor: default;
}

.feature &gt; div {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 10%;
}

.intro,
.leads {
	position: relative;
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
.intro {
	padding-right: 5%;
}

.leads {
	padding-left: 5%;
}

.intro div {
	position: absolute;
	top: 0;
	right: 10%;
	left: 0;
	padding: 75px 10%;
	background: #fec303;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
}

.intro h3 {
	font-size: 3rem;
	margin: 0.5rem 0;
	color: #1d1d1d;
}

.intro p {
	font-size: 1.7rem;
	font-weight: 200;
	margin: 0 0 1.5rem 0;
	color: #1d1d1d;
	text-align: justify;
}

.intro a {
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 300;
	margin: 2rem 0;
	color: #1d1d1d;
}

.portfolio {
	position: relative;
	display: block;
	margin: 5rem 0 13rem 0;
	height: 700px;
	overflow: hidden;
}

.portfolio .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	z-index: 0;
}

.portfolio .isBehind {
	z-index: -999;
}

.portfolio h2 {
	position: absolute;
	top: 2rem;
	left: -5%;
	margin: 0;
	font-size: 20rem;
	line-height: 1;
	color: #232323;
	cursor: default;
	z-index: 3;
}

.portfolio .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(29,29,29,0.8);
	z-index: 3;
}

.portfolio ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio .item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.portfolio .img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.portfolio .item.left .img-wrap {
	z-index: 0;
}

.portfolio .item.right .img-wrap {
	z-index: 2;
}

.portfolio .item.far-right .img-wrap {
	z-index: 3;
}

.portfolio .item.active .img-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.portfolio .item.left .img-wrap {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.portfolio .item.far-right .img-wrap {
	-webkit-transform: translateX(180%);
	-ms-transform: translateX(180%);
	transform: translateX(180%);
}

.portfolio .item.right .img-wrap {
	-webkit-transform: translateX(80%);
	-ms-transform: translateX(80%);
	transform: translateX(80%);
}

.portfolio .item.isBehind .img-wrap {
	-webkit-transition: none;
	transition: none;
	transition: none;
}

.portfolio .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	background-size: cover;
	background-position: center top;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
	z-index: 1;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}

.portfolio .item.active .img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio .item.left .img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.portfolio .item.far-right .img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.portfolio .item.right .img {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.portfolio .item.isBehind .img {
	-webkit-transition: none;
	transition: none;
	transition: none;
}

.portfolio .control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	z-index: 4;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
	transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.45s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
}

.portfolio .item.left .control-wrap {
	z-index: 3;
}

.portfolio .item.right .control-wrap {
	z-index: 5;
}

.portfolio .item.far-right .control-wrap {
	z-index: 6;
}

.portfolio .item.active .control-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.portfolio .item.left .control-wrap {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.portfolio .item.far-right .control-wrap {
	-webkit-transform: translateX(190%);
	-ms-transform: translateX(190%);
	transform: translateX(190%);
}

.portfolio .item.right .control-wrap {
	-webkit-transform: translateX(90%);
	-ms-transform: translateX(90%);
	transform: translateX(90%);
}

.portfolio .item.isBehind .control-wrap {
	-webkit-transition: none;
	transition: none;
	transition: none;
}

.portfolio .control {
	position: absolute;
	height: 500px;
	width: 10%;
	left: -5%;
	top: 150px;
	background: #fec303;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}

.no-parallax .portfolio .control {
	top: 100px;
}

.portfolio .info-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	z-index: 3;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.portfolio .info {
	position: absolute;
	height: 400px;
	width: 60%;
	left: 15%;
	top: 200px;
	color: #fff;
}

.portfolio .item.active .info-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.portfolio .item.left .info-wrap {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.portfolio .item.far-right .info-wrap {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.portfolio .item.right .info-wrap {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.portfolio .item.isBehind .info-wrap {
	-webkit-transition: none;
	transition: none;
	transition: none;
}

.portfolio .info h5 {
	font-size: 2rem;
	line-height: 1;
	margin: 0;
}

.portfolio .control h5 {
	font-size: 2rem;
	padding: 20% 15%;
	line-height: 1;
	margin: 0;
	color: #1d1d1d;
}

.portfolio .control .details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10%;
}

.portfolio .control span {
 display: block;
 width: 50%;
 color: #1d1d1d;
 font-weight: 300;
 font-size: 18px;
 letter-spacing: 0.5px;
 text-transform: uppercase;
 text-shadow: none;
}

.portfolio .control .details:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 22px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #1d1d1d;
	z-index: 1;
}

.portfolio .control .details:after {
	content: "";
	position: absolute;
	right: 22px;
	bottom: 22px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #fec303;
	z-index: 2;
}

.portfolio .item.active .control .details:before,
.portfolio .item.active .control .details:after,
.portfolio .item.left .control .details:before,
.portfolio .item.left .control .details:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.portfolio .item.active .control .details:before,
.portfolio .item.left .control .details:before {
	border-left: 25px solid #fec303;
	z-index: 2;
}

.portfolio .item.active .control .details:after,
.portfolio .item.left .control .details:after {
	border-left: 25px solid #1d1d1d;
	z-index: 1;
}

.portfolio .info h3 {
	width: 40%;
	margin: 0;
	line-height: 1;
	font-size: 6rem;
	margin: 1rem 0;
	color: #fec303;
	text-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.portfolio .info p {
	width: 40%;
	font-size: 2rem;
	font-weight: 200;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.portfolio .client {
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 0;
}

.portfolio .info span {
	display: block;
	font-weight: 200;
	font-size: 1rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.portfolio .info span:first-child {
	color: #fec303;
}

.leads {
	height: 450px;
}

.leads .mask {
	position: absolute;
	width: 100%;
	height: 105px;
	left: 0;
	z-index: 6;
}

.leads .mask.top {
	top: -25px;
	background: -webkit-linear-gradient(top,#1d1d1d,rgba(29,29,29,0));
	background: linear-gradient(180deg,#1d1d1d,rgba(29,29,29,0));
}

.leads .mask.bottom {
	bottom: -25px;
	background: -webkit-linear-gradient(bottom,#1d1d1d,rgba(29,29,29,0));
	background: linear-gradient(0deg,#1d1d1d,rgba(29,29,29,0));
}

.leads .lead {
	position: absolute;
	display: table;
	height: 78px;
	background: #333;
	color: #fff;
	width: 100%;
	padding: 15px 15px 15px 75px;
	margin: 0;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
}

.leads .lead:nth-child(1) {
	top: 0;
}

.leads .lead:nth-child(2) {
	top: 93px;
}

.leads .lead:nth-child(3) {
	top: 186px;
}

.leads .lead:nth-child(4) {
	top: 279px;
}

.leads .lead:nth-child(5) {
	top: 372px;
}

.leads .lead:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 32px;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	background: #fec303;
}

.leads .lead .info,
.leads .lead .details,
.leads .lead .action {
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.leads .lead .info {
	width: 30%;
	padding-right: 20px;
}

.leads .lead .details {
	width: 60%;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.leads .lead .action {
	width: 10%;
  text-align: right;
}

.leads .lead strong,
.leads .lead span {
	display: block;
}

.leads .lead strong {
	font-weight: 400;
	font-size: 1rem;
}

.leads .lead span {
	font-weight: 300;
	font-size: 0.9rem;
}

.leads .lead svg {
	position: relative;
	top: 11px;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 5px;
	border-radius: 2px;
	fill: #1d1d1d;
	background: #fec303;
}

.careers {
	position: relative;
	display: block;
	margin: 0 0 13rem 0;
	height: 700px;
	background-image: url("assets/building.jpg");
	background-position: center;
	background-size: cover;
}

.careers .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	background: rgba(29,29,29,0.8);
	z-index: 0;
}

.careers .info {
  position: relative;
	top: 8rem;
  left: 7%;
  display: block;
  width: 415px;
  color: #fff;
}

.careers h2 {
	position: absolute;
	top: 2rem;
	left: -5%;
	margin: 0;
	font-size: 20rem;
	line-height: 1;
	color: #232323;
	cursor: default;
}

.careers .bar {
  position: absolute;
  top: -30px;
  height: 10px;
  left: 0;
  right: 0;
  background: #fec303;
  box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
}

.no-parallax .careers .bar {
  top: -25px;
}

.careers h3 {
	line-height: 1;
	font-size: 3.5rem;
	margin: 1rem 0;
	color: #fff;
}

.careers .positions {
	position: relative;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80%;
	left: 10%;
	color: #fff;
	top: 8rem;
}

.careers .positions &gt; li {
	position: relative;
	display: table-cell;
	width: 33.3333333333%;
	padding: 0 5%;
}

.no-parallax .careers .positions &gt; li:first-child {
	top: 30px;
}

.no-parallax .careers .positions &gt; li:last-child {
	top: -30px;
}

.careers .position {
	background: #2d2d2d;
	padding: 50px 3%;
	box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);
	padding: 25px;
}

.careers .position ul {
	color: #fec303;
	padding-left: 25px;
	font-weight: 300;
}

.careers .position ul li {
	margin-bottom: 0.5rem;
}

.careers .position ul li span {
	color: #fff;
}

.careers h4 {
	line-height: 1;
	font-size: 2rem;
	margin: 0 0 1.5rem 0;
}

.careers .position a {
	position: relative;
	left: 25px;
	display: inline-block;
	color: #fec303;
	cursor: pointer;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 200;
	text-transform: lowercase;
	overflow: hidden;
}

.careers .position a:after {
	content: attr(data-content);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	width: 0;
	-webkit-transition: width 0.3s ease;
	 -moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		 -o-transition: width 0.3s ease;
				transition: width 0.3s ease;
}

.careers .position a:hover:after {
	width: 100%;
}

.mobile-icon{
    display:none;
}
@media screen and (max-width: 1800px) {
	.services .list {
    padding: 75px 3% 55px 3%;
		width: 45%;
	}
	.portfolio .info p,
	.portfolio .info h3 {
    width: 50%;
	}
	.portfolio .control .details:before {
		right: 20px;
		bottom: 22px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #1d1d1d;
	}
	.portfolio .control .details:after {
		right: 22px;
		bottom: 22px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #fec303;
	}
	.portfolio .item.active .control .details:before,
	.portfolio .item.left .control .details:before {
		border-left: 20px solid #fec303;
	}
	.portfolio .item.active .control .details:after,
	.portfolio .item.left .control .details:after {
		border-left: 20px solid #1d1d1d;
	}
	.careers .positions &gt; li {
    padding: 0 4%;
	}
}

@media screen and (max-width: 1700px) {
	.logo svg {
    width:94px;
	}

	.banner-text h1,
	.banner-text a,
	.services h3,
	.services .info a {
		font-size: 2.65rem;
	}
	.banner-text p,
	.services p {
    font-size: 1.4rem;
	}
	.services .list .service {
    padding: 0 0 20px 40px;
	}
	.services .info {
    width: 585px;
	}
	.portfolio .control .details {
    padding: 15% 10%;
	}
	.portfolio .control span {
    width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.feature &gt; div {
    padding: 0 8%;
	}
	.intro div {
    padding: 50px 10%;
	}
	.intro p {
    font-size: 1.5rem;
	}
	.intro a {
    font-size: 1.4rem;
	}
	.leads {
    height: 400px;
	}
	.leads .lead {
    height: 68px;
    padding: 10px 15px 10px 75px;
	}
	.leads .lead:nth-child(2) {
    top: 83px;
	}
	.leads .lead:nth-child(3) {
    top: 166px;
	}
	.leads .lead:nth-child(4) {
    top: 249px;
	}
	.leads .lead:nth-child(5) {
    top: 332px;
	}
	.leads .lead::before {
    top: 28px;
	}
	.careers .positions &gt; li {
		padding: 0 3%;
	}
}

@media screen and (max-width: 1600px) {
	.logo,
	.nav {
    padding: 30px 50px;
	}
	.nav li a {
    margin: 10px 20px;
	}
	.leads .lead .details {
    width: 55%;
	}
	.leads .lead .action {
	  width: 15%;
	}
	.careers .positions &gt; li {
		padding: 0 2%;
	}
	#footer .left {
    /*padding-left: 50px;*/
	}
	#footer .right {
    padding-right: 50px;
	}
	
	.portfolio {
    margin: 5rem 0 10rem 0;
	}
	.feature {
    padding: 0rem 0 0rem 0;
	}
}

@media screen and (max-width: 1500px) {
	.services .info {
    width: 485px;
	}
	.services .list {
    padding: 50px 3% 30px 3%;
		width: 50%;
	}
	.services h3,
	.services .info a {
		font-size: 2.2rem;
	}
	.services p,
	.services .list p {
		font-size: 1.2rem;
	}
	.services h2,
	.portfolio h2,
	.feature h2,
	.careers h2 {
    font-size: 15rem;
	}
	.portfolio .info h3 {
    font-size: 5rem;
	}
	.portfolio .info p {
    font-size: 1.7rem;
	}
	.portfolio .control {
    width: 11%;
		left: -6%;
	}
	.portfolio .info {
    left: 14%;
	}
}

@media screen and (max-width: 1450px) {
	.leads .lead .info {
    width: 32%;
	}
	.leads .lead .details {
    width: 53%;
	}
}

@media screen and (max-width: 1400px) {
	.services .list {
    right: 4%;
	}
	.portfolio {
    height: 600px;
	}
	.portfolio .control {
    height: 425px;
		top: 125px;
	}
	.no-parallax .portfolio .control {
		top: 87px;
	}
	.portfolio .info {
    height: 350px;
    top: 175px;
	}
	.no-parallax .portfolio .info {
    top: 125px;
	}
	.careers .positions {
    width: 90%;
    left: 5%;
	}
	.careers h4 {
    font-size: 1.7rem;
	}
	#footer .copy,
	#footer .social {
    display: block;
	}
	#footer .social {
		padding-left: 0;
	}
	#footer .right li {
		display: block;
	}
	.services .list {
    top: 7rem;
	}
	.services .list .service {
    padding: 0 0 20px 30px;
	}
}

@media screen and (max-width: 1300px) {
	.logo svg {
    width: 150px;
	}
	.nav {
    padding: 25px 50px;
	}
	.nav li a {
    font-size: 1rem;
	}

	.banner-text h1,
	.banner-text a {
		font-size: 2.2rem;
	}
	.banner-text p {
    font-size: 1.15rem;
	}
	.services h3,
	.services .info a {
		font-size: 2rem;
	}
	.services .info {
    width: 440px;
		left: 5%;
	}
	.services .list h4 {
    font-size: 1.5rem;
	}
	.portfolio .control {
    width: 12%;
    left: -7%;
	}
	.portfolio .info {
    left: 13%;
	}
	.feature &gt; div {
    padding: 0 4% 0 5%;
	}
	.services .list {
		top: 6rem;
	}
	.services .list h4 {
    font-size: 1.5rem;
	}
}

@media screen and (max-width: 1230px) {

}

@media screen and (max-width: 1200px) {
	.banner-text {
		top: 70%;
	}
	.services .list {
    padding: 50px 2% 20px 3%;
	}
	.services .list .service {
    padding: 0 0 20px 20px;
	}
	.services .list p {
    font-size: 1.1rem;
	}
	.services .list {
    top: 7rem;
	}
	.services h2,
	.portfolio h2,
	.feature h2,
	.careers h2 {
		font-size: 12rem;
	}
	.portfolio {
		height: 500px;
	}
	.portfolio .control {
		height: 350px;
		top: 110px;
	}
	.no-parallax .portfolio .control {
    top: 75px;
	}
	.portfolio .info {
		height: 300px;
		top: 150px;
	}
	.no-parallax .portfolio .info {
    top: 100px;
	}
	.portfolio .info h3 {
    font-size: 4rem;
	}
	.intro h3 {
    font-size: 2rem;
    line-height: 1;
	}
	.intro p,
	.intro a {
    font-size: 1.2rem;
	}
	.intro {
		width: 38%;
		padding-right: 3%;
	}
	.leads {
		width: 60%;
	}
	.careers {
    height: 650px;
	}
	.careers h3 {
		font-size: 2.5rem;
	}
	.careers .info {
		width: 295px;
	}
	.portfolio .info h3 {
    font-size: 3rem;
	}
	.portfolio .info p {
    font-size: 1.5rem;
	}
}

@media screen and (max-width: 1150px) {
	.leads .mask.top {
    top: 0;
	}
	.leads .mask.bottom {
    bottom: 0;
	}
	.leads .lead:nth-child(1) {
		box-shadow: 0 25px 25px 0 rgba(0,0,0,0.5);
	}
	.leads .lead:nth-child(5) {
		box-shadow: 0 -16px 25px 0 rgba(0,0,0,0.5);
	}
	.services .list {
    padding: 40px 2% 10px 2%;
    right: 3%;
	}
}

@media screen and (max-width: 1100px) {
	#footer &gt; div {
    padding: 75px 0 25px 0;
	}
	.services .list .service {
    padding: 0 20px 20px 20px;
	}
	.services .list {
		padding: 40px 1% 10px 1%;
    width: auto;
		left: 520px;
		top: 8rem;
	}
	.services .list p {
		position: relative;
    max-height: 5rem;
    overflow: hidden;
    text-align: justify;
		margin-right: -1em;
  padding-right: 1em;
	}
	.services .list p:before {
	  content: '...';
	  position: absolute;
	  right: 0;
	  bottom: 0;
	}
	/*.services .list p:after {*/
	/*  content: '';*/
	/*  position: absolute;*/
	/*  right: 0;*/
	/*  width: 1em;*/
	/*  height: 1em;*/
	/*  margin-top: 0.2em;*/
	/*  background: #2d2d2d;*/
	/*}*/
	.careers h4 {
    font-size: 1.5rem;
		padding: 10px 0 0 10px;
	}
	.careers .position {
    padding: 15px;
	}
	.careers .position a {
    font-size: 1.7rem;
	}
	.careers {
		height: 625px;
	}
	.portfolio .control {
    width: 15%;
    left: -10%;
	}
}

@media screen and (max-width: 1000px) {
	.logo {
    padding: 30px 30px;
	}
	.nav {
    padding: 25px 10px;
	}
	.nav li a {
    margin: 18px;
	}
	.intro div {
    padding: 30px 10%;
	}
	.leads .lead strong {
		font-size: 0.9rem;
	}
	.feature &gt; div {
    padding: 0 2% 0 3%;
	}
	.leads .lead span {
		font-size: 0.8rem;
	}
	.leads {
    height: 354px;
	}
	.leads .lead {
    height: 58px;
    padding: 10px 15px 10px 75px;
	}
	.leads .lead:nth-child(2) {
    top: 73px;
	}
	.leads .lead:nth-child(3) {
    top: 146px;
	}
	.leads .lead:nth-child(4) {
    top: 219px;
	}
	.leads .lead:nth-child(5) {
    top: 292px;
	}
	.leads .lead::before {
    top: 24px;
	}
	.services .info {
    width: 375px;
	}
	.services h3, .services .info a {
    font-size: 1.7rem;
	}
	.services p {
    font-size: 1.15rem;
	}
	.services .list {
    left: 460px;
	}
	.services .list p {
    max-height: 6.68rem;
	}
	.careers .positions &gt; li {
    padding: 0 1%;
	}
	.portfolio .info span {
		font-size: 0.9rem;
	}
	.portfolio .info h3 {
    font-size: 2.5rem;
	}
	.portfolio .info p {
    font-size: 1.3rem;
	}
	.services h2,
	.portfolio h2,
	.feature h2,
	.careers h2 {
    font-size: 10rem;
	}
}

@media screen and (max-width: 900px) {
	.services .info {
    width: 250px;
	}
	.services h3 {
    font-size: 2rem;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    line-height: 1.2;
	}
	.services .list {
    left: 340px;
	}
	.services .list {
    top: 0rem;
	}
	.leads .lead .info {
    width: 135px;
	}
	.leads .lead .details {
    width: 50%;
	}
	.leads .lead .action {
    width: 15%;
    float: right;
	}
	.leads .lead svg {
    top: 8px;
	}
	.careers h4 {
    font-size: 1.4rem;
	}
	.careers .positions {
    width: 94%;
    left: 3%;
	}
	.careers .position {
    padding: 10px;
	}
	.careers .position ul li {
    font-size: 0.9rem;
	}
	.careers .position a {
    font-size: 1.5rem;
	}
}

@media screen and (max-width: 850px) {
	.leads .lead .details {
		width: 45%;
	}
}

@media screen and (max-width: 800px) {
	.leads {
	  width: 50%;
	}
	.leads .lead {
    padding: 10px 15px 10px 50px;
	}
	.leads .lead .details {
    width: 40%;
	}
	.leads .lead .action {
    width: 20%;
	}
	.leads .lead::before {
    left: 18px;
	}
	.logo {
        
    }
}

@media screen and (max-width: 760px) {
    #masthead {
        overflow: hidden;
        text-align: center;
    }
    #myLinks{
        display:none;
    }
    .mobile-icon{
        display:block;
        position:absolute;
        color:#fff;
        left:20px;
        top: 25px;
        font-size:22px;
    }
    .page-content {
        margin: 50px 0;
    }
    .logo{
        display:block;
        position:relative;
        margin:0 auto;
        padding:0px;
        margin-top:20px;
        float:none;
        text-align:center;
    }
    .nav {
        position: relative;
        padding:0px;
        width:100%;
        margin:0 auto;
    }
    .nav ul {
        margin-top: 20px;
        overflow: hidden;
        display:block;
        padding: 0;
    }
    .nav li{
        float:none;
    }
    .services h3{
        text-align:left;
        text-align-last: left;
    }
	.services h2,
	.portfolio h2,
	.feature h2,
	.careers h2 {
        font-size: 8rem;
	}
	.services h2 {
        top: 0;
	}
	.services {
        padding: 0px;
	}
	.services .info,.services .list {
	    display:block;
	    left:0px;
	    top:25px;
        width: 100%;
    	margin-bottom: 30px;
    	position:relative;
	}
	.services .info,.services .list p{
	    margin:0px;
	    max-height:100%;
	}
	.portfolio {
        margin: 5rem 0;
	}
	.portfolio .info {
        width: 100%;
	}
	.portfolio .control {
        width: 18%;
        left: -12%;
	}
	.portfolio .control .details:before {
    right: 13px;
    bottom: 25px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #1d1d1d;
	}
	.portfolio .control .details:after {
    right: 15px;
    bottom: 25px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fec303;
	}
	.portfolio .item.active .control .details:before,
	.portfolio .item.left .control .details:before {
    border-left: 15px solid #fec303;
	}
	.portfolio .item.active .control .details:after,
	.portfolio .item.left .control .details:after {
    border-left: 15px solid #1d1d1d;
	}
	.portfolio .control .details {
    padding: 20px 10%;
	}
	.portfolio .control span {
    font-size: 1rem;
	}
	.portfolio .info h3 {
    font-size: 2rem;
	}
	.portfolio .info p {
    font-size: 1.1rem;
	}
	.portfolio .info span {
    font-size: 0.7rem;
	}
	.intro,
	.leads {
    display: block;
	}
	.intro div {
    position: relative;
		top: 4.5rem;
	}
	.leads {
    padding-left: 0;
		width: 500px;
		margin: 0 auto;
	}
	.leads .lead .details {
    width: 205px;
	}
	.intro {
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
	}
	.careers {
    height: auto;
		padding-top: 75px;
		margin: 0 0 10rem 0;
	}
	.careers .positions {
    display: block;
		width: 90%;
		left: 0;
		top: 0;
		margin: 0 auto;
		padding-bottom: 25px;
	}
	.careers .positions &gt; li {
    display: block;
    width: 80%;
		margin: 0 auto 25px auto;
	}
	.no-parallax .careers .positions &gt; li:first-child {
    top: 0;
	}
	.no-parallax .careers .positions &gt; li:last-child {
    top: 0;
	}
	.careers .position {
    padding: 20px 6%;
	}
	.careers h3 {
    font-size: 2rem;
	}
	.careers .info {
		top: 0;
    width: 240px;
		margin-bottom: 35px;
	}
	.end {
		padding: 25px 0 50px 0;
		bottom: 75px;
	}
	.end a {
    font-size: 1.5rem;
	}
	#footer {
		padding-bottom: 30px;
	}
	#footer &gt; div {
    display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 20px;
		width: 100% !important;
		text-align: center !important;
	}
	#footer .left {
    top: 40px;
	}
	#footer .center {
    bottom: 120px;
	}
}

@media screen and (max-width: 600px) {
	.portfolio .control {
    width: 20%;
	}
	.portfolio .info p,
	.portfolio .info h3 {
    width: 70%;
	}
	.services h2,
	.portfolio h2,
	.feature h2,
	.careers h2 {
    font-size: 7rem;
	}
	.leads {
    width: 95%;
	}
	.careers h2 {
    color: #1d1d1d;
	}
}

@media screen and (max-width: 550px) {
    .nav li a{
        font-size:12px;
    }
	.leads .lead .details {
        width: 40%;
	}
}

@media screen and (max-width: 500px) {
	.services h2,
	.portfolio h2,
	.feature h2,
	.careers h2 {
    font-size: 6rem;
	}
	.services h2,
	.portfolio h2 {
    top: 1rem;
	}
	.feature h2 {
    top: 3.5rem;
	}
	.careers h2 {
    top: 0;
	}
	.services .info {
    width: 90%;
	}
	.services .list .service {
    display: block;
    width: 100%;
	}
}

@media screen and (max-width: 490px) {
	.services h3 {
    font-size: 1.8rem;
	}
}

@media screen and (max-width: 480px) {
	.banner-text {
		position: relative;
		transform: none;
		margin: 0 auto;
		
	}
	.banner-text:before {
    top: -25px;
	}
	.banner-text .bar {
		display: block;
	}
	/*.banner-text h1:before {*/
 /*   content: "";*/
 /*   position: absolute;*/
 /*   top: -25px;*/
 /*   height: 10px;*/
 /*   left: 0;*/
 /*   right: 0;*/
 /*   background: #fec303;*/
 /*   box-shadow: 0 0px 25px 0 rgba(0,0,0,0.5);*/
	/*}*/
}

@media screen and (max-width: 460px) {
	.banner-text:before {
    display: none;
	}
	.banner-text h1 {
		position: relative;
		display: block;
		font-size: 1.5rem;
		margin: 0;
	}
}

@media screen and (max-width: 450px) {
	.leads .lead .details {
    width: 35%;
	}
}

@media screen and (max-width: 440px) {
	.services h3 {
    font-size: 1.6rem;
	}
}

@media screen and (max-width: 420px) {
	.banner-text h1 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 400px) {
	.portfolio h2 {
    font-size: 5rem;
	}
	.careers .positions &gt; li {
    width: 90%;
	}
	.portfolio .info p,
	.portfolio .info h3 {
    width: 100%;
	}

	.portfolio .control {
    width: 24%;
    left: -15%;
	}
	.portfolio .control span {
    font-size: 0.8rem;
	}
	.portfolio .control .details:before {
    right: 13px;
    bottom: 25px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1d1d1d;
	}
	.portfolio .control .details:after {
    right: 15px;
    bottom: 25px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fec303;
	}
	.portfolio .item.active .control .details:before,
	.portfolio .item.left .control .details:before {
    border-left: 10px solid #fec303;
	}
	.portfolio .item.active .control .details:after,
	.portfolio .item.left .control .details:after {
    border-left: 10px solid #1d1d1d;
	}
}

@media screen and (max-width: 410px) {
	.leads {
    width: 85%;
	}
	.leads .lead .details {
    display: none;
	}
	.leads .lead .action {
    width: 60px;
	}
}

@media screen and (max-width: 390px) {
	.services h3 {
    font-size: 1.5rem;
	}
}

@media screen and (max-width: 380px) {
	.banner-text h1 {
		font-size: 20px;
    font-weight: 600;
}
}

@media screen and (max-width: 370px) {
	.services h3 {
    font-size: 1.4rem;
	}
}

@media screen and (max-width: 345px) {
	.services h3 {
    font-size: 1.3rem;
	}
}

@media screen and (max-width: 340px) {
	.banner-text h1 {
		font-size: 1.5rem;
	}
	.services h2 {
    font-size: 5rem;
		top: 2rem;
	}
	.leads .lead {
    padding: 10px 15px 10px 40px;
	}
	.leads .lead:before {
    left: 13px;
	}
}
@media(min-width:761px){
    .services{
        padding-top:50px;       
    }
    .services .list{
        top: 5rem;
    }
}
</pre></body></html>