/* ---------------------------------------------------------
  1. Typography
  2. Сommon site styles
  3. header site styles
  4. footer site styles
---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

span {
	font-family: "CriteriaCF", "Arial", "Helvetica", sans-serif;
}

#nav ul,
.contact-list,
.items-holder,
.reporting-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #919ba3;
	background: #fff;
	font: 300 18px/1.35 "SFProText", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
svg {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

/* ---------------------------------------------------------
  1. Typography
---------------------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 500;
	margin: 0 0 .6em;
	color: inherit;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 27px;
	font-family: "CriteriaCF", "Arial", "Helvetica", sans-serif;
	letter-spacing: .1em;
	margin: 0 0 1.3em;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 23px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	color: #a5cce3;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

mark {
	background: transparent;
	color: #a5cce3;
}

.lead {
	font-size: 20px;
	line-height: 1.28;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #c9cdd1;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c9cdd1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #c9cdd1;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c9cdd1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c9cdd1;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #c9cdd1;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "CriteriaCF";
	src: url("../fonts/CriteriaCF-DemiBold.woff2") format("woff2"), url("../fonts/CriteriaCF-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "CriteriaCF";
	src: url("../fonts/CriteriaCF-Regular.woff2") format("woff2"), url("../fonts/CriteriaCF-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "SFProText";
	src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "SFProText";
	src: url("../fonts/SFProText-Light.woff2") format("woff2"), url("../fonts/SFProText-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "SFProText";
	src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SFProText";
	src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "SFProText";
	src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* ---------------------------------------------------------
  3. header site styles
---------------------------------------------------------*/

[id="header"] {
	-webkit-transition: height .3s ease-in-out, background-color .3s ease-in-out;
	transition: height .3s ease-in-out, background-color .3s ease-in-out;
	padding: 15px 0;
	font-family: "CriteriaCF", "Arial", "Helvetica", sans-serif;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

[id="header"].fixed-position {
	background-color: #000;
}

[id="header"]:before {
	content: "";
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #919ba3;
	z-index: 10;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, 0, .97);
	transition-timing-function: cubic-bezier(.22, .61, 0, .97);
}

[id="header"] .header-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1710px;
}

.nav-active {
	overflow: hidden;
}

.nav-active.transparent-header #header .logo {
	opacity: 1;
	visibility: visible;
}

.nav-active [id="header"]:before {
	left: 0;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.nav-active .nav-drop {
	visibility: visible;
	-webkit-transition-delay: .01s;
	transition-delay: .01s;
	z-index: 150;
	pointer-events: auto;
}

.nav-active .nav-drop a,
.nav-active .nav-drop .header-decor span {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-active .nav-drop .logo {
	opacity: 1;
}

.nav-active .nav-opener {
	height: 81px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	top: 50%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
	bottom: auto;
}

.nav-active [id="main"],
.nav-active [id="footer"] {
	z-index: 1;
}

.transparent-header [id="header"].fixed-position .logo {
	opacity: 1;
	visibility: visible;
}

.transparent-header [id="wrapper"] {
	padding-top: 0;
}

.transparent-header [id="header"] .logo {
	opacity: 0;
	visibility: hidden;
}

.transparent-header [id="header"] .nav-drop .logo {
	opacity: 1;
	visibility: visible;
}

/* page logo styles */

.logo {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 200px;
	position: relative;
	z-index: 200;
}

.nav-opener {
	width: 35px;
	height: 16px;
	position: relative;
	display: block;
	z-index: 200;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #c9cdd1;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
}

.nav-opener span {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 9px;
}

.nav-opener:before {
	content: "";
	top: 0;
}

.nav-opener:after {
	content: "";
	top: auto;
	bottom: 0;
}

.nav-drop {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
	top: 50px;
	visibility: hidden;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-duration: .01s;
	transition-duration: .01s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0;
	overflow: hidden;
	pointer-events: none;
}

.nav-drop .logo {
	display: none;
	overflow: hidden;
}

.nav-drop a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition-property: -webkit-transform opacity;
	transition-property: -webkit-transform opacity;
	transition-property: transform opacity;
	transition-property: transform opacity, -webkit-transform opacity;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
}

.nav-drop-holder {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 17px);
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -17px;
	padding-right: 17px;
}

.nav-drop-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: self-start;
	-ms-flex-align: self-start;
	align-items: self-start;
	max-width: 1710px;
	padding: 0 15px;
}

/* main navigation of the page styles */

#nav {
	font-size: 26px;
	color: #fff;
}

#nav ul {
	text-transform: uppercase;
}

#nav ul li {
	overflow: hidden;
}

#nav ul li + li {
	margin-top: 26px;
}

#nav ul a {
	color: inherit;
	text-decoration: none;
	letter-spacing: .08em;
}

#nav ul a.anchor-active {
	color: #c9cdd1;
}

#nav ul a:hover {
	color: #c9cdd1;
}

.header-decor {
	position: absolute;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	left: 28%;
	top: 13px;
}

.header-decor > span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition-property: -webkit-transform opacity;
	transition-property: -webkit-transform opacity;
	transition-property: transform opacity;
	transition-property: transform opacity, -webkit-transform opacity;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	height: 30.4vh;
	min-height: 500px;
}

.header-decor > span:after,
.header-decor > span:before {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}

.header-decor > span:after {
	height: calc(100% - 15px);
	width: 3px;
	top: 0;
}

.header-decor > span:before {
	top: 0;
	height: 2px;
	width: 7px;
}

.header-decor > span span {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 4px solid #fff;
}

/* ---------------------------------------------------------
  2. Сommon site styles
---------------------------------------------------------*/

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

