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

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.intro:after,
.working-with-us:after,
.twocolumns: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: #04044a;
	background: #fff;
	font: 20px/1.5 "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

body {
	min-width: 320px;
	font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 15px;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	margin: 0 0 20px;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 54px;
	font-weight: 800;
	margin: 0 0 28px;
}

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

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

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

p {
	margin: 0 0 20px;
}

a {
	color: #04044a;
}

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

.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 100%;
	text-align: center;
	position: relative;
	font-size: 20px;
	line-height: 27px;
	font-weight: 800;
	padding: 18px 45px 18px 30px;
	color: #4c3998;
	border-radius: 4px;
	text-decoration: none;
	background: #fff;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.btn.btn-primary {
	padding: 18px 20px;
	color: #fff;
	box-shadow: 0 1px 4px rgba(7, 7, 75, .45);
	background: #5e47b9;
}

.btn .ico {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transition: margin .4s ease;
	transition: margin .4s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn:hover {
	opacity: .85;
}

.btn:hover .ico {
	margin-right: -2px;
}

#wrapper {
	overflow: hidden;
}

#main {
	padding: 0 0 36px;
}

.container {
	max-width: 1284px;
	margin: 0 auto;
	padding: 0 15px;
}

ol {
	width: 100%;
	overflow: hidden;
	counter-reset: item;
	font-weight: 500;
}

ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 16px;
}

ol li:before {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 5px 0 0;
	content: counters(item, ".") ".";
	counter-increment: item;
}

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 #999;
	padding: 10px 10px;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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: Avenir;
	src: url("../fonts/AvenirNextLTPro-Regular.eot");
	src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Regular.svgAvenirNextLTPro-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Avenir;
	src: url("../fonts/AvenirNextLTPro-Bold.eot");
	src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Bold.svgAvenirNextLTPro-Bold") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?h3bftc");
	src: url("../fonts/icomoon.eot?h3bftc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?h3bftc") format("truetype"), url("../fonts/icomoon.woff?h3bftc") format("woff"), url("../fonts/icomoon.svg?h3bftc#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="ico-"],
[class*=" ico-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-arrow-down:before {
	content: "\e901";
}

.ico-arrow-right:before {
	content: "\e900";
}

#header {
	padding: 30px 0;
}

#header .logo {
	width: 212px;
	-webkit-transition: linear .5s;
	transition: linear .5s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .in-viewport .logo {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.intro {
	margin: 0 0 88px;
	padding: 16px 0 112px;
	position: relative;
}

.intro.in-viewport {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.intro.in-viewport .text-area,
.intro.in-viewport .img-area {
	visibility: visible;
	opacity: 1;
}

.intro .text-area,
.intro .img-area {
	-webkit-transition: linear .4s;
	transition: linear .4s;
	visibility: hidden;
	opacity: 0;
}

.intro .text-area {
	width: 100%;
	position: static;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 34px;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.intro h1 {
	margin: 0 0 14px;
}

.intro p {
	margin: 0 0 15px;
}

.intro .btn-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.intro .img-area {
	width: 98%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.intro .img-area img {
	display: block;
	width: 100%;
	height: auto;
}

.what-we-do.in-viewport .text-area,
.what-we-do.in-viewport .img-holder {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.what-we-do .fish-img {
	width: 151px;
	margin: 0 0 29px 53px;
}

.what-we-do .text-area,
.what-we-do .img-holder {
	-webkit-transition: linear .5s;
	transition: linear .5s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.what-we-do .text-area {
	width: 100%;
	position: relative;
	margin: 0 0 46px;
}

.what-we-do h2 {
	margin: 0 0 20px;
}

.what-we-do p {
	margin: 0 0 30px;
}

.what-we-do .img-holder {
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	padding: 50px 10px 44px;
	margin: 0 -25px;
	color: #5e47b9;
	background: #f1f5f8;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.what-we-do .img-holder p {
	margin: 0 0 7px;
}

.what-we-do .icons-wrap {
	width: 97px;
	position: relative;
	margin: 25px auto 20px;
}

.what-we-do .icons-wrap .logo-box {
	padding: 16px 0;
}

.what-we-do .icons-wrap .logo-holder {
	padding: 8px 0;
}

.what-we-do .icons-wrap .logo-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.what-we-do .arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.what-we-do .arrows.alt {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.what-we-do .arrows i {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: -6px;
	-webkit-transition: opacity 1s ease-in-out 0s;
	transition: opacity 1s ease-in-out 0s;
	-webkit-animation: slide 1.8s ease-in-out infinite;
	animation: slide 1.8s ease-in-out infinite;
	color: #5e47b9;
	opacity: .5;
}

.what-we-do .arrows i:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	color: rgba(94, 71, 185, .9);
}

.what-we-do .arrows i:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	color: rgba(94, 71, 185, .9);
}

.what-we-do .arrows i:nth-child(4) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	color: rgba(94, 71, 185, .8);
}

.what-we-do .arrows i:nth-child(5) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	color: rgba(94, 71, 185, .7);
}

.what-we-do .arrows i:nth-child(6) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	color: rgba(94, 71, 185, .6);
}

.what-we-do .arrows i:nth-child(7) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	color: rgba(94, 71, 185, .5);
}

.what-we-do .arrows i:nth-child(8) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
	color: rgba(94, 71, 185, .4);
}

