@font-face {
  font-family: Gilroy;
  src: url(gilroy.otf);
}
@font-face {
  font-family: Gilroy;
  src: url(Gilroy-ExtraBold.otf);
  font-weight: bold;
}
/*CUSTOM PRELOADER*/
.loader-bg {
  position: fixed;
  z-index: 999999;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
}

.svg-defs {
  height: 1px;
  left: -100px;
  position: absolute;
  top: -100px;
  width: 1px;
}

.loading {
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
}

.loading__filler {
  transform: skew(0, -10deg);
}

.loading__logo {
  clip-path: url(#pictogram);
  height: 460px;
  width: 400px;
}

body {
  font-family: "Gilroy";
}

p {
  font-family: "Gilroy";
}

h1, h2, h3 {
  font-family: "Outfit", sans-serif;
}

img {
  opacity: 0.8;
  -webkit-transition: 2s ease-in-out;
  transition: 1s ease-in-out;
  filter: grayscale(100%);
}

.main_btn {
  background: black;
  padding: 10px 40px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.main_btn:hover {
  background: #ccc;
  color: black;
}

img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.navbar {
  padding-top: 20px;
  margin-bottom: 150px;
}
.navbar img {
  width: 90px;
  height: auto;
  opacity: 1;
  margin-left: 15px;
}
.navbar .offcanvas {
  width: 50%;
}
.navbar .offcanvas .offcanvas-header .btn-close {
  margin-left: 92%;
  margin-top: 20px;
  width: 2em;
  height: 2em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
}
.navbar .offcanvas-body {
  width: 100%;
}
.navbar .offcanvas-body a {
  color: black;
  font-size: 100px;
  font-weight: 800;
  opacity: 0.1;
  padding: 10px 20px !important;
  letter-spacing: -2px;
}
.navbar .offcanvas-body a:hover {
  opacity: 1;
}

.navbar-toggler {
  transition: none !important;
  border: none !important;
}

.navbar-toggler-icon {
  padding: 0;
  width: 30px;
  vertical-align: top;
}

.navbar-toggler-icon ul {
  margin: 0px 0 0 0;
  padding: 0;
}
.navbar-toggler-icon li {
  border-top: 3px solid black;
  width: 25px;
  list-style: none;
  margin: 10px 0;
}

.navbar-toggler:focus, .navbar-toggler:active {
  transition: none !important;
  border: 0 !important;
  box-shadow: 0 0 0 0;
}

.black_span {
  background: black;
  color: white;
}

.white_span {
  background: white;
  color: black;
}

.main {
  padding-top: 240px;
  font-family: "Outfit", sans-serif;
}
.main h1 {
  font-size: 220px;
  padding-left: -10px;
  opacity: 0.1;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 140px;
  margin: 0;
  margin-left: -10px;
}
.main h2 {
  margin-top: 0;
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
}
.main h3 {
  font-size: 25px;
  font-weight: 300;
  padding-left: 45%;
  font-family: "Gilroy";
}

.big {
  padding: 200px 0;
  font-size: 35px;
  width: 70%;
  line-height: 38px;
}

.big_common {
  font-size: 35px;
  width: 100%;
  margin: 100px 0;
  line-height: 38px;
}

.img_wrapper {
  overflow: hidden;
  width: 100%;
  height: 450px;
}

.main_section {
  padding: 200px 0 0;
}
.main_section img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.illu {
  padding: 0;
}
.illu img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.illu .col-md-5 {
  padding-left: 40px;
  margin-top: 250px;
}

.margin_high {
  margin-top: 80px;
}

.img_margin {
  height: auto !important;
  width: 100%;
}

.references {
  padding: 60px 0;
}
.references h1 {
  font-size: 100px;
  padding-left: 20px;
  opacity: 0.1;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 100px;
  margin: 0;
  margin-left: -10px;
}
.references h2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 60px;
  font-weight: 900;
}
.references .img_wrapper_ref {
  margin-bottom: 100px;
}
.references .img_wrapper_ref img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.references .line {
  width: 1px;
  height: 60px;
  background: black;
  margin: 20px;
}
.references .ref_content {
  padding-left: 80px;
}
.references .ref_content h3 {
  font-size: 100px;
  opacity: 0.1;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 80px;
  margin: 50px 0 0 0;
  margin-left: -2px;
}
.references .ref_content h4 {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}
.references .ref_content_even {
  padding-left: 20px;
  padding-right: 80px;
}

.values {
  padding: 100px 0 130px;
  margin-bottom: 100px;
  color: black;
}
.values .value_wrapper {
  padding: 0 50px;
}
.values h1 {
  font-size: 100px;
  padding-left: 20px;
  opacity: 1;
  color: #e8eaea;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 100px;
  margin: 0;
  margin-left: -13px;
}
.values h2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 60px;
  font-weight: 900;
}
.values .value_wrapper h1 {
  margin-top: 90px;
  margin-left: -25px;
  margin-bottom: 70px;
  opacity: 1;
  color: black;
}
.values .value_wrapper .light {
  font-weight: 100;
}
.values .value_wrapper .medium {
  font-weight: 600;
}
.values .value_wrapper .bold {
  font-weight: 900;
}

.contact {
  background: url(img/contact3.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 120px 0;
  margin: 120px 0;
  color: white;
}
.contact h1 {
  font-size: 100px;
  padding-left: 20px;
  opacity: 1;
  color: #e8eaea;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 100px;
  margin: 0;
  margin-left: -13px;
  margin-bottom: 100px;
}
.contact h2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 60px;
}
.contact .contact_details {
  font-size: 40px;
}
.contact .contact_details p {
  margin: 0;
}
.contact .contact_text {
  margin-top: 200px;
}

.more {
  padding-top: 40px;
}
.more h1 {
  font-size: 100px;
  padding-left: 20px;
  opacity: 0.1;
  color: black;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 100px;
  margin: 0;
  margin-left: -13px;
  margin-bottom: 90px;
}
.more img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.more .col-md-3, .more .col-md-7 {
  padding-right: 40px;
  margin-bottom: 200px;
}
.more .big {
  width: 80%;
  margin-top: -300px;
}

footer {
  padding: 10px 20px;
}
footer ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
  font-family: "Gilroy";
  margin-left: 10px;
}
footer .col-md-4 {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
