/* ------------------------ style reset ------------------------ */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

a {
	text-decoration: none;
}

/* ------------------------ general ------------------------ */

body {
	background: white;
}

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
	padding-top: 0px !important;
}

.wrapper {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrapper-flex-top {
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
}

.wrapper-flex-work {
	display: flex;
	justify-content: space-between;
}

.height100 {
	height: 100%;
}

/* ------------------------ header ------------------------ */

#header-top {
	width: 100%;
	height: 150px;
	background: none;
	top: 0;
}

.logo {
	height: 80px;
	width: 350px;
	margin: 3px;
	display: flex;
	justify-content: space-between;
	font-family: 'Mulish', sans-serif;
	color: aliceblue;
}

.logo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

/* ------------------------ menu ------------------------ */

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 0 !important;
	transition: all .1s ease-in-out !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
	padding: 0 !important;
	font-family: 'Mulish', sans-serif !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 28px !important;
	color: #5F5A6C !important;
	transition: none !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.et_header_style_split #et-top-navigation nav>ul>li>a:hover {
	color: #fff !important;
	border-bottom: 2px solid white;
	margin-top: 2px !important;
}

#top-menu li {
	padding: 0 0 0 30px !important;
}

#top-menu {
	display: flex;
	align-items: center;
}

li.menu-contact {
	margin-left: 40px;
}