[class^="container"],
[class*=" container"] {
	width: 100%;
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bg-parallax {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -2;
}

.bg-parallax img {
	height: auto;
	position: absolute;
	width: auto;
}

.is-touch-device {
	background-size: cover;
}

section:not(.intro-section) {
	position: relative;
	z-index: 1;
}

.bg-white {
	background: #fff;
	color: #919ba3;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6 {
	color: #000;
}

.bg-primary {
	background: #a5cce3;
	color: #fff;
}

.bg-gray {
	background: #919ba3;
	color: #fff;
}

.color-primary {
	color: #a5cce3;
}

.color-gray {
	color: #919ba3;
}

.bg-gradient {
	position: relative;
	color: #fff;
}

.bg-gradient:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	content: "";
	background-image: -webkit-linear-gradient(215deg, rgba(0, 0, 0, 0) 0%, black 100%);
	background-image: linear-gradient(-125deg, rgba(0, 0, 0, 0) 0%, black 100%);
	z-index: -1;
}

/* decor-vertical styles */

[class^="decor-vertical"],
[class*=" decor-vertical"] {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	height: 200px;
	width: 13px;
	z-index: 1;
}

[class^="decor-vertical"]:after,
[class^="decor-vertical"]:before,
[class*=" decor-vertical"]:after,
[class*=" decor-vertical"]:before {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: currentColor;
}