.what-we-do .arrows i:nth-child(9) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	color: rgba(94, 71, 185, .3);
}

.what-we-do .arrows i:nth-child(10) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	color: rgba(94, 71, 185, .2);
}

.working-with-us {
	color: #fff;
	margin: 0 0 45px;
	padding: 45px 0 20px;
	position: relative;
	background: #5e47b9;
}

.working-with-us.in-viewport .text-area,
.working-with-us.in-viewport .imgs-holder,
.working-with-us.in-viewport .img-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.working-with-us:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	bottom: 0;
	background: url(../images/bg-img01.svg) no-repeat;
	background-size: cover;
	z-index: -1;
}

.working-with-us .container {
	position: relative;
}

.working-with-us .text-area,
.working-with-us .imgs-holder {
	-webkit-transition: linear .5s;
	transition: linear .5s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.working-with-us .text-area {
	width: 100%;
	padding: 0 0 32px;
}

.working-with-us h2 {
	margin: 0 0 29px;
}

.working-with-us p {
	margin: 0 0 20px;
}

.working-with-us p a {
	font-weight: 800;
	color: #fff;
}

.working-with-us .btn-holder {
	padding: 11px 0 17px;
}

.working-with-us .text {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #a28ef0;
}

.working-with-us .text br {
	display: none;
}

.working-with-us .imgs-holder {
	width: 100%;
}

.working-with-us .img-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 160px;
	margin: 0 8px 15px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	-webkit-transition: linear .5s;
	transition: linear .5s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.working-with-us .img-box.large {
	width: 100%;
	height: 273px;
	margin: 0 0 11px;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.working-with-us .img-box.small {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.working-with-us .img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -8px;
}

.working-with-us .fish-img {
	display: block;
	width: 246px;
	margin: 0 auto -75px;
}

.twocolumns {
	margin-bottom: 45px;
}

.twocolumns.in-viewport .text-area,
.twocolumns.in-viewport .img-holder {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.twocolumns .text-area,
.twocolumns .img-holder {
	-webkit-transition: linear .5s;
	transition: linear .5s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.twocolumns .text-area {
	width: 100%;
	margin: 0 0 50px;
}

.twocolumns p a {
	color: #04044a;
	font-weight: 500;
}

.twocolumns ol {
	padding: 4px 0 9px;
}

.twocolumns .text {
	display: block;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
}

.twocolumns .img-holder {
	width: 100%;
	font-size: 16px;
	line-height: 21px;
	color: #5e47b9;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.twocolumns .img-holder p {
	margin: 0 0 10px;
}

.twocolumns .img-holder p strong {
	font-weight: 800;
}

.animated-box {
	position: relative;
	width: 280px;
	height: 280px;
	margin: 30px auto;
	border-radius: 100%;
}

.animated-box .logo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: #f9fafc;
}

.animated-box .logo-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.animated-box .line {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 2px solid #f1f5f8;
	border-radius: 100%;
	-webkit-animation: orb 10s linear infinite;
	animation: orb 10s linear infinite;
}

.animated-box .line .dot {
	width: 18px;
	height: 18px;
	position: absolute;
	border-radius: 100%;
	background: rgba(94, 71, 185, .2);
}

.animated-box .line.line1 {
	width: 280px;
	height: 280px;
	top: 0;
	left: 0;
	z-index: 3;
}

.animated-box .line.line1 .ico-box {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 42px;
	top: 0;
	-webkit-animation: orb2 10s linear infinite;
	animation: orb2 10s linear infinite;
}

.animated-box .line.line1 .dot {
	position: absolute;
	left: 50%;
	bottom: -9px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(94, 71, 185, .2);
}

.animated-box .line.line2 {
	width: 234px;
	height: 234px;
	margin-top: -117px;
	margin-left: -117px;
	z-index: 2;
}

.animated-box .line.line2 .ico-box {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 14px;
	right: 24px;
	-webkit-animation: orb2 10s linear infinite;
	animation: orb2 10s linear infinite;
}

.animated-box .line.line2 .dot {
	position: absolute;
	top: 30px;
	right: 25px;
	background: rgba(246, 164, 235, .3);
}

.animated-box .line.line3 {
	width: 188px;
	height: 188px;
	margin-top: -94px;
	margin-left: -94px;
	z-index: 1;
}

.animated-box .line.line3 .dot {
	position: absolute;
	left: -7px;
	top: 105px;
	background: rgba(62, 207, 142, .3);
}

.contact-us {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.contact-us.in-viewport .text-area {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.contact-us .text-area {
	-webkit-transition: linear .5s;
	transition: linear .5s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.contact-us .fish-img {
	display: block;
	width: 305px;
	margin: 0 auto -60px;
}

.contact-us .text-area {
	position: relative;
	max-width: 950px;
}

.contact-us p a {
	font-weight: 500;
}

#footer {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	border-top: 1px solid #edecf4;
	padding: 24px 0 40px;
}

#footer .container {
	text-align: center;
}

#footer .col {
	width: 100%;
}

#footer .footer-logo {
	display: block;
	width: 13px;
	margin: 0 auto 16px;
}

#footer .footer-logo a {
	display: block;
}

#footer .footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

#footer .copyright a {
	text-decoration: none;
}

