@charset "UTF-8";

html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General styling */
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smooth: always;
}

html,
body {
	overflow-x: hidden;
}

html {
	-ms-overflow-style: scrollbar;
	/* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 18px/1.667 'Montserrat', sans-serif;
	letter-spacing: -0.15px;
	color: #000000;
	background: #FFF;
}

body {
	min-height: 100vh;

	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;

	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;

	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.33;
	font-weight: 700;
    color: #232c2e;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 26px;
}

h4,
h5,
h6 {
	font-size: 18px;
}

@media (max-width: 846px) {

	/* 846px for NOTE8< */
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}
}

p {
	margin-bottom: 20px;
}

span {
	display: inline;
}

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

a:not([class]) {
	text-decoration: underline;
}

a:not([class]):focus {
	outline: none;
}

img,
iframe {
	max-width: 100%;
	height: auto;
}

i:not([class]),
em,
cite,
dfn {
	font-style: italic;
}

ul,
ol {
	margin: 0 0 25px 20px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

nav ul,
nav ol {
	margin: 0;
	list-style: none;
}

b,
strong,
th,
legend {
	font-weight: 700;
}

small {
	font-size: 75%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

mark {
	padding: 3.5px;
	background-color: #f1f1f1;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

dl {
	margin-bottom: 20px;
}

dl dt {
	font-weight: 700;
	margin: 15px 0 5px;
}

dl dt:first-child {
	margin-top: 0;
}

dd {
	margin-left: 0;
	margin-bottom: 0px;
}

samp {
	font-family: monospace;
	font-size: inherit;
}

kbd {
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	background-color: #e6e6e6;
	padding: 2px 4px 0 4px;
}

table {
	margin-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

th,
td {
	border: 1px solid #eceeef;
	padding: 10px;
}

caption {
	font-size: 15px;
	padding: 10px 0;
	color: #636c72;
	caption-side: bottom;
}

pre {
	font: 14px/1.25 monospace;
	letter-spacing: -0.65px;
	padding: 6px 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	color: #0a0a0a;
}

code {
	display: inline-block;
	font: 14px/1.25 monospace;
	letter-spacing: -0.65px;
	padding: 0.125rem;
}

pre code {
	display: block;
	font: inherit;
	letter-spacing: inherit;
	overflow-x: auto;
	padding: 15px 64px 15px 15px;
	background: #f9f9f9;
	border: 1px solid #cacaca;
	color: #0a0a0a;
}

blockquote {
	position: relative;
	color: #041e42;
	background-color: #FFF;
	margin: 0 0 25px;
	padding: 5px 0 5px 30px;
	border-left-style: solid;
	border-left-width: 4px;
	border-color: #041e42;
}

blockquote:before {
	content: "";
	display: block;
	width: 53px;
	height: 34px;
	background: url('assets/images/icons/ic-quotes.png') center center no-repeat;
	background-size: contain;
	margin-bottom: 10px;
}

blockquote footer {
	font-size: 75%;
	color: #636c72;
}

blockquote :last-child {
	margin-bottom: 0px;
}

figcaption {
	font-size: 75%;
	margin-top: 8px;
}

legend {
	margin-bottom: 5px;
}

label {
	display: block;
	cursor: pointer;
}

button,
input,
textarea {
	font-family: inherit;
	line-height: normal;
	margin: 0;
}

textarea {
	min-height: 80px;
	resize: vertical;
}

[type="submit"],
[type="reset"],
[type="button"],
[type="text"],
[type="email"],
[type="tel"],
[type="search"],
button {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button,
[type="submit"],
[type="reset"],
[type="button"] {
	cursor: pointer;
}

textarea:focus,
button:focus,
div[contenteditable="true"]:focus,
[class~="btn"]:focus,
[type="text"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="submit"]:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(29, 161, 242, 0.7);
	box-shadow: 0 0 0 1px rgba(29, 161, 242, 0.7);
}

[hidden] {
	display: none;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

p+h2,
p+h3,
p+h4,
ul+h2,
ul+h3,
ul+h4,
ol+h2,
ol+h3,
ol+h4,
code+h2,
code+h3,
code+h4,
table+h2,
table+h3,
table+h4,
blockquote+h1,
blockquote+h2,
blockquote+h3,
blockquote+h4 {
	margin-top: 35px;
}

/* WordPress Core */
.alignnone {
	margin: 5px 20px 5px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

#wpadminbar {
	display: none !important;
}

html.js,
html.no-js,
html {
	margin-top: 0 !important;
}

/* End of WordPress Core */
.background {
	background-size: cover;
	background-position: center center;
}

ul:after,
ol:after,
nav:after,
.container:after,
.row:after,
.clearfix:after,
form:after {
	content: "";
	display: block;
	clear: both;
}

header:before,
header:after,
footer:before,
footer:after,
section:before,
section:after {
	content: " ";
	display: table;
}

.fluid-container {
	width: 100%;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.container {
	max-width: 1210px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* Input placeholder CSS */
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	transition: color .35s ease;
	-webkit-transition: color .35s ease;
}

:-ms-input-placeholder {
	/* IE 10+ */
	-webkit-transition: color .35s ease;
	transition: color .35s ease;
}

::-ms-input-placeholder {
	/* Chrome/Opera/Safari */
	transition: color .35s ease;
	-webkit-transition: color .35s ease;
}

::placeholder {
	/* Chrome/Opera/Safari */
	transition: color .35s ease;
	-webkit-transition: color .35s ease;
}

:focus::-webkit-input-placeholder {
	color: transparent !important;
}

:focus::-moz-placeholder {
	color: transparent !important;
}

:focus:-ms-input-placeholder {
	color: transparent !important;
}

:focus:placeholder {
	color: transparent !important;
}

/* CF7 styling */
div.wpcf7-response-output {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 15px 0 0;
	border-radius: 4px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #ff3c3c;
	border-color: #ff3c3c;
}

div.wpcf7-mail-sent-ok {
	background: #398f14;
	border-color: #398f14;
}

div.wpcf7 .ajax-loader {
	/* this loader uses precious space */
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden !important;
	opacity: 0 !important;
	z-index: -1;
}

span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 5px 0 0;
	padding: 5px 10px;
	color: #ff3c3c;
	background: none;
	border-color: none;
	border-radius: 4px;
}

span.wpcf7-list-item {
	margin: 0;
}

/* Global classes */
.flex {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-align-center {
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.flex-direction-column {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-auto {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.flex-100 {
	width: 100%;
}

.flex-50 {
	width: 50%;
}

.flex-33 {
	width: 33.33%;
}

.flex-25 {
	width: 25%;
}

/* @Header */
header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
	z-index: 100;
	background: transparent;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0);
	transition: .38s ease, top 0s;
}
header .fluid-container {
    width: 1760px;
    max-width: 100%;
    margin: 0 auto;
}
.header-inner {
	padding: 8px 0;
}
.header-inner ul {
    margin: 0;
    list-style: none;
}
.header-inner ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 300;
    color: #FFFFFF;
	transition: .25s ease;
}
.header-inner ul li:not(:last-child) {
    margin-right: 15px;
}
.header-inner ul li a {
    position: relative;
    display: block;
    text-decoration: none;
}
.header-inner ul li a::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -10px;
    display: block;
    height: 2px;
    background-color: #cfe1f1;
    opacity: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}
@media (hover: hover) {
    .header-inner ul li a:hover::after,
    .header-inner ul li a:focus::after {
        opacity: 1;
    }
}
.main-navigation {
    margin-right: 40px;
}
.logo {
	position: relative;
	width: 76px;
	z-index: 20;
}
.logo svg {
    display: block;
    width: 76px;
	height: 76px;
	transition: .25s ease;
}
.logo svg line {
	transition: .25s ease;
}
.logo a {
    display: block;
}

html.fixed-header header {
	position: fixed;
    top: 0;
	background: #232c2e;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.16);
}
html.fixed-header header .logo svg {
	width: 50px;
	height: 50px;
}
.sidenav {
	position: fixed;
	top: 50%;
	left: 40px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease;
	cursor: pointer;
	mix-blend-mode: exclusion;
}
.nav-item {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #cfe1f1;
	border-radius: 20px;
	margin-bottom: 10px;
	mix-blend-mode: exclusion;
}
.nav-item:last-child {
	margin-bottom: 0;
}
.nav-item::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #cfe1f1;
	opacity: 0;
	transition: .28s ease;
}
.nav-item:hover::after,
.nav-item.is-active::after {
	opacity: 1;
}
@media (max-width: 1200px) {
	.sidenav {
		display: none !important;
	}
}
@media (min-width: 1101px) {
	.mobile-button {
		display: none;
	}
}
@media (max-width: 1100px) {
	.header-inner {
		position: relative;
	}
	.mobile-button {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -9px;
		z-index: 20;
	}
	.mobile-button button {
		display: block;
		background: transparent;
		border: 0;
		padding: 0;
		box-shadow: none !important;
	}
	.mobile-button button span {
		display: block;
		width: 28px;
		height: 2px;
		background-color: #cfe1f1;
		margin-bottom: 6px;
	}
	.mobile-button button span:last-child {
		margin-bottom: 0;
	}
	.mobile-button button span:nth-child(2) {
		width: 20px;
	}
	.main-navigation {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: #232c2e;
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
	}
	html.menu-open .main-navigation {
		opacity: 1;
		visibility: visible;
	}
	html.menu-open,
	html.menu-open body {
		overflow: hidden !important;
	}
	.header-inner ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header-inner ul li {
		display: inline-block;
		margin-right: 0 !important;
	}
	.header-inner ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.header-inner ul li a {
		font-size: 20px !important;
	}
	header .logo svg {
		width: 50px !important;
		height: 50px !important;
	}
	.logo {
		width: 50px;
	}
	header {
		position: fixed;
		background: #232c2e;
	}
}
/* @first section */
.btn {
    display: inline-block;
    padding: 10px 45px;
    border: 2px solid #cfe1f1;
    border-radius: 40px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    background-color: transparent;
	box-shadow: 0 7px 5px 0px rgba(0,0,0,0);

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 22px;
	color: #FFFFFF;
}
.btn.btn-green {
	border-color: #232c2e;
	background-color: #232c2e;
}
@media (hover: hover) {
    .btn:hover,
    .btn:focus {
        background-color: #cfe1f1;
        color: #000000; 
		box-shadow: 0 7px 5px 0px rgba(0,0,0,0.15);
	}
	.btn.btn-green:hover,
	.btn.btn-green:focus {
		/* border-color: #00472F;
		background-color: #00472F;
		color: #FFFFFF; */
		color: #000000; 
		border-color: #cfe1f1;
        background-color: #cfe1f1;
	}
}
.first_section {
    position: relative;
    border-bottom-right-radius: 25vw;
    background-color: #232c2e;
    margin-bottom: 360px;
    z-index: 5;
}
.first_section .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    z-index: 1;
}
.first_section .left .background {
    width: 100%;
    height: 100%;
}
.first_section .right {
    padding: 325px 0 200px;
}
.first_section_inner {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    color: #FFFFFF;
}
.first_section h1 {
    margin-bottom: 15px;
    font-size: 54px;
    font-weight: 800;
	line-height: 1.11;
	color: inherit;
}
.first_section .header_title {
    position: relative;
}
.first_section .header_title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -40px;
    bottom: 0;
    display: block;
    width: 4px;
    background-color: #cfe1f1;
}
.first_section h2 {
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #cfe1f1;
}
.first_section .section_description {
    margin-top: 40px;
}
.first_section .button {
    margin-top: 60px;
}

/* @second section */
.about_section {
	margin-bottom: 360px;
}
.section_title {
	position: relative;
}
.section_title > h2 {
	position: relative;
	margin-bottom: 0;
	z-index: 5;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.33;
}
.section_title .behind-title {
	position: absolute;
	z-index: -1;
	opacity: .35;

	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	font-family: 'Montserrat', sans-serif;
	font-size: 128px;
	line-height: 0.95;
	font-weight: 900;
	color: #cfe1f1;
	white-space: nowrap;
}
.section_title .behind-title .big {
	font-size: 315px;
	line-height: 0.75;
}
.about_section .behind-title {
	top: -200px;
    left: -100px;
}
.about_section .section_title {
	margin-bottom: 60px;
}
.about_section .section_description {
	width: 560px;
	max-width: 100%;
}
.about_section_inner {
	margin-left: 105px;
}
.about_section .background_image {
	position: relative;
    margin-top: -170px;
    margin-left: 50px;
	z-index: -1;
}
.about_section .background_image img {
	display: block;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	   -moz-user-drag: none;
	   -o-user-drag: none;
	      user-drag: none;
}
.services {
	margin-right: -90px;
}
.services > div {
	padding-right: 90px;
}
.services .h3 {
	font-size: 36px;
	magin-bottom: 30px;
}
.services p {
	margin-bottom: 0;
}
.services > div .button {
	margin-top: 50px;
}
#services .button{
	padding-top:50px;
	text-align:center;
}
/* @Projects */
.slick-track {
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	        user-select: text;
}
.projects_section {
	position: relative;
	padding: 145px 0 125px;
	margin-bottom: 320px;
    border-top-left-radius: 25vw;
    background-color: #232c2e;
	z-index: 5;
	
	color: #FFFFFF;
}
.projects_section::before {
	content: attr(data-current-slide);
	position: absolute;
	top: -110px;
	right: 90px;
	opacity: .6;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 270px;
	line-height: 130px;
	color: #cfe1f1;
	z-index: 1;
}

.projects_slider .item {
	position: relative;
}
.projects_slider > .slick-list {
	overflow: visible !important;
}
.projects_slider .left_container {
	position: relative;
	z-index: 5;
	pointer-events: none;
}
.projects_slider .left_details {
    -webkit-transform: scaleX(-1) scaleY(-1);
            transform: scaleX(-1) scaleY(-1);
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
			writing-mode: tb-rl;
	height: 590px;
    /* white-space: nowrap; */
}
.projects_slider .left_details .name {
	margin-left: 20px;
	font-size: 70px;
	line-height: 1.1;
	color: #FFFFFF;
}
.projects_slider .left_details p {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	color: #cfe1f1;
}
.projects_slider .project_details {
	width: 380px;
	max-width: 100%;
	padding-top: 270px;
}
.projects_slider .project_details .border_button {
	margin-top: 40px;
}
.projects_slider .item:not(:first-child) {
	display: none;
}
.projects_slider .right_container {
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	width:60%;
	position:absolute;
	right:0;
	top: 0;
}
.item-slider {
	height: 590px !important;
}
.image-slider--item {
	width: 430px !important;
    height: 590px;
    margin-right: 40px;
}
.image-slider--item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.image-slider--item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: .38s ease;
	text-align: center;
	pointer-events: none;
}
.image-slider--item a .overlay span {
	font-size: 14px;
}
.image-slider--item a .overlay span::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #cfe1f1;
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(50px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
@media (hover: hover) {
	.image-slider--item a:hover .overlay,
	.image-slider--item a:focus .overlay {
		opacity: 1;
		visibility: visible;
	}
}
.image-slider--item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slider-arrows .prev-arrow {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding-left: 25px;
}
.slider-arrows .next-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding-right: 25px;
}
.slider-arrows button {
	position: relative;
	display: block;
	padding: 5px 10px;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.slider-arrows button::after {
	position: absolute;
	top: 7px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #FFFFFF;
}
.slider-arrows .prev-arrow::after {
	content: '';
	left: 5px;
}
.slider-arrows .next-arrow::after {
	content: '';
	right: 5px;
}
.slider-arrows button::before {
	content: attr(data-project);
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.image-slider--arrows {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.image-slider--arrows button {
	display: block;
	width: 65px;
	height: 65px;
	border: 0;
	padding: 0;
	margin: 0 2px;
	background: rgba(255, 255, 255, 0.3);

	font-size: 20px;
	color: #FFFFFF;
	line-height: 65px;
}
.image-slider--arrows button::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.image-slider--arrows .prev-arrow::before {
	content: '';
}
.image-slider--arrows .next-arrow::before {
	content: '';
}
/* modificari */
.image-slider--item {
	width: calc(100% - 20px) !important;
}
.projects_slider .right_container .image-slider--item:not(:first-child) {
	display: none;
}
.mfp-gallery .mfp-arrow {
	display: block;
    width: 65px;
    height: 65px;
    border: 0;
    padding: 0;
    margin: 0 2px;
    background: #4d8d79;
    font-size: 20px;
    color: #FFFFFF;
	line-height: 65px;
	
	bottom: 20px;
	top: auto;
	opacity: 0.9;
	transform: none;
}
.mfp-gallery .mfp-arrow:hover,
.mfp-gallery .mfp-arrow:focus {
	opacity: 1;
}
.mfp-gallery .mfp-arrow::before {
	content: '';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    opacity: 1;
	margin: 0;
	position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
}
.mfp-gallery .mfp-arrow-left {
    left: calc(50% - 70px);
}
.mfp-gallery .mfp-arrow-right {
    right: calc(50% - 70px);
}
.mfp-gallery .mfp-arrow:after {
	display: none;
}
.mfp-gallery .mfp-arrow-left::before {
	content: '';
}
/* @Teams */
.team_section {
	margin-bottom: 140px;
}
.team_section_inner {
	margin-left: 105px;
	margin-bottom: 115px;
}
.team_section .section_title .behind-title .big {
	font-size: 281px;
}
.team_section .section_title .behind-title {
	top: -122px;
	left: -280px;
}
.team_section .section_description {
	width: 660px;
	max-width: 100%;
	margin-top: 60px;
}
.team_members {
    list-style: none;
    margin: 0px -188px 0 112px;
}
/*.team_members {
	list-style: none;
	margin: 0 -40px 0 0;
}*/
.team_members li {
	padding-right: 40px;
	margin-bottom: 40px;
}
.team_members li img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transition: .28s ease;
	transition: .28s ease;
}
.team_members li:hover img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}
/* @newsletter */
.newsletter_section .green_container {
	position: relative;
    padding: 65px 15px 65px 105px;
    margin-bottom: 20px;
    border-top-right-radius: 250px;
    background-color: #232c2e;
}
.newsletter_section .green_container_inner {
	width: 745px;
	max-width: 100%;
}
.green_container h2 {
	font-size: 64px;
	color: #FFFFFF;
}
.section_title_wrapper {
	position: relative;
}
.section_title_wrapper::before {
	content: "";
    position: absolute;
    top: 17px;
    left: -40px;
    bottom: 3px;
    display: block;
    width: 4px;
    background-color: #cfe1f1;
}
.newsletter_section .section_description {
	color: #FFFFFF;
}
.newsletter_section .form_container [type="email"] {
	display: block;
	width: 100%;
	padding: 12px;
	border: 2px solid #cfe1f1;
	border-radius: 4px;
	background: transparent;

	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #FFFFFF;
}
.newsletter_section .form_container [type="email"]::-webkit-input-placeholder{
	color: #FFFFFF;
}
.newsletter_section .form_container [type="email"]:-ms-input-placeholder{
	color: #FFFFFF;
}
.newsletter_section .form_container [type="email"]::-ms-input-placeholder{
	color: #FFFFFF;
}
.newsletter_section .form_container [type="email"]::placeholder{
	color: #FFFFFF;
}
.newsletter_section .form_container .top {
	margin-bottom: 30px;
}
.newsletter_section .form_container .top .email {
	width: 100%;
}
.newsletter_section .form_container [type="submit"] {
	display: block;
	padding: 17px 25px;
	margin-left: 25px;
	border: 2px solid #FFFFFF;
	border-radius: 30px;
	background-color: #FFFFFF;
	transition: .28s ease;
	box-shadow: 0 7px 5px 0px rgba(0,0,0,0);

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #232c2e;
}
@media (hover: hover) {
	.newsletter_section .form_container [type="submit"]:hover,
	.newsletter_section .form_container [type="submit"]:focus {
		border-color: #cfe1f1;
        background-color: #cfe1f1;
        color: #000000; 
		box-shadow: 0 7px 5px 0px rgba(0,0,0,0.15);
	}
}
.newsletter_section .form_container .wpcf7-acceptance label {
	color: #FFFFFF;
}
.wpcf7-acceptance [type="checkbox"] {
	position: absolute;
	visibility: hidden;
	z-index: -99;
}
.wpcf7-acceptance label {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
}
.wpcf7-acceptance label::before {
	content: '';
	position: absolute;
	display: block;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
}
.wpcf7-acceptance label .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 5;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.wpcf7-acceptance label :checked + .wpcf7-list-item-label::before {
	opacity: 1;
	visibility: visible;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 525px;
	max-width: 100%;
}
.newsletter_section .fluid-container {
	width: 1940px;
	max-width: 100%;
}
.newsletter_section .section_backgorund img {
    display: block;
    margin-left: auto;
    margin-right: -380px;
}

/* @contact */
.contact_section_inner {
	margin-left: 105px;
    margin-bottom: 90px;
}
.contact_section .bottom_row {
	-webkit-box-shadow: 8px 8px 20px -10px rgba(0,0,0,0.3);
	        box-shadow: 8px 8px 20px -10px rgba(0,0,0,0.3);
    direction:rtl;
}
.contact_section .section_description {
	margin-top: 40px;
}
#google_maps {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.bottom_row .form_container {
	padding: 60px 170px 60px 70px;
}
#map {
	width: 100%;
	height: 100%;
}
.contact_section .form_container .label {
	margin-bottom: 8px;
	margin-left: 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #232c2e;
}
.contact_section .form_container .item {
	position: relative;
	margin-bottom: 14px;
}
.contact_section .form_container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.contact_section .form_container textarea {
	display: block;
	width: 100%;
	padding: 12px;
	border: 2px solid #232c2e;
	border-radius: 4px;
	background: transparent;

	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #000000;
}
.contact_section .form_container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).wpcf7-not-valid, 
.contact_section .form_container textarea.wpcf7-not-valid {
	color: #F92510 !important;
	border-color: #F92510 !important;
}
.contact_section .form_container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).wpcf7-not-valid::placeholder {
	color: #F92510 !important;
	border-color: #F92510 !important;
} 
.contact_section .form_container textarea.wpcf7-not-valid::placeholder {
	color: #F92510 !important;
}
.contact_section .wpcf7-acceptance.wpcf7-not-valid label {
	color: #F92510 !important;
}
.contact_section .form_container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::placeholder {
	color: #666666;
}
.contact_section .form_container textarea::placeholder {
	color: #666666;
}
.contact_section .wpcf7-acceptance label::before {
	border: 1px solid #a0a0a0;
}
.contact_section .form_container .wpcf7-acceptance label {
	color: #a0a0a0;
}
.contact_section .wpcf7-acceptance label .wpcf7-list-item-label::before {
	background-color: #a0a0a0;
}
.contact_section .form_container [type="submit"] {
    display: block;
    padding: 17px 25px;
    border: 2px solid #232c2e;
    border-radius: 30px;
	background-color: #232c2e;
	transition: .28s ease;
	box-shadow: 0 7px 5px 0px rgba(0,0,0,0);

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
}
.contact_section .form_container .submit {
	margin-top: 30px;
}
.wpcf7-not-valid-tip {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 300;
}
.contact_section .item .input .wpcf7-not-valid-tip {
	position: absolute;
    right: -30px;
    top: 0;
	width: 140px;
	padding: 5px 10px 5px 5px;
	margin: 0;
    transform: translateX(100%);
}
.contact_section .item .input .wpcf7-not-valid-tip::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 900;
}
.contact_section .form_container {
	position: relative;
}
.contact_section .form_message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 50px;
	background-color: #FFFFFF;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.90);
	transition: .32s ease;
	text-align: center;
}
.contact_section .form_message .title::before {
	content: '\f058';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 60px;
}
.contact_section .form_message .title {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.33;
	margin-bottom: 30px;
	color: #232c2e;
}
.contact_section .wpcf7-response-output {
	display: none !important;
}
.contact_section .form_container.sent .form_message {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
@media (hover: hover) {
	.contact_section .form_container [type="submit"]:hover,
	.contact_section .form_container [type="submit"]:focus {
		border-color: #cfe1f1;
        background-color: #cfe1f1;
        color: #000000; 
		box-shadow: 0 7px 5px 0px rgba(0,0,0,0.15);
	}
}

.contact_details {
	margin-top: 130px;
	text-align: center;
}
.contact_details ul {
	list-style: none;
	margin: 0 -30px;
}
.contact_details ul li {
	width: 370px;
	padding: 0 30px;
	text-align: center;
}
.contact_details ul li p {
	font-size: 14px;
	margin-bottom: 0;
}
.contact_details ul li:nth-child(2):not(:last-child) {
	border-left: 2px solid #232c2e;
	border-right: 2px solid #232c2e;
}
.contact_details ul li h4 {
	margin-bottom: 8px;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #232c2e;
}
/* @footer */
footer {
	padding: 10px;
	margin-top: 110px;
	background-color: #232c2e;

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
footer span {
	display: inline-block;
}
footer .sep {
	margin: 0 10px;
}
footer a {
	text-decoration: none !important;
} 
@media (hover: hover) {
	footer a:hover,
	footer a:focus {
		text-decoration: underline !important;
	}
}
@media (min-width: 880px) {
	.contact_details ul {
		position: relative;
		display: inline-flex;
	}
	.contact_details ul li {
		width: auto;
		padding: 0 60px;
	}
	.contact_details ul li:first-child,
	.contact_details ul li:last-child {
		position: absolute;
		top: 0;
		white-space: nowrap;
	}
	.contact_details ul li:first-child {
		right: 100%;
	}
	.contact_details ul li:last-child {
		left: 100%;
	}
}
@media all and (max-width:1500px){
	.team_section .section_title .behind-title{
		font-size:98px;
	}
	.team_section .section_title .behind-title .big {
    	font-size: 215px;
	}
	.team_section .section_title .behind-title{
		left:-110px;
	}
	.projects_slider .left_details .name {
		font-size: 50px;
	}
	.about_section {
		margin-bottom: 250px;
	}
}
@media all and (max-width:1300px){
	header{
		top:0;
	}
	.logo svg{
		width:55px;
		height:55px;
	}
	.header-inner ul li a{
		font-size:14px;
	}
	.first_section .right {
    	padding: 140px 0 120px;
	}
	.first_section h1{
		font-size:42px;
		line-height:1.15;
	}
	body{
		font:16px/1.667 'Montserrat', sans-serif;
	}
	.first_section .button {
    	margin-top: 30px;
	}
	.section_title .behind-title{
		font-size:94px;
	}
	.section_title .behind-title .big {
    	font-size: 175px;
   	}
   	.about_section .background_image{
   		margin-left:0;
   	}
   	#services{
   		margin-right:-30px;
   	}
   	#services > div{
   		padding-right:30px; 
   	}
   	.projects_section{
   		border-top-left-radius: 15vw;
   	}
}
@media all and (max-width:1200px){
	.contact_section .item .input .wpcf7-not-valid-tip{
		right:-15px;
		top:-30px;
		transform:translate(0);
	}
	.bottom_row .form_container{
		padding-right:60px;
	}
	.first_section_inner{
		width:560px;
	}
	.projects_section::before {
		top: -70px;
		right: 50px;
		font-size: 25vmin;
	}
	.contact_details {
		margin-top: 80px;
	}
	.contact_details ul li {
		width: 33%;
	}
	footer {
		margin-top: 60px;
	}
}