[class^="decor-vertical"]:after,
[class*=" decor-vertical"]:after {
	height: calc(100% - 12px);
	width: 1.5px;
	top: 0;
	-webkit-transform: translateX(-50%) scaleY(0);
	-ms-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

[class^="decor-vertical"]:before,
[class*=" decor-vertical"]:before {
	top: 0;
	height: 1px;
	width: 7px;
	opacity: 0;
	visibility: hidden;
}

[class^="decor-vertical"] span,
[class*=" decor-vertical"] span {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid currentColor;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

[class^="decor-vertical"].in-viewport:before,
.in-viewport [class^="decor-vertical"]:before,
[class*=" decor-vertical"].in-viewport:before,
.in-viewport
  [class*=" decor-vertical"]:before {
	opacity: 1;
	visibility: visible;
}

[class^="decor-vertical"].in-viewport:after,
.in-viewport [class^="decor-vertical"]:after,
[class*=" decor-vertical"].in-viewport:after,
.in-viewport
  [class*=" decor-vertical"]:after {
	-webkit-animation-name: growInVertical;
	animation-name: growInVertical;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

[class^="decor-vertical"].in-viewport span,
.in-viewport [class^="decor-vertical"] span,
[class*=" decor-vertical"].in-viewport span,
.in-viewport
  [class*=" decor-vertical"] span {
	-webkit-animation-name: growVertical;
	animation-name: growVertical;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.decor-vertical-secondary {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.decor-vertical-secondary:after {
	top: 12px;
}

.decor-vertical-secondary:before {
	top: auto;
	bottom: 0;
	left: -50px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.decor-vertical-secondary span {
	position: relative;
}

.decor-vertical-secondary span:after {
	position: absolute;
	content: "";
	width: 53px;
	height: 2px;
	background: currentColor;
	bottom: calc(-200px + 13px);
	left: 50%;
	-webkit-transform: translate(-100%, 100%);
	-ms-transform: translate(-100%, 100%);
	transform: translate(-100%, 100%);
	opacity: 0;
	visibility: hidden;
}

.decor-vertical-secondary.in-viewport:before,
.in-viewport .decor-vertical-secondary:before {
	opacity: 1;
	visibility: visible;
}

.decor-vertical-secondary.in-viewport:after,
.in-viewport .decor-vertical-secondary:after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.decor-vertical-secondary.in-viewport:before,
.in-viewport .decor-vertical-secondary:before {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.decor-vertical-secondary.in-viewport span,
.in-viewport .decor-vertical-secondary span {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.decor-vertical-secondary.in-viewport span:after,
.in-viewport .decor-vertical-secondary span:after {
	-webkit-animation-name: growLeft;
	animation-name: growLeft;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

/* decor-horizontal styles */

[class^="decor-horizontal"],
[class*=" decor-horizontal"] {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	height: 13px;
	z-index: 1;
	width: 200px;
}

[class^="decor-horizontal"]:after,
[class^="decor-horizontal"]:before,
[class*=" decor-horizontal"]:after,
[class*=" decor-horizontal"]:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: currentColor;
}

[class^="decor-horizontal"]:after,
[class*=" decor-horizontal"]:after {
	width: calc(100% - 12px);
	height: 2px;
	-webkit-transform: translateY(-50%) scaleX(0);
	-ms-transform: translateY(-50%) scaleX(0);
	transform: translateY(-50%) scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

[class^="decor-horizontal"]:before,
[class*=" decor-horizontal"]:before {
	width: 1px;
	height: 7px;
	opacity: 0;
	visibility: hidden;
}

[class^="decor-horizontal"] span,
[class*=" decor-horizontal"] span {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid currentColor;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

[class^="decor-horizontal"].in-viewport:before,
.in-viewport [class^="decor-horizontal"]:before,
[class*=" decor-horizontal"].in-viewport:before,
.in-viewport
  [class*=" decor-horizontal"]:before {
	opacity: 1;
	visibility: visible;
}

[class^="decor-horizontal"].in-viewport:after,
.in-viewport [class^="decor-horizontal"]:after,
[class*=" decor-horizontal"].in-viewport:after,
.in-viewport
  [class*=" decor-horizontal"]:after {
	-webkit-animation-name: growInHorizontal;
	animation-name: growInHorizontal;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

[class^="decor-horizontal"].in-viewport span,
.in-viewport [class^="decor-horizontal"] span,
[class*=" decor-horizontal"].in-viewport span,
.in-viewport
  [class*=" decor-horizontal"] span {
	-webkit-animation-name: growHorizontal;
	animation-name: growHorizontal;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.decor-horizontal-secondary {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.decor-horizontal-secondary:after {
	left: auto;
	right: 0;
}

.decor-horizontal-secondary:before {
	height: 1px;
	width: 7px;
	opacity: 0;
	visibility: hidden;
	left: auto;
	right: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	top: -134px;
}

.decor-horizontal-secondary span {
	position: relative;
}

.decor-horizontal-secondary span:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 140px;
	background: currentColor;
	bottom: 5px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	left: 199px;
}

.decor-horizontal-secondary.in-viewport:before,
.in-viewport .decor-horizontal-secondary:before {
	opacity: 1;
	visibility: visible;
}

.decor-horizontal-secondary.in-viewport:after,
.in-viewport .decor-horizontal-secondary:after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.decor-horizontal-secondary.in-viewport:before,
.in-viewport .decor-horizontal-secondary:before {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.decor-horizontal-secondary.in-viewport span,
.in-viewport .decor-horizontal-secondary span {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.decor-horizontal-secondary.in-viewport span:after,
.in-viewport .decor-horizontal-secondary span:after {
	-webkit-animation-name: growBottom;
	animation-name: growBottom;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.image-full img {
	width: 100%;
}

.two-columns {
	margin: 0 -33px -30px;
}

.two-columns .col {
	margin: 0 33px 30px;
}

.heading-holder {
	max-width: 360px;
}

/* ---------------------------------------------------------
  4. footer site styles
---------------------------------------------------------*/

#footer {
	font-weight: 300;
	text-align: center;
	color: #919ba3;
	padding: 40px 0;
	position: relative;
}

#footer a {
	text-decoration: none;
}

.footer-logo {
	text-align: center;
	padding: 0 0 2em;
}

.contact-list {
	padding: 0 0 1em;
}

.contact-list li:not(:last-child) {
	margin: 0 0 .3em;
}

.contact-list a {
	color: #919ba3;
}

.contact-list a:hover {
	color: #a5cce3;
}

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

.copyright a {
	color: #919ba3;
}

.copyright a:hover {
	color: #a5cce3;
}

/* buttons styles */

.link-circle {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: top;
	width: 84px;
	height: 84px;
	font-size: 35px;
	border-radius: 50%;
	padding: 5px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: rgba(145, 155, 163, .7);
	text-decoration: none;
}

.link-circle:before,
.link-circle:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: inherit;
}

.link-circle:before {
	border: 2px solid #c9cdd1;
}

.link-circle:after {
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c9cdd1;
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.link-circle:hover:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.btn {
	display: inline-block;
	min-width: 15.5em;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .075em;
	text-align: center;
	text-decoration: none;
	border-radius: 3em;
	background-image: -webkit-linear-gradient(39deg, #92c1dd 0%, #b8d7e9 50%, #b9d7e9 50%, #91c1dd 100%);
	background-image: linear-gradient(51deg, #92c1dd 0%, #b8d7e9 50%, #b9d7e9 50%, #91c1dd 100%);
	background-size: 210% 100%;
	background-position: 0 0;
	padding: 1.25em 1em;
}

.btn:hover {
	background-position: -91% 0;
}

/* cards styles */

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 0;
	font-size: 16px;
}

.card.bg-mobile-gray {
	color: #fff;
}

.card p:last-child {
	margin: 0;
}

.card h3 {
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: 700;
	font-size: inherit;
}

.card-inner {
	min-height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px 30px 50px;
	min-height: 300px;
}

.card-inner img {
	width: 50%;
	height: auto;
	padding: 0 0 20px;
}

.cards-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.cards-holder .card {
	width: 100%;
}

.card-icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	top: 95px;
	font-size: 50px;
}



/* inro-section styles */

.intro-section {
	position: relative;
	color: #919ba3;
}

.intro-section:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -3;
	content: "";
	background: rgba(0, 0, 0, .9);
}

.intro-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.intro-section h1 {
	color: inherit;
	letter-spacing: .15em;
	line-height: 1.2;
}

.intro-section .text-holder {
	max-width: 800px;
}

.intro-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	padding: 150px 0;
	z-index: 10;
}

.intro-inner [class^="decor-vertical"],
.intro-inner [class*=" decor-vertical"] {
	left: 35px;
	bottom: -100px;
	z-index: -1;
}

/* info-section styles */

.info-section {
	position: relative;
	padding: 120px 0 100px;
	color: #fff;
}

.info-section:after,
.info-section:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	z-index: -1;
}

.info-section:after {
	width: 100%;
	left: 0;
	background: rgba(165, 204, 227, .86);
}

.info-section:before {
	width: 100%;
	left: 67%;
	background: rgba(145, 155, 163, .86);
}

.info-section [class^="decor-vertical"],
.info-section [class*=" decor-vertical"] {
	left: 37%;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	bottom: 100px;
	color: #000;
}

.info-section [class^="decor-horizontal"],
.info-section [class*=" decor-horizontal"] {
	position: relative;
	margin: 15px 0 30px -18vw;
	width: 95vw;
}

.info-section h2 {
	letter-spacing: -.02em;
}

.info-section .text-holder {
	max-width: 500px;
	line-height: 1.4;
	font-weight: 500;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 16px;
}

.info-section .image-holder {
	margin: 0 0 30px 0;
	text-align: center;
}

.info-section .link-circle:after {
	background: #fff;
}

.info-section .link-circle:before {
	border-color: #fff;
}

.info-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 40px;
}

.info-text {
	position: relative;
}

.info-text:after {
	position: absolute;
	content: "";
	right: 0;
	left: -9999px;
}

.info-image {
	position: relative;
}

.info-image:after {
	position: absolute;
	content: "";
}

/* social-section styles */

.social-section {
	padding: 120px 0 50px;
}

.social-section + .image-full {
	margin: calc(-11vw + -50px) 0 0;
}

.social-section .container {
	max-width: 1570px;
}

.social-holder {
	margin: 0 auto 50px;
	max-width: 1310px;
}

.social-holder .heading-holder {
	color: #000;
}

/* items-holder styles */

.items-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
}

.items-holder .item {
	margin: 0 20px 50px;
}

ul.items-holder li.item:nth-child(1) {
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

ul.items-holder li.item:nth-child(2) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

ul.items-holder li.item:nth-child(3) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

ul.items-holder li.item:nth-child(4) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

ul.items-holder li.item:nth-child(5) {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

ul.items-holder li.item:nth-child(6) {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

ul.items-holder li.item:nth-child(7) {
	-webkit-animation-delay: 2.45s;
	animation-delay: 2.45s;
}

ul.items-holder li.item:nth-child(8) {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

ul.items-holder li.item:nth-child(9) {
	-webkit-animation-delay: 3.15s;
	animation-delay: 3.15s;
}

ul.items-holder li.item:nth-child(10) {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

ul.items-holder li.item:nth-child(11) {
	-webkit-animation-delay: 3.85s;
	animation-delay: 3.85s;
}

ul.items-holder li.item:nth-child(12) {
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
}

ul.items-holder li.item:nth-child(13) {
	-webkit-animation-delay: 4.55s;
	animation-delay: 4.55s;
}

ul.items-holder li.item:nth-child(14) {
	-webkit-animation-delay: 4.9s;
	animation-delay: 4.9s;
}

ul.items-holder li.item:nth-child(15) {
	-webkit-animation-delay: 5.25s;
	animation-delay: 5.25s;
}

ul.items-holder li.item:nth-child(16) {
	-webkit-animation-delay: 5.6s;
	animation-delay: 5.6s;
}

ul.items-holder li.item:nth-child(17) {
	-webkit-animation-delay: 5.95s;
	animation-delay: 5.95s;
}

ul.items-holder li.item:nth-child(18) {
	-webkit-animation-delay: 6.3s;
	animation-delay: 6.3s;
}

ul.items-holder li.item:nth-child(19) {
	-webkit-animation-delay: 6.65s;
	animation-delay: 6.65s;
}

ul.items-holder li.item:nth-child(20) {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	text-align: center;
	z-index: 1;
	padding: 40px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.in-viewport .item {
	-webkit-animation-name: growScale;
	animation-name: growScale;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.item:after {
	position: absolute;
	content: "";
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	z-index: -1;
	border-radius: inherit;
	background: #fff;
}

.item-inner {
	width: 100%;
}

.item-title {
	display: block;
	margin: 0 0 20px;
	font: 400 49px/1 "CriteriaCF", "Arial", "Helvetica", sans-serif;
	color: #a5cce3;
}

/* reach-section styles */

.reach-section .reach-holder {
	position: relative;
	color: #fff;
	padding: 120px 0 95px;
}

.OurClients {
	position: relative;
	color: #fff;
	padding: 60px 0;
}

.reach-section .reach-holder:after,
.reach-section .reach-holder:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	content: "";
}

.reach-section .reach-holder:after {
	background: rgba(0, 0, 0, .65);
}

.reach-section .reach-holder:before {
	background: -webkit-linear-gradient(280deg, black 8%, rgba(0, 0, 0, .43) 23%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(170deg, black 8%, rgba(0, 0, 0, .43) 23%, rgba(0, 0, 0, 0) 100%);
}

.reach-section .lead {
	color: #919ba3;
}

.reach-columns {
	margin: 0 -33px;
	font-size: 20px;
}

.reach-columns .col {
	position: relative;
	padding: 0 33px 30px;
}

.reach-columns .text-holder {
	max-width: 180px;
	margin: 0 0 0 auto;
}

.reach-columns [class^="decor-horizontal"],
.reach-columns [class*=" decor-horizontal"],
.reach-columns [class^="decor-vertical"],
.reach-columns [class*=" decor-vertical"] {
	color: #a5cce3;
}

.reach-columns [class^="decor-vertical"],
.reach-columns [class*=" decor-vertical"] {
	bottom: 0;
	left: 60px;
	bottom: -45px;
}

.reach-columns [class^="decor-horizontal"],
.reach-columns [class*=" decor-horizontal"] {
	bottom: 0;
	right: 60px;
	width: 28vw;
}

.reach-columns [class^="decor-horizontal"] span:after,
.reach-columns [class*=" decor-horizontal"] span:after {
	left: calc(28vw - 1px);
}

/* contact section styles */

.contact-section {
	padding: 60px 0 0;
	position: relative;
}

.contact-section .entry-header {
	max-width: 900px;
	text-align: center;
	margin: 2.8em auto 0;
}

.contact-section .entry-header > *:last-child {
	margin-bottom: 0;
}

.contact-section .inner {
	position: relative;
}

.contact-section .inner-text {
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
}

.contact-section .inner-text a {
	margin: 1.9em 0 0;
}

.contact-section h1 {
	color: #000;
}

.contact-section .decor-vertical {
	display: none;
	position: absolute;
	top: calc( 100% + 2em);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #919ba3;
}

.contact-section .decor-vertical.reverse-mod {
	height: 190px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-section .decor-vertical.reverse-mod.in-viewport:before {
	opacity: 1;
	visibility: visible;
}

.contact-section .decor-vertical.reverse-mod:before {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: .95s;
	transition-delay: .95s;
}

.contact-section .decor-vertical.reverse-mod:after {
	top: 18px;
	height: calc(100% - 19px);
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.contact-section .decor-vertical.reverse-mod span {
	-webkit-animation-delay: .0s;
	animation-delay: .0s;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}

/* program section styles */

.reporting-section {
	padding: 40px 0 9px;
}

.reporting-section .container {
	position: relative;
}

.reporting-image {
	margin: 0 0 1em;
}

.reporting-image img {
	width: 100%;
}

.reporting-body {
	margin: 0 0 0 auto;
}

.reporting-body h5 {
	font-weight: 700;
	letter-spacing: .075em;
	color: #a5cce3;
	margin: 0 0 .7em;
}

.reporting-body p {
	margin: 0 0 1.1em;
}

.reporting-list {
	margin: 0 0 1.3em;
	font-weight: normal;
}

.reporting-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reporting-list li:not(:last-child) {
	margin-bottom: 4px;
}

.reporting-list .icon-wrap {
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
	color: rgba(255, 255, 255, .51);
	background: #a5cce3;
}

.reporting-list span {
	font-family: "SFProText", "Arial", "Helvetica", sans-serif;
	line-height: 1;
	width: calc(100% - 44px);
	background: #f2f4f5;
	padding: .65em 1.2em .6em;
}

.decor-vertical-secondary {
	color: #a5cce3;
}

.decor-vertical-secondary.angle-mod {
	height: 174px;
	width: 178px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	top: -80px;
	left: 30px;
}

.decor-vertical-secondary.angle-mod:before {
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.decor-vertical-secondary.angle-mod:after {
	height: calc(100% - 8px);
	top: 0;
	left: 0;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.decor-vertical-secondary.angle-mod span {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.decor-vertical-secondary.angle-mod span:after {
	display: none;
}

.decor-vertical-secondary.angle-mod .line {
	height: 2px;
	width: calc( 100% - 13px);
	border: none;
	border-radius: 0;
	position: absolute;
	bottom: 6px;
	left: 0;
	background: currentColor;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
	-webkit-transform: translate(0, 0) scaleX(0);
	-ms-transform: translate(0, 0) scaleX(0);
	transform: translate(0, 0) scaleX(0);
}

.in-viewport .decor-vertical-secondary.angle-mod .line {
	-webkit-animation-name: growRight;
	animation-name: growRight;
}

/* technical section styles */

.technical-section {
	line-height: 1.34;
	letter-spacing: -.006em;
	font-weight: 300;
	padding: 0 0 80px;
	position: relative;
}

.technical-section:before,
.technical-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.technical-section:before {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .1) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .1) 100%);
}

.technical-section:after {
	background: rgba(0, 0, 0, .3);
}

.technical-section .container {
	position: relative;
	z-index: 1;
}

.technical-section .decor-vertical {
	color: #a5cce3;
	position: absolute;
	height: 222px;
	top: -223px;
	left: calc( 50% - 6px);
	z-index: 2;
}

.technical-body {
	padding-right: 30px;
}

.technical-body.filled-mod {
	background: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.technical-body.filled-mod:before {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	top: -160px;
	left: -160px;
	background: inherit;
	z-index: -1;
}

.technical-body.transparent-mod {
	padding-top: 50px;
	padding-bottom: 50px;
}

.technical-body h5 {
	font-weight: 700;
	color: #a5cce3;
	letter-spacing: .085em;
	margin: 0 0 .65em;
}

.technical-body p {
	margin: 0 0 1.4em;
}

.technical-body p:last-child {
	margin-bottom: 0;
}

.technical-aside .aside-link {
	max-width: 320px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.technical-aside .aside-link:hover {
	color: #a5cce3;
}

.technical-aside .aside-link .icon-wrap {
	width: 39px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.technical-aside .aside-link .icon-wrap i {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	-webkit-transform: scale(1, 3) translateY(-.1em);
	-ms-transform: scale(1, 3) translateY(-.1em);
	transform: scale(1, 3) translateY(-.1em);
}

.technical-aside .aside-link span {
	font-family: "SFProText", "Arial", "Helvetica", sans-serif;
}

/* program section styles*/

.program-section {
	position: relative;
	padding: 60px 0 35px;
}

.program-section p {
	margin: 0 0 1.3em;
}

.program-section .heading-holder {
	color: #000;
}

.program-section .text-holder {
	max-width: 250px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.program-section [class^="decor-vertical"],
.program-section [class*=" decor-vertical"] {
	right: 7%;
	bottom: -85px;
}

.program-section [class^="decor-vertical"]:before,
.program-section [class*=" decor-vertical"]:before {
	left: -154px;
}

.program-section [class^="decor-vertical"] span:after,
.program-section [class*=" decor-vertical"] span:after {
	width: 156px;
}

.program-section [class^="decor-horizontal"],
.program-section [class*=" decor-horizontal"] {
	position: relative;
	color: #000;
	margin: 15px 0 30px;
	width: 77vw;
}

.program-section h2 {
	letter-spacing: -.02em;
	color: #a5cce3;
}

.program-section .icon-wrap {
	text-align: center;
	margin: 0 0 30px;
	font-size: 35px;
}

.modern-holder {
	padding: 0 0 30px;
}

.modern-image {
	position: relative;
	margin: 0 -15px 60px;
	min-height: 350px;
	padding: 30px 15px;
}

/* one column text styles */

.one-column-text {
	letter-spacing: -.005em;
	padding: 139px 0 289px;
}

.one-column-text .inner-text {
	max-width: 560px;
}

.one-column-text h2 {
	color: #a5cce3;
	letter-spacing: .085em;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.one-column-text p {
	margin: 0 0 1.35em;
}

.one-column-text p:last-child {
	margin: 0;
}

/* ---------------------------------------------------------
  5. Styles for responsive breakpoints
---------------------------------------------------------*/

@media (min-width: 480px) {
	.card-inner {
		padding: 70px 50px 50px;
	}

	.intro-section h1 {
		font-size: 55px;
	}

	.info-section [class^="decor-horizontal"],
	.info-section [class*=" decor-horizontal"] {
		margin: 20px 0 40px -18vw;
	}

	.reach-section .reach-holder {
		padding-bottom: 490px;
	}

	.reach-section .cards-holder {
		margin-top: -400px;
	}

	.program-section .text-holder {
		max-width: 280px;
	}

	.program-section [class^="decor-vertical"],
	.program-section [class*=" decor-vertical"] {
		right: 16%;
	}

	.program-section [class^="decor-horizontal"],
	.program-section [class*=" decor-horizontal"] {
		margin: 30px 0 40px;
	}

}

@media (min-width: 600px) {
	.card {
		font-size: 1.6vw;
	}

	.card-inner {
		min-height: auto;
		overflow: auto;
		height: 33.3vw;
		padding: 12vw 3vw 20px;
	}

	.cards-holder .card {
		width: 33.3%;
	}

	.card-icon {
		font-size: 4.6vw;
		top: 11vw;
	}
	
.logos {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18%;
	height: auto;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	padding: 2%;
}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 35px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	.lead {
		font-size: 24px;
	}

	[id="header"] {
		height: 140px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	[id="header"].fixed-position {
		height: 100px;
	}

	.logo {
		width: 300px;
		z-index: 1;
	}

	.nav-opener {
		width: 81px;
		height: 22px;
	}

	.nav-opener span {
		left: 18px;
	}

	.nav-drop {
		top: 0;
		padding: 30px 0;
	}

	.nav-drop .logo {
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		width: 81px;
		height: 80px;
	}

	.nav-drop-container {
		margin: 0 auto;
	}

	#nav {
		font-size: 36px;
		padding: 120px 100px 0 0;
		max-width: 65%;
	}

	.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.two-columns .col {
		width: 50%;
	}

	#footer {
		text-align: left;
	}

	.footer-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0 -15px;
	}

	.footer-columns .col {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 15px;
	}

	.footer-columns .col:nth-child(1) {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.footer-logo {
		padding: 0 0 1em;
	}

	.contact-list {
		padding: 0;
	}

	.contact-list li:not(:last-child) {
		margin: 0 0 .5em;
	}

	.copyright {
		text-align: right;
	}

	.card {
		font-size: 1.4vw;
	}

	.card-inner {
		padding-top: 13vw;
	}

	.intro-section h1 {
		font-size: 64px;
	}

	.info-section:after {
		width: 67%;
	}

	.info-section:before {
		width: 33%;
	}

	.info-section [class^="decor-vertical"],
	.info-section [class*=" decor-vertical"] {
		bottom: 140px;
	}

	.info-section .text-holder {
		font-size: 18px;
	}

	.info-section .image-holder {
		margin: 0 0 80px 0;
	}

	.info-heading {
		padding: 0 0 40px;
	}

	.social-holder {
		margin-bottom: 68px;
	}

	.reach-section .reach-holder {
		padding-bottom: 34vw;
	}

	.reach-section .cards-holder {
		margin-top: -34vw;
	}

	.reach-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.reach-columns .col {
		width: 50%;
		padding-bottom: 200px;
	}

	.reach-columns .col:nth-child(2) {
		text-align: right;
		margin-right: 20px;
	}

	.reach-columns .col:nth-child(2) .text-holder {
		padding-bottom: 90px;
	}

	.reach-columns .text-holder {
		padding-top: 40px;
	}

	.reach-columns [class^="decor-horizontal"],
	.reach-columns [class*=" decor-horizontal"] {
		bottom: 150px;
	}

	.decor-vertical-secondary.angle-mod {
		height: 354px;
		width: 198px;
		left: 178px;
	}

	.program-section {
		padding: 135px 0 100px;
	}

	.program-section:after {
		position: absolute;
		content: "";
		left: 33.3%;
		width: 66.7%;
		top: 0;
		bottom: 0;
		background: #f1f1f1;
		z-index: -2;
	}

	.program-section .text-holder {
		font-size: 18px;
		max-width: 240px;
	}

	.program-section h1 {
		font-size: 48px;
	}

	.program-section .icon-wrap {
		margin: 0 0 65px;
	}

	.modern-image {
		min-height: 550px;
	}
}

@media (min-width: 1024px) {

	.lead {
		font-size: 28px;
	}

	[id="header"] {
		height: 240px;
	}

	.nav-drop {
		top: 25px;
		padding: 50px 0;
	}

	#nav {
		padding: 120px 15px 0 0;
		max-width: 45%;
	}

	#nav ul li + li {
		margin-top: 50px;
	}

	.header-decor {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	[class^="decor-vertical"],
	[class*=" decor-vertical"] {
		width: 19px;
		height: 350px;
	}

	[class^="decor-vertical"]:after,
	[class*=" decor-vertical"]:after {
		height: calc(100% - 15px);
	}

	[class^="decor-vertical"] span,
	[class*=" decor-vertical"] span {
		border-width: 4px;
		width: 19px;
		height: 19px;
	}

	.decor-vertical-secondary:after {
		top: 15px;
	}

	.decor-vertical-secondary:before {
		left: -89px;
		bottom: 1px;
	}

	.decor-vertical-secondary span:after {
		width: 95px;
		bottom: calc(-350px + 17px);
	}

	[class^="decor-horizontal"],
	[class*=" decor-horizontal"] {
		width: 350px;
		height: 19px;
	}

	[class^="decor-horizontal"]:after,
	[class*=" decor-horizontal"]:after {
		width: calc(100% - 15px);
	}

	[class^="decor-horizontal"]:before,
	[class*=" decor-horizontal"]:before {
		width: 2px;
	}

	[class^="decor-horizontal"] span,
	[class*=" decor-horizontal"] span {
		border-width: 4px;
		width: 19px;
		height: 19px;
	}

	.decor-horizontal-secondary:before {
		height: 2px;
		top: -130px;
	}

	.decor-horizontal-secondary span:after {
		left: 347px;
	}

	.heading-holder {
		max-width: 33%;
	}

	#footer {
		padding: 74px 0;
	}

	.footer-columns .col {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.footer-columns .col:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.footer-logo {
		text-align: right;
		padding: 0;
	}

	.contact-list {
		padding: 0 0 .5em;
	}

	.copyright {
		text-align: left;
		padding: 0 0 .5em;
	}

	.btn {
		font-size: 16px;
	}

	.card {
		font-size: 1.2vw;
	}

	.card-inner {
		padding: 15.7vw 7vw 20px;
	}

	.card-icon {
		font-size: 4vw;
		top: 15vw;
	}
	
	.intro-inner {
		padding: 100px 0 150px;
	}

	.info-section {
		padding: 315px 0 108px;
	}

	.info-section [class^="decor-horizontal"],
	.info-section [class*=" decor-horizontal"] {
		width: 70vw;
	}

	.info-section .text-holder {
		font-size: 20px;
	}

	.info-section .image-holder {
		margin: 0 0 130px 20px;
	}

	.info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-text {
		width: 325px;
	}

	.info-image {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
		text-align: right;
	}

	.social-section {
		padding: 250px 0 50px;
	}

	.social-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.social-holder .two-columns {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}

	.social-holder .heading-holder {
		margin: 0 85px 0 0;
	}

	.reach-section .reach-holder {
		padding-top: 240px;
	}

	.reach-columns .col {
		padding-bottom: 328px;
	}

	.reach-columns .col:nth-child(2) {
		margin-right: 70px;
	}

	.reach-columns [class^="decor-vertical"],
	.reach-columns [class*=" decor-vertical"] {
		bottom: -125px;
	}

	.reach-columns [class^="decor-horizontal"],
	.reach-columns [class*=" decor-horizontal"] {
		bottom: 255px;
	}

	.reach-columns [class^="decor-horizontal"] span:after,
	.reach-columns [class*=" decor-horizontal"] span:after {
		left: calc(28vw - 3px);
	}

	.contact-section .decor-vertical {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.reporting-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.reporting-image {
		width: calc(100% - 335px);
		margin: 0;
	}

	.reporting-body {
		width: 320px;
	}

	.decor-vertical-secondary.angle-mod {
		top: -134px;
	}

	.decor-vertical-secondary.angle-mod .line {
		width: calc( 100% - 19px);
		bottom: 8px;
	}

	.technical-section {
		padding: 0 0 40px;
	}

	.technical-section .decor-vertical {
		left: 46%;
		height: 414px;
	}

	.technical-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.technical-columns .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 15px;
		max-width: 51.2%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 51.2%;
		flex: 0 0 51.2%;
	}

	.technical-columns .col:nth-child(2) {
		max-width: 359px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 359px;
		flex: 0 0 359px;
		margin-left: auto;
	}

	.technical-body {
		padding-right: 64px;
	}

	.technical-body.filled-mod:before {
		top: -160px;
	}

	.technical-body.transparent-mod {
		padding-bottom: 134px;
	}

	.technical-aside {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.technical-aside .aside-link {
		font-size: 20px;
		max-width: none;
	}

	.program-section .text-holder {
		font-size: 20px;
		max-width: 350px;
	}

	.program-section [class^="decor-vertical"],
	.program-section [class*=" decor-vertical"] {
		height: 338px;
		right: 16%;
		bottom: -85px;
	}

	.program-section [class^="decor-vertical"]:before,
	.program-section [class*=" decor-vertical"]:before {
		left: 150px;
	}

	.program-section [class^="decor-vertical"] span:after,
	.program-section [class*=" decor-vertical"] span:after {
		bottom: calc(-338px + 17px);
	}

	.program-section [class^="decor-horizontal"],
	.program-section [class*=" decor-horizontal"] {
		width: 43vw;
		margin-left: -12.5vw;
	}

	.modern-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 0 85px;
	}

	.modern-image {
		margin: 75px 60px 55px -12vw;
		padding: 75px 30px 75px 12vw;
		width: calc(62% + 12vw);
	}

	.modern-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

@media (min-width: 1024px) and (max-width: 1920px) {
	.intro-inner [class^="decor-vertical"],
	.intro-inner [class*=" decor-vertical"] {
		bottom: -190px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 416px;
	}

	[class^="decor-vertical"],
	[class*=" decor-vertical"] {
		height: 440px;
	}

	.decor-vertical-secondary {
		height: 540px;
	}

	.decor-vertical-secondary span:after {
		bottom: calc(-540px + 17px);
	}

	.decor-vertical-secondary.in-viewport:before,
	.in-viewport .decor-vertical-secondary:before {
		-webkit-animation-delay: 1.8s;
		animation-delay: 1.8s;
	}

	.decor-vertical-secondary.in-viewport span:after,
	.in-viewport .decor-vertical-secondary span:after {
		-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s;
	}

	[class^="decor-horizontal"],
	[class*=" decor-horizontal"] {
		width: 440px;
	}

	.decor-horizontal-secondary span:after {
		left: 437px;
	}

	.decor-horizontal-secondary.in-viewport:before,
	.in-viewport .decor-horizontal-secondary:before {
		-webkit-animation-delay: 1.8s;
		animation-delay: 1.8s;
	}

	.decor-horizontal-secondary.in-viewport span:after,
	.in-viewport .decor-horizontal-secondary span:after {
		-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s;
	}

	#footer {
		padding: 74px 0 174px;
	}

	.btn {
		font-size: 18px;
	}

	.card {
		font-size: 1.1vw;
	}

	.intro-inner {
		padding: 400px 0 250px;
	}

	.info-section [class^="decor-horizontal"],
	.info-section [class*=" decor-horizontal"] {
		width: 52vw;
	}

	.social-section {
		padding-top: 210px;
	}

	.items-holder {
		margin: 0 -36px;
	}

	.reach-columns [class^="decor-vertical"],
	.reach-columns [class*=" decor-vertical"] {
		height: 340px;
		left: 24px;
	}

	.contact-section {
		font-size: 28px;
		line-height: 1.29;
		padding: 20px 0 74px;
	}

	.contact-section .inner-text {
		text-align: left;
		margin: 0;
	}

	.contact-section h1 {
		font-size: 48px;
		line-height: 1.05;
	}

	.contact-section .decor-vertical {
		top: 51%;
	}

	.contact-section .decor-vertical.reverse-mod {
		height: 454px;
	}

	.reporting-section {
		padding: 0 0 9px;
	}

	.reporting-image {
		margin: -112px 0 0 0;
	}

	.reporting-body {
		padding: 47px 0 0;
	}

	.decor-vertical-secondary.angle-mod {
		height: 396px;
		top: -244px;
	}

	.technical-section {
		padding: 0 0 231px;
	}

	.technical-body {
		padding-right: 124px;
	}

	.technical-body.filled-mod {
		padding-bottom: 130px;
	}

	.technical-body.transparent-mod {
		padding-bottom: 134px;
	}

	.program-section [class^="decor-horizontal"],
	.program-section [class*=" decor-horizontal"] {
		margin-left: -17.5vw;
		width: 34.5vw;
	}

	.modern-image {
		width: calc(62% + 17vw);
		margin-right: 160px;
		margin-left: -17vw;
		padding-left: 17vw;
	}
}

@media (min-width: 1310px) {
	.reporting-image {
		width: 831px;
		margin: -112px 0 0 calc( ( 100vw - 1310px ) / -2);
	}

	.decor-vertical-secondary.angle-mod {
		width: 744px;
	}

	.technical-section .decor-vertical {
		left: 478px;
	}

	.technical-body.filled-mod {
		padding-top: 254px;
		padding-bottom: 168px;
	}

	.technical-body.filled-mod:before {
		top: -160px;
		right: 0;
	}
}

@media (min-width: 1400px) {
	.info-section .link-circle {
		margin: -37px -42px 0 0;
	}
}

@media (min-width: 1620px) {
	.decor-vertical-secondary.angle-mod {
		width: 638px;
	}
}

@media (min-width: 1680px) {
	.reporting-image {
		margin: -112px 0 0 -188px;
	}
}

@media (min-width: 1920px) {
	#nav {
		padding: 160px 12% 0 0;
	}

	#nav ul li + li {
		margin-top: 91px;
	}

	.card {
		font-size: .93vw;
	}

	.items-holder .item {
		margin: 0 36px 72px;
	}
}

@media (min-width: 1921px) {
	.info-section [class^="decor-horizontal"],
	.info-section [class*=" decor-horizontal"] {
		width: 800px;
		margin-left: -200px;
	}

	.program-section [class^="decor-horizontal"],
	.program-section [class*=" decor-horizontal"] {
		width: 665px;
		margin-left: -340px;
	}
}

@media (max-width: 1023px) {
	.info-section .link-circle {
		width: 60px;
		height: 60px;
		padding: 17px;
	}

	.info-holder .info-text {
		padding: 0 0 30px;
	}

	.info-heading .info-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}

	.info-heading .info-cantent {
		margin: 0 0 0 40px;
		width: 60px;
	}
}

@media (max-width: 767px) {
	.header-decor {
		display: none;
	}

	.info-section:before {
		display: none;
	}

	.reach-columns .col:nth-child(2) {
		padding-left: 105px;
	}

	.reach-columns [class^="decor-vertical"],
	.reach-columns [class*=" decor-vertical"] {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	.reach-columns [class^="decor-horizontal"],
	.reach-columns [class*=" decor-horizontal"] {
		display: none;
	}
.logos {
	width: 40%;
	padding: 3% 5%;
}
}

@media (max-width: 599px) {
	.bg-mobile-gray {
		background: #919ba3;
		color: #fff;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes growInVertical {
	0% {
		-webkit-transform: translateX(-50%) scaleY(0);
		transform: translateX(-50%) scaleY(0);
	}

	100% {
		-webkit-transform: translateX(-50%) scaleY(1);
		transform: translateX(-50%) scaleY(1);
	}
}

@keyframes growInVertical {
	0% {
		-webkit-transform: translateX(-50%) scaleY(0);
		transform: translateX(-50%) scaleY(0);
	}

	100% {
		-webkit-transform: translateX(-50%) scaleY(1);
		transform: translateX(-50%) scaleY(1);
	}
}

@-webkit-keyframes growVertical {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes growVertical {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes growLeft {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(-100%, 100%) scaleX(0);
		transform: translate(-100%, 100%) scaleX(0);
	}

	100% {
		-webkit-transform: translate(-100%, 100%) scaleX(1);
		transform: translate(-100%, 100%) scaleX(1);
		visibility: visible;
		opacity: 1;
	}
}

@keyframes growLeft {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(-100%, 100%) scaleX(0);
		transform: translate(-100%, 100%) scaleX(0);
	}

	100% {
		-webkit-transform: translate(-100%, 100%) scaleX(1);
		transform: translate(-100%, 100%) scaleX(1);
		visibility: visible;
		opacity: 1;
	}
}

@-webkit-keyframes growInHorizontal {
	0% {
		-webkit-transform: translateY(-50%) scaleX(0);
		transform: translateY(-50%) scaleX(0);
	}

	100% {
		-webkit-transform: translateY(-50%) scaleX(1);
		transform: translateY(-50%) scaleX(1);
	}
}

@keyframes growInHorizontal {
	0% {
		-webkit-transform: translateY(-50%) scaleX(0);
		transform: translateY(-50%) scaleX(0);
	}

	100% {
		-webkit-transform: translateY(-50%) scaleX(1);
		transform: translateY(-50%) scaleX(1);
	}
}

@-webkit-keyframes growHorizontal {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes growHorizontal {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes growBottom {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(-100%) scaleY(0);
		transform: translateX(-100%) scaleY(0);
	}

	100% {
		-webkit-transform: translateX(-100%) scaleY(1);
		transform: translateX(-100%) scaleY(1);
		visibility: visible;
		opacity: 1;
	}
}

@keyframes growBottom {
	0% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(-100%) scaleY(0);
		transform: translateX(-100%) scaleY(0);
	}

	100% {
		-webkit-transform: translateX(-100%) scaleY(1);
		transform: translateX(-100%) scaleY(1);
		visibility: visible;
		opacity: 1;
	}
}

@-webkit-keyframes growScale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes growScale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes growRight {
	0% {
		-webkit-transform: translate(0, 0) scaleX(0);
		transform: translate(0, 0) scaleX(0);
	}

	100% {
		-webkit-transform: translate(0, 0) scaleX(1);
		transform: translate(0, 0) scaleX(1);
	}
}

@keyframes growRight {
	0% {
		-webkit-transform: translate(0, 0) scaleX(0);
		transform: translate(0, 0) scaleX(0);
	}

	100% {
		-webkit-transform: translate(0, 0) scaleX(1);
		transform: translate(0, 0) scaleX(1);
	}
}