#footer address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

#footer address a {
	text-decoration: none;
}

@media (min-width: 375px) {
	h1,
	.h1 {
		font-size: 64px;
		line-height: 74px;
	}

	.container {
		padding: 0 23px;
	}

	ol li:before {
		margin: 0 10px 0 0;
	}

	#header {
		padding: 44px 0;
	}

	.twocolumns .img-holder {
		width: 324px;
	}

	.animated-box {
		width: 324px;
		height: 324px;
	}

	.animated-box .logo-box {
		width: 140px;
		height: 140px;
	}

	.animated-box .line.line1 {
		width: 324px;
		height: 324px;
	}

	.animated-box .line.line1 .ico-box {
		width: 60px;
		height: 60px;
		left: 30px;
	}

	.animated-box .line.line2 {
		width: 256px;
		height: 256px;
		margin-top: -128px;
		margin-left: -128px;
	}

	.animated-box .line.line2 .ico-box {
		width: 36px;
		height: 36px;
		bottom: 20px;
		right: 18px;
	}

	#footer {
		font-size: 16px;
		line-height: 32px;
	}
}

@media (min-width: 480px) {
	.btn {
		min-width: 232px;
	}
}

@media (min-width: 768px) {
	.intro h1 {
		margin: 0 0 32px;
	}

	.intro .img-area {
		width: 70%;
	}

	.twocolumns ol {
		padding: 20px 0;
	}

	.twocolumns .text {
		text-align: left;
	}

	.animated-box {
		margin: 35px auto;
	}

	.contact-us .fish-img {
		margin: 0 auto -25px;
	}

	#footer {
		padding: 37px 0 40px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 22px;
		line-height: 1.45;
	}

	h1,
	.h1 {
		font-size: 55px;
		line-height: 60px;
	}

	.btn {
		font-size: 24px;
		line-height: 28px;
	}

	#main {
		padding: 0 0 57px;
	}

	#header {
		padding: 44px 0 10px;
	}

	.intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
		margin: 0 0 45px;
	}

	.intro.in-viewport .text-area,
	.intro.in-viewport .img-area {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.intro .text-area,
	.intro .img-area {
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
	}

	.intro .text-area {
		width: 45%;
		padding: 80px 0 0;
		margin: 0;
	}

	.intro .btn-holder {
		position: static;
		text-align: left;
		padding: 15px 0 0;
	}

	.intro .img-area {
		width: 50%;
		margin: -15px 0 0 0;
	}

	.what-we-do {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 112px 0 170px 40px;
		margin: 0;
	}

	.what-we-do .fish-img {
		width: 189px;
		position: absolute;
		top: -112px;
		right: -54px;
		margin: 0;
	}

	.what-we-do .text-area {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 60%;
		padding: 105px 0 0;
		margin: 0;
	}

	.what-we-do h2 {
		margin: 0 0 25px;
	}

	.what-we-do .img-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 220px;
		margin: 0 70px 0 0;
		border-radius: 10px;
	}

	.what-we-do .icons-wrap {
		margin: 25px auto;
	}

	.working-with-us {
		background: none;
		padding: 0;
		margin: 0 0 100px;
	}

	.working-with-us:before {
		display: block;
	}

	.working-with-us .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.working-with-us .text-area {
		width: 50%;
		padding: 155px 0 100px;
	}

	.working-with-us h2 {
		margin: 0 0 25px;
	}

	.working-with-us .text br {
		display: block;
	}

	.working-with-us .imgs-holder {
		width: 45%;
		margin: -45px 0;
	}

	.working-with-us .img-box {
		height: 400px;
		margin: 0 0 24px 30px;
	}

	.working-with-us .img-box.large {
		height: 500px;
		margin: 0 55px 24px 0;
	}

	.working-with-us .img-box.small {
		height: 200px;
	}

	.working-with-us .img-wrap {
		margin: 0;
	}

	.working-with-us .fish-img {
		position: absolute;
		top: 45px;
		left: 30px;
		width: 160px;
		margin: 0;
	}

	.twocolumns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 140px;
	}

	.twocolumns .text-area {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 55%;
		padding: 11px 0 0;
		margin: 0;
	}

	.twocolumns .img-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 324px;
		margin: 0 75px 0 0;
		padding: 0;
	}

	.contact-us {
		text-align: left;
		margin-bottom: 100px;
	}

	.contact-us .fish-img {
		position: absolute;
		top: -50px;
		right: 0;
		width: 200px;
		margin: 0;
	}

	.contact-us .text-area {
		padding: 0 210px 0 0;
	}

	#footer {
		font-size: 18px;
		line-height: 23px;
	}

	#footer .container {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .col {
		width: 49%;
	}

	#footer .footer-logo {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 0 0;
	}

	#footer address {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 74px;
		line-height: 85px;
		margin: 0 0 25px;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 54px;
		margin: 0 0 25px;
	}

	#header {
		padding: 65px 0 10px;
	}

	.intro .text-area {
		width: 37.9%;
		font-size: 26px;
		line-height: 36px;
		padding: 90px 0 0;
	}

	.intro .img-area {
		width: 52.11%;
	}

	.what-we-do .text-area {
		width: 38.6%;
	}

	.what-we-do .img-holder {
		margin: 0 138px 0 0;
	}

	.working-with-us {
		margin: 0 0 152px;
	}

	.working-with-us:before {
		left: -30%;
		right: -20%;
	}

	.working-with-us .text-area {
		width: 37.3%;
		padding: 155px 0 100px;
	}

	.working-with-us p {
		margin: 0 0 28px;
	}

	.working-with-us .btn-holder {
		padding: 19px 0 24px;
	}

	.working-with-us .imgs-holder {
		width: 52.92%;
	}

	.twocolumns {
		margin-bottom: 258px;
	}

	.twocolumns .text-area {
		width: 43.7%;
		padding: 11px 0 0;
	}

	.twocolumns ol {
		padding: 28px 0 31px;
	}

	.contact-us .fish-img {
		width: 312px;
		top: -118px;
	}

	.contact-us .text-area {
		padding: 0 320px 0 0;
	}
}

@media (min-width: 1600px) {
	.intro .text-area {
		padding: 152px 0 0;
	}

	.intro p {
		margin: 0 0 40px;
	}

	.intro .btn-holder {
		padding: 24px 0 0;
	}

	.intro .img-area {
		margin: -33px 40px 0 0;
	}

	.working-with-us .fish-img {
		top: 225px;
		left: -203px;
		width: 246px;
	}
}

@media (max-width: 1023px) {
	.intro {
		-webkit-transition: linear .5s;
		transition: linear .5s;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: .5;
	}

	9% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: .5;
	}
}

@keyframes slide {
	0% {
		opacity: .5;
	}

	9% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	90% {
		opacity: .5;
	}

	100% {
		opacity: .5;
	}
}

@-webkit-keyframes orb {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes orb {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

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

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

