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

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

.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: #000;
	background: #fff;
	font: 16px/1.2 "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", 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;
}

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

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

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

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

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

h5,
.h5 {
	font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

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

p {
	margin: 0 0 1em;
}

a {
	color: #7b66ff;
}

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

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 #e3e4e3;
	padding: .4em .7em;
	    width: 300px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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;
}

/*-------------------------
    common styles
---------------------------*/

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	text-decoration: none;
}

a,
button {
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

input,
button,
select {
	outline: none;
}

ol,
ul {
	list-style: none;
	padding-left: 0;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	color: #271d59;
}

svg path {
	stroke: inherit;
	stroke-width: inherit;
	fill: inherit;
}

.btn {
	padding: 12px 20px 11px;
	text-align: center;
	border: none;
	color: #fff;
	background-color: #7b66ff;
}

.btn:hover,
.btn:focus {
	background-color: #271d59;
}


body.nav-active #wrapper {
	position: relative;
}

body.nav-active #wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/* background-color: rgba(0, 0, 0, .5); */
}

#main {
	padding-top: 100px;
}

.main #main {
	padding-top: 0;
}

#wrapper {
	overflow: hidden;
}

.container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}

.hide-on-mob {
	display: none;
}

.nav-opener {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px 0 0;
	background-color: #7b66ff;
	z-index: 100;
}

.nav-opener:hover {
	background-color: #604bfe;
}

.nav-opener .line {
	display: block;
	height: 2px;
	width: 25px;
	margin: 5px auto;
	background-color: #fff;
	-webkit-transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
	transition: all 300ms cubic-bezier(.175, .885, .32, 1.275);
}

.nav-opener.close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1000;
}

.nav-opener.close .line:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}

.nav-opener.close .line:nth-child(2) {
	visibility: hidden;
}

.nav-opener.close .line:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}

/*-------------------------
    header styles
-------------------------*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 25px 0 20px;
	background-color: #fff;
	z-index: 1000;
	-webkit-transition: padding .3s ease;
	transition: padding .3s ease;
}

#header.main-header {
	background-color: transparent;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

#header .logo img {
	display: block;
}

#header .logo img.fixed-position {
	display: none;
}

#header .nav-desktop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .nav-desktop ul li {
	margin: 11px 25px 0px 0px;
}

#header .nav-desktop ul li.active a {
	color: #604bfe;
}

#header .nav-desktop ul a {
	font-size: 16px;
	font-weight: 300;
	color: #271d59;
}

#header .nav-desktop ul a:hover {
	color: #604bfe;
}

.sticky-wrap,
.sticky-wrap-main-header,
.sticky-wrap-fixed-header {
	height: auto !important;
}

.sticky-wrap.fixed-position #header,
.sticky-wrap-main-header.fixed-position #header,
.sticky-wrap-fixed-header.fixed-position #header {
	background-color: #fff;
	z-index: 10000;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .1);
}

.sticky-wrap.fixed-position #header.main-header .nav-desktop ul li a,
.sticky-wrap-main-header.fixed-position #header.main-header .nav-desktop ul li a,
.sticky-wrap-fixed-header.fixed-position #header.main-header .nav-desktop ul li a {
	color: #271d59;
}

.sticky-wrap.fixed-position #header.main-header .nav-desktop ul li a:hover,
.sticky-wrap-main-header.fixed-position #header.main-header .nav-desktop ul li a:hover,
.sticky-wrap-fixed-header.fixed-position #header.main-header .nav-desktop ul li a:hover {
	color: #604bfe;
}

.sticky-wrap.fixed-position #header.main-header .nav-desktop ul li.active a,
.sticky-wrap-main-header.fixed-position #header.main-header .nav-desktop ul li.active a,
.sticky-wrap-fixed-header.fixed-position #header.main-header .nav-desktop ul li.active a {
	color: #604bfe;
}

.sticky-wrap #header.main-header .nav-desktop ul li a,
.sticky-wrap-main-header #header.main-header .nav-desktop ul li a,
.sticky-wrap-fixed-header #header.main-header .nav-desktop ul li a {
	color: #fff;
}

.sticky-wrap #header.main-header .nav-desktop ul li a:hover,
.sticky-wrap-main-header #header.main-header .nav-desktop ul li a:hover,
.sticky-wrap-fixed-header #header.main-header .nav-desktop ul li a:hover {
	color: #604bfe;
}

.sticky-wrap #header.main-header .nav-desktop ul li.active a,
.sticky-wrap-main-header #header.main-header .nav-desktop ul li.active a,
.sticky-wrap-fixed-header #header.main-header .nav-desktop ul li.active a {
	color: #604bfe;
}

.sticky-wrap-main-header.fixed-position #header .logo img {
	display: none;
  width: 200px;
}

.sticky-wrap-main-header.fixed-position #header .logo img.fixed-position {
	display: block;
}

/*-------------------------
    footer styles
-------------------------*/

#footer {
	padding: 40px 0 50px;
	background-color: #180e4a;
}

#footer .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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#footer .container .col {
	margin-bottom: 10px;
}

#footer .container .col:last-child {
	margin-bottom: 0;
}

#footer .container .col.logo-footer {
	margin-top: 2px;
	margin-bottom: 33px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

#footer .container .col.logo-footer img {
	min-width: 202px;
}

#footer .container .col.copyright {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 15px;
	font-weight: 300;
	opacity: .6;
	color: #fff;
}

#footer .container .title {
	display: block;
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

#footer .container ul {
	margin-bottom: 40px;
}

