@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, 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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, button, input, select, textarea {
  outline: none;
}

a {
  text-decoration: none;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.row.reverse {
  flex-direction: row-reverse;
}

.column {
  flex-direction: column;
}

.column.reverse {
  flex-direction: column-reverse;
}

.auto .col {
  flex: auto;
}

.col {
  margin-right: 30px;
}

.col:last-child {
  margin-right: 0;
}

.flex, .content-center, .content-evenly, .content-around, .content-between, .items-end, .items-start, .items-center {
  display: flex;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.col-1 {
  width: calc(99.99% * 1/12 - (30px - 30px * 1/12));
  max-width: calc(99.99% * 1/12 - (30px - 30px * 1/12));
  flex-basis: calc(99.99% * 1/12 - (30px - 30px * 1/12));
}

.col-2 {
  width: calc(99.99% * 2/12 - (30px - 30px * 2/12));
  max-width: calc(99.99% * 2/12 - (30px - 30px * 2/12));
  flex-basis: calc(99.99% * 2/12 - (30px - 30px * 2/12));
}

.col-3 {
  width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  max-width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  flex-basis: calc(99.99% * 3/12 - (30px - 30px * 3/12));
}

.col-4 {
  width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  max-width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  flex-basis: calc(99.99% * 4/12 - (30px - 30px * 4/12));
}

.col-5 {
  width: calc(99.99% * 5/12 - (30px - 30px * 5/12));
  max-width: calc(99.99% * 5/12 - (30px - 30px * 5/12));
  flex-basis: calc(99.99% * 5/12 - (30px - 30px * 5/12));
}

.col-6 {
  width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
  max-width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
  flex-basis: calc(99.99% * 6/12 - (30px - 30px * 6/12));
}

.col-7 {
  width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
  max-width: calc(99.99% * 7/12 - (30px - 30px * 7/12));
  flex-basis: calc(99.99% * 7/12 - (30px - 30px * 7/12));
}

.col-8 {
  width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  max-width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  flex-basis: calc(99.99% * 8/12 - (30px - 30px * 8/12));
}

.col-9 {
  width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  max-width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  flex-basis: calc(99.99% * 9/12 - (30px - 30px * 9/12));
}

.col-10 {
  width: calc(99.99% * 10/12 - (30px - 30px * 10/12));
  max-width: calc(99.99% * 10/12 - (30px - 30px * 10/12));
  flex-basis: calc(99.99% * 10/12 - (30px - 30px * 10/12));
}

.col-11 {
  width: calc(99.99% * 11/12 - (30px - 30px * 11/12));
  max-width: calc(99.99% * 11/12 - (30px - 30px * 11/12));
  flex-basis: calc(99.99% * 11/12 - (30px - 30px * 11/12));
}

.col-12 {
  width: calc(99.99% * 12/12 - (30px - 30px * 12/12));
  max-width: calc(99.99% * 12/12 - (30px - 30px * 12/12));
  flex-basis: calc(99.99% * 12/12 - (30px - 30px * 12/12));
}

.col-1:nth-child(12n) {
  margin-right: 0;
}

.col-2:nth-child(6n) {
  margin-right: 0;
}

.col-3:nth-child(4n) {
  margin-right: 0;
}

.col-4:nth-child(3n) {
  margin-right: 0;
}

.col-6:nth-child(2n) {
  margin-right: 0;
}

.col-12 {
  margin-right: 0;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.content-between {
  justify-content: space-between;
}

.content-around {
  justify-content: space-around;
}

.content-evenly {
  justify-content: space-evenly;
}

.content-center {
  justify-content: center;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: calc(100% - $gap);
  margin: 0 auto;
}

:root {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  color: #3B3E46;
}
body b, body strong {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.1em;
  color: #000;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  color: #0098D9;
}

h1, .h1 {
  font-size: 70px;
}

h2, .h2 {
  font-size: 53px;
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 30px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 16px;
}

.sub footer {margin-top: 60px;}

.sub h1, .sub .h1 {
  font-size: 70px;
}
.sub h2, .sub .h2 {
  font-size: 53px;
}
.sub h3, .sub .h3 {
  font-size: 40px;
}
.sub h4, .sub .h4 {
  font-size: 30px;
}
.sub h5, .sub .h5 {
  font-size: 22px;
}
.sub h6, .sub .h6 {
  font-size: 16px;
}

.lead {
  font-size: 21px;
  line-height: 2rem;
}

p, ul, ol {
  margin-bottom: 16px;
}

ul, ol {
  margin-left: 30px;
}
ul li, ol li {
  margin-bottom: 8px;
}

ul li {
  list-style: square outside;
}

ol li {
  list-style: decimal outside;
}

blockquote {
  display: block;
  padding-left: 90px;
  position: relative;
  margin-bottom: 1rem;
}
blockquote em, blockquote small {
  display: block;
}
blockquote em {
  font-size: 2rem;
  line-height: 2.5rem;
  font-style: italic;
  margin-bottom: 1rem;
}
blockquote small {
  text-align: right;
  font-size: 1rem;
}
blockquote::before {
  position: absolute;
  top: 3.5rem;
  left: 0;
  content: "”";
  font-family: serif;
  opacity: 0.1;
  font-size: 180px;
}

.well {
  background: rgba(0, 0, 0, 0.05);
  padding: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold, .strong {
  font-weight: bold;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

table {
  margin-bottom: 1rem;
}
table th, table td {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
table th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.zebra th, .zebra td {
  padding: 0.5rem 1rem;
  border: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.zebra tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.05);
}

.simple th, .simple td {
  padding: 0.5rem 1rem;
  border: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.condensed th, .condensed td {
  padding: 0.2rem 0.4rem;
}

.btn {
  background: #0098D9;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0098D9;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  font-size: 1rem;
  color: white;
  transition: all 0.2s;
}
.btn:hover {
  background: #03b3ff;
  transform: translateY(-2px);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
  background: #007bb0;
  transform: translateY(1px);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.btn.block {
  display: block;
}

.btn.big {
  padding: 1rem 3rem;
  font-size: 1.5rem;
}

.btn.small {
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
}

button {
  cursor: pointer;
}

.bg-info {
  background: #4babe2;
  border-color: #4babe2;
}

.bg-danger {
  background: #e42417;
  border-color: #e42417;
}

.bg-warning {
  background: #f59f00;
  border-color: #f59f00;
}

.bg-success {
  background: #008020;
  border-color: #008020;
}

.bg-primary {
  background: #0098D9;
  border-color: #0098D9;
}

.bg-secondary {
  background: #842bf8;
  border-color: #842bf8;
}

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.color-info {
  color: #4babe2;
}

.color-danger {
  color: #e42417;
}

.color-warning {
  color: #f59f00;
}

.color-success {
  color: #008020;
}

.color-primary {
  color: #0098D9;
}

.color-secondary {
  color: #842bf8;
}

.bg-none {
  background: transparent !important;
}

.navbar_toggler {
  display: none;
}

#navbar {
  height: 100px;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s;
}
#navbar .container, #navbar .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0098D9;
}

.logo {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.logo img {
  height: 58px;
  display: block;
  transition: all 0.2s;
}

#navbar.affix {
  top: 0;
  background: #0098D9;
  height: 70px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
#navbar.affix .logo img {
  height: 50px;
}

.navbar-nav {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}

.navbar-nav li {
  display: inline-block;
  list-style: none;
  margin-left: 2px;
  margin-bottom: 0;
  position: relative;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.navbar-nav a {
  opacity: .7;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 26px;
  transition: all 0.2s;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
  /* background: #ffffff;
  color: #0098D9; */
  color: white;
  opacity: 1;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 230px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: all 0.2s;
}

li:hover > .dropdown {
  transform: scaleY(1);
  opacity: 1;
}

.dropdown .dropdown {
  top: 0;
  left: 100%;
}

.toLeft > .dropdown {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown li {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
}

.dropdown a {
  padding: 10px 15px;
  display: block;
  border-top: 1px solid #e2e2e2;
  line-height: 1.1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 0;
}
.dropdown a::after {
  display: none;
}

.dropdown > li:hover > a {
  background: #0098D9;
  color: white;
}

.dropdown > li:first-child > a {
  border: 0;
}

header {
  overflow: hidden;
  width: 100%;
}
header .on_top {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(38, 48, 72, 0.9) 0%, rgba(38, 48, 72, 0) 100%);
}
header .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header .slogan {
  position: absolute;
  z-index: 20;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .swiper-container {
  position: relative;
  z-index: 10;
  display: block;
  max-height: 100vh;
  overflow: hidden;
}

.sub header .swiper-container {
  max-height: 30vh;
  -webkit-mask-image: -webkit-gradient(linear, left 0%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  opacity: 0.5;
}

.sub header .swiper-container img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

header .swiper-container img {
  display: block;
}
header h1 {
  font-size: 70px;
  color: white;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
header h2 {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: none;
  font-size: 30px;
}

/******MOUSE******/
@keyframes mouse_boucle {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    transform: translateY(10px);
    opacity: 1;
  }
  80% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes mouse_fle {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    transform: translateY(15px);
    opacity: 1;
  }
  80% {
    transform: translateY(15px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.cursor_animate .mouse {
  width: 100%;
  height: 46px;
  background-image: url(https://cdn.rawgit.com/saha1022/3c620f5e38941273bf48dbbe1f27296e/raw/0c4f5182e9f119bd2a8274371b5c8f1a262ddc34/icon_mouse.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

.mouse {
  animation-name: mouse_boucle;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 0;
}

.cursor_animate {
  width: 30px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-15px);
  cursor: pointer;
}

.cursor_animate .fle {
  width: 100%;
  height: 30px;
  background-image: url(https://cdn.rawgit.com/saha1022/3c620f5e38941273bf48dbbe1f27296e/raw/0c4f5182e9f119bd2a8274371b5c8f1a262ddc34/picto_dfle.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.fle {
  animation-name: mouse_fle;
  animation-duration: 2s;
  animation-delay: 2.2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  opacity: 0;
}

.no-labels .col:nth-child(2) {
  margin-right: 0;
}
.no-labels .group {
  display: block;
  margin-bottom: 10px;
}
.no-labels label {
  font-size: 1rem;
  display: block;
}
.no-labels input, .no-labels select, .no-labels textarea {
  width: calc(100% - 2rem);
  padding: 1rem;
  border-radius: 0;
  border: 0;
  transition: all 0.2s;
  outline: none;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.no-labels input::placeholder, .no-labels select::placeholder, .no-labels textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.no-labels input:hover, .no-labels select:hover, .no-labels textarea:hover {
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}
.no-labels input:hover::placeholder, .no-labels select:hover::placeholder, .no-labels textarea:hover::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.no-labels input:focus, .no-labels select:focus, .no-labels textarea:focus {
  border-color: transparent;
  transform: translateY(0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.no-labels input:focus::placeholder, .no-labels select:focus::placeholder, .no-labels textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.no-labels textarea {
  height: 8.7rem;
}
.no-labels .checkbox {
  position: relative;
  padding-right: 30px;
}
.no-labels .checkbox input {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.no-labels .checkbox label {
  font-size: 0.8rem;
  line-height: 1.3;
  position: relative;
  padding-left: 1.5rem;
}
.no-labels .checkbox label p {
  margin-bottom: 0;
}
.no-labels .checkbox label .more-content {
  margin-top: 15px;
}
.no-labels .checkbox label li {
  margin-bottom: 5px;
}
.no-labels .checkbox .more {
  color: #0098D9;
  text-decoration: none;
}
.no-labels .checkbox .more-content {
  display: none;
}
.no-labels .error {
  border-color: red;
  background: rgba(255, 193, 193, 0.2);
}
.no-labels .error-message {
  display: none;
}
.no-labels .error-message:first-of-type {
  display: block;
  font-size: 0.7rem;
  color: red;
}

button.btn {
  align-self: center;
  display: inline-block;
  line-height: 1em;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.gallery a::before, .gallery-index a::before {
  background-image: url("../img/search.svg");
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  z-index: 20;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery a, .gallery-index a {
  margin: 0 0 0 0;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gallery a img, .gallery-index a img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}
.gallery a:hover img, .gallery-index a:hover img {
  opacity: 0.6;
  transform: scale(1.03);
}
.gallery a:hover::before, .gallery-index a:hover::before {
  opacity: 1;
}

.two-cols a {
  max-width: calc(100% * 1/2 - (0 - 0 * 1/2));
  width: calc(100% * 1/2 - (0 - 0 * 1/2));
  flex-basis: calc(100% * 1/2 - (0 - 0 * 1/2));
}
.two-cols a:nth-child(2n) {
  margin-right: 0;
}

.three-cols a {
  max-width: calc(100% * 1/3 - (0 - 0 * 1/3));
  width: calc(100% * 1/3 - (0 - 0 * 1/3));
  flex-basis: calc(100% * 1/3 - (0 - 0 * 1/3));
}
.three-cols a:nth-child(3n) {
  margin-right: 0;
}

.four-cols a {
  max-width: calc(100% * 1/4 - (0 - 0 * 1/4));
  width: calc(100% * 1/4 - (0 - 0 * 1/4));
  flex-basis: calc(100% * 1/4 - (0 - 0 * 1/4));
}
.four-cols a:nth-child(4n) {
  margin-right: 0;
}

.five-cols a {
  max-width: calc(100% * 1/5);
  width: calc(100% * 1/5);
  flex-basis: calc(100% * 1/5);
}
.five-cols a:nth-child(5n) {
  margin-right: 0;
}

footer {
  background: #263048;
  padding: 80px 0 30px;
  color: white;
}
footer a {
  text-decoration: none;
}
footer h4 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: white;
  text-transform: none;
}
footer hr {
  margin: 30px 0;
  height: 1px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.social-media a {
  margin-left: 10px;
  display: inline-block;
  transition: opacity 0.2s;
}
.social-media a:hover {
  opacity: 0.8;
}

body {
  background: #fff;
}

a {
  color: #0098D9;
}

section h3 {
  font-size: 40px;
  margin-top: 0;
}
section h4 {
  font-size: 16px;
}

#o-nas {
  padding: 120px 0;
}
#o-nas .col-8 .row {
  align-items: stretch;
}
#o-nas .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#o-nas .card img {
  display: block;
}
#o-nas .card_body {
  flex: 1;
  padding: 30px;
  border: 1px solid #e2e2e2;
}
#o-nas .card_body h4 {
  margin-top: 0;
}
#o-nas .card_body p:last-of-type {
  margin-bottom: 0;
}

#dlaczego-my {
  margin-top: 247px;
  height: 480px;
  background: url(../img/dlaczego_bg.jpg) bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#dlaczego-my .container {
  position: relative;
}
#dlaczego-my .box {
  position: absolute;
  top: -247px;
  left: 0;
}
#dlaczego-my .box img {
  position: relative;
  z-index: 10;
}
#dlaczego-my .box .col-5 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 20;
  color: white;
  padding: 0 60px;
  display: flex;
  width: 30%;
  max-width: 30%;
  flex-basis: 30%;
  flex-direction: column;
  justify-content: center;
  background: rgba(38, 48, 72, 0.8);
}
#dlaczego-my .box .col-5 h3 {
  color: white;
  margin-top: 0;
}

#zakres-uslug {
  padding: 120px 0;
  overflow: hidden;
}
#zakres-uslug .content-end {
  justify-content: flex-end;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#zakres-uslug .content-end::after {
  content: "";
  display: block;
  width: 100vw;
  height: 377px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#zakres-uslug .carousel-next,
#zakres-uslug .carousel-prev {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.7;
  background: #263048 url(../img/next.png) center no-repeat;
  transition: opacity 0.3s;
}
#zakres-uslug .carousel-next:hover,
#zakres-uslug .carousel-prev:hover {
  opacity: 1;
}
#zakres-uslug .carousel-next {
  margin-right: 30px;
}
#zakres-uslug .carousel-prev {
  margin-right: 15px;
  background: #263048 url(../img/prev.png) center no-repeat;
}

.carousel {
  width: calc( 100% + (100vw - 1140px)/2 );
}
.carousel .swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
}
.carousel .swiper-slide a .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% - 60px);
  padding: 50% 30px 30px;
  background: linear-gradient(to top, rgba(38, 48, 72, 0.9) 0%, rgba(38, 48, 72, 0) 100%);
  color: white;
}
.carousel .swiper-slide a .caption strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.2s;
}
.carousel .swiper-slide a .caption small {
  transition: all 0.3s;
  opacity: 0;
  max-height: 0;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  background: url(../img/more.png) right no-repeat;
}
.carousel .swiper-slide a img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  transition: all 2s;
}
.carousel .swiper-slide a:hover .caption strong {
  margin-bottom: 15px;
}
.carousel .swiper-slide a:hover .caption small {
  max-height: 100%;
  opacity: 1;
}
.carousel .swiper-slide a:hover img {
  transform: scale(1.1);
}

