body {
  font-family: Inter, sans-serif;
  font-size: 21px;
  color: #666;
  line-height: 1.25;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
}

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

small, .small {
  font-size: 0.875em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: inherit;
  font-family: "Archivo Narrow", Inter, sans-serif;
}

b, strong {
  font-weight: bold;
}

.text-primary {
  color: #EF1A29 !important;
}

.form-control {
  font: inherit;
  padding: 0 0 1em;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
  background: transparent;
}
.form-control:focus {
  border-color: #EF1A29;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-position: right calc(0.375em + 0.1875rem) top;
}

img {
  display: block;
  max-width: 100%;
}

.btn {
  padding: 0.75em 1.5em;
  line-height: inherit;
  border-radius: 0;
  font: inherit;
}
.btn.btn-primary {
  background-color: #EF1A29;
  border-color: #EF1A29;
}

.bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  object-fit: cover;
  z-index: -1;
  opacity: 0.05;
}

.content-html {
  line-height: 1.5;
}
.content-html > * {
  margin: auto;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}
.content-html p b, .content-html p strong, .content-html li b, .content-html li strong {
  color: #000;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

a {
  color: inherit;
  transition: 0.3s;
}

.sidebar {
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.main-content {
  display: flex;
}

.social-links a {
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
}

.logo-container {
  position: absolute;
  padding: 40px;
  background: #fff;
  top: 0;
  left: 0;
  width: 240px;
}

.nav {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Archivo Narrow", Inter, sans-serif;
  font-weight: bold;
}
.nav a:hover, .nav a.active {
  color: #EF1A29;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 1;
  background: #f9f9f9;
}
.header .logo {
  max-height: 45px;
}

.home .header {
  color: #fff;
  position: absolute;
  background: transparent;
  padding: 30px 0;
}
.home .header .logo {
  display: none;
}
.home .header .container {
  max-width: 1560px;
}

.img-cover, .img-contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.img-cover {
  object-fit: cover;
}

.img-contain {
  object-fit: contain;
}

.hero {
  flex: 1;
  position: relative;
  min-height: 100vh;
  color: #fff;
  text-align: right;
  padding-top: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero h1 {
  text-transform: uppercase;
  font-size: 3em;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.65);
}
.hero .container {
  z-index: 1;
  position: relative;
}

.footer {
  padding: 90px 0;
  background: #fff;
}
.footer h6 {
  color: #EF1A29;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.content {
  position: relative;
  margin: 90px auto;
}
.content h1 {
  text-transform: uppercase;
  color: #181818;
}
.content h1 span {
  color: #EF1A29;
}

.about .inner-container {
  position: relative;
  padding: 60px 0;
}
.about .inner-container::before, .about .inner-container::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #ddd;
  width: 50%;
}
.about .inner-container::before {
  top: 0;
  left: 0;
}
.about .inner-container::after {
  bottom: 0;
  right: 0;
}

.projects .inner-container {
  background: #f9f9f9;
  margin-right: -25%;
  position: relative;
  z-index: 1;
  padding: 60px 45px;
}
.projects .flex-lg-row-reverse .inner-container {
  margin-left: -25%;
  margin-right: auto;
}
.projects h6 {
  color: #EF1A29;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact h6 {
  color: #EF1A29;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.map {
  filter: grayscale(1);
}

.spacer {
  margin-top: 60px;
}

.projects-slider .ratio img {
  filter: grayscale(1);
  transition: 0.3s;
}
.projects-slider .ratio:hover img {
  filter: grayscale(0);
}
.projects-slider .ratio .ratio-overlay {
  text-align: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 90%);
  padding: 30px;
}
.projects-slider .ratio .ratio-overlay > * {
  width: 100%;
}
.projects-slider .ratio .ratio-overlay h4, .projects-slider .ratio .ratio-overlay h6 {
  text-transform: uppercase;
}
.projects-slider .ratio .ratio-overlay h6 {
  color: #EF1A29;
  letter-spacing: 0.2em;
}
.projects-slider .ratio .ratio-overlay h4::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 22.5px auto 0;
}
.projects-slider .swiper {
  padding-bottom: 45px;
}
.projects-slider .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
}
.projects-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #EF1A29;
  border-radius: 50%;
  background: none;
  opacity: 1;
  margin: 0 7.5px !important;
}
.projects-slider .swiper-pagination-bullet-active {
  background: #EF1A29;
}

.pagination .page-link {
  color: #EF1A29;
}
.pagination .page-link:hover {
  color: rgb(176.1897959184, 12.3102040816, 23.8510204082);
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 26, 41, 0.25);
}
.pagination .page-item.active .page-link {
  background-color: #EF1A29;
  border-color: #EF1A29;
  color: #fff;
}

.services .ratio {
  max-width: 60px;
}
.services h6 {
  text-transform: uppercase;
  color: #000;
}
.services h6::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #ccc;
  margin: 22.5px 0 0;
}

.clients {
  background: #fff;
}
.clients .inner-container {
  padding: 60px 45px;
  height: 100%;
}
.clients .swiper {
  padding: 30px 0;
  background: #f9f9f9;
}
.clients video {
  object-fit: cover;
}
.clients h6 {
  color: #EF1A29;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.clients h6::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #ccc;
  margin: 22.5px 0 0;
}

figure {
  position: relative;
  box-shadow: 15px 15px 0 #EF1A29;
}

.project .inner-container {
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
}
.project h1 {
  color: #000;
}
.project .inner-col {
  background: #f9f9f9;
  padding: 30px 45px;
  overflow: hidden;
  height: 100%;
}
.project .inner-col h6 {
  color: #EF1A29;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.project .swiper-prev, .project .swiper-next {
  color: #fff;
  width: 2em;
  line-height: calc(2em - 4px);
  height: 2em;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
}
.project .swiper-slide::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.btn-menu {
  color: #EF1A29;
  font-size: 2em;
}

#offcanvasMenu i {
  color: #EF1A29;
  font-size: 2em;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar {
    display: none;
  }
  .home .header {
    padding: 15px 0;
  }
  .home .header .logo {
    display: block;
    filter: brightness(0) invert(1);
  }
  .home .btn-menu {
    color: #fff;
  }
  .content {
    margin: 45px auto;
  }
  .clients .inner-container {
    padding: 45px 0;
  }
  .footer {
    padding: 45px 0;
  }
  .about .inner-container {
    padding: 30px 0;
  }
  .projects .inner-container {
    margin: auto !important;
    padding: 30px;
  }
  .project .inner-container {
    transform: none;
  }
  .project .inner-col {
    padding: 15px;
  }
  .project .swiper-prev, .project .swiper-next {
    background: #666;
    margin: 15px auto;
  }
}

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