@media all and (max-width:1100px){
	.first_section_inner {
    	width: 500px;
	}
}
@media all and (max-width:980px){
	.bottom_row .form_container{
		padding:30px;
	}
	.projects_slider .right_container {
		position: relative;
		top: auto;
		width: 100%;
		transform: none;
	}
	.projects_slider .left_details .name {
		font-size: 40px;
		margin-left: 0;
	}
	.projects_slider .left_details {
		writing-mode: lr;
		white-space: normal;
		transform: none;
	}
	.projects_slider .left_container {
		margin-bottom: 50px;
	}
	.projects_slider .right_container {
		padding: 0 20px;
	}
	.projects_section {
		position: relative;
		padding: 155px 0 105px;
	}
	.image-slider--item {
		height: 450px;
		width: 100% !important;
	}
	.projects_slider .left_details {
		height: auto !important;
	}
	.item-slider {
		height: auto !important;
	}
}
@media all and (max-width:920px){
	.team_section .section_title .behind-title {
		font-size: 8vmin;
	}
	.team_section .section_title .behind-title .big {
		font-size: 17.5vmin;
	}
	.team_section_inner {
    	margin-left: 0px;
    	margin-bottom: 45px;
	}
	.team_section .section_title .behind-title{
		left:-15px;
	}
	.green_container h2 {
    	font-size: 38px;
    }
    .newsletter_section .section_description p {
    	font-size: 14px;
	}
	.newsletter_section .section_description p br {
		display: none;
	}
	.wpcf7-acceptance label{
		font-size:12px;
	}
	.newsletter_section .green_container {
    	border-top-right-radius: 150px;
    	padding-left:75px;
    }
    .newsletter_section .section_backgorund img{
    	margin-right:0;
    }
    .newsletter_section .fluid-container{
    	padding-top:30px;
    	padding-bottom:50px;
    }
    .first_section .left {
	    position: relative;
	    top: auto;
	    left: auto;
	    width: 100%;
	    height: 300px;
	    z-index: 1;
	    padding:0 20px 0 20px;
	    margin-top:100px;
	}
	.first_section .right {
    	padding: 50px 0 120px;
	}
	.first_section_inner {
    	width: 100%;
    	padding-left: 40px;
	}
}
@media all and (max-width:880px){
	.projects_slider .left_details .name{
		margin-left:0;
	}
	.projects_slider .left_details{
		-webkit-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
	}
	.contact_section_inner {
		margin-left: 0;
		margin-bottom: 50px;
	}
	.contact_details ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact_details ul li {
		width: 300px;
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact_details ul li:nth-child(2):not(:last-child) {
		border-left: 0;
		border-right: 0;
		border-top: 2px solid #232c2e;
		border-bottom: 2px solid #232c2e;
	}
	.contact_details ul li h4 {
		font-size: 20px;
	}
	footer {
		font-size: 12px;
	}
}
@media all and (max-width:780px){
	.services > div{
		width:100%;
		padding-right:0;
		margin-bottom:40px;
	}
	.services > div:last-child{
		margin-bottom:0;
	}
	.services{
		margin-right:0;
		text-align:center;
	}
	.about_section {
    	margin-bottom: 160px;
	}
	.projects_section::before{
		font-size:180px;
	}
	.contact_section .bottom_row > div{
		width:100%;
	}
	.contact_section #google_maps{
		height:340px;
	}
	.about_section .background_image{
		margin-top:0;
	}
	.projects_section{
		margin-bottom:180px;
	}
	.team_section .section_title .behind-title {
		top: -52px;
	}
	.team_section .section_description {
		margin-top: 40px;
	}
	.contact_section .section_description {
		margin-top: 40px;
	}
	.team_section {
		margin-bottom: 100px;
	}
	.newsletter_section .green_container {
		padding: 45px 35px 105px 45px;
	}
	.newsletter_section .item.button {
		position: absolute;
		left: 25px;
		bottom: 20px;
	}
	.section_title_wrapper::before {
		top: 11px;
		left: -23px;
		bottom: 3px;
	}
	.image-slider--arrows {
		display: none;
	}
	.slider-arrows button::after {
		top: 6px;
	}
	.slider-arrows button::before {
		font-size: 12px;
	}
	.slider-arrows .next-arrow {
		max-width: 40%;
	}
	.newsletter_section .green_container {
		border-top-right-radius: 80px;
	}
	.projects_section::before {
		top: -70px;
		right: 20px;
	}
}
@media all and (max-width:640px){
	.first_section{
		margin-bottom:160px;
	}
	.about_section .behind-title {
    	top: -90px;
    	left: -15px;
	}
	.about_section_inner {
    	margin-left: 0;
	}
	.section_title .behind-title {
    	font-size: 14vmin;
	}
	.section_title .behind-title .big {
    	font-size: 35vmin;
	}
	.first_section .section_description br {
		display: none;
	}
	.section_title > h2 {
		font-size: 38px;
	}
	.about_section .section_title {
		margin-bottom: 30px;
	}
	.team_section {
		margin-bottom: 40px;
	}
	.contact_section_inner br {
		display: none;
	}
	.contact_section_inner .section_title {
		margin-bottom: 30px;
	}
}
@media all and (max-width:540px){
	.first_section h1 {
   		font-size: 28px;
    	line-height: 1.25;
	}
	.team_section .section_title .behind-title .big {
		font-size: 19.8vmin;
	}
	.team_section .section_title .behind-title {
		font-size: 9vmin;
	}
	.team_members {
		margin-right: -20px;
	}
	.team_members li {
		padding-right: 20px;
	}
}
@media (max-width: 460px) {
	.section_title > h2 {
		font-size: 32px;
	}
}
@media (max-width: 380px) {
	.section_title > h2 br {
		display: none;
	}
}


