@keyframes zoom {
  0% {
    height: 120%;
    opacity: 0; }
  80% {
    height: 100%;
    opacity: 1; }
  100% {
    height: 100%;
    opacity: 1; } }
@keyframes ml {
  from {
    opacity: 0;
    margin-left: -300px; }
  to {
    opacity: 1;
    margin-left: 0px; } }
@keyframes mr {
  from {
    opacity: 0;
    margin-left: 1900px; }
  to {
    opacity: 1;
    margin-right: 0px; } }
@keyframes fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes fade1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade1 {
  0% {
    overflow-y: hidden; }
  100% {
    overflow-y: auto; } }
@keyframes fade-logo {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
    top: -800px;
    left: 50%; }
  50% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; } }
@keyframes fade-in {
  0% {
    transform: scale(1.2); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes fade-in-news {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes loadingfade {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes anim {
  from {
    height: 0px;
    opacity: 0; }
  to {
    height: 100px;
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes width {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 75%;
    opacity: 1; } }
@keyframes bgrchange {
  0% {
    background-image: url("../images/bgr-menu.jpg");
    background-position: center;
    opacity: 1; }
  30% {
    opacity: 1;
    background-position: center -200; }
  40% {
    background-image: url("../images/bgr-menu.jpg");
    opacity: 0;
    background-position: center -200px; }
  41% {
    background-image: url("../images/bgr-menu1.jpg");
    opacity: 0;
    background-position: center -200px; }
  42% {
    background-position: center -200px;
    opacity: 1; }
  80% {
    background-position: center;
    opacity: 1; }
  81% {
    background-image: url("../images/bgr-menu1.jpg");
    background-position: center;
    opacity: 0; }
  82% {
    background-image: url("../images/bgr-menu.jpg");
    background-position: center -200px;
    opacity: 0; }
  85% {
    background-position: center -200px;
    opacity: 1; }
  100% {
    background-image: url("../images/bgr-menu.jpg");
    background-position: center;
    opacity: 1; } }
@keyframes bgrchange1 {
  0% {
    background-position: center;
    opacity: 1; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1;
    background-position: center -200px; }
  60% {
    opacity: 0;
    background-position: center -200px; }
  80% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    background-position: center;
    opacity: 1; } }
@keyframes bgrchange2 {
  0% {
    background-position: center;
    opacity: 0; }
  20% {
    background-position: center;
    opacity: 0; }
  100% {
    background-position: center -200px;
    opacity: 1; } }
@keyframes bgrfade {
  0% {
    background-color: rgba(16, 20, 57, 0); }
  100% {
    background-color: #101439; } }
@keyframes bgrfade1 {
  0% {
    background-image: url("../images/bgr-menu1.jpg");
    opacity: 1; }
  100% {
    background-image: url("../images/bgr-menu1.jpg");
    opacity: 0; } }
@keyframes zoom100 {
  0% {
    height: 130%; }
  100% {
    height: 100%; } }
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html,
body {
  scroll-behavior: smooth;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

.overflow-hidden {
  overflow: hidden; }

.bgr-dark-blue {
  background-color: #101139; }

.bgr-green-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#487a55+1,0f143c+99 */
  background: #487a55;
  /* Old browsers */
  background: -moz-linear-gradient(top, #487a55 1%, #0f143c 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #487a55 1%, #0f143c 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #487a55 1%, #0f143c 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#487a55', endColorstr='#0f143c', GradientType=0);
  /* IE6-9 */ }
  .bgr-green-blue .heading {
    background: transparent; }

.bgr-green-blue-green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d7658+0,304948+26,10153d+54,304948+77,4d7658+100 */
  background: #4d7658;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d7658 0%, #304948 26%, #10153d 54%, #304948 77%, #4d7658 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4d7658 0%, #304948 26%, #10153d 54%, #304948 77%, #4d7658 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4d7658 0%, #304948 26%, #10153d 54%, #304948 77%, #4d7658 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d7658', endColorstr='#4d7658', GradientType=0);
  /* IE6-9 */ }

.bgr-blue-green-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10153d+0,304948+26,4d7658+51,304948+77,10153d+100 */
  background: #10153d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #10153d 0%, #304948 26%, #4d7658 51%, #304948 77%, #10153d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #10153d 0%, #304948 26%, #4d7658 51%, #304948 77%, #10153d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #10153d 0%, #304948 26%, #4d7658 51%, #304948 77%, #10153d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10153d', endColorstr='#10153d', GradientType=0);
  /* IE6-9 */ }

.bgr-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a7156+0,0f143c+79,3f5645+100 */
  background: #4a7156;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a7156 0%, #0f143c 79%, #3f5645 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4a7156 0%, #0f143c 79%, #3f5645 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4a7156 0%, #0f143c 79%, #3f5645 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a7156', endColorstr='#3f5645', GradientType=0);
  /* IE6-9 */ }

.full-gradient {
  background-size: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10153d+0,4d7658+100 */
  background: #10153d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #10153d 0%, #4d7658 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #10153d 0%, #4d7658 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #10153d 0%, #4d7658 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10153d', endColorstr='#4d7658', GradientType=0);
  /* IE6-9 */ }
  .full-gradient .heading {
    background: transparent; }
  .full-gradient main {
    background: transparent; }

.bgr {
  background-image: url("../images/bgr-menu.jpg");
  background-size: cover; }

.bgr-green {
  background-color: #548c64; }

.line-bgr {
  display: none; }
  @media (min-width: 992px) {
    .line-bgr {
      position: absolute;
      display: grid;
      grid-template-columns: 50% 50%;
      grid-gap: 0px;
      width: 55%;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 0;
      opacity: 0.2; }
      .line-bgr div {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
        transform-origin: top left; }
        .line-bgr div:nth-of-type(1), .line-bgr div:nth-of-type(2) {
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff; }
        .line-bgr div:nth-of-type(4), .line-bgr div:nth-of-type(3) {
          border-left: 1px solid #fff; } }

.project-bgr {
  display: none; }
  @media (min-width: 992px) {
    .project-bgr {
      position: absolute;
      display: grid;
      grid-template-columns: 45% 27.5% 27.5%;
      grid-gap: 0px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 0.2; }
      .project-bgr div {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
        transform-origin: top left; }
        .project-bgr div:nth-of-type(1), .project-bgr div:nth-of-type(2) {
          border-left: 1px solid #000;
          border-bottom: 1px solid #000; }
        .project-bgr div:nth-of-type(4), .project-bgr div:nth-of-type(3) {
          border-left: 1px solid #000; } }

.bgr-white {
  background-color: #fff; }
  .bgr-white .heading {
    background: transparent; }
  .bgr-white main {
    background: transparent; }
  .bgr-white .line-bgr div:nth-of-type(1), .bgr-white .line-bgr div:nth-of-type(2) {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000; }
  .bgr-white .line-bgr div:nth-of-type(4), .bgr-white .line-bgr div:nth-of-type(3) {
    border-left: 1px solid #000; }

h1 {
  font-size: 40px;
  font-family: "Montserrat-SemiBold";
  color: #000; }
  @media (min-width: 1300px) {
    h1 {
      font-size: 60px; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 90px; } }

h2 {
  font-size: 20px;
  font-family: "Montserrat-Regular";
  color: #fff;
  padding-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 27px; } }
  @media (min-width: 1500px) {
    h2 {
      font-size: 33px; } }

h2.main-title {
  color: #77967f; }

h3 {
  font-size: 18px;
  font-family: "Montserrat-Bold";
  color: #fff;
  margin: 30px 0; }
  @media (min-width: 1500px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #000; }

a {
  color: #53ae6f;
  text-decoration: none; }
  a:hover {
    color: #53ae6f;
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  a:visited {
    color: #53ae6f; }

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

blockquote {
  margin-left: 40px; }

p {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  padding: 5px 0; }
  @media (min-width: 1600px) {
    p {
      font-size: 18px; } }

ul {
  font-family: "Montserrat-Regular";
  font-size: 16px; }
  @media (min-width: 1600px) {
    ul {
      font-size: 18px; } }

strong {
  font-family: "Montserrat-Bold";
  font-weight: normal; }

.strong {
  font-family: "Montserrat-Bold"; }

p.big {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 1500px) {
    p.big {
      font-size: 28px;
      line-height: 35px; } }

p.large {
  font-size: 25px;
  line-height: 32px; }
  @media (min-width: 1500px) {
    p.large {
      font-size: 32px;
      line-height: 42px; } }

p.small {
  font-size: 16px; }
p.small-text {
    font-size: 14px; }
.hide {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media (max-width: 576px) {
  .mobile-hide {
    display: none; } }

.opac {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.red-text {
  color: #ff0000; }

[class^="col-"] {
  padding-right: 0;
  padding-left: 0; }

.show {
  display: block !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.none {
  display: none !important; }

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

.heading {
  position: relative;
  padding: 130px 20px 0px 20px;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f143c+0,0f143c+23,4d7657+100 */
  background: #0f143c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0f143c 0%, #0f143c 23%, #4d7657 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f143c 0%, #0f143c 23%, #4d7657 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f143c 0%, #0f143c 23%, #4d7657 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f143c', endColorstr='#4d7657', GradientType=0);
  /* IE6-9 */ }
  .heading .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    z-index: 2;
    position: relative; }
  @media (min-width: 992px) {
    .heading {
      padding: 220px 40px 0px 120px; } }
  @media (min-width: 1400px) {
    .heading {
      padding: 280px 40px 0px 120px; } }
  @media (min-width: 1700px) {
    .heading {
      padding: 320px 40px 0px 200px; } }
  .heading h1 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    opacity: 0.7; }
    @media (min-width: 992px) {
      .heading h1 {
        font-size: 50px; } }
    @media (min-width: 1400px) {
      .heading h1 {
        font-size: 66px; } }
    @media (min-width: 1700px) {
      .heading h1 {
        font-size: 90px; } }
  .heading .heading-text {
    font-size: 20px;
    line-height: 26px;
    font-family: "Montserrat-Bold";
    color: #fff;
    width: 90%;
    margin-top: 30px;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .heading .heading-text {
        width: 70%;
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1200px) {
      .heading .heading-text {
        width: 70%;
        font-size: 23px;
        line-height: 30px; } }
    @media (min-width: 1400px) {
      .heading .heading-text {
        width: 68%;
        font-size: 23px;
        line-height: 30px; } }
    @media (min-width: 1500px) {
      .heading .heading-text {
        width: 68%;
        font-size: 26px;
        line-height: 32px; } }
    @media (min-width: 1700px) {
      .heading .heading-text {
        font-size: 30px;
        line-height: 38px;
        width: 60%; } }
  .heading .sub-menu,
  .heading .filter {
    display: none;
    padding: 10px 0 20px 0; }
    .heading .sub-menu ul,
    .heading .filter ul {
      margin: 0;
      padding: 0; }
      .heading .sub-menu ul li,
      .heading .filter ul li {
        position: relative;
        display: inline-block; }
        .heading .sub-menu ul li::before,
        .heading .filter ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 1px;
          height: 60%;
          background-color: #fff;
          -moz-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
        .heading .sub-menu ul li a,
        .heading .filter ul li a {
          font-family: "Montserrat-Regular";
          padding: 0 25px;
          position: relative;
          color: #fff;
          margin: 5px 0;
          font-size: 16px;
          float: left; }
          .heading .sub-menu ul li a:hover,
          .heading .filter ul li a:hover {
            color: #b5d4bd;
            opacity: 1; }
          @media (min-width: 992px) {
            .heading .sub-menu ul li a,
            .heading .filter ul li a {
              font-size: 16px;
              padding: 0 13px; } }
          @media (min-width: 1200px) {
            .heading .sub-menu ul li a,
            .heading .filter ul li a {
              font-size: 18px;
              padding: 0 13px; } }
          @media (min-width: 1400px) {
            .heading .sub-menu ul li a,
            .heading .filter ul li a {
              font-size: 19px;
              padding: 0 14px; } }
          @media (min-width: 1700px) {
            .heading .sub-menu ul li a,
            .heading .filter ul li a {
              font-size: 23px;
              padding: 0 15px; } }
    .heading .sub-menu span,
    .heading .filter span {
      float: left;
      margin: 5px 0;
      padding-right: 25px;
      font-size: 16px;
      font-family: "Montserrat-Regular";
      text-transform: uppercase;
      position: relative;
      color: #fff;
      display: block;
      width: 100%; }
      @media (min-width: 576px) {
        .heading .sub-menu span,
        .heading .filter span {
          display: inline;
          width: auto; } }
      @media (min-width: 1600px) {
        .heading .sub-menu span,
        .heading .filter span {
          padding-top: 3px; } }
    @media (min-width: 992px) {
      .heading .sub-menu,
      .heading .filter {
        display: block; } }
  .heading .sub-menu ul li:first-child::before {
    display: none; }
  .heading .sub-menu ul li:first-child a {
    padding-left: 0; }
  .heading .filter {
    display: block !important; }
    .heading .filter ul li:first-child::before {
      display: none; }
    .heading .filter ul li:first-child a {
      padding-left: inherit; }
    @media (min-width: 576px) {
      .heading .filter ul li:first-child {
        padding-left: 10px; }
        .heading .filter ul li:first-child::before {
          display: block; } }
  .heading.lined .container-fluid {
    position: relative; }
    .heading.lined .container-fluid:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #fff; }
      @media (min-width: 992px) {
        .heading.lined .container-fluid:after {
          width: 72.1%; } }
      @media (min-width: 1700px) {
        .heading.lined .container-fluid:after {
          width: 70.9%; } }

main {
  position: relative;
  margin: 0 auto;
  padding: 0px; }
  @media (min-width: 1600px) {
    main {
      padding: 0; } }
  main .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1550px; }
    @media (min-width: 992px) {
      main .container {
        padding: 30px 50px 100px 180px; } }
    @media (min-width: 1400px) {
      main .container {
        padding: 30px 50px 100px 220px; } }
    @media (min-width: 1600px) {
      main .container {
        padding: 50px 50px 100px 220px; } }

.bgr-images {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bgr-menu.jpg);
  background-size: cover;
  background-position: center;
  z-index: 2;
  opacity: 1;
  animation: bgrchange1 30s infinite linear; }

.bgr-images1 {
  overflow: hidden;
  background: url(../images/bgr-menu1.jpg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 1;
  animation: bgrchange2 30s infinite linear; }

.loading-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .loading-wrapper .geo-loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/svg-mask3.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    animation: fade-in 4s;
    opacity: 1;
    z-index: 10; }
    @media (min-width: 576px) {
      .loading-wrapper .geo-loading {
        background-image: url("../images/svg-mask2.svg");
        background-size: cover; } }

.container-fluid .row {
  margin: 0; }

.one-column {
  max-width: 700px;
  color: #fff; }
  @media (min-width: 1400px) {
    .one-column {
      max-width: 700px; } }
  @media (min-width: 1400px) {
    .one-column {
      max-width: 800px; } }
  @media (min-width: 1700px) {
    .one-column {
      max-width: 900px; } }
  .one-column p {
    color: #fff;
    text-align: justify; }
  .one-column .icons {
    margin: 20px 0px;
    display: block; }
    @media (min-width: 992px) {
      .one-column .icons {
        margin: 20px 50px;
        display: flex; } }
    .one-column .icons .icon {
      float: left; }

.project-column .icons {
  margin-left: 0; }

.bgr-white .one-column {
  color: #000; }
  .bgr-white .one-column p {
    color: #000; }
  .bgr-white .one-column h2 {
    color: #77967f; }

.img {
  margin-bottom: 0px;
  text-align: center;
  position: relative; }
  @media (min-width: 576px) {
    .img {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .img {
      margin-bottom: 50px; } }
  .img p {
    text-align: left; }
  .img .img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%; }
    .img .img-container img {
      max-width: 100%;
      margin-bottom: 20px;
      position: relative;
      z-index: 1; }
    @media (min-width: 576px) {
      .img .img-container {
        max-width: 90%; } }
    @media (min-width: 1600px) {
      .img .img-container {
        max-width: 100%; } }

.two-columns .first-column {
  margin: inherit;
  margin-left: 0px;
  margin-right: 9px; }
.two-columns .sec-column {
  margin: inherit;
  width: auto !important;
  max-width: 325px;
  margin-left: 9px;
  margin-right: 0px;
  padding: 0 !important; }

.index footer {
  display: none; }

footer {
  font-size: 13px;
  padding: 50px 0 50px 0;
  margin: 0;
  width: 100%;
  background-color: #101139;
  color: #97948d;
  position: relative;
  z-index: 50; }
  footer .container-fluid .row {
    padding: 0 50px; }
    @media (min-width: 992px) {
      footer .container-fluid .row {
        padding: 0 100px 0 100px; } }
    @media (min-width: 1400px) {
      footer .container-fluid .row {
        padding: 0 120px 0 120px; } }
    @media (min-width: 1700px) {
      footer .container-fluid .row {
        padding: 0 200px 0 200px; } }
    footer .container-fluid .row h3 {
      width: 100%;
      font-size: 13px;
      margin-bottom: 10px;
      color: #fff;
      text-transform: uppercase; }
      @media (min-width: 1500px) {
        footer .container-fluid .row h3 {
          font-size: 14px; } }
    footer .container-fluid .row a {
      display: block;
      text-decoration: none;
      color: #97948d;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      footer .container-fluid .row a:hover {
        text-decoration: none;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50); }
    footer .container-fluid .row .small {
      font-size: 12px; }
  @media (min-width: 992px) {
    footer {
      padding: 100px 0 100px 0; } }
  @media (min-width: 1500px) {
    footer {
      font-size: 14px; } }
  footer .text-uppercase {
    font-size: 12px; }
    footer .text-uppercase a {
      margin-bottom: 5px; }

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #101139;
  z-index: 5; }

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  animation: height-in 1.5s; }

@keyframes height-in {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none; }

.loading {
  height: 100vh !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden; }
  .loading .loader {
    position: absolute;
    display: grid !important;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 2000;
    background: #101139;
    animation: fadeOut 1s;
    /*         div {
                position: relative;
                width: 100%;
                height: 100%;
                background: $blue;
                transform: scale(1);
                transform-origin: center center;
                animation: loader 1.4s;
                color: #fff;
                &:nth-of-type(6) {
                    animation-delay: 0.2s;
                }
                &:nth-of-type(5),
                &:nth-of-type(3) {
                    animation-delay: 0.5s;
                }
                &:nth-of-type(4),
                &:nth-of-type(2) {
                    animation-delay: 0.7s;
                }
                &:nth-of-type(1)
                 {
                    animation-delay: 0.9s;
                }
            } */ }
@keyframes loader {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(0); }
  60% {
    transform: scale(0); }
  80% {
    transform: scale(0); }
  100% {
    transform: scale(0);
    opacity: 0; } }
  .loading main,
  .loading header,
  .loading .heading, .loading footer {
    opacity: 0; }

header {
  animation: fade 0.5s; }

main, footer,
.heading {
  opacity: 1;
  animation: fade 1s; }

.menu-loader {
  position: absolute;
  display: none;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-gap: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000; }
  .menu-loader div {
    position: relative;
    border: 0 !important;
    width: 100%;
    height: 100%;
    background: #101139;
    transform: scale(1);
    transform-origin: center center;
    animation: menu-loader 1.2s; }
    .menu-loader div:nth-of-type(6) {
      animation-delay: 0.4s; }
    .menu-loader div:nth-of-type(5), .menu-loader div:nth-of-type(3) {
      animation-delay: 0.6s; }
    .menu-loader div:nth-of-type(2) {
      animation-delay: 0.8s; }
    .menu-loader div:nth-of-type(1), .menu-loader div:nth-of-type(4) {
      animation-delay: 1s; }
  @media (min-width: 992px) {
    .menu-loader {
      display: grid; } }

.menu-wrap {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5; }
  .menu-wrap .menu-bgr {
    position: absolute;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-gap: 0px;
    width: 100%;
    height: 100%; }
    .menu-wrap .menu-bgr div {
      position: relative;
      width: 100%;
      height: 100%;
      background: transparent;
      transform-origin: top left; }
      .menu-wrap .menu-bgr div .menu-block {
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        text-align: center;
        top: 50%;
        color: #fff;
        font-size: 32px;
        font-family: "Montserrat-Bold";
        width: 100%;
        height: 50px;
        overflow: hidden;
        display: block;
        z-index: 10; }
        @media (min-width: 992px) {
          .menu-wrap .menu-bgr div .menu-block {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .menu-wrap .menu-bgr div .menu-block {
            font-size: 27px; } }
        @media (min-width: 1700px) {
          .menu-wrap .menu-bgr div .menu-block {
            font-size: 32px; } }
        .menu-wrap .menu-bgr div .menu-block.full {
          top: 100%; }
        .menu-wrap .menu-bgr div .menu-block span {
          display: block;
          width: 100%;
          top: 50%;
          left: 50%;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          animation: menu-top 3s; }
  .menu-wrap .menu-lines {
    width: 100%;
    height: 100%;
    opacity: 0.5; }
    .menu-wrap .menu-lines .h-line {
      position: absolute;
      animation: menu-left 2.4s;
      top: 0;
      left: 33.33%;
      width: 66.6%;
      height: 50%; }
      .menu-wrap .menu-lines .h-line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #fff; }
    .menu-wrap .menu-lines .v-line {
      position: absolute;
      top: 0;
      left: 50%;
      width: 33.3%;
      height: 100%;
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      animation: menu-top 3s; }
      .menu-wrap .menu-lines .v-line::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff; }
      .menu-wrap .menu-lines .v-line::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fff; }
  @media (min-width: 992px) {
    .menu-wrap {
      display: block; } }

header {
  width: 100%;
  padding: 10px 0 0 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header .logo-container {
    width: 100%; }
    header .logo-container .header-logo {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      width: 200px;
      height: 40px;
      overflow: hidden;
      background-image: url("../images/logo-geo.svg");
      background-size: 200px auto;
      background-repeat: no-repeat;
      background-position: top center;
      margin: 10px auto 5px 20px; }
      header .logo-container .header-logo:hover {
        opacity: 1; }
      @media (min-width: 992px) {
        header .logo-container .header-logo {
          margin: 30px auto 5px 40px;
          width: 220px;
          height: 40px;
          background-size: 200px auto; } }
      @media (min-width: 1500px) {
        header .logo-container .header-logo {
          margin: 30px auto 5px 70px;
          width: 240px;
          height: 46px;
          background-size: 240px auto; } }
  header .sub-menu-header {
    display: none;
    width: 100%;
    background-color: #f3f4f7;
    padding: 10px 10px 10px 20px; }
    header .sub-menu-header a {
      font-family: "Montserrat-SemiBold";
      position: relative;
      font-size: 15px;
      color: #000;
      float: left;
      padding: 0 10px;
      font-size: 16px;
      display: block;
      width: 100%; }
      header .sub-menu-header a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 60%;
        background-color: #000;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      header .sub-menu-header a:hover {
        color: #548c64;
        opacity: 1; }
      header .sub-menu-header a:first-child {
        padding-left: 0; }
        header .sub-menu-header a:first-child::before {
          display: none; }
      @media (min-width: 992px) {
        header .sub-menu-header a {
          padding: 0 15px;
          font-size: 14px; } }
      @media (min-width: 1200px) {
        header .sub-menu-header a {
          padding: 0 15px;
          font-size: 16px; } }
      @media (min-width: 1400px) {
        header .sub-menu-header a {
          padding: 0 25px;
          font-size: 17px; } }
      @media (min-width: 1700px) {
        header .sub-menu-header a {
          padding: 0 25px;
          font-size: 19px; } }
    @media (min-width: 992px) {
      header .sub-menu-header {
        padding: 10px 10px 10px 70px; }
        header .sub-menu-header a {
          display: inline-block;
          width: auto; } }
  header .navbar-toggler {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    border-radius: 0;
    z-index: 2500;
    padding-top: 15px; }
    header .navbar-toggler:focus {
      outline: none;
      box-shadow: none; }
    header .navbar-toggler #nav-icon2 {
      width: 40px;
      height: 35px;
      position: relative;
      margin: 0px auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      cursor: pointer; }
      header .navbar-toggler #nav-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
        header .navbar-toggler #nav-icon2 span:nth-child(even) {
          left: 50%;
          border-radius: 0 9px 9px 0; }
        header .navbar-toggler #nav-icon2 span:nth-child(odd) {
          left: 0px;
          border-radius: 9px 0 0 9px; }
        header .navbar-toggler #nav-icon2 span:nth-child(1), header .navbar-toggler #nav-icon2 span:nth-child(2) {
          top: 0px; }
        header .navbar-toggler #nav-icon2 span:nth-child(3), header .navbar-toggler #nav-icon2 span:nth-child(4) {
          top: 13px; }
        header .navbar-toggler #nav-icon2 span:nth-child(5), header .navbar-toggler #nav-icon2 span:nth-child(6) {
          top: 25px; }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(1), header .navbar-toggler #nav-icon2.open-menu span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(2), header .navbar-toggler #nav-icon2.open-menu span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(1) {
        left: 5px;
        top: 6px; }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(2) {
        left: calc(50% - 5px);
        top: 6px; }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(5) {
        left: 4px;
        top: 17px; }
      header .navbar-toggler #nav-icon2.open-menu span:nth-child(6) {
        left: calc(50% - 4px);
        top: 17px; }
    @media (min-width: 576px) {
      header .navbar-toggler {
        right: 60px; } }
    @media (min-width: 1500px) {
      header .navbar-toggler {
        top: 20px;
        right: 70px; }
        header .navbar-toggler #nav-icon2 {
          width: 45px;
          height: 40px; }
          header .navbar-toggler #nav-icon2 span:nth-child(3), header .navbar-toggler #nav-icon2 span:nth-child(4) {
            top: 15px; }
          header .navbar-toggler #nav-icon2 span:nth-child(5), header .navbar-toggler #nav-icon2 span:nth-child(6) {
            top: 30px; }
          header .navbar-toggler #nav-icon2.open-menu span:nth-child(5) {
            left: 4px;
            top: 20px; }
          header .navbar-toggler #nav-icon2.open-menu span:nth-child(6) {
            left: calc(50% - 4px);
            top: 20px; } }
  @media (min-width: 576px) {
    header .language {
      position: absolute;
      top: 8px;
      right: 20px;
      font-size: 13px;
      font-family: "Montserrat-Regular"; }
      header .language a {
        display: block;
        color: #fff;
        padding: 15px;
        font-size: 13px;
        font-family: "Montserrat-Regular"; } }
  @media (min-width: 576px) and (min-width: 1500px) {
    header .language {
      top: 25px;
      right: 20px; } }

  header.scroll {
    background-color: #fff; }
    header.scroll .logo-container .header-logo {
      margin: 5px auto 15px 10px;
      background-size: 180px auto;
      background-position: bottom center; }
      @media (min-width: 992px) {
        header.scroll .logo-container .header-logo {
          margin: 10px auto 20px 55px; } }
      @media (min-width: 1600px) {
        header.scroll .logo-container .header-logo {
          margin: 10px auto 20px 70px; } }
    header.scroll .navbar-toggler {
      position: absolute;
      top: 5px; }
      header.scroll .navbar-toggler #nav-icon2 span {
        background: #000; }
      header.scroll .navbar-toggler #nav-icon2.open-menu span {
        background: #fff !important; }
    @media (min-width: 992px) {
      header.scroll .sub-menu-header {
        display: block; }
      header.scroll .logo-container .header-logo {
        background-size: 200px auto; }
      header.scroll .navbar-toggler {
        top: 5px; } }
    @media (min-width: 1500px) {
      header.scroll .logo-container .header-logo {
        background-size: 240px auto; } }
    header.scroll .language {
      top: 8px; }
      @media (min-width: 1500px) {
        header.scroll .language {
          top: 10px; } }
      header.scroll .language a {
        color: #000; }

.overflow-hidden .navbar-toggler {
  background-color: transparent !important; }

.bgr-white .logo-container .header-logo {
  margin: 5px auto 15px 10px;
  background-position: bottom center; }
  @media (min-width: 992px) {
    .bgr-white .logo-container .header-logo {
      margin: 10px auto 5px 70px; } }
.bgr-white .language a {
  color: #101139 !important; }
.bgr-white .navbar-toggler {
  background-color: #101139; }
.bgr-white header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0 10px 0 !important; }
  @media (min-width: 768px) {
    .bgr-white header {
      padding: 10px 0 40px 0 !important; } }
  @media (min-width: 992px) {
    .bgr-white header {
      padding: 10px 0 80px 0 !important; } }
  .bgr-white header.scroll {
    background-color: #101139; }
    .bgr-white header.scroll .header-logo {
      background-position: top center; }
    .bgr-white header.scroll .navbar-toggler #nav-icon2 span {
      background-color: #fff; }
    .bgr-white header.scroll .language a {
      color: #fff !important; }
.bgr-white .sub-menu-project {
  display: none;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%; }
  .bgr-white .sub-menu-project .container {
    max-width: 1550px;
    margin: 0 20px 0px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .bgr-white .sub-menu-project .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    left: 0; }
    .bgr-white .sub-menu-project .img img {
      width: 100%; }
  .bgr-white .sub-menu-project .sub-menu-info {
    margin-left: 100px;
    padding-top: 10px;
    font-size: 18px;
    color: #4e7658;
    display: none; }
    .bgr-white .sub-menu-project .sub-menu-info strong {
      color: #caf4d7;
      font-size: 20px;
      display: none; }
  @media (min-width: 768px) {
    .bgr-white .sub-menu-project {
      opacity: 1; } }
  @media (min-width: 992px) {
    .bgr-white .sub-menu-project {
      top: 95px; }
      .bgr-white .sub-menu-project .container {
        margin: 0 50px 0px 5%; }
      .bgr-white .sub-menu-project .sub-menu-info {
        display: block;
        font-size: 19px;
        margin-left: 100px; }
        .bgr-white .sub-menu-project .sub-menu-info strong {
          font-size: 21px; } }
  @media (min-width: 1500px) {
    .bgr-white .sub-menu-project .container {
      margin: 0 50px 0px 8%; }
    .bgr-white .sub-menu-project .sub-menu-info {
      padding-top: 5px;
      display: block;
      font-size: 23px;
      margin-left: 120px; }
      .bgr-white .sub-menu-project .sub-menu-info strong {
        font-size: 26px; } }
  @media (min-width: 1700px) {
    .bgr-white .sub-menu-project .container {
      margin: 0 50px 0px 12%; } }

.collapsed-menu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-image: url("../images/bgr-menu4.jpg");
  background-size: cover;
  z-index: 100; }
  .collapsed-menu:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #101139;
    opacity: 0.6;
    z-index: 1; }
  @media (min-width: 992px) {
    .collapsed-menu:before {
      display: none; }
    .collapsed-menu:after {
      display: none; } }

.mobile-menu {
  margin-top: 100px;
  padding: 20px;
  position: relative;
  z-index: 10; }
  .mobile-menu .accordion-item {
    background-color: transparent;
    border: 0; }
    .mobile-menu .accordion-item button {
      background-color: transparent;
      border: 0;
      color: #fff;
      padding: 5px 10px;
      font-family: "Montserrat-Bold";
      font-size: 24px; }
    .mobile-menu .accordion-item .accordion-body {
      padding: 5px 10px; }
      .mobile-menu .accordion-item .accordion-body a {
        display: block;
        color: #fff;
        padding: 5px 20px;
        font-family: "Montserrat-Regular";
        font-size: 19px;
        line-height: 20px; }
  .mobile-menu a {
    font-family: "Montserrat-Bold";
    font-size: 24px;
    display: block;
    padding: 5px 10px;
    color: #fff !important; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }

.menu-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-size: cover;
  z-index: 2; }

.bgr {
  opacity: 1;
  background-image: url("../images/bgr-menu11.jpg");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-size: cover;
  z-index: 2; }

.bgr1 {
  opacity: 1;
  background-image: url("../images/bgr-menu4.jpg");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-size: cover;
  z-index: 2; }

.bgr2 {
  opacity: 1;
  background-image: url("../images/bgr-menu5.jpg");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-size: cover;
  z-index: 2; }

.bgr3 {
  opacity: 1;
  background-image: url("../images/bgr-menu7.jpg");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-size: cover;
  z-index: 2; }

.bgr4 {
  opacity: 1;
  background-image: url("../images/bgr-menu8.jpg");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-size: cover;
  z-index: 2; }

@keyframes menu-loader {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 0; } }
@keyframes menu-left {
  0% {
    left: -3000px; }
  50% {
    left: -3000px; }
  100% {
    left: 33.33%; } }
@keyframes menu-top {
  0% {
    transform: translate(-50%, -3000px); }
  60% {
    transform: translate(-50%, -3000px); }
  100% {
    transform: translate(-50%, -50%); } }
@keyframes height {
  0% {
    height: 0px; }
  70% {
    height: 0px; }
  100% {
    height: 40px; } }
.grid {
  list-style: none;
  margin: 0px 20px 0 20px;
  padding: 20px 0 20px 0;
  z-index: 100; }
  @media (min-width: 1300px) {
    .grid {
      max-width: 1200px;
      margin: 0px auto 0 auto;
      padding: 50px 0 50px 0; } }
  @media (min-width: 1500px) {
    .grid {
      max-width: 1450px;
      padding: 50px 0 50px 0px; } }

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1; }

.grid-sizer,
.grid-item {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: 40%;
      margin-right: 5%;
      margin-left: 5%;
      margin-bottom: 100px;
      float: left; } }
  @media (min-width: 1300px) {
    .grid-sizer,
    .grid-item {
      width: 39%;
      margin-right: 4.5%;
      margin-left: 4.5%;
      margin-bottom: 100px;
      float: left; } }
  @media (min-width: 1500px) {
    .grid-sizer,
    .grid-item {
      width: 35%;
      margin-right: 5%;
      margin-left: 10%;
      margin-bottom: 150px;
      float: left; } }
  @media (min-width: 1700px) {
    .grid-sizer,
    .grid-item {
      width: 35%;
      margin-right: 8%;
      margin-left: 5%;
      margin-bottom: 150px;
      float: left; } }

.project a {
  display: inline-block; }

.project,
.slick-content {
  background-color: transparent !important;
  border: 0; }
  .project .img,
  .slick-content .img {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto 50px auto; }
    @media (min-width: 1400px) {
      .project .img,
      .slick-content .img {
        width: 160px;
        height: 160px; } }
    @media (min-width: 1500px) {
      .project .img,
      .slick-content .img {
        width: 200px;
        height: 200px; } }
    .project .img img,
    .slick-content .img img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }
  .project .project-title,
  .slick-content .project-title {
    font-family: "Montserrat-Bold";
    font-size: 23px;
    line-height: 26px;
    width: 100%;
    color: #b0dbbd;
    margin-bottom: 20px; }
    @media (min-width: 1400px) {
      .project .project-title,
      .slick-content .project-title {
        font-size: 28px;
        line-height: 31px; } }
    @media (min-width: 1700px) {
      .project .project-title,
      .slick-content .project-title {
        font-size: 33px;
        line-height: 36px; } }
  .project .project-subtitle,
  .slick-content .project-subtitle {
    font-family: "Montserrat-Bold";
    width: 100%;
    margin-top: 20px; }
  .project .project-info,
  .slick-content .project-info {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0; }
  .project p,
  .slick-content p {
    width: 100%;
    margin-bottom: 0; }
  .project .project-info-link,
  .slick-content .project-info-link {
    display: inline-block;
    color: #b0dbbd;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    padding-right: 40px; }
    .project .project-info-link::after,
    .slick-content .project-info-link::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 27px;
      height: 14px;
      background-image: url("../images/arrow.svg"); }
  .project:hover a,
  .slick-content:hover a {
    opacity: 1; }
  .project:hover .img img,
  .slick-content:hover .img img {
    transform: scale(1.5); }
  .project:hover .project-title,
  .project:hover .project-info,
  .project:hover .project-info-link,
  .slick-content:hover .project-title,
  .slick-content:hover .project-info,
  .slick-content:hover .project-info-link {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@media (min-width: 768px) {
  .hide-header {
    opacity: 0; } }

.project-info {
  padding-bottom: 1px;
  padding-top: 100px; }
  .project-info .container-header {
    position: relative;
    background-color: #fff;
    z-index: 50;
    margin: 0px 10px 0 10px;
    padding-top: 20px;
    max-width: 100% !important; }
    .project-info .container-header h1,
    .project-info .container-header .heading-text {
      color: #000;
      margin-left: 0; }
    .project-info .container-header h1 {
      font-size: 30px;
      padding-top: 30px; }
      .project-info .container-header h1:before {
        display: none;
        content: "";
        position: absolute;
        left: 0px;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        opacity: 0.2; }
      @media (min-width: 992px) {
        .project-info .container-header h1 {
          font-size: 40px; }
          .project-info .container-header h1:before {
            display: block; } }
      @media (min-width: 1400px) {
        .project-info .container-header h1 {
          font-size: 44px; } }
      @media (min-width: 1700px) {
        .project-info .container-header h1 {
          font-size: 60px;
          line-height: 65px; } }
    .project-info .container-header .img {
      width: 200px;
      height: 200px;
      position: relative;
      z-index: 100;
      margin: auto;
      overflow: hidden;
      border-radius: 50%; }
      .project-info .container-header .img img {
        width: 100%; }
  .project-info .project-short-info {
    margin: 40px 0px 0px 0px;
    padding-bottom: 20px;
    width: 100%;
    display: block; }
    .project-info .project-short-info div {
      width: 100%;
      height: 100%;
      color: #4e7658;
      font-family: "Montserrat-SemiBold";
      font-size: 14px;
      padding: 0 10px;
      margin-bottom: 10px; }
      .project-info .project-short-info div span {
        display: block;
        color: #000;
        font-family: "Montserrat-Regular";
        text-transform: uppercase; }
  @media (min-width: 768px) {
    .project-info .project-short-info {
      margin: 40px 0px 0px 0px;
      padding-bottom: 20px;
      width: 100%;
      display: grid;
      grid-template-columns: 25% 25% 50%;
      grid-gap: 0px; }
      .project-info .project-short-info div {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .project-info {
      padding-top: 220px;
      padding-right: 0; }
      .project-info .container-header {
        margin: 0 0 0 80px;
        max-width: 100%; }
        .project-info .container-header h1,
        .project-info .container-header .heading-text {
          color: #000;
          margin-left: 150px;
          padding-right: 20px; }
        .project-info .container-header .img {
          width: 160px;
          height: 160px;
          position: absolute;
          z-index: 100;
          top: -50px;
          left: -50px; }
      .project-info .project-short-info {
        margin: 40px 0 0px 150px;
        padding-bottom: 20px;
        width: 70%;
        display: grid;
        grid-template-columns: 25% 25% 50%;
        grid-gap: 0px; }
        .project-info .project-short-info div {
          padding-right: 40px; } }
  @media (min-width: 1200px) {
    .project-info {
      padding-right: 40px; }
      .project-info .container-header {
        max-width: calc(72% - 79px) !important; } }
  @media (min-width: 1400px) {
    .project-info .container-header {
      padding-top: 0px;
      margin: 0 0 0 80px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      max-width: calc(72% - 78px) !important; }
      .project-info .container-header h1,
      .project-info .container-header .heading-text {
        color: #000;
        margin-left: 150px; }
      .project-info .container-header .img {
        width: 160px;
        height: 160px;
        position: absolute;
        z-index: 100;
        top: -50px;
        left: -50px; }
    .project-info .project-short-info {
      margin: 40px 0 0px 150px;
      padding-bottom: 20px;
      width: 80%;
      display: grid;
      grid-template-columns: 40% 25% 35%;
      grid-gap: 0px; }
      .project-info .project-short-info div {
        font-size: 16px; }
        .project-info .project-short-info div span {
          font-size: 14px; } }
  @media (min-width: 1600px) {
    .project-info .container-header h1,
    .project-info .container-header .heading-text {
      color: #000;
      margin-left: 200px; }
    .project-info .container-header .img {
      width: 200px;
      height: 200px; }
    .project-info .container-header .project-short-info {
      margin: 40px 0 0px 200px; } }
  @media (min-width: 1700px) {
    .project-info .container-header {
      max-width: calc(71% - 82px) !important; }
    .project-info .project-short-info div {
      font-size: 18px; } }

.project-nav {
  width: 90%;
  text-align: right;
  position: absolute;
  bottom: -52px; }
  .project-nav a {
    background-color: #76967f;
    margin: 0;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px; }

.project-summery {
  color: #fff;
  width: 100%; }
  .project-summery .objectifs,
  .project-summery .resultats {
    font-size: 16px; }
    .project-summery .objectifs .title,
    .project-summery .resultats .title {
      font-size: 26px;
      font-family: "Montserrat-Bold";
      margin-bottom: 10px; }
  .project-summery .objectifs {
    background-color: #76967f;
    padding: 50px;
    margin: 20px 0px 20px 0; }
    .project-summery .objectifs .title {
      color: #324738; }
  .project-summery .resultats {
    background-color: #333359;
    padding: 50px;
    margin: 20px 0; }
    .project-summery .resultats .title {
      color: #9bceb4; }
  @media (min-width: 768px) {
    .project-summery {
      width: 90%; }
      .project-summery .objectifs {
        padding: 50px;
        margin: 20px 20px 20px 0; } }

.client-logo {
  display: block;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .client-logo {
      display: flex; } }
  .client-logo .logo {
    width: 100%;
    text-align: center;
    border: 1px solid #9ab19f;
    background-color: #fff;
    max-width: 200px;
    margin: 0 auto 10px auto; }
    .client-logo .logo img {
      max-width: 150px;
      width: 100%;
      margin: 20px auto; }
    @media (min-width: 768px) {
      .client-logo .logo {
        margin-right: 10px;
        max-width: 200px;
        margin: 20px 20px 20px 0; } }
    @media (min-width: 992px) {
      .client-logo .logo {
        max-width: 200px;
        margin-right: 20px; }
        .client-logo .logo img {
          margin: 30px auto;
          max-width: 100px; } }
    @media (min-width: 1500px) {
      .client-logo .logo {
        max-width: 300px; }
        .client-logo .logo img {
          margin: 70px auto;
          max-width: 150px; } }

.numbers {
  z-index: 50;
  position: relative; }
  .numbers .container {
    max-width: 1300px;
    padding: 70px 20px; }
    @media (min-width: 992px) {
      .numbers .container {
        padding: 100px 80px; } }

.small-table {
  display: table; }
  .small-table .row {
    display: table-row; }
  .small-table .col {
    color: #fff;
    vertical-align: bottom;
    padding: 30px 0px 0 20px;
    font-size: 16px;
    font-family: "Montserrat-SemiBold";
    width: 33.3%;
    position: relative;
    display: table-cell; }
    .small-table .col span {
      font-family: "Montserrat-Regular";
      font-size: 15px;
      display: block; }
    .small-table .col .num {
      font-size: 55px;
      font-family: "Montserrat-SemiBold";
      display: block; }
    .small-table .col.lined:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background-color: #fff; }
  @media (min-width: 992px) {
    .small-table .col {
      padding: 30px 50px 0 50px;
      font-size: 19px; } }

.big-table {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .big-table {
      margin-top: 100px; } }
  .big-table .col {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .big-table .col {
        font-size: 19px; } }
    .big-table .col.table-title {
      display: none;
      font-size: 15px; }
      @media (min-width: 768px) {
        .big-table .col.table-title {
          display: block; } }
    .big-table .col span {
      padding: 0 0 5px 0;
      display: block; }
      .big-table .col span.d-md-none {
        padding: 5px 0 0 0;
        font-size: 12px; }
        @media (min-width: 768px) {
          .big-table .col span.d-md-none {
            font-size: 15px; } }
      .big-table .col span.strong {
        font-size: 19px; }
        @media (min-width: 992px) {
          .big-table .col span.strong {
            font-size: 23px; } }
    .big-table .col .year {
      position: relative;
      font-family: "Montserrat-Regular";
      margin-bottom: 5px; }
      .big-table .col .year:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #fff; }

.team {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px 50px 20px;
  z-index: 50;
  position: relative; }
  @media (min-width: 992px) {
    .team {
      padding: 100px 20px 150px 20px; } }
  .team .col {
    text-align: center;
    padding: 80px 50px 20px 50px; }
    .team .col a:hover {
      opacity: 1; }
  .team .team-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-size: 200px;
    background-position: top center; }
    .team .team-photo img {
      width: 100%; }
    .team .team-photo:hover {
      background-position: bottom center; }
  .team .team-name {
    color: #fff;
    font-family: "Montserrat-SemiBold";
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 30px; }
    .team .team-name span {
      font-size: 20px;
      display: block; }
  @media (min-width: 576px) {
    .team .team-name {
      text-align: left; } }
  @media (min-width: 992px) {
    .team .team-photo {
      width: 250px;
      height: 250px;
      background-size: 250px; }
    .team .team-name {
      font-size: 15px;
      text-align: left; }
      .team .team-name span {
        font-size: 24px; } }

.modal .modal-header {
  background-color: #141c38;
  height: 40px;
  border-bottom: 2px solid #141c38;
  padding: 0; }
  .modal .modal-header .bgr-green {
    width: 90%;
    height: 100%;
    max-width: 1130px;
    margin: auto;
    background-color: #739693; }
    .modal .modal-header .bgr-green .col:nth-child(2) {
      background-color: #94c2a2; }
  @media (min-width: 992px) {
    .modal .modal-header {
      height: 80px; } }
.modal .close-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px; }
.modal .modal-content {
  background-color: #7b9b84; }
  .modal .modal-content .team-info {
    display: block;
    max-width: 1150px;
    width: 90%;
    margin: 80px auto;
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat-SemiBold"; }
    .modal .modal-content .team-info .team-info-title {
      font-size: 30px; }
      .modal .modal-content .team-info .team-info-title span {
        display: block;
        font-size: 18px;
        margin-bottom: 5px; }
    .modal .modal-content .team-info .team-photo {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 20px auto; }
      .modal .modal-content .team-info .team-photo img {
        width: 100%; }
    @media (min-width: 992px) {
      .modal .modal-content .team-info {
        display: flex;
        margin: 0 auto;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
        .modal .modal-content .team-info .team-photo {
          width: 250px;
          height: 250px;
          margin: 0 80px 0 0; } }
    @media (min-width: 1600px) {
      .modal .modal-content .team-info .team-photo {
        width: 300px;
        height: 300px;
        margin: 0 80px 0 0; } }

.slick-container {
  padding: 0px 20px 50px 20px;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .slick-container .slick-project {
    margin-top: 50px;
    width: 100%; }
    @media (min-width: 992px) {
      .slick-container .slick-project {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1400px) {
      .slick-container .slick-project {
        width: 100%; } }
    .slick-container .slick-project a {
      display: inline-block; }
    .slick-container .slick-project .slick-content {
      padding: 0 10px; }
      @media (min-width: 576px) {
        .slick-container .slick-project .slick-content {
          padding: 0 40px; } }
      @media (min-width: 992px) {
        .slick-container .slick-project .slick-content {
          padding: 0 40px; } }
      @media (min-width: 1400px) {
        .slick-container .slick-project .slick-content {
          padding: 0 40px; } }
      @media (min-width: 1700px) {
        .slick-container .slick-project .slick-content {
          padding: 0 80px; } }
    .slick-container .slick-project .prev-arrow {
      display: none !important; }
    .slick-container .slick-project .next-arrow {
      display: none !important;
      position: absolute;
      top: 50%;
      right: 0;
      color: #fff;
      background-color: transparent;
      border: none;
      background: url(../images/chevron-right.svg);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 20px auto; }
      @media (min-width: 576px) {
        .slick-container .slick-project .next-arrow {
          display: inline-block !important; } }
      @media (min-width: 992px) {
        .slick-container .slick-project .next-arrow {
          right: 0px; } }
      @media (min-width: 1400px) {
        .slick-container .slick-project .next-arrow {
          position: absolute;
          top: 40%;
          right: 0px;
          left: auto; } }
      .slick-container .slick-project .next-arrow span {
        margin: 0 10px;
        font-size: 20px; }
        @media (min-width: 1500px) {
          .slick-container .slick-project .next-arrow span {
            font-size: 30px; } }
      .slick-container .slick-project .next-arrow::after {
        font-size: 25px; }
      @media (min-width: 1400px) {
        .slick-container .slick-project .next-arrow {
          background-size: 20px auto; } }
      @media (min-width: 1700px) {
        .slick-container .slick-project .next-arrow {
          background-size: 25px auto; } }
    .slick-container .slick-project .img {
      width: 120px;
      height: 120px; }
      @media (min-width: 1500px) {
        .slick-container .slick-project .img {
          width: 150px;
          height: 150px; } }
    @media (min-width: 1300px) {
      .slick-container .slick-project {
        margin-top: 100px;
        margin-left: 50px;
        width: calc(100% - 100px);
        margin-right: 50px; } }
  @media (min-width: 992px) {
    .slick-container {
      padding: 0px 0px 100px 20px; }
      .slick-container:after {
        top: 100px;
        left: auto;
        right: 0;
        width: 90%; } }

.slick-news {
  position: absolute;
  z-index: 30 !important;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  animation: fade-in-news 6s; }
  .slick-news .slide-title {
    font-size: 23px !important;
    font-family: "Montserrat-Bold";
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 1500px) {
      .slick-news .slide-title {
        font-size: 26px !important; } }
  .slick-news .slide-sub-title {
    font-size: 17px !important;
    font-family: "Montserrat-Bold";
    padding: 0;
    margin-bottom: 0;
    text-align: left; }
    @media (min-width: 1500px) {
      .slick-news .slide-sub-title {
        font-size: 18px !important; } }
  .slick-news .slide-date {
    font-size: 12px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0 0 10px 0; }
  .slick-news::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    opacity: 0.4; }
  @media (min-width: 576px) {
    .slick-news:hover {
      background-color: #101139;
      transition: all 0.5s ease; } }
  .slick-news .slick-news-wrapper {
    width: 80%;
    max-width: 570px;
    height: 400px;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    top: 70%;
    left: 50%;
    padding-top: 250px; }
    @media (min-width: 576px) {
      .slick-news .slick-news-wrapper {
        top: 43%; } }
    @media (min-width: 1300px) {
      .slick-news .slick-news-wrapper {
        top: 53%; } }
    .slick-news .slick-news-wrapper .slider {
      height: 100%;
      color: #fff; }
      .slick-news .slick-news-wrapper .slider .slider__item {
        padding-right: 20px; }
        .slick-news .slick-news-wrapper .slider .slider__item p {
          font-size: 15px;
          color: #fff;
          text-align: left; }
    .slick-news .slick-news-wrapper .title-slick-news {
      margin: 20px 0 10px 0;
      color: #fff; }
    .slick-news .slick-news-wrapper .next-news-arrow {
      position: absolute;
      width: 50px;
      height: 50px;
      top: -58px;
      left: 90px;
      color: #fff;
      background-color: transparent;
      border: 0; }
      .slick-news .slick-news-wrapper .next-news-arrow::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 23px;
        height: 11px;
        background-image: url("../images/arrow.svg");
        background-repeat: no-repeat; }
      @media (min-width: 576px) {
        .slick-news .slick-news-wrapper .next-news-arrow {
          top: -100px; } }
    .slick-news .slick-news-wrapper .prev-news-arrow {
      display: none !important; }
    .slick-news .slick-news-wrapper .slider__counter {
      position: absolute;
      top: -45px;
      left: 0;
      font-size: 16px;
      font-family: "Montserrat-Regular";
      letter-spacing: 0.5em; }
      @media (min-width: 576px) {
        .slick-news .slick-news-wrapper .slider__counter {
          top: -85px; } }
  @media (min-width: 992px) {
    .slick-news {
      width: 42%; } }
  @media (min-width: 1400px) {
    .slick-news {
      width: 42%; }
      .slick-news .slick-news-container .slick-slide p {
        font-size: 17px; } }

.swiper-lines {
  animation: fade-in-news 6s;
  width: 58%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 50; }
  @media (min-width: 992px) {
    .swiper-lines::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background-color: #fff;
      opacity: 0.4; }
    .swiper-lines::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      opacity: 0.4; } }

.actualite a {
  display: inline-block; }

.actualite {
  background-color: transparent !important;
  border: 0; }
  .actualite .img {
    max-width: 100%;
    margin: 30px auto 20px auto; }
    .actualite .img img {
      max-width: 100%; }
  .actualite .actualite-date {
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat-Bold"; }
  .actualite .actualite-title {
    font-family: "Montserrat-Bold";
    font-size: 28px;
    line-height: 30px;
    width: 100%;
    color: #b0dbbd;
    margin-bottom: 20px; }
  .actualite .actualite-subtitle {
    font-family: "Montserrat-Bold";
    width: 80%;
    margin-top: 10px;
    font-size: 20px; }
    @media (min-width: 1500px) {
      .actualite .actualite-subtitle {
        width: 90%; } }
  .actualite .actualite-info {
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0; }
  .actualite p {
    width: 100%;
    margin-bottom: 0; }
  .actualite .actualite-info-link {
    display: inline-block;
    color: #b0dbbd;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    padding-right: 40px; }
    .actualite .actualite-info-link::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 27px;
      height: 14px;
      background-image: url("../images/arrow.svg"); }
  @media (min-width: 1500px) {
    .actualite .actualite-title {
      font-size: 33px;
      line-height: 36px; }
    .actualite .actualite-subtitle {
      font-size: 23px; } }
  .actualite:hover a, .actualite:hover .actualite-info {
    opacity: 1; }
  .actualite:hover .actualite-title,
  .actualite:hover .actualite-subtitle,
  .actualite:hover .actualite-info-link {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.icon {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  margin: 5px 7px 20px 7px;
  position: relative; }
  .icon.inverse {
    background-color: #0f133b; }
  .icon.green {
    background-color: #7b9b84; }
  @media (min-width: 768px) {
    .icon {
      width: 100px;
      height: 100px; } }
  @media (min-width: 1400px) {
    .icon {
      margin: 5px 7px 50px 7px;
      width: 110px;
      height: 110px; } }
  @media (min-width: 1700px) {
    .icon {
      margin: 5px 7px 50px 7px;
      width: 130px;
      height: 130px; } }
  .icon span {
    display: none; }
    @media (min-width: 768px) {
      .icon span {
        position: absolute;
        bottom: -50px;
        height: 40px;
        display: block;
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1200px) {
      .icon span {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1700px) {
      .icon span {
        font-size: 13px;
        line-height: 16px; } }

.pb-80 .icon {
  margin: 5px 7px 80px 7px; }
  @media (min-width: 768px) {
    .pb-80 .icon span {
      bottom: -90px;
      height: 80px; } }

.map {
  background-image: url("../images/icons/icon-map.svg"); }
  .map.inverse, .map.green {
    background-image: url("../images/icons/icon-map-inverse.svg"); }

.teledetection {
  background-image: url("../images/icons/icon-teledetection.svg"); }
  .teledetection.inverse, .teledetection.green {
    background-image: url("../images/icons/icon-teledetection-inverse.svg"); }

.data-croisement {
  background-image: url("../images/icons/icon-data-croisement.svg"); }
  .data-croisement.inverse, .data-croisement.green {
    background-image: url("../images/icons/icon-data-croisement-inverse.svg"); }

.croisement-de-donnes {
  background-image: url("../images/icons/icon-croisement-de-donnes.svg"); }
  .croisement-de-donnes.inverse, .croisement-de-donnes.green {
    background-image: url("../images/icons/icon-croisement-de-donnes-inverse.svg"); }

.analyse {
  background-image: url("../images/icons/icon-analyse.svg"); }
  .analyse.inverse, .analyse.green {
    background-image: url("../images/icons/icon-analyse-inverse.svg"); }
.analyse-statistique {
  background-image: url("../images/icons/icon-analyse-statistique.svg"); }
  .analyse-statistique.inverse, .analyse-statistique.green {
      background-image: url("../images/icons/icon-analyse-statistique-inverse.svg");}
.spatial {
  background-image: url("../images/icons/icon-spatial.svg"); }
  .spatial.inverse, .spatial.green {
    background-image: url("../images/icons/icon-spatial-inverse.svg"); }

.treatment {
  background-image: url("../images/icons/icon-treatment.svg"); }
  .treatment.inverse, .treatment.green {
    background-image: url("../images/icons/icon-treatment-inverse.svg"); }

.qualification {
  background-image: url("../images/icons/icon-qualification.svg"); }
  .qualification.inverse, .qualification.green {
    background-image: url("../images/icons/icon-qualification-inverse.svg"); }

.data-qualification {
  background-image: url("../images/icons/icon-data-qualification.svg"); }
  .data-qualification.inverse {
    background-image: url("../images/icons/icon-data-qualification-inverse.svg"); }

.satelite {
  background-image: url("../images/icons/icon-satelite.svg"); }
  .satelite.inverse, .satelite.green {
    background-image: url("../images/icons/icon-satelite-inverse.svg"); }

.watch {
  background-image: url("../images/icons/icon-watch.svg"); }
  .watch.inverse, .watch.green {
    background-image: url("../images/icons/icon-watch-inverse.svg"); }

.analyse-statistique {
  background-image: url("../images/icons/icon-analyse-statistique.svg"); }
  .analyse-statistique.inverse, .analyse-statistique.green {
    background-image: url("../images/icons/icon-analyse-statistique-inverse.svg"); }

.production {
  background-image: url("../images/icons/icon-production .svg"); }
  .production.inverse, .production.green {
    background-image: url("../images/icons/icon-production-inverse.svg"); }

.web-sig {
  background-image: url("../images/icons/WebGIS.png");
  background-position: center; }
  .web-sig.inverse, .web-sig.green {
    background-image: url("../images/icons/WebGIS.png"); }



.linkedin {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  background-size: 100%;
  background-image: url("../images/linkedin.svg"); }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .slide {
    display: none; } }

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