/*!
Theme Name: Act For performance WP Theme
Theme URI: http://oncode.ca/
Author: OnCode.ca
Author URI: http://oncode.ca/
Description: Act For performance WordPress theme.
Version: 19.09.2022
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: act

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Setup
# Colors
# Fonts
# Typography
# Elements
# Structure
# Forms
# Navigation
	## Links
	## Menus
# Header
# Footer
# Content
    ## Global
    ## Comments
	## Widgets
    ## Shortcodes
# Pages
    ## Home

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
/**
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  border: 0;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* Large devices (desktops, more or equal than 1600px) */
/* Large devices (desktops, less or equal than 1200px) */
/* Large devices (desktops, more or equal than 1025px) */
/* Medium devices (tablets, less or equal than 1024px) */
/* Small devices (landscape phones, lessor equal  than 768px) */
/* Extra small devices (portrait phones, less or equal than 576px) */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Setup
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  padding-bottom: 1rem;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  padding-bottom: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.text-primary {
  color: #354659 !important;
}
.text-white {
  color: #F5F5F5 !important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  background-color: #ffffff;
  font: normal 18px 'Montserrat', sans-serif;
  line-height: 1.4;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 700;
  clear: both;
  color: #354659;
}
h1 {
  font-size: 5.8rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
}
h4 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}
h5 {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.1rem;
  }
}
p {
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #354659;
}
@media (max-width: 576px) {
  p {
    font-size: 0.8rem;
  }
}
a {
  font-size: 1.125rem;
  line-height: 1;
}
@media (max-width: 576px) {
  a {
    font-size: 0.8rem;
  }
}
.section-text-bold {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #354659;
}
@media (max-width: 768px) {
  .section-text-bold {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .section-text-bold {
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.posts-navigation {
  margin-bottom: 2rem;
}
.posts-navigation .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.posts-navigation .nav-links > div {
  margin-right: 2rem;
}
.sharify-container li a {
  color: #354659;
  background-color: #FFF685;
}
.sharify-container li a:hover,
.sharify-container li a:active {
  background-color: #fffab8 !important;
}
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.site-content {
  margin-bottom: 0;
  min-height: 400px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
/* Grid system */
*,
::after,
::before {
  box-sizing: border-box;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Buttons */
button,
.button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.nav-links a {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  padding: 10px 50px;
  outline: 0;
  text-decoration: none !important;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
  white-space: nowrap;
  border-radius: 32px;
  color: #354659;
  background-color: #FFF685;
}
@media (max-width: 576px) {
  button,
  .button,
  .btn,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .nav-links a {
    padding: 16px 20px;
    letter-spacing: 0px !important;
    font-size: 14px;
  }
}
/* Other buttons */
.btn-block {
  display: block;
  width: 100%;
}
.btn-link {
  font-size: 25px;
  padding: 10px 50px;
  font-weight: 700;
  text-decoration: none;
  color: #354659;
  background-color: #FFF685;
  border-radius: 32px;
}
.btn-sm {
  padding: 35px 25px;
  border-radius: 32px;
  cursor: pointer;
  border: 3px solid #FFF685;
  background-color: #354659;
  color: #ffffff;
  max-width: 275px;
}
@media (max-width: 576px) {
  .btn-sm {
    padding: 25px 21px;
  }
}
.btn-lg {
  padding: 35px 25px;
  border-radius: 32px;
  cursor: pointer;
  background-color: #FFF685;
  color: #354659;
}
@media (max-width: 576px) {
  .btn-lg {
    padding: 25px 21px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Posts & Single posts
--------------------------------------------------------------*/
time.updated {
  display: none;
}
.entry-meta {
  margin-bottom: 1rem;
}
.entry-title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.entry-title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
article.post {
  margin-bottom: 2rem;
}
.entry-post-with-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.entry-post-with-image .entry-title {
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .entry-post-with-image .entry-title {
    font-size: 1.25rem;
  }
}
.entry-post-with-image .link-img-post {
  display: block;
  max-height: 368px;
  overflow: hidden;
  height: 100%;
}
.entry-post-with-image .link-img-post img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.entry-post-with-image .entry-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.entry-post-with-image .entry-header {
  padding: 1rem;
  background-color: rgba(204, 204, 204, 0.8);
}
.entry-post-with-image .entry-content {
  background-color: #ffeb66;
  color: #354659;
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.entry-post-with-image .entry-content .inner {
  padding: 1rem;
}
@media (max-width: 576px) {
  .entry-post-with-image .entry-content .inner {
    font-size: 14px;
  }
}
.entry-post-with-image.active .entry-content {
  max-height: 300px;
  transition: max-height 0.3s ease-in;
}
.entry-post-with-image .entry-more-btn {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  width: 28px;
  height: 28px;
  background-color: rgba(53, 71, 89, 0.22);
}
.entry-post-with-image .entry-more-btn::before,
.entry-post-with-image .entry-more-btn::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 16px;
  top: 50%;
  margin-top: -1.5px;
  left: 6px;
  background-color: #354659;
  transition: all 0.2s ease-in-out;
}
.entry-post-with-image .entry-more-btn::after {
  transform: rotate(90deg);
}
.entry-post-with-image.active .entry-more-btn::after {
  transform: rotate(0);
}
.entry-post-with-image.no-thumbs .entry-overlay {
  position: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.entry-post-with-image.no-thumbs .link-img-post,
.entry-post-with-image.no-thumbs .entry-more-btn {
  display: none;
}
.entry-post-with-image.no-thumbs .entry-content {
  max-height: unset;
}
.single-post .entry-title {
  font-size: 2rem;
}
.post-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .post-grid {
    display: block;
  }
}
.fl-accordion .fl-accordion-button {
  position: relative;
}
.fl-accordion .fl-accordion-button:hover {
  cursor: pointer;
}
.fl-accordion .fl-accordion-button-icon {
  display: block;
  position: relative;
  width: 68px;
  height: 25px;
  background-color: #ffee1f;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.fl-accordion .fl-accordion-button-icon:hover {
  cursor: pointer;
}
.fl-accordion .fl-accordion-button-icon::before,
.fl-accordion .fl-accordion-button-icon::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 14px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  background-color: #354659;
  transition: all 0.2s ease-in-out;
}
.fl-accordion .fl-accordion-button-icon::after {
  transform: rotate(45deg);
  margin-left: -11px;
}
.fl-accordion .fl-accordion-button-icon::before {
  transform: rotate(-45deg);
  margin-left: -2px;
}
.fl-accordion .fl-accordion-content {
  display: none;
  padding-top: 1rem;
}
.fl-accordion .fl-accordion-content dl {
  font-size: 16px;
}
.fl-accordion .fl-accordion-content dd {
  margin: 0;
}
.fl-accordion .fl-accordion-item {
  margin-bottom: 4rem;
}
.fl-accordion .fl-accordion-item.active .fl-accordion-button-icon::before {
  transform: rotate(45deg);
}
.fl-accordion .fl-accordion-item.active .fl-accordion-button-icon::after {
  transform: rotate(-45deg);
}
#archive-wrapper.archive-work .post-grid {
  display: block;
}
#archive-wrapper.archive-work .entry-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border-bottom: 4px solid #ffee1f;
}
@media (max-width: 576px) {
  #archive-wrapper.archive-work .entry-title {
    display: block;
  }
}
#archive-wrapper.archive-work .entry-title h2 {
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  #archive-wrapper.archive-work .entry-title h2 {
    font-size: 1.5rem;
  }
}
#archive-wrapper.archive-work .img-flag {
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  #archive-wrapper.archive-work .img-flag {
    margin-left: 0;
  }
}
#archive-wrapper.archive-work .img-flag img {
  display: block;
}
#archive-wrapper.archive-blog article.post:first-child,
#archive-wrapper.archive-news article.post:first-child {
  position: relative;
  grid-column: 1 / -1;
  margin-bottom: 2rem;
}
#archive-wrapper.archive-blog article.post:first-child .entry-post-with-image .link-img-post,
#archive-wrapper.archive-news article.post:first-child .entry-post-with-image .link-img-post {
  max-height: unset;
}
#archive-wrapper.archive-blog article.post:first-child .entry-post-with-image .link-img-post img,
#archive-wrapper.archive-news article.post:first-child .entry-post-with-image .link-img-post img {
  width: 100%;
  height: auto;
}
.back-to-cat {
  margin-bottom: 2rem;
}
/*--------------------------------------------------------------
#  Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation menus
--------------------------------------------------------------*/
.header-menu {
  /* Mobile menu */
}
.header-menu .container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.header-menu .left-header-panel .navbar-brand.logo img {
  max-width: 250px;
}
@media (max-width: 1200px) {
  .header-menu .left-header-panel .navbar-brand.logo img {
    max-width: 200px;
  }
}
@media (min-width: 1025px) {
  .header-menu .navigation-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-menu .navigation-menu ul {
  padding: 0;
  margin: 0;
}
.header-menu .navigation-menu li {
  display: block;
  position: relative;
}
.header-menu .navigation-menu li a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  position: relative;
  text-decoration: none;
  color: #707070;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .header-menu .navigation-menu li a {
    font-size: 1rem;
  }
}
.header-menu .navigation-menu li.lang_selector a {
  font-weight: 700;
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .header-menu .navigation-menu li.lang_selector a {
    margin-left: 0;
  }
}
.header-menu .navigation-menu .current-menu-item > a {
  font-weight: 700;
  font-size: 1.25rem;
}
.header-menu .horizontal-menu-wrap {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .header-menu .horizontal-menu-wrap {
    display: none;
  }
}
.header-menu .horizontal-menu .menu,
.header-menu .horizontal-menu .menu > ul {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
}
.header-menu .horizontal-menu .menu > li,
.header-menu .horizontal-menu .menu > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 0.625rem;
}
.header-menu .horizontal-menu .menu > li > a,
.header-menu .horizontal-menu .menu > ul > li > a {
  position: relative;
  display: block;
}
.header-menu .horizontal-menu .menu > li.current_page_item:before,
.header-menu .horizontal-menu .menu > ul > li.current_page_item:before {
  content: '';
  position: absolute;
  top: 10px;
  background-color: #FFF685;
  color: #707070;
  width: 100%;
  height: 72%;
  opacity: 1;
}
.header-menu .horizontal-menu .menu > li.current_page_item a,
.header-menu .horizontal-menu .menu > ul > li.current_page_item a {
  font-weight: 700;
}
.header-menu .horizontal-menu .menu > li:last-child,
.header-menu .horizontal-menu .menu > ul > li:last-child {
  padding-right: 0;
}
.header-menu .toggle-nav-menu {
  display: none;
  position: relative;
  color: #fff;
  padding: 0;
  cursor: pointer;
  height: 100%;
  z-index: 999;
}
@media (max-width: 1024px) {
  .header-menu .toggle-nav-menu {
    display: block;
  }
}
.header-menu .toggle-nav-menu > div {
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.header-menu .toggle-nav-menu .burg,
.header-menu .toggle-nav-menu .burg:before,
.header-menu .toggle-nav-menu .burg:after {
  display: block;
  position: relative;
  z-index: 9999;
  width: 35px;
  height: 2px;
  background-color: #354659;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .header-menu .toggle-nav-menu .burg,
  .header-menu .toggle-nav-menu .burg:before,
  .header-menu .toggle-nav-menu .burg:after {
    width: 30px;
  }
}
.header-menu .toggle-nav-menu .burg:before,
.header-menu .toggle-nav-menu .burg:after {
  right: 0;
}
.header-menu .toggle-nav-menu .burg:before {
  content: '';
  position: absolute;
  top: -10px;
}
.header-menu .toggle-nav-menu .burg:after {
  content: '';
  position: absolute;
  top: 10px;
}
.header-menu .mobile-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(10px);
}
.header-menu .mobile-menu-wrap {
  display: block;
  align-items: center;
  position: fixed;
  left: -100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  padding: 2.5rem 1rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .header-menu .mobile-menu-wrap {
    width: 300px;
  }
}
.header-menu .mobile-menu-wrap.open {
  display: block;
  z-index: 9999;
  visibility: visible;
  left: 0;
}
.header-menu .mobile-menu-wrap > nav {
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto;
}
.header-menu .mobile-menu-wrap a {
  line-height: 1.2;
  padding: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.header-menu .mobile-menu-wrap .main-navigation .menu > li,
.header-menu .mobile-menu-wrap .main-navigation .menu > ul > li {
  display: block;
  line-height: 1;
}
.header-menu .mobile-menu-wrap .main-navigation .menu > li > a,
.header-menu .mobile-menu-wrap .main-navigation .menu > ul > li > a {
  color: #707070;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 576px) {
  .header-menu .mobile-menu-wrap .main-navigation .menu > li > a,
  .header-menu .mobile-menu-wrap .main-navigation .menu > ul > li > a {
    font-size: 15px;
  }
}
.menu-is-open .mobile-menu-overlay {
  display: block;
  z-index: 99;
}
.menu-is-open .toggle-nav-menu .burg {
  background-color: transparent!important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.menu-is-open .toggle-nav-menu .burg:before,
.menu-is-open .toggle-nav-menu .burg:after {
  top: 0 !important;
  height: 5px;
  background-color: #FFF685 !important;
}
.menu-is-open .toggle-nav-menu .burg:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-is-open .toggle-nav-menu .burg:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-home .section-slider {
  position: relative;
}
.page-home .section-slider .vc_col-sm-12 > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-home .section-slider .slide-text {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-home .section-slider .slide-text {
    height: 97%;
  }
}
.page-home .section-slider .slide-text .home-text .text1 {
  color: white;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  animation: text 3s 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .page-home .section-slider .slide-text .home-text .text1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .page-home .section-slider .slide-text .home-text .text1 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .page-home .section-slider .slide-text .home-text .text1 {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.page-home .section-slider .slide-text .home-text span#typed {
  font-size: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .page-home .section-slider .slide-text .home-text span#typed {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .page-home .section-slider .slide-text .home-text span#typed {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .page-home .section-slider .slide-text .home-text span#typed {
    font-size: 0.8rem;
  }
}
@keyframes text {
  0% {
    color: black;
  }
  30% {
    letter-spacing: 13px;
  }
  85% {
    letter-spacing: 8px;
  }
}
.page-home .section-slider .slick-slider {
  margin-bottom: 0 !important;
  line-height: 0;
}
.page-home .section-slider .slick-slider .carousel-caption img {
  margin-bottom: 0 !important;
  width: 100%;
  max-height: 800px;
}
.page-home .section-slider .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 5%;
}
.page-home .section-slider .slick-slider .slick-dots li {
  display: block;
}
.page-home .section-slider .slick-slider .slick-dots li button:before {
  border: 1px solid #FFF685 !important;
  background-color: transparent;
  content: '';
}
.page-home .section-slider .slick-slider .slick-dots li.slick-active button:before {
  background-color: #FFF685;
}
.page-home .section.first-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-home .section.first-section .vc_row {
  margin-left: 15px;
  margin-right: 15px;
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper {
    width: 100%;
  }
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold {
  padding: 40px 140px 40px 40px;
  border: 5px solid #FDF694;
  border-radius: 32px;
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold .wpb_wrapper p {
  width: 440px;
}
@media (max-width: 1024px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold .wpb_wrapper p {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold {
    padding: 29px;
  }
}
@media (max-width: 576px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold {
    padding: 15px;
  }
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white {
  margin: 53px 0 90px -84px;
  padding: 40px;
  border-radius: 32px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white p {
  color: #ffffff;
}
.page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .page-home .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white {
    margin: 0;
    padding: 30px;
  }
}
.page-home .section-nos-services {
  padding-top: 60px !important ;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-home .section-nos-services {
    padding-top: 0 !important;
  }
}
.page-home .section-nos-services .content-nos-services {
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-top: 60px;
  border-radius: 32px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .page-home .section-nos-services .content-nos-services {
    margin-top: 50px;
  }
}
.page-home .section-nos-services .content-nos-services .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 576px) {
  .page-home .section-nos-services .content-nos-services .vc_column_container > .vc_column-inner li {
    font-size: 16px;
  }
}
.page-home .section-nos-services .content-nos-services .right-content {
  padding-top: 50px;
  padding-bottom: 70px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-home .section-nos-services .content-nos-services .right-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .page-home .section-nos-services .content-nos-services .right-content {
    padding-top: 0;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-home .section-nos-services .content-nos-services .nos-services-link {
  text-align: center;
  padding-bottom: 35px;
}
.page-home .section-nos-services .content-nos-services .nos-services-link a.button.text-primary {
  background-color: #FFF685;
}
.page-home .section-nos-services .content-nos-services .nos-services-link a.button.text-primary i.fa.fa-angle-right {
  padding-right: 15px;
  font-weight: 700;
}
.page-home .section-nos-services .content-nos-services .nos-services-left,
.page-home .section-nos-services .content-nos-services .nos-services-right {
  border: 3px solid #354659;
  border-radius: 32px;
  position: relative;
}
.page-home .section-nos-services .content-nos-services .nos-services-left:before,
.page-home .section-nos-services .content-nos-services .nos-services-right:before {
  content: '';
  height: 140px;
  width: 140px;
  position: absolute;
  background-repeat: no-repeat;
  top: -53px;
  background-color: #ffffff;
  transform: scale(0.7);
}
@media (max-width: 768px) {
  .page-home .section-nos-services .content-nos-services .nos-services-left:before,
  .page-home .section-nos-services .content-nos-services .nos-services-right:before {
    top: -65px;
    transform: scale(0.5);
  }
}
.page-home .section-nos-services .content-nos-services .nos-services-left h4,
.page-home .section-nos-services .content-nos-services .nos-services-right h4 {
  margin-left: 75px;
  margin-top: 25px;
  margin-bottom: 16px !important;
}
@media (max-width: 768px) {
  .page-home .section-nos-services .content-nos-services .nos-services-left h4,
  .page-home .section-nos-services .content-nos-services .nos-services-right h4 {
    margin-top: 55px;
    margin-left: 35px;
  }
}
.page-home .section-nos-services .content-nos-services .nos-services-left ul,
.page-home .section-nos-services .content-nos-services .nos-services-right ul {
  margin-left: 36px;
  list-style-type: circle;
}
@media (max-width: 768px) {
  .page-home .section-nos-services .content-nos-services .nos-services-left ul,
  .page-home .section-nos-services .content-nos-services .nos-services-right ul {
    margin-left: 0;
  }
}
.page-home .section-nos-services .content-nos-services .nos-services-left {
  max-width: 47%;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .page-home .section-nos-services .content-nos-services .nos-services-left {
    max-width: 46%;
  }
}
@media (max-width: 1024px) {
  .page-home .section-nos-services .content-nos-services .nos-services-left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.page-home .section-nos-services .content-nos-services .nos-services-right {
  margin-top: -55px;
}
@media (max-width: 1200px) {
  .page-home .section-nos-services .content-nos-services .nos-services-right {
    margin-top: -70px;
  }
}
@media (max-width: 1024px) {
  .page-home .section-nos-services .content-nos-services .nos-services-right {
    margin-top: 65px;
    width: 100%;
  }
}
.page-home .section-nos-services .content-nos-services .nos-services-left:before {
  background-image: url(assets/img/Pictos_Etudes_specialises.svg);
  left: -60px;
}
.page-home .section-nos-services .content-nos-services .nos-services-right:before {
  background-image: url(assets/img/Group_54.svg);
  left: -42px;
}
.page-home .section-for-performance-certifie {
  margin-bottom: 70px;
}
.page-home .section-for-performance-certifie .vc_row h2 {
  margin-bottom: 15px;
}
.page-home .section-for-performance-certifie .vc_row p {
  color: #354659;
}
@media (max-width: 576px) {
  .page-home .section-for-performance-certifie .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-home .section-for-performance-certifie .content-act-performance {
  display: flex;
  align-items: center;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .page-home .section-for-performance-certifie .content-act-performance {
    flex-direction: column;
  }
}
.page-home .section-for-performance-certifie .content-act-performance .right-performance .vc_column-inner {
  padding-left: 0;
  width: 85%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .page-home .section-for-performance-certifie .content-act-performance .right-performance .vc_column-inner {
    width: 100%;
  }
}
.page-home .section-for-performance-certifie .content-act-performance .left-performance .vc_column-inner {
  border-radius: 32px;
  padding-left: 40px;
  padding-right: 69px;
}
.page-home .section-for-performance-certifie .content-act-performance .left-performance .vc_column-inner a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .page-home .section-for-performance-certifie .content-act-performance .left-performance .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .page-home .section-for-performance-certifie .content-act-performance .left-performance .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-home .section-for-performance-certifie .content-act-performance .left-performance:before {
  content: '';
  height: 170px;
  width: 110px;
  position: absolute;
  background-repeat: no-repeat;
  top: -53px;
  right: 0;
  background-image: url(assets/img/Group_37.svg);
  transform: scale(0.85);
}
@media (max-width: 1024px) {
  .page-home .section-for-performance-certifie .content-act-performance .left-performance:before {
    transform: scale(0.65);
  }
}
@media (max-width: 576px) {
  .page-home .section-for-performance-certifie .content-act-performance .left-performance:before {
    transform: scale(0.45);
    top: -68px;
    right: -16px;
  }
}
@media (max-width: 768px) {
  .page-home .section-for-performance-certifie .content-act-performance .left-performance {
    margin-top: 25px;
  }
}
.page-home .section-nos-valeurs {
  padding-bottom: 70px;
}
.page-home .section-nos-valeurs .vc_row {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-right .vc_column-inner .wpb_wrapper,
.page-home .section-nos-valeurs .vc_row .nos-valeurs-left .vc_column-inner .wpb_wrapper {
  position: relative;
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-right .vc_column-inner .wpb_wrapper p.popus-val,
.page-home .section-nos-valeurs .vc_row .nos-valeurs-left .vc_column-inner .wpb_wrapper p.popus-val {
  position: absolute;
  background-color: rgba(119, 119, 119, 0.97);
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  padding: 35px;
  top: 10px;
  border-radius: 32px;
  box-shadow: 8px 12px 20px 0px rgba(0, 0, 0, 0.45);
}
@media (max-width: 576px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-right .vc_column-inner .wpb_wrapper p.popus-val,
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-left .vc_column-inner .wpb_wrapper p.popus-val {
    padding: 20px;
    font-size: 16px;
    z-index: 1;
  }
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-left {
  padding-right: 55px;
}
@media (max-width: 768px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-left {
    padding-right: 0;
  }
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-left > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 768px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-left > .vc_column-inner > .wpb_wrapper {
    align-items: center;
  }
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-left > .vc_column-inner > .wpb_wrapper .solidarite-val,
.page-home .section-nos-valeurs .vc_row .nos-valeurs-left > .vc_column-inner > .wpb_wrapper .resulat-val {
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-left > .vc_column-inner > .wpb_wrapper .solidarite-val,
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-left > .vc_column-inner > .wpb_wrapper .resulat-val {
    display: none;
  }
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-right {
  margin-top: -40px;
  padding-left: 55px;
}
@media (max-width: 768px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-right {
    margin-top: unset;
    padding-left: unset;
  }
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-right > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
@media (max-width: 768px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-right > .vc_column-inner > .wpb_wrapper {
    align-items: center;
  }
}
.page-home .section-nos-valeurs .vc_row .nos-valeurs-right .description-acces,
.page-home .section-nos-valeurs .vc_row .nos-valeurs-right .description-transparence {
  position: absolute;
  top: 30px;
}
@media (max-width: 768px) {
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-right .description-acces,
  .page-home .section-nos-valeurs .vc_row .nos-valeurs-right .description-transparence {
    display: none;
  }
}
.page-home .section-nos-secteurs {
  padding-top: 60px !important;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-home .section-nos-secteurs .vc_row.content-nos-secteurs {
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 32px;
  padding: 0 45px 25px 45px ;
}
.page-home .section-nos-secteurs .vc_row.content-nos-secteurs .vc_single_image-wrapper {
  width: 200px;
  height: 150px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .page-home .section-nos-secteurs .vc_row.content-nos-secteurs .vc_single_image-wrapper img {
    transform: scale(0.7);
  }
}
.page-home .section-nos-secteurs .vc_row.content-nos-secteurs .wpb_content_element {
  max-width: 299px;
  margin: auto;
}
.page-home .section-nos-secteurs .vc_row.content-nos-secteurs .wpb_content_element p {
  font-weight: 700;
  text-align: center;
  color: #354659;
}
.page-home .section-nos-partenaires {
  padding-bottom: 60px;
}
.page-home .section-nos-partenaires .vc_row h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.page-home .section-nos-partenaires .vc_row p {
  color: #354659;
}
@media (max-width: 576px) {
  .page-home .section-nos-partenaires .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-home .section-nos-partenaires .content-left-partenaire .vc_column-inner {
  padding-right: 30px;
  padding-top: 0 !important;
}
.page-home .section-nos-partenaires .content-left-partenaire .vc_column-inner .wpb_wrapper .logo-partenaires {
  display: flex;
  align-items: center;
}
.page-home .section-nos-partenaires .content-left-partenaire .vc_column-inner .wpb_wrapper .logo-partenaires .wpb_single_image img {
  filter: grayscale(100%);
  opacity: 0.7;
  cursor: pointer;
}
.page-home .section-nos-partenaires .content-left-partenaire .vc_column-inner .wpb_wrapper .logo-partenaires .wpb_single_image img:hover {
  filter: unset;
  opacity: unset;
}
@media (max-width: 768px) {
  .page-home .section-nos-partenaires .content-left-partenaire .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-home .section-nos-partenaires .content-right-partenaire .vc_column-inner {
  padding: 35px 45px;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .page-home .section-nos-partenaires .content-right-partenaire .vc_column-inner {
    padding: 35px;
  }
}
@media (max-width: 576px) {
  .page-home .section-nos-partenaires .content-right-partenaire .vc_column-inner {
    padding: 25px;
  }
}
.page-home .section-nos-partenaires .content-right-partenaire .vc_column-inner .wpb_content_element {
  margin-bottom: 0;
}
.page-secteurs .hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-secteurs .hero-section h1 {
  max-width: 930px;
  margin: auto;
}
@media (max-width: 1200px) {
  .page-secteurs .hero-section h1 {
    max-width: unset;
    margin: unset;
  }
}
.page-secteurs .section-nos-secteur-page {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-secteurs .section-nos-secteur-page {
    padding-bottom: 0;
  }
}
.page-secteurs .section-nos-secteur-page h4 {
  margin-bottom: 20px;
}
.page-secteurs .section-nos-secteur-page .nos-secteur-img {
  margin-top: 35px;
}
.page-secteurs .section-nos-secteur-page .wpb_content_element {
  margin-bottom: 25px !important;
}
.page-secteurs .section-nos-secteur-page .wpb_content_element .section-text-bold {
  margin-bottom: 19px !important;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-secteurs .section-nos-secteur-page .wpb_content_element .section-text-bold {
    margin-top: 0;
  }
}
.page-secteurs .section-nos-secteur-page .img-icon {
  margin-top: -15px;
}
@media (max-width: 768px) {
  .page-secteurs .section-nos-secteur-page .img-icon {
    text-align: center !important;
    margin-top: unset;
  }
}
.page-secteurs .section-nos-secteur-page p {
  color: #354659;
}
@media (max-width: 768px) {
  .page-secteurs .section-nos-secteur-page p {
    font-size: 16px;
  }
}
.page-secteurs .section-nos-client {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-secteurs .section-nos-client {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .page-secteurs .section-nos-client .wpb_single_image.vc_align_left {
    text-align: center;
  }
}
.page-secteurs .section-nos-client .wpb_single_image.vc_align_left img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.page-secteurs .section-nos-client .wpb_single_image.vc_align_left img:hover {
  filter: unset;
  opacity: unset;
}
.page-secteurs .section-lieu-map {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-secteurs .nos-services-link {
  text-align: center;
  padding-bottom: 35px;
}
.page-secteurs .nos-services-link a.button.text-primary {
  background-color: #FFF685;
}
.page-secteurs .nos-services-link a.button.text-primary i.fa.fa-angle-right {
  padding-right: 15px;
  font-weight: 700;
}
.page-secteurs .section-pays {
  padding-top: 60px !important;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-secteurs .section-pays {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-secteurs .section-pays .vc_row {
  margin-right: 0;
  margin-left: 0;
  display: flex;
}
@media (max-width: 768px) {
  .page-secteurs .section-pays .vc_row {
    flex-direction: column;
  }
}
.page-secteurs .section-pays .vc_row .left-content {
  width: 40%;
  margin-right: 30px;
}
.page-secteurs .section-pays .vc_row .left-content .vc_column-inner {
  border-radius: 32px;
  padding: 58px 65px;
}
@media (max-width: 1024px) {
  .page-secteurs .section-pays .vc_row .left-content .vc_column-inner {
    padding: 30px 30px;
  }
}
.page-secteurs .section-pays .vc_row .left-content .vc_column-inner .wpb_text_column {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-secteurs .section-pays .vc_row .left-content {
    width: 100%;
  }
}
.page-secteurs .section-pays .vc_row .right-content .wpb_wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
@media (max-width: 1024px) {
  .page-secteurs .section-pays .vc_row .right-content .wpb_wrapper {
    align-items: start;
  }
}
@media (max-width: 768px) {
  .page-secteurs .section-pays .vc_row .right-content {
    width: 100%;
    margin-left: unset;
  }
}
.page-secteurs .section-pays .vc_row .right-content .nos-services-link {
  margin-right: 70px;
}
@media (max-width: 768px) {
  .page-secteurs .section-pays .vc_row .right-content .nos-services-link {
    margin-right: unset;
  }
}
.page-secteurs .section-pays .vc_row .right-content h5 {
  max-width: 478px;
  font-size: 32px;
  line-height: 1.3;
  color: #707070;
}
@media (max-width: 768px) {
  .page-secteurs .section-pays .vc_row .right-content h5 {
    width: auto;
    font-size: 25px;
  }
}
.page-mission .hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-mission .hero-section h1 {
  max-width: 930px;
  margin: auto;
}
@media (max-width: 1200px) {
  .page-mission .hero-section h1 {
    max-width: unset;
    margin: unset;
  }
}
.page-mission .section.section-text {
  padding-top: 60px;
}
.page-mission .section.section-text .section-text-bold {
  padding: 40px 80px;
  border-radius: 32px;
}
.page-mission .section.section-text .section-text-bold p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-mission .section.section-text .section-text-bold {
    padding: 35px;
  }
}
.page-mission .section-lieux-intervention h2 {
  margin-bottom: 15px;
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold {
  padding: 45px 85px 45px 20px;
  border-radius: 32px;
  border: 5px solid #FDF694;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold {
    padding: 35px;
  }
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold p {
  width: 90%;
}
@media (max-width: 768px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .left-text.section-text-bold p {
    width: 100%;
  }
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white {
  padding: 48px;
  border-radius: 32px;
  margin-left: -124px;
  z-index: 1;
  width: 90%;
}
@media (max-width: 1024px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white {
    width: 140%;
    padding: 38px;
  }
}
@media (max-width: 768px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white {
    margin-left: 0;
    width: 100%;
    padding: 30px;
  }
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white ul {
  padding: 0;
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white ul li {
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white ul li {
    font-size: 0.8rem;
  }
}
.page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white ul li::marker {
  color: #FFF685;
}
@media (max-width: 768px) {
  .page-mission .section.first-section .vc_row .vc_column_container .vc_column-inner .wpb_wrapper .right-text.text-white ul li::marker {
    font-size: 16px;
  }
}
.page-mission .section-nos-client {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-mission .section-nos-client {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-mission .section-nos-client .vc_row {
  display: flex;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .page-mission .section-nos-client .vc_row {
    flex-direction: column;
    justify-content: center;
  }
}
.page-mission .section-nos-client .vc_row h2 {
  margin-bottom: 15px;
}
.page-mission .section-nos-client .vc_row p {
  padding-bottom: 30px;
}
.page-mission .section-nos-client .vc_row .wpb_single_image img {
  max-width: 150px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .page-mission .section-nos-client .vc_row .wpb_single_image {
    text-align: center;
  }
}
.page-mission .section-nos-client .vc_row .wpb_single_image img {
  filter: grayscale(100%);
  opacity: 0.7;
}
.page-mission .section-nos-client .vc_row .wpb_single_image img:hover {
  filter: unset;
  opacity: unset;
}
.page-mission .section-lieu-map {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-mission .section-nos-services {
  padding-bottom: 60px;
}
.page-mission .section-nos-services .content-etude-speciale,
.page-mission .section-nos-services .content-gestion-service {
  border: 3px solid #354659;
  border-radius: 32px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px;
}
.page-mission .section-nos-services .content-etude-speciale .vc_column_container,
.page-mission .section-nos-services .content-gestion-service .vc_column_container {
  position: unset;
}
@media (max-width: 768px) {
  .page-mission .section-nos-services .content-etude-speciale .header-etude .wpb_single_image,
  .page-mission .section-nos-services .content-gestion-service .header-etude .wpb_single_image,
  .page-mission .section-nos-services .content-etude-speciale .header-service .wpb_single_image,
  .page-mission .section-nos-services .content-gestion-service .header-service .wpb_single_image {
    text-align: center;
    margin-bottom: 0;
  }
}
.page-mission .section-nos-services .content-etude-speciale .header-etude .wpb_single_image .vc_single_image-img,
.page-mission .section-nos-services .content-gestion-service .header-etude .wpb_single_image .vc_single_image-img,
.page-mission .section-nos-services .content-etude-speciale .header-service .wpb_single_image .vc_single_image-img,
.page-mission .section-nos-services .content-gestion-service .header-service .wpb_single_image .vc_single_image-img {
  margin-top: 40px;
  transform: scale(1.1);
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .page-mission .section-nos-services .content-etude-speciale .header-etude .wpb_single_image .vc_single_image-img,
  .page-mission .section-nos-services .content-gestion-service .header-etude .wpb_single_image .vc_single_image-img,
  .page-mission .section-nos-services .content-etude-speciale .header-service .wpb_single_image .vc_single_image-img,
  .page-mission .section-nos-services .content-gestion-service .header-service .wpb_single_image .vc_single_image-img {
    margin-top: 55px;
    transform: scale(1.6);
  }
}
@media (max-width: 768px) {
  .page-mission .section-nos-services .content-etude-speciale .header-etude .wpb_single_image .vc_single_image-img,
  .page-mission .section-nos-services .content-gestion-service .header-etude .wpb_single_image .vc_single_image-img,
  .page-mission .section-nos-services .content-etude-speciale .header-service .wpb_single_image .vc_single_image-img,
  .page-mission .section-nos-services .content-gestion-service .header-service .wpb_single_image .vc_single_image-img {
    margin-top: 0;
    transform: scale(0.5);
    margin-left: 0;
  }
}
.page-mission .section-nos-services .content-etude-speciale .header-etude h4,
.page-mission .section-nos-services .content-gestion-service .header-etude h4,
.page-mission .section-nos-services .content-etude-speciale .header-service h4,
.page-mission .section-nos-services .content-gestion-service .header-service h4 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-mission .section-nos-services .content-etude-speciale .header-etude h4,
  .page-mission .section-nos-services .content-gestion-service .header-etude h4,
  .page-mission .section-nos-services .content-etude-speciale .header-service h4,
  .page-mission .section-nos-services .content-gestion-service .header-service h4 {
    margin-top: 0;
  }
}
.page-mission .section-nos-services .content-etude-speciale .header-etude .collapse-open,
.page-mission .section-nos-services .content-gestion-service .header-etude .collapse-open,
.page-mission .section-nos-services .content-etude-speciale .header-service .collapse-open,
.page-mission .section-nos-services .content-gestion-service .header-service .collapse-open {
  background-image: url(assets/img/Path3.svg);
  width: 164px;
  height: 82px;
  position: absolute;
  left: 40%;
  margin-top: -20px;
  transform: scale(0.7);
}
@media (max-width: 768px) {
  .page-mission .section-nos-services .content-etude-speciale .header-etude .collapse-open,
  .page-mission .section-nos-services .content-gestion-service .header-etude .collapse-open,
  .page-mission .section-nos-services .content-etude-speciale .header-service .collapse-open,
  .page-mission .section-nos-services .content-gestion-service .header-service .collapse-open {
    left: 35%;
  }
}
@media (max-width: 576px) {
  .page-mission .section-nos-services .content-etude-speciale .header-etude .collapse-open,
  .page-mission .section-nos-services .content-gestion-service .header-etude .collapse-open,
  .page-mission .section-nos-services .content-etude-speciale .header-service .collapse-open,
  .page-mission .section-nos-services .content-gestion-service .header-service .collapse-open {
    left: 25%;
    margin-top: -32px;
    transform: scale(0.5);
  }
}
.page-mission .section-nos-services .content-etude-speciale .header-etude .collapse-open.active,
.page-mission .section-nos-services .content-gestion-service .header-etude .collapse-open.active,
.page-mission .section-nos-services .content-etude-speciale .header-service .collapse-open.active,
.page-mission .section-nos-services .content-gestion-service .header-service .collapse-open.active {
  background-image: url(assets/img/Path.svg);
  bottom: -50px;
}
.page-mission .section-nos-services .content-etude-speciale .description-etude,
.page-mission .section-nos-services .content-gestion-service .description-etude,
.page-mission .section-nos-services .content-etude-speciale .description-service,
.page-mission .section-nos-services .content-gestion-service .description-service {
  display: none;
}
.page-mission .section-nos-services .content-etude-speciale .description-etude.active,
.page-mission .section-nos-services .content-gestion-service .description-etude.active,
.page-mission .section-nos-services .content-etude-speciale .description-service.active,
.page-mission .section-nos-services .content-gestion-service .description-service.active {
  display: block;
  padding-bottom: 60px;
}
.page-mission .section-nos-services .content-etude-speciale .description-etude.active .wpb_content_element,
.page-mission .section-nos-services .content-gestion-service .description-etude.active .wpb_content_element,
.page-mission .section-nos-services .content-etude-speciale .description-service.active .wpb_content_element,
.page-mission .section-nos-services .content-gestion-service .description-service.active .wpb_content_element {
  margin-bottom: 15px;
}
.page-mission .section-nos-services .content-gestion-service .collapse-open-strategie {
  background-image: url(assets/img/Path3.svg);
  width: 164px;
  height: 82px;
  position: absolute;
  left: 40%;
  margin-top: -20px;
  transform: scale(0.7);
}
@media (max-width: 768px) {
  .page-mission .section-nos-services .content-gestion-service .collapse-open-strategie {
    left: 35%;
  }
}
@media (max-width: 576px) {
  .page-mission .section-nos-services .content-gestion-service .collapse-open-strategie {
    left: 27%;
    margin-top: -32px;
    transform: scale(0.5);
  }
}
.page-mission .section-nos-services .content-gestion-service .collapse-open-strategie.active {
  background-image: url(assets/img/Path.png);
  bottom: -50px;
}
/*--------------------------------------------------------------
#  Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #354659;
}
footer.site-footer .footer-social-btns {
  margin: 40px 0;
}
footer.site-footer .footer-social-btns ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;
}
footer.site-footer .footer-social-btns ul li svg {
  width: 59px;
}
footer.site-footer .footer-social-btns ul li:nth-child(2) {
  margin: 0 20px;
}
footer.site-footer .site-info {
  margin-bottom: 50px;
}
footer.site-footer .site-info .copy-right {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 576px) {
  footer.site-footer .site-info .copy-right {
    font-size: 18px;
  }
}
/*--------------------------------------------------------------
#  Contact
--------------------------------------------------------------*/
.page-contact .entry-content {
  position: relative;
}
.page-contact .section-contact-form {
  position: absolute;
  width: calc(50% - 25px);
  right: 15px;
  top: 40px;
  background-color: #FFF685;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .page-contact .section-contact-form {
    position: relative;
    width: 100%;
    right: unset;
    top: unset;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.page-contact .section-contact-form > .vc_row {
  background-color: #FFF685;
  border-radius: 32px;
  padding: 20px;
}
.page-contact .section-contact-form h5 {
  margin: 25px 0;
  font-size: 1.5rem;
}
.page-contact .section-contact-form form input,
.page-contact .section-contact-form form textarea {
  width: 100%;
  border-radius: 32px;
  border: 1px solid #fff;
  padding: 15px 20px;
}
.page-contact .section-contact-form form span {
  font-family: 'Montserrat', sans-serif;
  color: #354659;
  font-weight: 400;
  font-size: 16px;
}
.page-contact .section-contact-form form input[type="submit"] {
  width: fit-content;
  font-size: 20px;
  padding: 10px 50px;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  color: #FFF685;
  background-color: #354659;
  border-radius: 32px;
}
.page-contact .section-contact-form form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.page-contact .section-contact-form form .wpcf7-response-output {
  margin: 0.5em;
  padding: 0.5em;
  font-size: 14px;
}
.page-contact .section-contact-form form.invalid .wpcf7-response-output {
  border-color: #e02b27;
}
.page-contact .section-contact-form form.sent p {
  display: none;
}
.page-contact .section-contact-form form.sent .wpcf7-response-output {
  border: none;
  font-size: 1em;
  font-weight: 400;
  max-width: 400px;
}
.page-contact .section-contact-information {
  width: calc(50% - 25px);
}
@media (max-width: 768px) {
  .page-contact .section-contact-information {
    width: unset;
  }
}
.page-contact .section-contact-information p {
  font-size: 1.125rem;
  color: #354659;
}
.page-contact .section-contact-information p a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #354659;
  text-decoration: none;
}
.page-contact .section-contact-buttom h4 {
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .page-contact .section-contact-buttom h4 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem 0;
  }
}
.page-contact .section-contact-buttom h6 {
  font-size: 1.4rem;
  margin: 0 0 1.2rem 0;
}
@media (max-width: 768px) {
  .page-contact .section-contact-buttom h6 {
    font-size: 1.3rem;
    margin: 0 0 1.2rem 0;
  }
}
.page-contact .section-contact-buttom p {
  font-size: 1rem;
  color: #354659;
  margin-bottom: 0;
}
.page-contact .section-contact-buttom p.details-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-contact .section-contact-buttom p.details-sub-title,
.page-contact .section-contact-buttom p.details-sub-title a {
  font-size: 1rem;
  font-weight: 400;
  color: #354659;
  text-decoration: none;
}
.page-contact .section-contact-buttom .wpb_content_element {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .page-contact .section-contact-buttom .wpb_content_element {
    margin-bottom: 20px;
  }
}
.page-contact .section-hero {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-contact .section-hero {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Nos Equipe
--------------------------------------------------------------*/
.page-equipe {
  /* Modals */
}
.page-equipe .first-section .text-content {
  padding: 50px;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .page-equipe .first-section .text-content {
    padding: 30px;
  }
}
.page-equipe .first-section .text-content p {
  color: #354659;
  font-weight: 400;
}
.page-equipe .first-section-equipe > .vc_row,
.page-equipe .seconde-section-equipe > .vc_row {
  justify-content: center;
}
@media (max-width: 576px) {
  .page-equipe .first-section-equipe > .vc_row,
  .page-equipe .seconde-section-equipe > .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-equipe .equipe-image-wrapper {
  position: relative;
}
.page-equipe .equipe-image-wrapper > .vc_column-inner {
  height: 400px;
  border-radius: 50px;
  padding: 0 30px;
  box-shadow: inset 2000px 0 0 0 rgba(53, 70, 89, 0.5);
  border-color: #000000;
  cursor: pointer;
}
.page-equipe .equipe-image-wrapper > .vc_column-inner:before {
  content: '';
  height: 35px;
  width: 35px;
  position: absolute;
  background-repeat: no-repeat;
  top: 8%;
  right: 10%;
  background-image: url(assets/img/Union.svg);
}
@media (max-width: 1024px) {
  .page-equipe .equipe-image-wrapper > .vc_column-inner:before {
    transform: scale(0.75);
  }
}
.page-equipe .equipe-image-wrapper > .vc_column-inner:hover {
  transition: all 0.5s;
  box-shadow: none;
  border-color: unset;
}
.page-equipe .equipe-image-wrapper .equipe-image-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2.5rem);
}
.page-equipe .equipe-image-wrapper .equipe-image-content .vc_custom_heading.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 900;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .page-equipe .equipe-image-wrapper .equipe-image-content .vc_custom_heading.title {
    font-size: 20px;
  }
}
.page-equipe .equipe-image-wrapper .equipe-image-content .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFF685;
}
@media (max-width: 1024px) {
  .page-equipe .equipe-image-wrapper .equipe-image-content .subtitle {
    font-size: 16px;
  }
}
.page-equipe .equipe-image-wrapper .equipe-image-content .subtitle p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFF685;
}
@media (max-width: 1024px) {
  .page-equipe .equipe-image-wrapper .equipe-image-content .subtitle p {
    font-size: 16px;
  }
}
.page-equipe .equipe-image-wrapper .equipe-image-content .equipe-popup-content {
  display: none;
}
.page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 500px;
  color: #ffffff;
  width: calc(100% - 3rem);
}
@media (max-width: 576px) {
  .page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-name {
    font-size: 20px;
  }
}
.page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-function {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFF685;
  position: relative;
  width: calc(100% - 3rem);
}
@media (max-width: 576px) {
  .page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-function {
    font-size: 17px;
  }
}
.page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-function:after {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 27px;
  right: -45px;
  top: 0;
  bottom: 0;
  background-image: url('assets/img/mail.svg');
  transform: scale(0.7);
}
@media (max-width: 576px) {
  .page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-function:after {
    top: -2px;
    bottom: -3px;
    transform: scale(0.5);
  }
}
.page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 576px) {
  .page-equipe .equipe-modal .featherlight-content .equipe-popup .membre-description {
    font-size: 15px;
  }
}
.page-equipe .equipe-modal .equipe-popup {
  display: block;
}
.page-equipe .with-featherlight #page {
  backdrop-filter: blur(10px);
}
.page-equipe .featherlight:last-of-type {
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(10px);
}
.page-equipe .featherlight:before {
  display: none;
}
.page-equipe .featherlight .featherlight-content {
  position: relative;
  width: auto;
  max-width: 600px;
  min-width: 500px;
  margin: 1rem auto;
  padding: 40px;
  background: #354659;
  box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.1);
  border-radius: 30px;
  border: 0;
  transition: margin 0.2s ease-in-out;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-equipe .featherlight .featherlight-content {
    max-width: 400px;
    min-width: 300px;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .page-equipe .featherlight .featherlight-content {
    max-width: 300px;
  }
}
.page-equipe .featherlight .featherlight-content .featherlight-inner {
  display: block !important;
}
.page-equipe .featherlight .featherlight-close-icon {
  font-size: 0;
  line-height: unset;
  min-width: unset;
  width: 30px;
  height: 30px;
  right: 18px;
  top: 18px;
  margin: 0;
  background-color: unset;
}
@media (max-width: 576px) {
  .page-equipe .featherlight .featherlight-close-icon {
    right: 12px;
    top: 12px;
  }
}
.page-equipe .featherlight .featherlight-close-icon:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('assets/img/plus-icon.svg');
  transform: scale(0.7);
}
.page-equipe .featherlight-loading .featherlight-content {
  margin-top: -4rem;
}