.menu-contact a {
	height: 50px !important;
	padding: 0 15px 0 50px !important;
	background: url("images/contact-icon.png") no-repeat 15px center, linear-gradient(100.85deg, #1437C6 8.91%, #5C90FE 132.32%), #0056FF !important;
	border-radius: 3px !important;
	display: block !important;
	text-align: center;
	color: #FFFFFF !important;
	line-height: 50px !important;
	transition: all .1s ease-in-out !important;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-item-12>a:hover,
.et_header_style_split #et-top-navigation nav>ul>li.menu-item-12>a:hover {
	border: none !important;
	margin-top: 0 !important;
}



.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

.nav-collapse li {
	width: 100%;
	display: block;
}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.nav-collapse.opened {
	max-height: 9999px;
}

.disable-pointer-events {
	pointer-events: none !important;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media screen and (min-width: 40em) {
	.js .nav-collapse {
		position: relative;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}

	.nav-toggle {
		display: none;
	}
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	position: fixed;
	opacity: 0;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.android .mask {
	-webkit-transition: none;
	transition: none;
}

.js-nav-active .mask {
	visibility: visible;
	opacity: 1;
}

@media screen and (min-width: 40em) {
	.mask {
		display: none !important;
		opacity: 0 !important;
	}
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.nav-collapse,
.nav-collapse * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 40em) {
	.nav-collapse {
		float: right;
		width: auto;
	}
}

.nav-collapse li {
	float: left;
	width: 100%;
	padding: 0 0 0 30px;
}

@media screen and (min-width: 40em) {
	.nav-collapse li {
		width: auto;
		padding: 0 0 0 30px;
	}
}

.nav-collapse a {
	border: none;
	text-decoration: none;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #5F5A6C;
	transition: none;
	width: 100%;
	float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
	color: #fff !important;
	border-bottom: 2px solid white;
	margin-top: 2px !important;
}

@media screen and (min-width: 40em) {
	.nav-collapse a {
		padding: 0;
		font-family: 'Mulish', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
		color: #5F5A6C;
		transition: none;
	}
}

.nav-collapse ul ul a {
	background: none;
	padding: 0;
}

@media screen and (min-width: 40em) {
	.nav-collapse ul ul a {
		display: none;
	}
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
	font-family: "responsivenav";
	src: url("../icons/responsivenav.eot");
	src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
		url("../icons/responsivenav.ttf") format("truetype"),
		url("../icons/responsivenav.woff") format("woff"),
		url("../icons/responsivenav.svg#responsivenav") format("svg");
	font-weight: normal;
	font-style: normal;
}

.nav-toggle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-indent: -300px;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 55px;
	float: right;
	z-index: 22222;
}

.nav-toggle:before {
	color: #fff;
	/* Edit this to change the icon color */
	font: normal 28px/55px "responsivenav";
	/* Edit font-size (28px) to change the icon size */
	text-transform: none;
	text-align: center;
	position: absolute;
	content: "\2261";
	/* Hamburger icon */
	text-indent: 0;
	speak: none;
	width: 100%;
	left: 0;
	top: 0;
}

.nav-toggle.active:before {
	font-size: 24px;
	content: "\78";
	/* Close icon */
}


/* ------------------------ Top ------------------------ */

#top {
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background: url("images/background-top.png") no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.top-text {
	width: 525px;
	height: auto;
	margin: 0;
	padding: 0;
}

.top-text h1 {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.top-text h2 {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #C3C3C3;
	margin: 15px 0 50px 0;
	padding: 0;
}

.image-top {
	margin: 15px 0 0 0;
	display: block;
}

.main-button {
	display: block;
	width: 146px;
	height: 50px;
	background: linear-gradient(100.85deg, #1437C6 8.91%, #5C90FE 132.32%);
	border-radius: 3px;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}

/* ------------------------ About us ------------------------ */

#aboutus {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
}

h4.smalltitle {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 1.5px;
	color: #5577ff;
	margin: 0 0 10px;
}

h2.largetitle {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 54px;
	letter-spacing: -1.5px;
	color: #0F0625;
	width: 725px;
	margin: 0 0 50px;
}

h2.whitelargetitle {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 54px;
	letter-spacing: -1.5px;
	color: #a0c9ff;
	width: 725px;
	margin: 0 0 50px;
}

.about-us-item {
	width: 350px;
	height: auto;
	overflow: hidden;
}

.image-about-us {
	margin: 0 0 30px -15px;
}

.largesubtitle {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -1.5px;
	color: #0F0625;
	margin: 0 0 0px;
}

.main-p {
	width: 280px;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #404040;
	margin: 0;
}

/* ------------------------ how-we-work ------------------------ */

#how-we-work {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 200px 0 0px;
	background: url("images/background-how-we-work.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.how-we-work-text {
	width: 540px;
}

.white-title {
	color: #FFFFFF !important;
	width: 100% !important;
	margin: 0 0 20px !important;
}

p.white-p {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #E3D8FF;
}

p.black-p {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #404040;
}

/* ------------------------ hiring ------------------------ */

#hiring {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
}

#hiring h2.largetitle {
	margin: 0 0 20px;
}

/* ------------------------ partners ------------------------ */

#partners {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 150px 0 250px;
	background: url("images/background-partners.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

/* ------------------------ contact ------------------------ */

#contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 100px;
}

.wrapper-form {
	margin: 0 0 30px;
}

.wpcf7-form .input-wrapper {
	width: 47%;
	height: 50px;
	position: relative;
}

.wpcf7-form .textarea-wrapper {
	width: 100%;
	height: 150px;
	position: relative;
}

.wpcf7-form input {
	width: 100% !important;
	background: none !important;
	border: none !important;
	height: 30px !important;
	margin: 20px 0 0 0 !important;
	border-bottom: 3px solid #A2A2A2 !important;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	color: #404040;
}

.wpcf7-form textarea {
	width: 100% !important;
	background: none !important;
	border: none !important;
	height: 130px !important;
	margin: 20px 0 0 0 !important;
	border-bottom: 3px solid #A2A2A2 !important;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	color: #404040;
}

.wpcf7-form .eticheta {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
	position: absolute;
	top: 5px;
	left: 15px;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-transform: capitalize;
	color: #A2A2A2;
	;
}

.wpcf7-form label:focus-within .eticheta,
.wpcf7-form input:valid+.eticheta {
	top: 0px;
	font-size: 8px;
	left: 0;
}

.wpcf7-form .wpcf7-submit {
	width: 129px !important;
	height: 68px !important;
	float: right !important;
	background: url("images/submit.png") no-repeat center center !important;
	border: none !important;
	color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
}

.contact-top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

input:valid~label.fcf-label,
textarea:valid~label.fcf-label,
input:focus~label.fcf-label,
textarea:focus~label.fcf-label {
	font-size: 0.75em;
	color: #CCCCCC;
	top: -15px;
	left: 0;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.fcf-form-group {
	width: 47%;
	height: auto;
	position: relative;
}

.fcf-form-group label.fcf-label {
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
	pointer-events: none;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-transform: capitalize;
	color: #A2A2A2;
}

input,
textarea {
	width: 100% !important;
	background: none !important;
	border: none !important;
	height: 30px !important;
	border-bottom: 3px solid #A2A2A2 !important;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-transform: capitalize;
	color: #404040;
}

input~span,
textarea~span {
	display: block;
	width: 0;
	height: 3px;
	background: #8e44ad;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

input:focus,
textarea:focus {
	outline: 0;
}

input:focus~span,
textarea:focus~span {
	width: 100%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

textarea {
	width: 100%;
	height: 100px !important;
	margin: 0 0 50px;
}

.wide {
	width: 100% !important;
}

#fcf-button {
	width: 129px !important;
	height: 68px !important;
	float: right !important;
	background: url("images/submit.png") no-repeat center center !important;
	border: none !important;
	color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
}

#footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 150px 0 150px;
	background: url("images/background-footer.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.footer-left {
	width: 450px;
	height: auto;
	display: flex;
}

.logo-footer {
	margin: 15px;
	cursor: pointer;
	height: 80px;
	width: 80px;
	border-radius: 50%;
}

.footer-p {
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.footer-right {
	width: 300px;
	text-align: right;
}

.social {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	margin: 0 0 15px;
}

.privacy {
	text-decoration: none;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
}

@media (max-width:1200px) {
	.wrapper {
		width: 1000px;
	}

	#how-we-work img {
		width: 420px;
	}
}

@media (max-width:1050px) {
	.wrapper {
		width: 800px;
	}

	.top-text h1 {
		font-size: 36px;
		line-height: 50px;
		letter-spacing: -1.5px;
	}

	.wrapper-flex-top {
		margin-top: 100px;
	}

	.about-us-item {
		width: 200px;
	}

	.main-p {
		width: 100%;
		font-size: 15px;
	}

	#how-we-work {
		padding: 150px 0 100px;
	}

	.how-we-work-text {
		width: 400px;
	}

	h2.largetitle {
		font-size: 36px;
		line-height: 48px;
		letter-spacing: -1px;
	}

	#how-we-work img {
		width: 320px;
	}

	#partners .wrapper-flex {
		flex-wrap: wrap;
	}

	#partners .wrapper-flex a {
		flex: 1 0 33%;
		margin: 0 0 30px;
	}

	.et_mobile_menu {
		position: absolute;
		left: 0;
		padding: 5%;
		background: #181328 !important;
		width: 100%;
		z-index: 9999;
		border: none !important;
		box-shadow: none !important;
		height: 100%;
		text-align: center;
	}

	.et_mobile_menu li a {
		margin-bottom: 20px !important;
		font-size: 22px !important;
		color: white !important;
	}

	li.menu-item-12 {
		margin-left: 0px !important;
	}
}