/* @Termeni si conditii */
.default-page {
    padding-top: 150px;
	padding-bottom: 100px;
}
.default-page .page-title {
	position: relative;
	max-width: 100%;
	padding-left: 120px;
	width: 380px;
	margin-bottom: 80px;
	text-transform: uppercase;
}
.default-page .page-title::before {
	content: "";
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	width: 100px;
    height: 100px;
	background: url('images/page-logo.png') no-repeat transparent center center/contain;
}
body:not(.home) header {
	position: fixed;
    top: 0;
    left: 0;
    background: #232c2e;
}
@media (max-width: 846px) {
	.default-page .page-title {
		padding-left: 100px;
		width: 340px;
		margin-bottom: 40px;
	}
	.default-page .page-title::before {
		top: 2px;
		left: 0;
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 380px) {
	.default-page .page-title::before {
		width: 50px;
		height: 50px;
	}
	.default-page .page-title {
		padding-left: 65px;
	}
	.default-page .page-title::before {
		top: 4px;
	}
}
.fonduri img {
	width: 400px;
	max-width: 100%;
	display: block;
	margin: auto;
}
.fonduri {
	margin: 90px 0 -30px;
	padding: 0 20px;
}
@media (max-width: 1200px) {
	.fonduri {
		margin: 40px 0 -30px;
	}
}
@media (max-width: 880px) {
	.fonduri {
		margin: 20px 0 -20px;
	}
}