#footer .container ul li {
	margin-bottom: 15px;
	list-style: none;
		margin: 0px
}

#footer .container ul li.active a {
	color: #604bfe;
}

#footer .container ul li a {
	font-size: 15px;
	font-weight: 300;
	line-height: 1px;
	color: #fff;
}

#footer .container ul li a:hover {
	color: #604bfe;
}

/*-------------------------
    home page styles
-------------------------*/

.main-section {
	padding: 120px 0 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 100%;
}

.main-section h1 {
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0 3px 20px rgba(0, 0, 0, .72);
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.about {
	padding: 50px 0 38px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	color: #5f5f5f;
}

.about h2 {
	margin-bottom: 23px;
}

.startup {
	display: block;
	padding: 18px 25px 21px;
	background-color: #f8f7ff;
	text-align: center;
}

.startup span {
	font-size: 15px;
	font-weight: 200;
	line-height: 30px;
	color: #271d59;
}

.startup a {
	color: #604bfe;
}

.startup a:hover {
	color: #180e4a;
}

.values .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 0;
}

.values .img-block img {
	width: 100%;
}
.values {
  margin-bottom: 20px;
}
.values .content-block {
	padding: 40px 30px 40px;
	background-color: #f8f7ff;
}

.values h2 {
	margin-bottom: 23px;
}

.values ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 26px;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	color: #5f5f5f;
}

.values ul li:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 4px;
	height: 20px;
	background-color: #7b66ff;
}

.case-study {
	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;
	padding: 39px 0 60px;
	margin-bottom: 150px;
}

.case-study .slick-prev,
	.case-study .slick-next {
	display: none !important;
	position: absolute;
	bottom: 60px;
	width: 60px;
	height: 60px;
	z-index: 100;
	border: none;
	background-color: #7b66ff;
}
.case-study .slick-prev img,
.case-study .slick-next img{
	max-width: 30%;
}

.case-study .slick-prev:hover,
.case-study .slick-next:hover {
	background-color: #604bfe;
}

.case-study .slick-next {
	right: 0;
}

.case-study .slick-prev {
	left: 30%;
}

.case-study:after {
	position: absolute;
	content: "";
	right: -28px;
	bottom: 99px;
	width: 215px;
	height: 120px;
	background-color: #fff;
	border: 20px solid #e7e3ff;
	z-index: -1;
}

.case-study h2 {
	margin-bottom: 32px;
	text-align: center;
}

.case-study .content-block {
	position: relative;
	padding: 44px 30px 33px;
	background-color: #271d59;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	z-index: 10;
}

.case-study .img-block img {
	width: 100%;
}

.case-study .logo-sub {
	display: none;
}

.case-study .logo-sub img {
	display: block;
	width: 160px;
	margin: 0 auto;
	opacity: .6;
}

.case-study .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.case-study h3 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
}

.case-study h3 span {
	font-family: "Lora", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	font-style: italic;
	opacity: .5;
}

.case-study .view-all {
	display: none;
}

.programs {
	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;
}

.programs:before {
	position: absolute;
	display: block;
	content: "";
	top: -50px;
	left: -28px;
	width: 215px;
	height: 120px;
	background-color: #fff;
	border: 20px solid #7b66ff;
	z-index: -10;
}

.programs .content-block,
.programs .img-block {
	background-color: #f8f7ff;
}

.programs .img-block {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.programs .img-block img {
	display: block;
	margin: 0 auto;
	max-width: 80px;
}

.programs .content-block {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 38px 30px 64px;
	text-align: center;
	line-height: 32px;
	letter-spacing: -.5px;
	color: #271d59;
}

.programs .content-block:before {
	display: none;
}

.programs h2 {
	width: 100%;
	margin: 0;
	padding: 46px 0 42px;
	font-weight: 600;
	text-align: center;
	letter-spacing: normal;
	background-color: #f8f7ff;
}

.programs h3 {
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	letter-spacing: normal;
}

.programs p {
	margin-bottom: 50px;
	text-align: left;
	font-weight: 300;
}

.programs p a {
	display: block;
	margin-top: 32px;
	text-decoration: underline;
}

.programs p a:hover {
	color: #271d59;
}

.programs .btn {
	display: inline-block;
	min-width: 190px;
	padding: 10px 20px 9px;
	font-size: 20px;
	font-weight: 500;
}

/*-------------------------
    portfolio page styles
-------------------------*/

.companies-section {
	position: relative;
	padding: 26px 31px 22px;
	background-repeat: no-repeat;
	background-size: cover;
}

.companies-section:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #271d59;
	opacity: .85;
}

.companies-section .container {
	padding: 0;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
}

