* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html {
    scroll-behavior: smooth;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
    font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
    font-style: normal;
    font-weight: 300;
	color: #001935;
}
body {
	background-color:#FFF;	
	margin: 0;
}
a:link, a:visited, a:active {
	color: #363636;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #CBAE4C;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: calc(100vh - 40px);
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}
header {
    padding: 20px 0;
}
header .logo {
    text-align: center;
}
header .logo img {
    max-height: 60px;
}

#cover {
    position: relative;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
#cover img {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    z-index: 1;
    will-change: transform;
}
#cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* optional dark overlay */
    z-index: 2;
}
#cover .moto {
    position: relative;
    z-index: 3;
    color: #5884a7;
    text-align: right;
    font-size: clamp(2rem, 5vw, 4.5rem);
    letter-spacing: 2px;
    padding: 0 20px;
    top: 120px;
    will-change: transform;
    line-height: 1.1;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    right: 50px;
}
@media only screen and (max-width: 767px) {
    #cover .moto {
        top: 40px;
        right: initial;
    }
}

#company-profile {
    background-color: #f2f2f2;
    padding: 120px 0;
}
#company-profile p {
    margin-bottom: 25px;
}
#map {
    margin-bottom: 40px;
}
.contact-location {
    margin: 40px 20px;
}
.contact-location h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Lora", serif;
}
.contact-email {
    text-align: center;
}
.contact-information {
    margin: 140px auto 100px;
}
.contact-email h3 {
    font-family: "Lora", serif;
    font-weight: 700;
    margin-bottom: 30px;
}
footer {
    padding: 10px 0;
    font-size: 16px;
}
footer .copyright {
    text-align: left;
}
footer .madeby {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #company-profile {
        padding: 50px 20px;
    }
    .contact-location {
        margin: 20px;
    }
    #map img {
        margin-bottom: 20px;
    }
    footer .copyright,
    footer .madeby {
        text-align: center;
    }
}