@media (max-width:850px) {
	.wrapper {
		width: 600px;
	}

	.top-text h1 {
		font-size: 26px;
		line-height: 38px;
		letter-spacing: -1px;
	}

	h2.largetitle {
		font-size: 34px;
		line-height: 46px;
		letter-spacing: -1px;
		width: 100%;
	}

	#aboutus .wrapper-flex {
		display: block;
	}

	.image-about-us {
		margin: 0 0 10px;
		width: 100px;
	}

	.about-us-item {
		width: 300px;
		margin: 0 auto 70px;
		text-align: center;
	}

	#how-we-work img {
		width: 120px;
		height: auto;
		display: none;
	}
}

@media (max-width:650px) {
	.wrapper {
		width: 310px;
	}

	#top {
		width: 100%;
		height: auto;
		max-height: none;
	}

	.wrapper-flex-top {
		margin-top: 100px;
		display: block;
	}

	.top-text {
		width: 100%;
	}

	.top-text h1 {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: -0.5px;
	}

	.top-text h2 {
		margin: 15px 0 30px 0;
	}

	.image-top {
		margin: 75px 0 0 0;
		width: 100%;
	}

	h2.largetitle {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: -0.5px;
	}

	#partners .wrapper-flex a img {
		width: 75px;
		height: auto;
	}

	#contact .wrapper-flex {
		display: block;
	}

	.wpcf7-form .input-wrapper {
		width: 100%;
		height: 50px;
		margin: 0 0 50px;
	}

	#footer .wrapper-flex {
		display: block;
	}

	.footer-left {
		width: 250px;
		height: auto;
		margin: 0 auto 50px;
	}

	.footer-right {
		width: 200px;
		text-align: center;
		margin: 0 auto;
	}

	.et_header_style_left #et-top-navigation .mobile_menu_bar,
	.et_header_style_split #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0 !important;
	}

	#header-top {
		height: 75px;
	}

	.et_mobile_menu {
		padding: 75px 0 0 0;
	}

	.et_mobile_menu li a {
		margin-bottom: 10px !important;
		font-size: 14px !important;
		color: white !important;
	}

	.fcf-form-group {
		width: 100%;
		margin: 0 0 50px;
	}

	.contact-top {
		display: block;
	}

	.logo {
		height: 80px;
		width: 350px;
		margin: 0;
		display: flex;
		justify-content: space-between;
		font-family: 'Mulish', sans-serif;
		color: aliceblue;
	}

	.nav-collapse.opened {
		z-index: 2;
	}

	.active-x {
		display: none;
	}

	.opened .nav-collapse,
	.nav-collapse ul {
		list-style: none;
		float: none !important;
		display: block !important;
		align-items: center;
		position: fixed !important;
		width: 100vw !important;
		height: 100vh !important;
		z-index: 111 !important;
		top: 0 !important;
		left: 0 !important;
		background: #0B0814 !important;
		padding: 125px 0 0 0 !important;
	}

	.nav-collapse li {
		float: none !important;
		width: 200px !important;
		margin: 0 auto 20px !important;
		padding: 0 !important;
		text-align: center !important;
		overflow: hidden !important;
	}
}