.companies-section h1 {
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.companies-section p {
	line-height: inherit;
}

.isotope-grid {
	padding: 30px 0;
	margin: 0 -7px;
}

.isotope-grid .logo-item {
	width: calc(100% - 14px);
	margin: 0 7px 14px;
}

.isotope-grid .logo-item a {
	position: relative;
	display: block;
	padding: calc(100% - 20px) 0 0;
	height: 0;
	border: 10px solid #f8f7ff;
	-webkit-transition: background .5s ease, border .5s ease;
	transition: background .5s ease, border .5s ease;
}

.isotope-grid .logo-item a span {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.isotope-grid .logo-item a:hover img {
	visibility: hidden;
	opacity: 0;
}

.isotope-grid .logo-item a:hover img.hover {
	visibility: visible;
	opacity: 1;
	z-index: 11;
}

.isotope-grid .logo-item a:hover span {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}


@media (min-width: 375px) {
	.isotope-grid .logo-item img {
		max-width: 80%;
	}
}


.isotope-grid .logo-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.isotope-grid .logo-item img.hover {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filter-block {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 -10px;
}

.filter-block .jcf-select.jcf-unselectable {
	position: relative;
	width: 100%;
	height: 54px;
	max-width: 430px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	border: 1px solid #dce0f3;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.filter-block .jcf-select.jcf-unselectable.jcf-focus {
	border-color: #dce0f3 !important;
}

.filter-block .jcf-select.jcf-unselectable.jcf-drop-active .jcf-select-opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-block .jcf-select.jcf-unselectable .jcf-select-opener {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	background-color: transparent;
	background-image: url(../images/icon-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 33%;
	-webkit-transition: rotate .3s ease;
	transition: rotate .3s ease;
}

.filter-block .jcf-select.jcf-unselectable .jcf-select-text {
	margin: 0 auto;
	font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	text-align: center;
}

.filter-block .jcf-select.jcf-unselectable .jcf-select-text span {
	display: inline-block;
	width: 100%;
	padding-left: 20px;
	text-align: left;
	line-height: 54px;
}

.filter-block .jcf-select.jcf-unselectable::-ms-expand {
	display: none;
}

body > .jcf-select-drop {
	margin-top: 10px !important;
}

body > .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #dce0f3 !important;
}

body > .jcf-select-drop .jcf-list .jcf-option {
	padding-left: 40px;
	font-size: 15px;
	font-weight: 300;
	line-height: 36px;
	color: #5f5f5f;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #f8f7ff !important;
}

/*---------------------------------
    portfolio details page styles
-----------------------------------*/

.details {
	position: relative;
	margin-bottom: 140px;
}

.details h1 {
	margin-bottom: 0;
}

.details .back {
	position: absolute;
	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;
	left: 0;
	bottom: -50px;
	height: 50px;
	width: 135px;
	padding: 0 0 0 23px;
}

.details .back:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 23px;
  height: 18px;
  background-image: url(../images/icon-view-all-arrow.svg);
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.details .back:hover:before {
	left: 15px;
}

.details .content-block {
	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;
	padding: 35px 30px 41px;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	color: #5f5f5f;
	background-color: #f8f8f8;
}

.details .content-block:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: -50px;
	height: 50px;
	width: 135px;
	background-color: #e7e3ff;
}

.details .img-block {
	min-height: 180px;
}

.details .img-block img {
	width: 100%;
}

.details .logo-details {
	display: block;
	margin-bottom: 30px;
}

.details .logo-details img {
	width: 120px;
}

.details h3 {
	margin-bottom: -2px;
	font-size: 20px;
	font-weight: 400;
	color: #271d59;
}

.details .links-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	margin-top: auto;
}

.details .links-block span {
	font-weight: 400;
	color: #271d59;
}

.details .links-block span:first-child {
	margin-bottom: 13px;
}

.details .links-block a {
	font-weight: 500;
}

.details .links-block a:hover {
	color: #271d59;
}

/*-------------------------
    process page styles
---------------------------*/

.process h1,
.process .subtitle {
	text-align: center;
}

.process h1 {
	padding: 24px 30px 4px;
	font-size: 25px;
	font-weight: 400;
	color: #271d59;
}

.process .subtitle {
	display: block;
	margin-bottom: 80px;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: 300;
}

.process ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 15px;
}

.process ul li:after {
	position: absolute;
	display: none;
	content: "";
	left: 17%;
	bottom: 0;
	height: 1px;
	width: 70%;
	background: -webkit-linear-gradient(left, #7b66ff 0%, #7b66ff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #7b66ff 0%, #7b66ff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	background-size: 15px 1px;
	background-repeat: repeat-x;
}

.process .img-block {
	position: relative;
	width: 80px;
}

.process .img-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 1px;
	background: -webkit-linear-gradient(top, #7b66ff 0%, #7b66ff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #7b66ff 0%, #7b66ff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	background-size: 2px 15px;
	background-repeat: repeat-y;
	z-index: -10;
}

.process .img-block picture {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 67px;
	height: 67px;
	background-color: #7b66ff;
}

.process .img-block picture:after {
	position: absolute;
	content: "";
	bottom: -13px;
	right: -13px;
	width: 67px;
	height: 67px;
	background-color: #fff;
	border: 7px solid #e7e3ff;
	z-index: -1;
}

.process .content-block {
	width: 67%;
	margin-top: -3px;
	padding-bottom: 35px;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #271d59;
}

.process .content-block .title {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 25px;
}

/*-------------------------
    team page styles
-------------------------*/

.team h1,
.team .subtitle {
	text-align: center;
}

.team h1 {
	font-size: 25px;
	font-weight: 400;
	color: #271d59;
}

.team .subtitle {
	display: block;
	margin-bottom: 80px;
	font-size: 17px;
	font-weight: 300;
	line-height: 35px;
	color: #5f5f5f;
}

.team .team-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.team .team-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 124px;
}

.team .team-list li:before {
	position: absolute;
	content: "";
	display: none;
	left: -20%;
	top: 200px;
	width: 100%;
	height: 54%;
	max-height: 630px;
	background-color: #f8f8f8;
}

.team .team-list li:last-child {
	margin-bottom: 80px;
}

.team .img-block {
	position: absolute;
	width: 47%;
	top: -73px;
	right: 0;
}

.team .content-block {
	width: 100%;
	padding: 160px 40px 36px 40px;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	background-color: #f8f7ff;
	color: #271d59;
}

.team .content-block h3 {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #271d59;
	line-height: 40px;
}

.team .content-block span {
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	color: #7b66ff;
}