#realizacje {
  padding: 120px 0;
}
#realizacje ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

#realizacje li {
  list-style: none;
  margin: 30px 0 0;
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);

  width: calc(99.99% * 3/12 - (90px - 30px * 3/12));
  max-width: calc(99.99% * 3/12 - (90px - 30px * 3/12));
  flex-basis: calc(99.99% * 3/12 - (90px - 30px * 3/12));
  margin-right: 30px;
}

#realizacje li:nth-child(4n) {margin-right: 0;}

.m-0 {
  margin: 0;
}

.m-1.rem {
  margin: 1rem;
}

.m-2.rem {
  margin: 2rem;
}

.m-3.rem {
  margin: 3rem;
}

.m-4.rem {
  margin: 4rem;
}

.m-5.rem {
  margin: 5rem;
}

.p-0 {
  padding: 0;
}

.p-1.rem {
  padding: 1rem;
}

.p-2.rem {
  padding: 2rem;
}

.p-3.rem {
  padding: 3rem;
}

.p-4.rem {
  padding: 4rem;
}

.p-5.rem {
  padding: 5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1.rem {
  margin-top: 1rem;
}

.mt-2.rem {
  margin-top: 2rem;
}

.mt-3.rem {
  margin-top: 3rem;
}

.mt-4.rem {
  margin-top: 4rem;
}

.mt-5.rem {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1.rem {
  margin-bottom: 1rem;
}

.mb-2.rem {
  margin-bottom: 2rem;
}

.mb-3.rem {
  margin-bottom: 3rem;
}

.mb-4.rem {
  margin-bottom: 4rem;
}

.mb-5.rem {
  margin-bottom: 5rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1.rem {
  margin-left: 1rem;
}

.ml-2.rem {
  margin-left: 2rem;
}

.ml-3.rem {
  margin-left: 3rem;
}

.ml-4.rem {
  margin-left: 4rem;
}

.ml-5.rem {
  margin-left: 5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1.rem {
  margin-right: 1rem;
}

.mr-2.rem {
  margin-right: 2rem;
}

.mr-3.rem {
  margin-right: 3rem;
}

.mr-4.rem {
  margin-right: 4rem;
}

.mr-5.rem {
  margin-right: 5rem;
}

.my-0 {
  margin: 0 auto;
}

.my-1.rem {
  margin: 1rem auto;
}

.my-2.rem {
  margin: 2rem auto;
}

.my-3.rem {
  margin: 3rem auto;
}

.my-4.rem {
  margin: 4rem auto;
}

.my-5.rem {
  margin: 5rem auto;
}

.mx-0 {
  margin: auto 0;
}

.mx-1.rem {
  margin: auto 1rem;
}

.mx-2.rem {
  margin: auto 2rem;
}

.mx-3.rem {
  margin: auto 3rem;
}

.mx-4.rem {
  margin: auto 4rem;
}

.mx-5.rem {
  margin: auto 5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1.rem {
  padding-top: 1rem;
}

.pt-2.rem {
  padding-top: 2rem;
}

.pt-3.rem {
  padding-top: 3rem;
}

.pt-4.rem {
  padding-top: 4rem;
}

.pt-5.rem {
  padding-top: 5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1.rem {
  padding-bottom: 1rem;
}

.pb-2.rem {
  padding-bottom: 2rem;
}

.pb-3.rem {
  padding-bottom: 3rem;
}

.pb-4.rem {
  padding-bottom: 4rem;
}

.pb-5.rem {
  padding-bottom: 5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1.rem {
  padding-left: 1rem;
}

.pl-2.rem {
  padding-left: 2rem;
}

.pl-3.rem {
  padding-left: 3rem;
}

.pl-4.rem {
  padding-left: 4rem;
}

.pl-5.rem {
  padding-left: 5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1.rem {
  padding-right: 1rem;
}

.pr-2.rem {
  padding-right: 2rem;
}

.pr-3.rem {
  padding-right: 3rem;
}

.pr-4.rem {
  padding-right: 4rem;
}

.pr-5.rem {
  padding-right: 5rem;
}

.py-0 {
  padding: 0 auto;
}

.py-1.rem {
  padding: 1rem auto;
}

.py-2.rem {
  padding: 2rem auto;
}

.py-3.rem {
  padding: 3rem auto;
}

.py-4.rem {
  padding: 4rem auto;
}

.py-5.rem {
  padding: 5rem auto;
}

.px-0 {
  padding: auto 0;
}

.px-1.rem {
  padding: auto 1rem;
}

.px-2.rem {
  padding: auto 2rem;
}

.px-3.rem {
  padding: auto 3rem;
}

.px-4.rem {
  padding: auto 4rem;
}

.px-5.rem {
  padding: auto 5rem;
}

.m-1.px {
  margin: 10px;
}

.m-2.px {
  margin: 20px;
}

.m-3.px {
  margin: 30px;
}

.m-4.px {
  margin: 40px;
}

.m-5.px {
  margin: 50px;
}

.p-1.px {
  padding: 10px;
}

.p-2.px {
  padding: 20px;
}

.p-3.px {
  padding: 30px;
}

.p-4.px {
  padding: 40px;
}

.p-5.px {
  padding: 50px;
}

.mt-1.px {
  margin-top: 10px;
}

.mt-2.px {
  margin-top: 20px;
}

.mt-3.px {
  margin-top: 30px;
}

.mt-4.px {
  margin-top: 40px;
}

.mt-5.px {
  margin-top: 50px;
}

.mb-1.px {
  margin-bottom: 10px;
}

.mb-2.px {
  margin-bottom: 20px;
}

.mb-3.px {
  margin-bottom: 30px;
}

.mb-4.px {
  margin-bottom: 40px;
}

.mb-5.px {
  margin-bottom: 50px;
}

.ml-1.px {
  margin-left: 10px;
}

.ml-2.px {
  margin-left: 20px;
}

.ml-3.px {
  margin-left: 30px;
}

.ml-4.px {
  margin-left: 40px;
}

.ml-5.px {
  margin-left: 50px;
}

.mr-1.px {
  margin-right: 10px;
}

.mr-2.px {
  margin-right: 20px;
}

.mr-3.px {
  margin-right: 30px;
}

.mr-4.px {
  margin-right: 40px;
}

.mr-5.px {
  margin-right: 50px;
}

.my-1.px {
  margin: 10px auto;
}

.my-2.px {
  margin: 20px auto;
}

.my-3.px {
  margin: 30px auto;
}

.my-4.px {
  margin: 40px auto;
}

.my-5.px {
  margin: 50px auto;
}

.mx-1.px {
  margin: auto 10px;
}

.mx-2.px {
  margin: auto 20px;
}

.mx-3.px {
  margin: auto 30px;
}

.mx-4.px {
  margin: auto 40px;
}

.mx-5.px {
  margin: auto 50px;
}

.pt-1.px {
  padding-top: 10px;
}

.pt-2.px {
  padding-top: 20px;
}

.pt-3.px {
  padding-top: 30px;
}

.pt-4.px {
  padding-top: 40px;
}

.pt-5.px {
  padding-top: 50px;
}

.pb-1.px {
  padding-bottom: 10px;
}

.pb-2.px {
  padding-bottom: 20px;
}

.pb-3.px {
  padding-bottom: 30px;
}

.pb-4.px {
  padding-bottom: 40px;
}

.pb-5.px {
  padding-bottom: 50px;
}

.pl-1.px {
  padding-left: 10px;
}

.pl-2.px {
  padding-left: 20px;
}

.pl-3.px {
  padding-left: 30px;
}

.pl-4.px {
  padding-left: 40px;
}

.pl-5.px {
  padding-left: 50px;
}

.pr-1.px {
  padding-right: 10px;
}

.pr-2.px {
  padding-right: 20px;
}

.pr-3.px {
  padding-right: 30px;
}

.pr-4.px {
  padding-right: 40px;
}

.pr-5.px {
  padding-right: 50px;
}

.py-1.px {
  padding: 10px auto;
}

.py-2.px {
  padding: 20px auto;
}

.py-3.px {
  padding: 30px auto;
}

.py-4.px {
  padding: 40px auto;
}

.py-5.px {
  padding: 50px auto;
}

.px-1.px {
  padding: auto 10px;
}

.px-2.px {
  padding: auto 20px;
}

.px-3.px {
  padding: auto 30px;
}

.px-4.px {
  padding: auto 40px;
}

.px-5.px {
  padding: auto 50px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.vw-10 {
  width: 10vw;
}

.vw-20 {
  width: 20vw;
}

.vw-30 {
  width: 30vw;
}

.vw-40 {
  width: 40vw;
}

.vw-50 {
  width: 50vw;
}

.vw-60 {
  width: 60vw;
}

.vw-70 {
  width: 70vw;
}

.vw-80 {
  width: 80vw;
}

.vw-90 {
  width: 90vw;
}

.vw-100 {
  width: 100vw;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.h-100 {
  height: 100%;
}

.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

.vh-100 {
  height: 100vh;
}

.fz-0_1.rem {
  font-size: 0.1rem;
}

.fz-0_2.rem {
  font-size: 0.2rem;
}

.fz-0_3.rem {
  font-size: 0.3rem;
}

.fz-0_4.rem {
  font-size: 0.4rem;
}

.fz-0_5.rem {
  font-size: 0.5rem;
}

.fz-0_6.rem {
  font-size: 0.6rem;
}

.fz-0_7.rem {
  font-size: 0.7rem;
}

.fz-0_8.rem {
  font-size: 0.8rem;
}

.fz-0_9.rem {
  font-size: 0.9rem;
}

.fz-1.rem {
  font-size: 1rem;
}

.fz-1_1.rem {
  font-size: 1.1rem;
}

.fz-1_2.rem {
  font-size: 1.2rem;
}

.fz-1_3.rem {
  font-size: 1.3rem;
}

.fz-1_4.rem {
  font-size: 1.4rem;
}

.fz-1_5.rem {
  font-size: 1.5rem;
}

.fz-1_6.rem {
  font-size: 1.6rem;
}

.fz-1_7.rem {
  font-size: 1.7rem;
}

.fz-1_8.rem {
  font-size: 1.8rem;
}

.fz-1_9.rem {
  font-size: 1.9rem;
}

.fz-2.rem {
  font-size: 2rem;
}

.fz-2_1.rem {
  font-size: 2.1rem;
}

.fz-2_2.rem {
  font-size: 2.2rem;
}

.fz-2_3.rem {
  font-size: 2.3rem;
}

.fz-2_4.rem {
  font-size: 2.4rem;
}

.fz-2_5.rem {
  font-size: 2.5rem;
}

.fz-2_6.rem {
  font-size: 2.6rem;
}

.fz-2_7.rem {
  font-size: 2.7rem;
}

.fz-2_8.rem {
  font-size: 2.8rem;
}

.fz-2_9.rem {
  font-size: 2.9rem;
}

.fz-3.rem {
  font-size: 3rem;
}

.fz-01 {
  font-size: 1px;
}

.fz-02 {
  font-size: 2px;
}

.fz-03 {
  font-size: 3px;
}

.fz-04 {
  font-size: 4px;
}

.fz-05 {
  font-size: 5px;
}

.fz-06 {
  font-size: 6px;
}

.fz-07 {
  font-size: 7px;
}

.fz-08 {
  font-size: 8px;
}

.fz-09 {
  font-size: 9px;
}

.fz-1 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-29 {
  font-size: 29px;
}

.fz-30 {
  font-size: 30px;
}

.fz-31 {
  font-size: 31px;
}

.fz-32 {
  font-size: 32px;
}

.fz-33 {
  font-size: 33px;
}

.fz-34 {
  font-size: 34px;
}

.fz-35 {
  font-size: 35px;
}

.fz-36 {
  font-size: 36px;
}

.fz-37 {
  font-size: 37px;
}

.fz-38 {
  font-size: 38px;
}

.fz-39 {
  font-size: 39px;
}

.fz-40 {
  font-size: 40px;
}

.fz-50 {
  font-size: 50px;
}

.fz-60 {
  font-size: 60px;
}

.fz-70 {
  font-size: 70px;
}

.fz-80 {
  font-size: 80px;
}

.fz-90 {
  font-size: 90px;
}

.fz-100 {
  font-size: 100px;
}



.galerie hr {
  height: 1px;
  margin: 60px 0;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}

.galerie hr:first-of-type {
  display: none;
}

.galerie h4 {
  margin-top: 0;
  margin-bottom: 30px;
}

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