/* Style */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*,
 ::after,
 ::before {
	box-sizing: border-box;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}


/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* End Basic Reset */

body {
	font-family: "Raleway";
	line-height: 1.6;
}

.header {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 80px;
	padding-top: 20px;
}

.hero-section {
	width: 100%;
	height: 100vh;
	background: url(../images/hero-image.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}

.main {
	width: 100%;
	padding: 110px 0;
}

footer {
	width: 100%;
	height: 200px;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.logo img {
	width: 60px;
}

.logo {
	float: left;
	margin-left: 50px;
}

.menu li {
	list-style-type: none;
	display: inline-block;
}

.menu a {
	text-decoration: none;
	color: #000;
	line-height: 63px;
	margin: 0 10px;
	font-weight: 600;
	font-size: 14px;
}

.menu a:hover {
	color: #999;
}

.menu {
	float: right;
	margin-right: 50px;
}

.titlu-hero {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.titlu-hero h1 {
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 0px;
}

.titlu-hero p {
	font-size: 20px;
}

.titlu-hero h1::before {
	display: block;
	content: " ";
	background: #cdc1a0;
	height: 6px;
	width: 60px;
	margin: auto;
	margin-bottom: 15px;
}

.mond-desc {
	text-align: center;
	width: 550px;
	margin: auto;
}

.mond-desc img {
	margin-bottom: 30px;
}

.services {
	display: flex;
	margin-top: 100px;
	margin-bottom: 30px;
}

.services-desc {
	width: 20%;
	text-align: center;
}

.services-desc i {
	font-size: 50px;
	margin: 20px 0;
	color: #cdc1a0;
}

.services-desc img {
	width: 90px;
}

.services-desc p {
	font-weight: 600;
}

.title-section h3 {
	font-size: 22px;
	letter-spacing: 2px;
}

.title-section {
	text-align: center;
	margin: 150px 0 30px;
}

.title-section h3::before {
	display: block;
	content: " ";
	background: #cdc1a0;
	height: 6px;
	width: 40px;
	margin: auto;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.margin-galerie {
	margin: 10px;
	background-size: cover;
	background-position: center center;
}

.clienti {
	text-align: center;
}

.logo-footer {
	text-align: center;
}

.logo-footer img {
	width: 60px;
}

.social-icons li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}

.social-icons {
	text-align: center;
	margin: 20px;
}

.social-icons i {
	color: #000;
	font-size: 20px;
}

.social-icons a:hover i {
	color: #999;
}


/*about*/

.about-page .hero-section {
	background: url(../images/hero-about.jpg);
	background-size: cover;
	background-position: center top;
}

.about-desc {
	text-align: center;
	margin: auto;
	width: 550px;
}

.about-page .title-section {
	text-align: center;
	margin: 30px 0 30px;
}

.about-img img {
	width: 100%;
	margin: 10px 10px 100px;
}

.about-team {
	text-align: center;
	margin: auto;
	width: 550px;
}

.about-galerie {
	display: flex;
	margin-top: 60px;
}

.team-member {
	width: 33.33%;
	padding: 0 30px;
	text-align: center;
}

.team-member img {
	width: 100%;
	height: auto;
}


/*services*/

.services-page .hero-section {
	background: url(../images/hero-elements.jpg);
	background-size: cover;
	background-position: center top;
}

.services-contain {
	display: flex;
	margin-top: 60px;
	margin-bottom: 30px;
}

.services-columns {
	width: 33.33%;
	text-align: center;
	padding: 0px 20px;
}

.services-columns img {
	width: 100px;
}

.services-img img {
	width: 100%;
	margin: 10px;
}


/*contact*/

.contact-page .hero-section {
	background: url(../images/004-2.jpg);
	background-size: cover;
	background-position: center top;
}

.contact-desc {
	text-align: center;
	margin: auto;
	width: 550px;
}

.contact-page .title-section {
	text-align: center;
	margin: 30px 0 30px;
}

.contact-map {
	margin: 100px 10px 100px;
}

.contact-details {
	text-align: center;
	margin: auto;
}

.contact-details p {
	margin-bottom: 90px;
}

.contact-details img {
	width: 100px;
}

.active-link a {
	color: #808080;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 45%;
	outline: none;
	transform: translate(0%, -50%);
}

.owl-next {
	right: 20px;
}

.owl-prev {
	left: 20px;
}

.owl-prev span,
.owl-next span {
	font-size: 50px;
	color: white;
    text-shadow: 2px 2px 4px #a7a7a7;
}

svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10vw;
	/* set height to pixels if you want angle to change with screen width */
}

.header label,
.header input {
	display: none;
}

input,
select,
textarea {
	display: inline-block;
	margin-bottom: 10px;
	padding: 14px 20px;
	max-width: 100%;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #888;
	vertical-align: top;
	font-size: 14px
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	background-color: #fff;
	color: #000
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999
}

textarea {
	height: 200px;
	resize: vertical
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: 0 20px;
	height: 40px;
	line-height: 38px!important;
	width: auto;
	border: 2px solid #ccc;
	color: #000;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer
}

.no-margin-top {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}


/* responsive */

@media screen and (max-width:768px) {
	.menu a {
    	font-size: 25px;
	}
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
	.mond-desc {
		width: 100%;
	}
	.services-desc {
		width: 100%;
		text-align: center;
	}
	.services {
		display: block;
		margin-bottom: 80px;
	}
	.margin-galerie {
		width: 100%;
		margin: 10px 0;
	}
	img {
		max-width: 100%;
	}
	.title-section {
		margin: 50px 0 30px;
	}
	.titlu-hero h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	.menu {
		float: none;
		margin-right: 0;
		background: #fff;
		display: none;
		height: 100vh;
		top: 0;
		position: fixed;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.menu li {
		width: 100%;
		text-align: center;
	}
	input:checked+.menu {
		display: block;
		opacity: 1;
	}
	.header label {
		display: block;
		float: right;
		margin-top: 15px;
	}
	.header label img {
		width: 40px;
	}
	.menu ul {
		margin-top: 50%;
	}
	.logo {
		margin-left: 0px;
	}
	.header {
		position: fixed;
		z-index: 1000;
	}
	.about-desc {
		width: 100%;
	}
	.about-team {
		width: 100%;
	}
	.about-galerie {
		display: block;
	}
	.team-member {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.contact-desc {
		width: 100%;
	}
	.services-contain {
		display: block;
	}
	.services-columns {
		width: 100%;
		margin-bottom: 40px;
	}
}
/*end responsive*/