.team .content-block p {
	margin: 0 0 25px;
}

.team .content-block p a {
	font-size: 16px;
	font-weight: 300;
	color: #7b66ff;
}

.team .content-block p a:hover {
	color: #7b66ff;
}

.team .content-block > a {
	font-weight: 600;
	color: #7b66ff;
}

.team .content-block > a:hover {
	color: #271d59;
}




/*-------------------------
latest research section styles
-------------------------*/

.latest-research-section {
	color: #271d59;
	line-height: 32px;
	padding-bottom: 81px;
	padding-top: 0px;
}

.latest-research-section ul {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.latest-research-section ul li {
	max-width: 360px;
	margin-bottom: 44px;
	font-weight: 200;
	letter-spacing: -.5px;
}

.latest-research-section ul li:last-child {
	margin-bottom: 0;
}

.latest-research-section .img-block {
	position: relative;
	display: block;
}

.latest-research-section .img-block a {
	/*display: none;*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: block;
    background-color: #7b66ff;
}

.latest-research-section .img-block a img {
	position: absolute;
	display: block;
	width: 27px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: left .3s ease;
	transition: left .3s ease;
}

.latest-research-section .img-block a:hover {
	background-color: #604bfe;
}

.latest-research-section .img-block a:hover img {
	left: calc(50% + 5px);
}

.latest-research-section img {
	display: block;
	margin: 0 auto 22px;
}

.latest-research-section h2 {
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
	color: inherit;
}

.latest-research-section h3 {
	margin: 0 0 10px;
}

.latest-research-section h3 a {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: inherit;
	letter-spacing: normal;
}

.latest-research-section h3 a:hover {
	color: #604bfe;
}

.latest .wp-block-image {
	display: none;
}

/*-------------------------
    side menu styles
-------------------------*/

.nav-burger {
	position: fixed;
	overflow-y: scroll;
	top: 0;
	right: -315px;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-width: 255px;
	height: 100%;
	padding: 50px 41px;
	background-color: #271d59;
	-webkit-transition: right .3s;
	transition: right .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 1002;
}

.nav-active .nav-burger {
	right: 0;
}

.nav-active .nav-burger .nav-opener:not(.close) {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.nav-burger .col {
	width: 100%;
	padding-top: 35px;
	border-bottom: 2px solid #fff;
}

.nav-burger .col:last-of-type {
	border-bottom: none;
}

.nav-burger .title {
	display: block;
	padding-bottom: 23px;
	color: #7b66ff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1px;
}

.nav-burger ul li {
	padding-bottom: 20px;
}

.nav-burger ul li a {
	font-size: 15px;
	font-weight: 300;
	line-height: 1px;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.nav-burger ul li a:hover,
.nav-burger ul li a:focus {
	color: #7b66ff;
}

/*-------------------------
    Slick slider styles
-------------------------*/

.slider-wrapper {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slider-wrapper .slick-track,
.slider-wrapper .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*-------------------------
    custom select styles
-------------------------*/

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

@media (min-width: 375px) {

	.case-study .slick-prev,
	.case-study .slick-next {
		display: block !important;
	}

	.case-study .slick-prev {
    left: 0%;
	}

	.case-study .content-block {
	    padding: 44px 30px 75px;
	}

	.contact .content-left {
		padding: 35px 25px 0px 25px;
	}


	#footer .container .col.logo-footer {
		width: 100%;
		text-align: center;
	}

	#footer .container .col.copyright {
		width: 100%;
		text-align: center;
	}
	.programs {
	    margin-bottom: 80px;
		}

	.team .subtitle {
	    margin-bottom: 150px;
	}

	.startup {
		padding: 20px 30px 20px;
	}

	.startup span {
		font-size: 16px;
	}

	.values .img-block img {
		min-height: 180px;
	}

	.isotope-grid .logo-item {
		width: calc(50% - 14px);
	}

	.latest-research-section img {
		width: 100%;
	}
	.process {
    margin-bottom: 100px;
	}
}

@media (min-width: 375px) {
	.case-study:after {
		bottom: 155px;
	}
	.team .subtitle {
	    margin-bottom: 150px;
	}
	.team .content-block {
		padding-top: 100px;
	}
}

@media (min-width: 425px) {

	.case-study {
    margin-bottom: 100px;
	}

	#footer .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .container .col {
		width: 50%;
	}

	.startup span {
		font-size: 16px;
	}

	.latest-research-section ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.latest-research-section ul li {
		width: 48%;
	}
}

@media (min-width: 426px) {
	.case-study:after {
		display: none;
	}

	.process ul li {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.team .img-block {
		width: 40%;
	}

	.team .content-block {
		padding-top: 100px;
	}
}

@media (min-width: 768px) {
	#footer {
		padding: 40px 0 49px;
	}
	.main-section h1 {
	  font-size: 30px;
		line-height: 1.6
	}
	.main-section {
		padding: 240px 0 101px;
    height: 550px;
	}
	.about {
		font-weight: 200;
	}
	.values {
		margin-bottom: 100px;
	}

	.case-study {
	    margin-bottom: 100px;
	}

	.details .back:before {
	  position: absolute;
	  content: "";
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  left: 16px;
	  width: 23px;
	  height: 18px;
	  background-image: url(../images/icon-view-all-arrow.svg);
	  -webkit-transition: left .3s ease;
	  transition: left .3s ease;
	}

	.contact .back:before {
	  position: absolute;
	  content: "";
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  left: 16px;
	  width: 23px;
	  height: 18px;
	  background-image: url(../images/icon-view-all-arrow.svg);
	  -webkit-transition: left .3s ease;
	  transition: left .3s ease;
	}

	.programs:before {
		display: none;
	}

	.companies-section {
		padding: 80px 30px;
	}

	.companies-section .container {
		font-size: 18px;
		font-weight: 300;
		line-height: 2;
	}

	.companies-section h1 {
/*		margin-bottom: 26px;*/
		font-size: 30px;
	}

	.isotope-grid .logo-item img {
		width: 65%;
	}

	.filter-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 60px 0px 20px 0px;
	}

	.filter-block .jcf-select.jcf-unselectable {
		width: 48%;
	}

	.process h1 {
		font-size: 25px;
	}
	.process {
		margin-bottom: 200px;
	}
	.team h1 {
		font-size: 25px;
	}

	.team .subtitle {
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 100px;
	}

	.team .team-list li:before {
		display: block;
		z-index: -10;
	}

	.team .team-list li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.team .team-list li:nth-child(even):before {
		left: initial;
		right: -20%;
	}

	.team .team-list li {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-repeat: no-repeat;
		background-position: -20em 120px;
		background-size: contain;
	}

	.team .img-block {
		position: relative;
		top: 0;
		width: 60%;
	}

	.team .content-block {
		padding: 40px 70px;
		font-size: 16px;
		background-color: transparent;
	}

	.team .content-block p {
		margin-bottom: 10px;
	}

	.latest-research-section h2 {
		font-size: 30px;
	}
}

@media (min-width: 769px) {
	.process ul li {
		margin-bottom: 70px;
	}

	.process .img-block {
		width: 100%;
		max-width: 210px;
	}

	.process .img-block:after {
		visibility: hidden;
	}

	.process .img-block picture {
		width: 200px;
		height: 200px;
		padding: 40px;
	}

	.process .img-block picture:after {
		bottom: -42px;
		right: -42px;
		width: 200px;
		height: 200px;
		border: 21px solid #e7e3ff;
	}

	.process .img-block picture img {
		width: 100%;
	}

	.process .content-block {
		width: 60%;
	}

	.process .content-block .title {
		padding-top: 35px;
	}

	.team .team-list li {
		padding-bottom: 10px;
		margin-bottom: 200px;
		background-position: -20em 200px;
	}

	.latest-research-section ul li {
		width: 28%;
	}
}

@media (min-width: 1024px) {

	.contact .content-left {
		padding: 35px 25px 0px 25px;
	}

	.hide-on-mob {
		display: block;
	}

	.sticky-wrap.fixed-position #header,
	.sticky-wrap-main-header.fixed-position #header,
	.sticky-wrap-fixed-header.fixed-position #header {
		padding: 10px;
		min-height: initial;
	}
	.startup {
		padding: 30px 30px 30px;
	}
	.sticky-wrap.fixed-position #header .logo img {
		width: 200px;
	}

	.case-study .slick-prev {
    left: 30%;
		}


	.case-study .slick-prev, .case-study .slick-next {
	    bottom: 60px;
	}

	#footer {
		padding: 108px 0 49px;
	}

	#footer .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	#footer .container .col {
		/*width: auto;*/
		width: 8%;
	}

	#footer .container .col.logo-footer {
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: inherit;
	}

	#footer .container .col.copyright {
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		width: 36%;
	}

	.main-section {
		height: 500px;
		padding: 225px 0 101px;
	}

	.main-section h1 {
		font-size: 38px;
		line-height: 1.8;
	}

	.about {
		padding: 100px 0 230px;
		font-size: 18px;
		line-height: 35px;
	}

	.about h2 {
		font-size: 25px;
	}

	/* .startup {
		padding: 76px 0;
	} */

	.startup span {
		font-size: 22px;
		word-spacing: 2px;
	}

	.values {
		background-color: #f8f7ff;
		margin-bottom: 130px;
	}

	.values .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.values .img-block {
		margin: -68px 0;
	}

	.case-study .slick-prev,
	.case-study .slick-next {
		display: block !important;
	}

	.case-study h2 {
		width: 100%;
		font-size: 25px;
	}

	.case-study .content-block {
		width: 70%;
		padding: 45px 30px 45px 20%;
	}

	.case-study .img-block {
		position: relative;
		width: 40%;
		margin-right: -10%;
		margin-top: -100px;
		z-index: 100;
	}

	.case-study .logo-sub {
		display: block;
		margin-top: 22px;
	}

	.case-study .slider-wrapper.slick-slide {
		padding-top: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
	}

	.programs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.programs .img-block {
		position: relative;
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 40%;
		padding-right: 80px;
		background-color: #fff;
	}

	.programs .img-block:after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: 40px;
		height: 100%;
		background-color: #e7e3ff;
	}

	.programs .content-block {
		position: relative;
		width: 60%;
		z-index: 100s;
	}

	.programs .content-block:before {
		position: absolute;
		display: block;
		content: "";
		top: -83px;
		left: -54px;
		width: 450px;
		height: 150px;
		background-color: #fff;
		border: 30px solid #7b66ff;
		z-index: -10;
	}

	.programs h2 {
		margin-bottom: 70px;
		background-color: transparent;
	}

	.programs .btn {
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 20px;
		padding: 15px 40px;
	}

	.isotope-grid {
		margin: 0 -3.3%;
	}

	.isotope-grid .logo-item {
		width: 26.6%;
		margin: 0 3.3% 14px;
	}

	.filter-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 80px 0px 50px 0px;
	}

	.filter-block .jcf-select.jcf-unselectable {
		height: 60px;
		/*margin: 0 20px 0px;*/
		margin: 0px 0px 0px 20px;
		font-size: 25px;
	}

	.filter-block .jcf-select.jcf-unselectable .jcf-select-text {
		height: 80px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 60px;
	}

	body > .jcf-select-drop .jcf-list .jcf-option {
		font-size: 16px;
    line-height: 40px;
	}

	.details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.details .content-block {
		width: 60%;
		padding-bottom: 40px;
	}

	.details .content-block:after {
		width: 50%;
	}

	.details .img-block {
		width: 40%;
	}

	.details .links-block span:first-child {
		margin-bottom: 0;
	}

	.contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 80%;
    	margin: 0 auto;
    	margin-bottom: 100px;
	}

	.contact .content-block {
		width: 60%;
		padding-bottom: 40px;
	}

	.contact .content-block:after {
		width: 50%;
	}

	.contact .img-block {
		width: 40%;
	}

	.contact .links-block span:first-child {
		margin-bottom: 0;
	}

	.process h1 {
		font-size: 25px;
	}

	.process .subtitle {
		font-size: 18px;
    line-height: 40px;
		font-weight: 300;
	}

	.process ul li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.process ul li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.process ul li:first-child .img-block {
		padding-top: 0;
		padding-bottom: 190px;
		margin-bottom: -65px;
	}

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

	.process ul li:last-child .img-block {
		padding-bottom: 0;
		margin-bottom: 200px;
	}

	.process ul li:nth-child(3) .img-block {
		padding: 168px 0;
	}

	.process ul li:after {
		display: block;
		width: 66%;
	}

	.process .img-block {
		padding: 135px 0;
	}

	.process .img-block:after {
		visibility: visible;
	}

	.process .content-block {
		font-size: 18px;
		line-height: 40px;
		font-weight: 300;
	}

	.process .content-block .title {
		font-size: 20px;
		line-height: 30px;
	}

	.process {
		margin-bottom: 0px;
	}

	.team h1 {
		padding-top: 24px;
	}

	.latest-research-section .img-block a {
		display: block;
		background-color: #7b66ff;
	}
}

