@charset "UTF-8";

html {
  font-size: 100%;
}
::-moz-selection {
  background-color: #fdf0b2;
}
::-webkit-selection {
  background-color: #fdf0b2;
}
::selection {
  background-color: #fdf0b2;
}
:focus {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #868686;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #53985E;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #222222;
}
p {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 14px;
}

hr {
  margin: 0;
  border-color: #e5e5e5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h1, .h1 {
  font-size: 55px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 34px;
}
h4, .h4 {
  font-size: 28px;
}
h5, .h5 {
  font-size: 24px;
}
h6, .h6 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 26px;
  }
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}
h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus, h4 > a:hover, h4 > a:focus, h5 > a:hover, h5 > a:focus, h6 > a:hover, h6 > a:focus {
  color: #53985E;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #222222;
  font-size: 85%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
.section-headings p {
  margin-bottom: 40px;
}
.title-row {
  margin-bottom: 32px;
  position: relative;
}
.title-row--boxed {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.section-title + p {
  margin: 1em;
}
.subtitle {
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  letter-spacing: 0.3em;
  color: #53985E;
}

blockquote {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 0 !important;
  position: relative;
  color: #868686;
}
blockquote cite {
  font-size: 15px;
  font-weight: 400;
  color: #9e9e9e;
}
.lead {
  font-size: 18px;
  line-height: 30px;
}
address {
  font-style: normal;
  margin-bottom: 0;
  line-height: 26px;
}
.section-wrap {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .section-wrap {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrap {
    padding: 30px 0;
  }
}
.section-wrap--pb-large {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .section-wrap--pb-large {
    padding-bottom: 30px;
  }
}
.container-semi-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 20px;
  }
}
.main-container {
  margin: auto;
}
@media (min-width: 1060px) {
  .content-wrapper--boxed {
    padding: 0 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .content-wrapper--boxed-lg {
    padding: 0 70px;
  }
}
.row-16 {
  margin: 0 -8px;
}

.row-16 > [class*="col-"] {
  padding: 0 8px;
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > [class*="col-"] {
  padding: 0 10px;
}

.row-30 {
  margin: 0 -15px;
}

.row-30 > [class*="col-"] {
  padding: 0 15px;
}

.row-60 {
  margin: 0 -30px;
}

.row-60 > [class*="col-"] {
  padding: 0 30px;
}

.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}

.flex-child {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  background-color: #53985E;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover {
  color: #000;
  border-color: transparent;
}

.btn:focus {
  outline: none;
  color: #000;
}

.btn--lg, .btn--lg.btn--button {
  font-size: 16px;
  padding: 0 48px;
}

.btn--lg span, .btn--lg.btn--button span {
  line-height: 55px;
}

.btn--lg.btn--button {
  height: 55px;
}

.btn--md, .btn--md.btn--button {
  font-size: 15px;
  padding: 0 24px;
}

.btn--md span, .btn--md.btn--button span {
  line-height: 46px;
}

.btn--md.btn--button {
  height: 46px;
}

.btn--color {
  background-color: #53985E;
}

.btn--color:hover {
  opacity: .92;
}

.btn--dark {
  background-color: #181818;
  color: #fff;
}

.btn--white {
  background-color: #fff;
  color: #222222;
}

.btn--light {
  background-color: #f9f9f9;
  color: #222222;
}

.btn--wide {
  width: 100%;
}

.btn--dark:hover, .btn--dark:focus, .btn--white:hover, .btn--white:focus, .btn--light:hover, .btn--light:focus {
  background-color: #53985E;
  border-color: transparent;
}

.btn i {
  font-size: 12px;
  position: relative;
  margin-left: 40px;
  line-height: 1;
}

.rounded,
.rounded:before {
  border-radius: 70px;
}

.section-buttons {
  margin-bottom: 50px;
}

.section-buttons a {
  margin-bottom: 10px;
}

.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}

.btn--button:hover, .btn--button:focus {
  background-color: #53985E;
}

.btn--button.btn--color {
  color: #222222;
}

.btn--button.btn--wide {
  width: 100%;
}

/* Slick Slider */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-loading .slick-list {
  background: url(slick/ajax-loader.gif) center center no-repeat #fff;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: ui-icons;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}

.slick-prev {
  left: -15px;
}

[dir=rtl] .slick-prev {
  right: -15px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  background-color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
}

.slick-dots li button:before {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.slick-dots .slick-active {
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  -ms-transform: scale(1.75);
  -o-transform: scale(1.75);
  transform: scale(1.75);
}

.slick-dots .slick-active button:before {
  background-color: #53985E;
}

.slick-prev:before {
  content: '\e875';
}

.slick-next:before {
  content: '\e876';
}

[class^="ui-"]:before,
[class*=" ui-"]:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  line-height: normal;
}

.container-icons .fs1 {
  text-align: center;
  margin-bottom: 40px;
  width: 20%;
}

@media only screen and (max-width: 1199px) {
  .container-icons .fs1 {
    width: 25%;
  }
}

@media only screen and (max-width: 991px) {
  .container-icons .fs1 {
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .container-icons .fs1 {
    width: 50%;
  }
}

.container-icons .pbs span:first-child {
  font-size: 50px;
  display: block;
  margin-bottom: 18px;
}

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

.alert-dismissible .close {
  padding: 0.70rem 1.25rem;
}

.socials--white a {
  color: #fff;
}

.socials--base a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin: 0 6px 6px 0;
  color: #fff;
}

.socials--base a.social-facebook {
  background-color: #39599f;
}

.socials--base a.social-facebook:hover {
  background-color: #324e8c;
  color: #fff;
}

.socials--base a.social-twitter {
  background-color: #55ACEE;
}

.socials--base a.social-twitter:hover {
  background-color: #3ea1ec;
  color: #fff;
}

.socials--base a.social-google-plus {
  background-color: #DE4B39;
}

.socials--base a.social-google-plus:hover {
  background-color: #d93824;
  color: #fff;
}

.socials--rounded a {
  border-radius: 50%;
}

.social {
  display: inline-block;
  color: #222222;
  text-align: center;
  margin-right: 30px;
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

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

.social-facebook:hover {
  color: #39599f;
}

.social-twitter:hover {
  color: #55acee;
}

.social-google-plus:hover {
  color: #DE4B39;
}

.social-youtube:hover {
  color: #c61d23;
}

.social-snapchat:hover {
  color: #fffb01;
}

.social-linkedin:hover {
  color: #0e76a8;
}

.social-pinterest:hover {
  color: #c8232c;
}

.social-instagram:hover {
  color: #e1306c;
}

.social-rss:hover {
  color: #ef822a;
}

@media only screen and (max-width: 1199px) {
  .social {
    margin-right: 16px;
  }
}

.main-wrapper {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .main-wrapper--offset {
    margin-left: 240px;
    position: relative;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .main-wrapper--offset {
    margin-left: 300px;
  }
}

.intro__title {
  font-size: 26px;
  max-width: 500px;
  line-height: 1.150;
  margin-bottom: 28px;
  margin-top: 16px;
}

.info__title {
  font-size: 40px;
  max-width: 300px;
  line-height: 1.150;
  margin-bottom: 28px;
  margin-top: 16px;
}

.evaluation__title {
  font-size: 20px;
  max-width: 500px;
  line-height: 1.150;
  margin-bottom: 28px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .intro__title {
    font-size: 20px;
    max-width: 100%;
  }
  .info__title {
    font-size: 36px;
    max-width: 100%;
  }
  .evaluation__title {
    font-size: 16px;
    max-width: 100%;
  }
}

.feature {
  margin-top: 36px;
  text-align: center;
}

.feature__icon {
  font-size: 48px;
  color: #222222;
}

.feature__title {
  font-size: 16px;
  margin-top: 18px;
}

.service {
  display: block;
  position: relative;
  overflow: hidden;
  height: 650px;
}

.service__img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.service__title {
  position: absolute;
  bottom: 10px;
  left: 30px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.service--dark-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.service:hover .service__img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 991px) {
  .service {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .service {
    height: 300px;
  }
}

.service-1 {
  margin-bottom: 40px;
}

.service-1__url {
  display: block;
}

.service-1__img {
  width: 100%;
}

.service-1__info {
  position: relative;
  margin-top: -60px;
  margin-left: 50px;
  background-color: #fff;
  padding: 40px 30px;
}

.service-1__features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.service-1__feature {
  line-height: 30px;
  color: #222222;
}

.service-1__feature-icon {
  color: #53985E;
  margin-right: 5px;
}

.service-1__title {
  font-size: 24px;
}

.offset-top-100 {
  margin-top: -100px;
}

@media only screen and (max-width: 575px) {
  .offset-top-100 {
    margin-top: 0;
  }
}

.partners {
  padding: 36px 0;
}

.call-us {
  background-color: #53985E;
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  color: #222222;
  text-align: center;
}

.call-us__icon {
  font-size: 50px;
  display: inline-block;
  margin-right: 8px;
}

.call-us__title {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  padding-top: 14px;
  max-width: 70%;
}

.call-us__phone-number {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  margin-top: 8px;
  color: #222222;
  font-weight: 600;
  display: block;
}

.call-to-action {
  position: relative;
  background-color: #f9f9f9;
  padding: 96px 15px;
  border-radius: 5px;
}

.call-to-action__title {
  font-size: 34px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .call-to-action__title {
    font-size: 24px;
  }
}

.call-to-action__text {
  margin-bottom: 24px;
}
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 175px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #181818;
}

.page-title.bg-dark-overlay:before {
  background-color: rgba(0, 0, 0, 0.36);
}

.page-title__holder {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-title__title {
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
}

.page-title__subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.page-title--tall {
  padding: 300px 0;
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 60px 0;
  }
}

.breadcrumbs {
  padding: 0;
  margin: 0;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item:after {
  content: '/';
  display: inline-block;
  margin: 0 6px;
}

.breadcrumbs__url {
  color: #fff;
}

.breadcrumbs__url:hover, .breadcrumbs__url:focus {
  color: #fff;
}

.team {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.team-col {
  width: 300px;
  padding: 0 15px;
}

.produits__img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.produits__img {
  width: 100%;
}

.team__name {
  font-size: 16px;
  margin-bottom: 4px;
}

.team__occupation {
  font-size: 14px;
  color: #868686;
}

.team__details {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 0;
  padding: 30px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.team:hover .team__details {
  opacity: 1;
  top: 50%;
}

.slick-team {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-team .slick-dots {
  text-align: left;
  padding: 0 5px;
}

.box-offset-container {
  background-color: #fff;
  padding: 100px 50px;
  margin-top: -210px;
  margin-left: 220px;
}

@media (max-width: 1440px) {
  .box-offset-container {
    padding: 50px;
    margin-left: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .box-offset-container {
    margin-top: 0;
    margin-left: 0;
    padding: 30px 0;
  }
}

.widget-title {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.widget-address {
  line-height: 30px;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_nav_menu li {
  padding: 6px 0;
}

.widget_nav_menu li:first-child {
  padding-top: 0;
}

.widget_tag_cloud a,
.entry__tags a {
  line-height: 1;
  color: #868686;
  display: inline-block;
  font-size: 18px;
}

.widget_tag_cloud a:hover,
.entry__tags a:hover {
  color: #53985E;
}

.tagcloud {
  overflow: hidden;
}

.cc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.cc-revoke,
.cc-window {
  position: relative;
}

.cc-window {
  background-color: #222222 !important;
  padding: 5px 20px !important;
}

.cc-message {
  margin-right: 20px;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.cc-link {
  opacity: 1;
  font-weight: 700;
}

.cc-link:hover, .cc-link:focus {
  color: #fff;
}

a.cc-btn.cc-dismiss {
  background-color: #53985E;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  border: 0;
  color: #fff;
  min-width: auto !important;
}

a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
  background-color: #ffae0b;
}

.contact__title {
  font-size: 22px;
  margin-bottom: 24px;
}

.contact__items {
  list-style: none;
  padding: 0;
}

.contact__item {
  margin-bottom: 20px;
}

.contact__item a {
  color: #868686;
}

.contact__item a:hover {
  color: #53985E;
}

.contact__item-label {
  font-weight: 700;
  display: block;
}

.masonry-filter {
  margin-bottom: 60px;
  margin-left: -12px;
}

.masonry-filter a {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  color: #868686;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.masonry-filter a.active, .masonry-filter a:hover {
  color: #53985E;
}

.masonry-filter a.active:after, .masonry-filter a:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 1px;
  width: 28px;
  background-color: #53985E;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.project {
  position: relative;
}

.project__container {
  margin-bottom: 30px;
  overflow: hidden;
}

.project__img-holder {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.project__img-holder > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.project__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.project__description {
  padding-top: 20px;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.project__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.project__title a:hover {
  color: #53985E;
}

.project__text {
  color: #868686;
}

.project__category {
  color: #868686;
  font-size: 13px;
}

.project__category a {
  color: inherit;
}

.project:hover .project__description {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hover-overlay .project__description {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  position: absolute;
  padding: 30px;
  bottom: 0;
}

.hover-overlay .project__title,
.hover-overlay .project__date,
.hover-overlay .project__category {
  color: #fff;
}

.project-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.project-1:last-child {
  margin-bottom: 0;
}

.project-1__container {
  width: 45%;
}

.project-1__description-holder {
  opacity: 0.9;
  width: 75%;
  position: absolute;
  z-index: 1;
  background-color: #181818;
  padding: 50px 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1050px) {
  .project-1__description-holder {
    padding: 40px 30px;
  }
}

.project-1:nth-child(2n) .project-1__description-holder {
  left: 0;
  right: auto;
}

.project-1:nth-child(2n) .project-1__container {
  margin-left: auto;
}

.project-1__title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 23px;
}

.project-1__text {
  margin-bottom: 32px;
  color: #fff;
}

.project-1 .read-more:hover,
.project-1 .read-more:focus {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .project-1 {
    display: block;
    margin-bottom: 48px;
  }
  .project-1__container, .project-1__description-holder {
    width: 100%;
  }
  .project-1__description-holder {
    padding: 40px 30px;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .project-1__title {
    font-size: 28px;
  }
}

.project-nav {
  background-color: #f9f9f9;
  padding: 38px 0;
}

.project-nav .row > div {
  position: relative;
}

.project-nav__item {
  font-family: "Barlow", sans-serif;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.project-nav__item:hover {
  color: #53985E;
}

.project-nav__item a {
  color: inherit;
}

.project-nav__page-prev a,
.project-nav__page-next a {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.project-nav__page-prev i,
.project-nav__page-next i {
  font-size: 17px;
  display: inline-block;
  position: relative;
  line-height: 1;
  top: 1px;
}

.project-nav__page-prev i {
  margin-right: 9px;
}

.project-nav__page-next i {
  margin-left: 9px;
}

.project-nav__page-next {
  text-align: right;
}

.project-nav__back-to-projects {
  text-align: center;
}

.project-nav__back-to-projects-icon {
  display: none;
  font-size: 20px;
}

@media (max-width: 400px) {
  .project-nav__back-to-projects a:first-child {
    display: none;
  }
  .project-nav__back-to-projects-icon {
    display: block;
  }
}

.entry {
  overflow: hidden;
  position: relative;
  margin-bottom: 56px;
}

.entry__img-holder {
  margin-bottom: 24px;
}

.entry__img {
  width: 100%;
}

.entry__title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 16px;
  margin-top: 8px;
}

.entry__excerpt {
  margin-top: 20px;
  margin-bottom: 24px;
}

.entry__excerpt p {
  margin-bottom: 0;
}

.read-more {
  font-size: 14px;
  font-weight: 700;
}

.read-more__icon {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  min-height: 95px;
  position: relative;
}

.nav__wrap {
  padding-left: 20px;
}

@media only screen and (min-width: 1200px) {
  .nav__wrap {
    padding-left: 44px;
  }
}

.nav__container {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .nav__container--side-padding {
    padding: 30px 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .nav__container--side-padding {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .nav__container--side-padding {
    padding: 30px 20px;
  }
}

.nav__container-box {
  padding: 0 30px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}

.nav__menu, .nav__dropdown-menu {
  list-style: none;
}

.nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__menu li {
  position: relative;
}

.nav__menu > li > a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #222222;
  font-size: 15px;
  padding: 0 17px;
  line-height: 95px;
  display: block;
  position: relative;
}

.nav__menu > li > a:hover {
  color: #53985E;
}

.nav__menu > .active > a {
  color: #53985E;
}

@media only screen and (min-width: 992px) {
  .nav__wrap {
    display: block !important;
    height: auto !important;
  }
  .nav__menu > li {
    display: inline-block;
    text-align: center;
  }
  .nav__dropdown-menu {
    position: absolute;
    left: -5px;
    top: 100%;
    z-index: 1000;
    min-width: 220px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    list-style: none;
    background-color: #181818;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav__dropdown-menu > li > a {
    color: #868686;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }
  .nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
    color: #53985E;
  }
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .nav__dropdown-menu--right {
    right: 0;
  }
  .nav__dropdown:hover > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav__dropdown-menu .nav__dropdown-menu {
    left: 100%;
    top: -20px;
  }
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
  .nav__dropdown .nav__dropdown > a:after {
    content: '\e876';
    font-family: 'ui-icons';
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav__dropdown-trigger {
    display: none;
  }
}

.mobile body {
  cursor: pointer;
}

.nav__menu > .current_page_parent > a {
  color: #53985E;
}

.logo {
  line-height: 1;
}

header .flex-parent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  header .flex-parent {
    display: block;
  }
}

.nav--align-right {
  margin-left: auto;
}

.nav--align-left {
  margin-right: auto;
}

.top-bar {
  height: 60px;
}

.top-bar--transparent {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 120;
}

.top-bar--transparent .social,
.top-bar--transparent .top-bar__icon,
.top-bar--transparent .top-bar__phone-number,
.top-bar--transparent .top-bar__email {
  opacity: .7;
  color: #fff;
}

.top-bar--transparent .social:hover, .top-bar--transparent .social:focus,
.top-bar--transparent .top-bar__icon:hover,
.top-bar--transparent .top-bar__icon:focus,
.top-bar--transparent .top-bar__phone-number:hover,
.top-bar--transparent .top-bar__phone-number:focus,
.top-bar--transparent .top-bar__email:hover,
.top-bar--transparent .top-bar__email:focus {
  opacity: 1;
}

.top-bar__item {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-right: 16px;
}

.top-bar__item:last-child {
  margin-right: 0;
}

.top-bar__item--align-right {
  float: right;
}

.top-bar__phone-number, .top-bar__email {
  font-size: 14px;
}

.nav__icon-toggle {
  margin-left: auto;
  position: relative;
  padding: 9px 0 9px 10px;
  background-color: transparent;
  border: none;
  z-index: 50;
}

@media only screen and (min-width: 992px) {
  .nav__icon-toggle {
    display: none;
  }
}

.nav__icon-toggle-bar {
  background-color: #222222;
  width: 18px;
  display: block;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}

.nav__icon-toggle-bar:last-child {
  margin-bottom: 0;
}

.nav__icon-toggle:focus .nav__icon-toggle-bar,
.nav__icon-toggle:hover .nav__icon-toggle-bar {
  background-color: #53985E;
}

.nav__icon-toggle:focus {
  outline: none;
}
.nav__holder.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__holder.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.nav__holder.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
}

.nav__holder.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.nav__holder.sticky .nav__menu > li > a {
  line-height: 60px;
}

.nav__holder.sticky .nav__container-box {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .nav--boxed {
    position: absolute;
    top: 60px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .nav--side {
    z-index: 500;
    height: 100%;
    width: 240px;
  }
  .nav--side .nav__holder,
  .nav--side .nav__container,
  .nav--side .flex-parent {
    height: 100%;
  }
  .nav--side .nav__container {
    padding: 60px 40px 40px;
  }
  .nav--side .flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav--side .nav__wrap {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .nav--side .nav__menu,
  .nav--side .nav__menu > li {
    display: block;
  }
  .nav--side .nav__menu > li {
    text-align: left;
  }
  .nav--side .nav__menu > li > a {
    line-height: 1;
    padding: 17px 0;
  }
  .nav--side .nav__dropdown-menu {
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    padding: 0;
    left: 0;
    top: auto;
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .nav--side .nav__dropdown-menu .nav__dropdown-menu {
    top: auto;
    padding-left: 10px;
  }
  .nav--side .nav__dropdown .nav__dropdown > a:after {
    display: none;
  }
  .nav--side .nav__dropdown-menu > li > a {
    padding: 8px;
  }
  .nav--side .nav__dropdown .nav__dropdown .nav__dropdown-trigger {
    height: 37px;
    line-height: 37px;
  }
  .nav--side .nav__dropdown-trigger {
    display: block;
    width: 36px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 0;
  }
  .nav--side .nav__dropdown-trigger:hover, .nav--side .nav__dropdown-trigger:focus {
    color: #53985E;
  }
  .nav--side .nav__phone--mobile {
    margin-top: 40px;
  }
  .nav--side-sticky-left {
    position: fixed;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav--side {
    width: 300px;
  }
}

.nav__footer {
  margin-top: auto;
}

.nav__footer .socials {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .nav-1 {
    min-height: 70px;
  }
  .nav-1 .flex-parent {
    height: 70px;
  }
  .nav-1 .nav__container {
    padding: 0 70px;
  }
  .nav-1 .nav__wrap {
    display: none !important;
  }
}

.nav-icon-toggle {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: 40px;
  overflow: visible;
}

.nav-icon-toggle:focus {
  outline: none;
}

.nav-icon-toggle__box {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

.nav-icon-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  width: 24px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
  background-color: #53985E;
}

.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  content: "";
  display: block;
}

.nav-icon-toggle__inner:before {
  top: -8px;
}

.nav-icon-toggle__inner:after {
  bottom: -8px;
}

@media only screen and (max-width: 991px) {
  .nav-icon-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
  }
}

.nav__phone {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.nav__phone-text, .nav__phone-number {
  color: #222222;
}

.nav__phone + .nav__socials {
  padding-left: 44px;
  margin-left: 44px;
  border-left: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1199px) {
  .nav__phone + .nav__socials {
    padding-left: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .nav__phone + .nav__socials {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.nav__phone--mobile {
  padding: 20px 0 8px;
}

.nav__socials--mobile,
.nav__email--mobile {
  padding: 8px 0 20px;
}

.nav__email {
  font-family: "Barlow", sans-serif;
  font-weight: 14;
  font-weight: 600;
  color: #222222;
}

#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 34px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

#back-to-top i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#back-to-top a {
  display: block;
  color: #222222;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #53985E;
  bottom: 24px;
}

#back-to-top:hover i {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .nav {
    min-height: 60px;
    margin-top: 0;
    background-color: #fff;
  }
  .nav__wrap {
    padding-left: 0;
  }
  .nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 0;
    line-height: 46px;
    height: 46px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav__dropdown-menu a {
    color: #868686;
  }
  .nav__dropdown-menu a:hover {
    color: #000;
  }
  .nav__dropdown-menu > li > a {
    padding-left: 10px;
  }
  .nav__dropdown-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .nav__dropdown-trigger {
    display: block;
    width: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
  .nav__dropdown-menu {
    padding: 0;
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu {
    display: block;
  }
  .logo-container {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
  }
  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
  .sticky-on-mobile .navbar {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

iframe {
  border: 0;
}

.rs-background-video-layer[data-ytid] iframe {
  visibility: visible !important;
}

@media (min-width: 1060px) {
  .rev-offset {
    height: 30px;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: -1;
  }
}

.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: none;
  z-index: 1000;
}

.hermes.tparrows:before {
  display: block;
  line-height: 110px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .3s .3s;
  transition: -webkit-transform .3s .3s;
  -o-transition: transform .3s .3s;
  transition: transform .3s .3s;
  transition: transform .3s .3s, -webkit-transform .3s .3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  -ms-transform: translateX(-180px);
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  -ms-transform: translateX(180px);
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.tp-bullet {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 36px;
  height: 2px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tp-bullet.selected,
.tp-bullet:hover {
  width: 46px;
  margin-left: -10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #53985E;
}

.tp-caption.hero-text {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  line-height: 60px;
  font-family: "Barlow", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding-top: 1px;
}

.tp-caption.medium-text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.1em;
  margin: 0px;
  text-transform: uppercase;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: none;
}

.tp-caption.small-text {
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: none;
}

.hero-dot {
  color: #53985E;
}

.tp-caption.alt-font {
  font-family: "Playfair Display", serif;
}

.tp-caption.nocaps {
  text-transform: none;
  letter-spacing: 0;
}

.tp-caption span.dot {
  color: #f37b21;
}

.tp-caption span.color {
  color: #ffb30f;
}

.footer {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #181818;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 992px) {
  .footer .container-fluid {
    padding: 0 40px;
  }
}

.footer__widgets {
  padding: 80px 0 48px;
}

.footer__widgets a {
  color: #868686;
}

.footer__widgets a:hover {
  color: #53985E;
}

@media only screen and (min-width: 768px) {
  .footer__widgets .socials {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widgets .row > div:not(:last-child) {
    margin-bottom: 60px;
  }
}

.footer-1 {
  background-color: #fff;
  padding: 26px 0;
}

@media only screen and (min-width: 992px) {
  .footer-1 .container-fluid {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-1 .widget_nav_menu {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-1 .widget_nav_menu {
    text-align: right;
  }
}

.footer-1 .widget_nav_menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 6px;
  font-size: 14px;
}

.footer-1 .widget_nav_menu ul li:first-child {
  margin-left: 0;
}

.footer-1 .widget_nav_menu ul li:last-child {
  margin-right: 0;
}

.footer-1 .widget_nav_menu a {
  color: #222222;
}

.footer-1 .widget_nav_menu a:hover, .footer-1 .widget_nav_menu a:focus {
  color: #53985E;
}
.footer__bottom {
  padding: 24px 0 80px;
  position: relative;
}

.copyright {
  display: inline-block;
  font-size: 14px;
  color: #868686;
}

.rbq {
  float: left;
  font-size: 14px;
  color: #868686;
}

.copyright a {
  color: inherit;
}

.copyright a:hover, .copyright a:focus {
  color: #53985E;
}

.gallery-caption {
  display: block;
}

img {
  height: auto;
}

.alignnone {
  margin: 8px 24px 24px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 8px auto 8px auto;
}

.alignright {
  float: right;
  margin: 8px 0 24px 24px;
}

.alignleft {
  float: left;
  margin: 8px 24px 24px 0;
}

a img.alignright {
  float: right;
  margin: 8px 0 24px 24px;
}

a img.alignnone {
  margin: 8px 24px 24px 0;
}

a img.alignleft {
  float: left;
  margin: 8px 24px 24px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

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

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

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

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

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

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

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

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

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

.pt-48 {
  padding-top: 48px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-80 {
  padding-top: 80px;
}

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

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

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

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-48 {
    margin-top: 48px;
  }
  .mt-lg-56 {
    margin-top: 56px;
  }
  .mt-lg-64 {
    margin-top: 64px;
  }
  .mt-lg-72 {
    margin-top: 72px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px;
  }
  .mb-lg-16 {
    margin-bottom: 16px;
  }
  .mb-lg-24 {
    margin-bottom: 24px;
  }
  .mb-lg-32 {
    margin-bottom: 32px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-48 {
    margin-bottom: 48px;
  }
  .mb-lg-56 {
    margin-bottom: 56px;
  }
  .mb-lg-64 {
    margin-bottom: 64px;
  }
  .mb-lg-72 {
    margin-bottom: 72px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-48 {
    padding-top: 48px;
  }
  .pt-lg-56 {
    padding-top: 56px;
  }
  .pt-lg-64 {
    padding-top: 64px;
  }
  .pt-lg-72 {
    padding-top: 72px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-8 {
    padding-bottom: 8px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-48 {
    padding-bottom: 48px;
  }
  .pb-lg-56 {
    padding-bottom: 56px;
  }
  .pb-lg-64 {
    padding-bottom: 64px;
  }
  .pb-lg-72 {
    padding-bottom: 72px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-48 {
    margin-top: 48px;
  }
  .mt-md-56 {
    margin-top: 56px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mt-md-72 {
    margin-top: 72px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-48 {
    margin-bottom: 48px;
  }
  .mb-md-56 {
    margin-bottom: 56px;
  }
  .mb-md-64 {
    margin-bottom: 64px;
  }
  .mb-md-72 {
    margin-bottom: 72px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pt-md-32 {
    padding-top: 32px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-48 {
    padding-top: 48px;
  }
  .pt-md-56 {
    padding-top: 56px;
  }
  .pt-md-64 {
    padding-top: 64px;
  }
  .pt-md-72 {
    padding-top: 72px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-48 {
    padding-bottom: 48px;
  }
  .pb-md-56 {
    padding-bottom: 56px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
  .pb-md-72 {
    padding-bottom: 72px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-56 {
    margin-bottom: 56px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-56 {
    padding-top: 56px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-56 {
    padding-bottom: 56px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-56 {
    margin-bottom: 56px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-56 {
    padding-top: 56px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-56 {
    padding-bottom: 56px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 430px) {
  .filter {
    border-radius: 1em;
    margin: 3%;
    border: 1px solid;
    border-color: #000;
  }
}

@media only screen and (max-width: 575px) {
  .rev_slider {
    height: 230px !important; 
  }
  .rev_slider_wrapper {
    height: 230px !important; 
  }
  .logo {
    width:60%;
  }
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.mobile section {
  background-attachment: scroll !important;
}

.bg-dark {
  background-color: #181818;
}

.bg-light {
  background-color: #f9f9f9;
}

.bg-white {
  background-color: #fff;
}

.bg-color {
  background-color: #2f95ef;
}

.white {
  color: #fff;
}

.static {
  position: static;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-full-width {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.last {
  margin-bottom: 0 !important;
}

.bg-color .section-title,
.bg-color .statistic__number,
.bg-color .statistic__title,
.bg-color-overlay .section-title,
.bg-color-overlay .statistic__number,
.bg-color-overlay .statistic__title,
.bg-dark-overlay .section-title,
.bg-dark-overlay .statistic__number,
.bg-dark-overlay .statistic__title,
.bg-gradient .section-title,
.bg-gradient .statistic__number,
.bg-gradient .statistic__title {
  color: #fff;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
  box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
}

.box-shadow-large {
  -webkit-box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
}

.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-scale {
  overflow: hidden;
}

.hover-scale img {
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.hover-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.bg-gradient:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: #B939E5;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B939E5), color-stop(100%, #4C86E7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#B939E5), to(#4C86E7));
  background: linear-gradient(to top, #B939E5 0%, #4C86E7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.bg-dark-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.bottom-gradient {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.top-divider {
  border-top: 1px solid #e5e5e5;
}

.bottom-divider {
  border-bottom: 1px solid #e5e5e5;
}

.footer-titles {
  font-size: 1.4em;
  color: #fff;
}

.footer-hrs {
  margin-bottom: 0.8em;
}

.main-title {
  font-size: 1.3em;
  text-align: center;
  padding-top: 3em;
  margin: 5% 25% 5% 25%;
}

.produits-liste {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.produits-titre {
  margin-bottom: 1.5em;
  font-size: 1.4em;
}

.produits-item {
  margin-top: 1em;
  margin-bottom: 1em;
}

.evaluation-item {
  font-size: 0.75em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.fer-art {
  font-size: 0.8em;
  font-weight: 900;
}

.commerce__title {
  font-size: 1.2em;
}

@media ( max-width: 575px ) {
    .hover-overlay .project__description {
      padding: 8px;
    }
    .hover-overlay .project__description  h3 {
      font-size: 15px;
    }
}

.preambule {margin-bottom: 3em;}