@media (min-width: 1025px) {
	.case-study .view-all {
		position: absolute;
	    bottom: 5px;
	    right: 100px;
	    display: block;
	    font-size: 18px;
	    font-weight: 300;
	    line-height: 55px;
	    color: #fff;
	}

	.case-study .view-all:hover {
		color: #604bfe;
	}

	.process ul li:first-child .img-block {
		margin-bottom: 0;
		padding-bottom: 135px;
	}

	.process ul li:after {
		left: 15%;
		width: 70%;
	}
}

@media (min-width: 1200px) {
	#main {
		padding-top: 180px;
	}

	.nav-opener {
		width: 40px;
		height: 40px;
		padding: 3px 0 0;
		margin-right: 15px;
	}

	.nav-opener .line {
		width: 25px;
		height: 2px;
		margin: 7px auto;
	}

	.nav-opener.close .line:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(7px, 7px);
		-ms-transform: rotate(45deg) translate(7px, 7px);
		transform: rotate(45deg) translate(7px, 7px);
	}

	.nav-opener.close .line:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(6px, -6px);
		-ms-transform: rotate(-45deg) translate(6px, -6px);
		transform: rotate(-45deg) translate(6px, -6px);
	}

	#header {
		padding: 60px 0;
	}

	#header .nav-desktop {
		margin-left: auto;
		margin-right: 52px;
		margin-bottom: 7px;
	}

	#header .nav-desktop ul a {
		font-size: 16px;
	}

	#footer .container .col.logo-footer img {
		width: 200px;
	}

	#footer .container .col.copyright {
		font-size: 16px;
	}

	.main-section {
		padding-top: 320px;
		height: 760px;
	}

	.values {
		margin-bottom: 130px;
	}

	.case-study .img-block {
		margin-top: -150px;
	}

	.case-study .slider-wrapper.slick-slide {
		padding-top: 180px;
	}

	.companies-section .container {
		font-size: 18px;
		line-height: 35px;
	}

	.companies-section h1 {
		margin-bottom: 0px;
		font-size: 25px;
	}

	.isotope-grid {
		margin: 0 -3.3% 50px;
	}

	.isotope-grid .logo-item {
		margin: 0 3.3% 60px;
	}

	.isotope-grid .logo-item a {
		border: 21px solid #f8f7ff;
	}

	.isotope-grid .logo-item img {
		width: 55%;
	}

	.filter-block {
		margin: 70px 0px 0px 0px;
	}

	.details h3 {
		font-size: 25px;
	}

	.details .links-block {
		font-size: 18px;
	}

	.details .links-block span {
		font-weight: 300;
	}

	.contact h3 {
		font-size: 25px;
	}

	.contact .links-block {
		font-size: 18px;
	}

	.contact .links-block span {
		font-weight: 300;
	}
	.team .team-list li:before {
		height: 70%;
	}

	.team .img-block picture img {
		width: 100%;
	}

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

	.team .content-block p {
		margin-bottom: 50px;
	}

	.team .content-block p:last-of-type {
		margin-bottom: 0;
	}

	.team .content-block > a {
		display: inline-block;
		margin-top: 30px;
	}

	.latest-research-section h2 {
		font-size: 25px;
		margin-bottom: 78px;
	}

	.nav-burger {
		right: -600px;
		min-width: 300px;
	}

	.nav-burger .col {
		border-bottom: 1px solid #67608a;
	}

	.nav-burger .title {
		font-size: 16px;
	}

	.nav-burger ul li a {
		font-size: 16px;
	}
}

@media (min-width: 1201px) {
	#header .logo img {
		width: 250px;
	}

	#footer .container .title {
		margin-bottom: 42px;
		font-size: 18px;
	}

	#footer .container ul li {
		margin-bottom: 22px;
	}

	#footer .container ul li a {
		font-size: 16px;
		line-height: normal;
	}

	.case-study .content-block {
		padding: 60px 120px 100px 15%;
		font-size: 18px;
		line-height: 40px;
	}

	.case-study h3 {
		font-size: 25px;
	}
}

@media (min-width: 1366px) {
	.nav-opener.close {
		/* right: 88px;
		top: 100px; */
	}

	.details .back:before {
		position: absolute;
		content: "";
		top: 57%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 30px;
		width: 23px;
		height: 18px;
		background-image: url(../images/icon-view-all-arrow.svg);
		-webkit-transition: left .3s ease;
		transition: left .3s ease;
	}

	.contact .back:before {
		position: absolute;
		content: "";
		top: 57%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 30px;
		width: 23px;
		height: 18px;
		background-image: url(../images/icon-view-all-arrow.svg);
		-webkit-transition: left .3s ease;
		transition: left .3s ease;
	}

	#header .container {
		max-width: 1745px;
	}

	#footer .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1760px;
	}

	#footer .container ul li {
		margin-bottom: 22px;
	}

	.values .content-block {
		width: 55%;
		padding: 80px 100px 50px 60px;
		margin-right: 10px;
	}

	.values h2 {
		font-size: 25px;
	}

	.values ul li {
		font-size: 18px;
		line-height: 2;
		padding-left: 35px;
		font-weight: 200;
	}

	.values ul li:before {
		width: 8px;
		height: 30px;
	}

	.programs {
		margin-bottom: 150px;
	}

	.programs .img-block img {
		max-width: inherit;
		width: 221px;
	}

	.programs .content-block {
		padding: 81px 66px 116px 130px;
		font-size: 18px;
		line-height: 40px;
		font-weight: 100;
	}

	.programs h2 {
		font-size: 25px;
	}

	.programs h3 {
		font-size: 25px;
	}

	.programs p a {
		margin-top: 70px;
		font-weight: 500;
	}

	.details h1 {
		margin-bottom: 20px;
	}

	.details .back:before {
		width: 36px;
		height: 27px;
		background-repeat: no-repeat;
		/* background-size: 36px 27px; */
	}

	.details .back {
		bottom: -76px;
    width: 180px;
    height: 76px;
    font-size: 20px;
    font-weight: 300;
	}

	.details .content-block {
		padding: 45px 100px;
		font-size: 18px;
		font-weight: 300;
		line-height: 40px;
	}

	.details .logo-details img {
		width: 150px;
	}

	.details h3 {
		margin-bottom: 10px;
	}

	.details .links-block span:last-child {
		margin-top: 40px;
	}

	.contact h1 {
		margin-bottom: 20px;
	}

	.contact .back:before {
		width: 36px;
		height: 27px;
		background-repeat: no-repeat;
		/* background-size: 36px 27px; */
	}

	.contact .back {
		bottom: -76px;
    width: 180px;
    height: 76px;
    font-size: 20px;
    font-weight: 300;
	}

	.contact .content-block {
		padding: 45px 140px 50px 20px;
		font-size: 18px;
		font-weight: 300;
		line-height: 40px;
	}

	.contact .logo-details img {
		width: 200px;
	}

	.contact h3 {
		margin-bottom: 10px;
	}

	.contact .links-block span:last-child {
		margin-top: 40px;
	}
	.process .subtitle {
		padding: 0 80px;
	}

	.process ul {
		margin-top: 170px;
	}

	.process .content-block .title {
		padding-top: 0;
	}

	.team .team-list li:before {
		height: 60%;
		top: 300px;
	}

	.team .content-block p a {
		font-size: 18px;
		line-height: 55px;
	}

	.latest-research-section h3 a {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}

	.nav-burger {
		padding: 100px 30px 100px 40px;
	}

	.nav-burger .col {
		padding-top: 45px;
	}

	.nav-burger .col:first-of-type {
		padding-top: 0px;
	}

	.nav-burger .title {
		margin-bottom: 0px;
	}

	.nav-burger ul {
		padding-bottom: 10px;
	}

	.nav-burger ul li {
		margin-bottom: 0px;
		list-style: none;
        margin-left: inherit;
	}
}

@media (min-width: 1367px) {
	.main-section {
		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;
		height: 760px;
		padding-top: 200px;
	}

	.main-section h1 {
		letter-spacing: -.4px;
		line-height: 1.8;
	}

	.about {
		padding: 176px 0 300px;
	}

	.about h2 {
		letter-spacing: -.5px;
	}

	.startup {
		padding: 50px 0 50px;
	}

	.startup span {
		letter-spacing: -.7px;
	}

	.values {
		margin-bottom: 130px;
	}

	.case-study {
		margin-right: 80px;
	}

	.case-study .logo-sub img {
		width: 200px;
		margin: 0 0 0 10%;
	}

	.team .content-block {
		padding: 27px 120px 48px;
		font-size: 18px;
		line-height: 40px;
	}

	.team .content-block h3 {
		font-size: 22px;
	}

	.latest-research-section ul li {
		font-weight: 200;
		line-height: 32px;
		font-size: 16px;
	}
}

@media (min-width: 1439px) {
	.values .container {
		max-width: 1630px;
	}

	.values .img-block {
		margin: -68px 0 -68px 2%;
		width: 40%;
	}

	.values .content-block {
		padding: 100px 50px 100px 60px;
	}

	.process .img-block {
		padding: 140px 0;
	}
}

@media (min-width: 1440px) {
	.case-study .logo-sub img {
		margin: 0 0 0 18%;
	}
}

@media (min-width: 1660px) {
	.main-section {
	    padding: 165px 0 101px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: 0% 80%;
	}
	.case-study {
    padding: 39px 0 100px;
	}


.case-study .content-block {
    height: 630px;
}

.case-study .slick-prev,
	.case-study .slick-next {
	bottom: 100px;
}
}
@media (max-width: 1023px) {
	.process .subtitle {
		line-height: 2;
	}

	.process ul li:last-child .content-block {
		padding-bottom: 0;
	}
}

@media (max-width: 424px) {
	.details .img-block img {
		object-fit: none;
		min-height: 180px;
	}

	.team {
		padding-top: 24px;
	}
}


/*---------------------------------
    contact page styles
-----------------------------------*/

.contact {
	position: relative;
	margin-bottom: 140px;
	width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

@media (min-width: 1500px) {
	.contact {
		width: 70%;
	}
}

.contact h1 {
	margin-bottom: 0;
}

.contact .back {
	position: absolute;
	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;
	left: 0;
	bottom: -50px;
	height: 50px;
	width: 135px;
	padding: 0 0 0 23px;
}

.contact .back:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 23px;
  height: 18px;
  background-image: url(../images/icon-view-all-arrow.svg);
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.contact .back:hover:before {
	left: 15px;
}

.contact .content-left {
	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;
	padding: 35px 40px 41px;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	color: #5f5f5f;
	background-color: #fff;
}


.contact .content-right {
	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;
	padding: 25px 30px 41px;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	color: #5f5f5f;
	background-color: #f7f7f7;
}

@media (max-width: 1023px) {
	.contact {
		width: 100%;
	}
	.contact .content-left {
		padding-bottom: 30px;
	}
	.contact .content-right {
		padding: 0px 40px 41px;
	}
}

@media (max-width: 1024px) {
	.contactform {
		width: 100%;
	} 

	.contactform textarea {
	}
}
@media (min-width: 1025px) {
	.contactform textarea {
	//width: 420px;
	}
}

.contact .img-block {
	min-height: 180px;
}

.contact .img-block img {
	width: 100%;
}

.contact .logo-details {
	display: block;
	margin-bottom: 0px;
}

.contact .logo-details img {
	width: 120px;
}

.contact h3 {
	margin-bottom: -2px;
	font-size: 20px;
	font-weight: 400;
	color: #271d59;
}

.contact .links-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	margin-top: auto;
}

.contact .links-block span {
	font-weight: 400;
	color: #271d59;
}

.contact .links-block span:first-child {
	margin-bottom: 13px;
}

.contact .links-block a {
	font-weight: 500;
}

.contact .links-block a:hover {
	color: #271d59;
}

.contactform .contact-buttons {
	display: block;
	width: 120%;
}


/****** Contact form styles ******/

.contactform {
	width: 70%;
	margin-top: 10px;
}

.contactform p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
    line-height: 2;
}

.contactform input {
	font-size: 16px;
	margin-bottom: 10px;
}

.contactform textarea {
	font-size: 16px;
	height: 110px;
}

.submitbtn {
	padding: 10px 35px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #7b66ff;
}

.submitbtn:hover,
.submitbtn:focus {
	background-color: #271d59;
}
.clearbtn {
	padding: 10px 35px;
    text-align: center;
    border: 1px solid #e3e4e3;
}

.clearbtn:hover,
.clearbtn:focus {

}

.contactform input::placeholder {
  color: #d2d2d2;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2d2d2;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #d2d2d2;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #d2d2d2;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #d2d2d2;
}


.contactsuccess{
    font-size: 14px;
    line-height: 2;
    width: 420px;
    color: #7a67ff;
    font-weight: 400;
}
.contacterror{
    font-size: 14px;
    line-height: 2;
    width: 420px;
    color: #ff6767;
    font-weight: 400;
}



/*---------------------------------
    privacy and terms page styles
-----------------------------------*/

.privacy, .terms {
	position: relative;
	margin-bottom: 140px;
	width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

@media (min-width: 1500px) {
	.privacy, .terms {
		width: 70%;
	}
}

.privacy, .terms h1 {
	margin-bottom: 0;
}
.privacy, .terms h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #271d59;
}
.privacy, .terms h3 {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 400;
	color: #7B66FF;
}
.privacy .content-left {
	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;
	padding: 35px 40px 41px;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	color: #5f5f5f;
	background-color: #fff;
}

.terms .content-left {
	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;
	padding: 35px 40px 41px;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	color: #5f5f5f;
	background-color: #fff;
}

.terms p{
	margin-bottom: 20px;
}

.terms ol{
	padding-left: 30px;
	list-style-type: lower-alpha;
	margin-bottom: 25px;
	margin-top: 0px;
}

.terms .inner{
	list-style-type: lower-roman;
}
button.btnAction {
    padding: 3px 35px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #7b66ff;
}
a.dev_clear {
    padding: 10px 35px;
    text-align: center;
    border: 1px solid #e3e4e3;
    color: #5f5f5f;
}
p.error {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}
p.success {
    font-size: 14px;
    line-height: 1.6;
    width: 280px;
    color: #7a67ff;
    font-weight: 400;
    margin-top: 14px;
}



div#mail-status {
    min-width: 300px;
    width: 100%;
}
.contactform span {
    font-size: 12px;
}