.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

[data-animation="slideInLeft"] {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
  opacity: 0; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

[data-animation="slideInRight"] {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
  opacity: 0; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

[data-animation="slideInDown"] {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  opacity: 0; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

[data-animation="slideInUp"] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

[data-animation="fadeIn"] {
  opacity: 0; }

.navbar {
  margin: 0;
  border-radius: 0;
  border: 0; }
  .navbar .navbar-toggle {
    border-radius: 0;
    padding: 7.5px 10px;
    font-size: 18px; }
  .navbar .navbar-brand {
    padding: 10px 15px;
    height: auto; }
  @media (max-width: 991px) {
    .navbar .navbar-header {
      float: none; }
    .navbar .navbar-left,
    .navbar .navbar-right {
      float: none !important; }
    .navbar .navbar-toggle {
      display: block; }
    .navbar .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    .navbar .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px; }
    .navbar .navbar-collapse.collapse {
      display: none !important; }
    .navbar .navbar-nav {
      float: none !important;
      margin-top: 7.5px; }
    .navbar .navbar-nav > li {
      float: none; }
    .navbar .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .navbar .collapse.in {
      display: block !important; } }

label.error {
  font-size: 12px;
  color: #d9534f; }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .col-lg-10-10 {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-8-10 {
    width: 80%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-6-10 {
    width: 60%; }

  .col-lg-5-10 {
    width: 50%; }

  .col-lg-4-10 {
    width: 40%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-2-10 {
    width: 20%; }

  .col-lg-1-10 {
    width: 10%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-10-10 {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-8-10 {
    width: 80%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-6-10 {
    width: 60%; }

  .col-md-5-10 {
    width: 50%; }

  .col-md-4-10 {
    width: 40%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-2-10 {
    width: 20%; }

  .col-md-1-10 {
    width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-10-10 {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-8-10 {
    width: 80%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-6-10 {
    width: 60%; }

  .col-sm-5-10 {
    width: 50%; }

  .col-sm-4-10 {
    width: 40%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-2-10 {
    width: 20%; }

  .col-sm-1-10 {
    width: 10%; } }
@media (max-width: 544px) {
  .col-xxs-offset-0 {
    margin-left: 0; }

  .col-xxs-12 {
    width: 100%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-1 {
    width: 8.33333333%; } }
.slick-slider .slick-list,
.slick-slider .slick-track,
.slick-slider .slide-item,
.slick-slider .bg-img-fill {
  height: 100%; }
.slick-slider .slick-slide {
  position: relative; }
  .slick-slider .slick-slide:focus {
    outline: none; }
.slick-slider .bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .slick-slider .bg-img-fill img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.slick-lightbox-close {
  right: 20px; }
  .slick-lightbox-close:before {
    font-size: 40px;
    line-height: 15px; }

/**
 * Basic styles for global tags
 */
/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

hr {
  border-color: #e8e4e3; }

/**
 * Basic styles for input fields
 */
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

iframe {
  display: block; }

@font-face {
  font-family: 'Aller-Light';
  src: url("../font/aller-light/Aller-Light.eot?#iefix") format("embedded-opentype"), url("../font/aller-light/Aller-Light.woff") format("woff"), url("../font/aller-light/Aller-Light.ttf") format("truetype"), url("../font/aller-light/Aller-Light.svg#Aller-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Candara';
  src: url("../font/candara/Candara.eot?#iefix") format("embedded-opentype"), url("../font/candara/Candara.woff") format("woff"), url("../font/candara/Candara.ttf") format("truetype"), url("../font/candara/Candara.svg#Candara") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Candara-Bold';
  src: url("../font/candara-bold/Candara-Bold.eot?#iefix") format("embedded-opentype"), url("../font/candara-bold/Candara-Bold.woff") format("woff"), url("../font/candara-bold/Candara-Bold.ttf") format("truetype"), url("../font/candara-bold/Candara-Bold.svg#Candara-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MinionPro-Regular';
  src: url("../minionpro/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("../minionpro/MinionPro-Regular.otf") format("opentype"), url("../minionpro/MinionPro-Regular.woff") format("woff"), url("../minionpro/MinionPro-Regular.ttf") format("truetype"), url("../minionpro/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica';
  src: url("../font/helvetica/Helvetica.eot?#iefix") format("embedded-opentype"), url("../font/helvetica/Helvetica.otf") format("opentype"), url("../font/helvetica/Helvetica.woff") format("woff"), url("../font/helvetica/Helvetica.ttf") format("truetype"), url("../font/helvetica/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica';
  src: url("../font/helvetica/Helvetica-Light.otf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/helveticaneue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../font/helveticaneue/HelveticaNeue.woff") format("woff"), url("../font/helveticaneue/HelveticaNeue.ttf") format("truetype"), url("../font/helveticaneue/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/helveticaneue/HelveticaNeue-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
/**
 * Basic typography style for copy text
 */
body {
  font-family: 'PT Sans', sans-serif;
  font-family: 'Merriweather', serif;
  color: #000; }

.text-lg {
  font-size: 26px; }
  @media (max-width: 767px) {
    .text-lg {
      font-size: 18px; } }

.text-xl {
  font-size: 30px; }
  @media (max-width: 767px) {
    .text-xl {
      font-size: 24px; } }

.fw-bold {
  font-weight: bold; }

.blue-text {
  color: #04A29A; }

.text-highlight {
  padding: 0 10px;
  background-color: #04A29A;
  color: #fff; }

a.text-highlight:hover {
  background-color: transparent;
  color: #04A29A; }

.text-fade {
  color: gray; }

.text-bottom {
  vertical-align: text-bottom; }

.text-top {
  vertical-align: text-top; }

.text-underline {
  text-decoration: underline; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 15px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-4 {
  margin-top: 40px; }

.mt-5 {
  margin-top: 50px; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 15px; }

.mr-2 {
  margin-right: 20px; }

.mr-3 {
  margin-right: 30px; }

.mr-4 {
  margin-right: 40px; }

.mr-5 {
  margin-right: 50px; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 15px; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mb-4 {
  margin-bottom: 40px; }

.mb-5 {
  margin-bottom: 50px; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 15px; }

.ml-2 {
  margin-left: 20px; }

.ml-3 {
  margin-left: 30px; }

.ml-4 {
  margin-left: 40px; }

.ml-5 {
  margin-left: 50px; }

.mx-0 {
  margin-right: 0;
  margin-left: 0; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.scroll-top-btn {
  position: fixed;
  left: auto;
  right: 0;
  bottom: -50px;
  right: 20px;
  z-index: 999;
  text-align: right;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }
  .scroll-top-btn .btn {
    width: auto;
    height: 40px;
    line-height: 1.2;
    padding: 6px 12px;
    font-size: 20px;
    background-color: #000;
    color: #fff; }
    .scroll-top-btn .btn .fa {
      margin: auto;
      font-size: 14px; }
    .scroll-top-btn .btn:hover {
      background-color: #000;
      color: #04A29A; }
  .scroll-top-btn.reveal-btn {
    bottom: 10px; }
  @media (max-width: 544px) {
    .scroll-top-btn {
      right: 5px; }
      .scroll-top-btn.reveal-btn {
        bottom: 5px; } }

.custom-color-blue {
  color: #04A29A; }

.bigger {
  font-size: 120%; }

.breadcrumb-container {
  margin-bottom: 50px; }

.btn {
  border-radius: 0; }

.btn-primary {
  background-color: #04A29A;
  border: 1px solid #04A29A;
  color: #fff; }
  .btn-primary:hover {
    border: 1px solid #04A29A;
    background-color: #04A29A;
    color: #fff; }
  .btn-primary:focus {
    border: 1px solid #04A29A;
    background-color: #04A29A;
    color: #fff; }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    border: 1px solid #04A29A;
    background-color: #04A29A;
    color: #fff; }

.btn-primary-transparent {
  border-color: #04A29A;
  color: #04A29A; }
  .btn-primary-transparent:hover {
    background-color: #04A29A;
    color: #fff; }

.btn-theme {
  padding: 4px 15px;
  text-transform: uppercase;
  font-family: 'Helvetica'; }
  .btn-theme:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.form-theme .form-control {
  border: 2px solid #00BAAB;
  border-radius: 0;
  font-family: 'PT Sans', sans-serif; }
.form-theme input.form-control {
  height: 36px; }

.navbar-wrapper.long-menu .navbar.navbar-shrink .navbar-nav {
  margin-top: 45px; }
.navbar-wrapper.long-menu .navbar .navbar-nav {
  margin-top: 72px;
  margin-right: -15px; }
.navbar-wrapper.long-menu .navbar .btn-contact {
  bottom: 48px; }
@media (max-width: 1199px) {
  .navbar-wrapper.long-menu .navbar.navbar-shrink .navbar-nav {
    margin-top: 10px; }
  .navbar-wrapper.long-menu .navbar .navbar-nav {
    margin-top: 15px; } }
@media (max-width: 991px) {
  .navbar-wrapper.long-menu .navbar .btn-contact {
    bottom: auto; } }

.navbar-wrapper {
  position: relative;
  height: 184px; }
  @media (max-width: 1199px) {
    .navbar-wrapper {
      height: 149px; } }
  @media (max-width: 991px) {
    .navbar-wrapper {
      height: 70px; } }
  @media (max-width: 767px) {
    .navbar-wrapper {
      height: 67px; } }

.nav-diagonal {
  position: absolute;
  bottom: -60px;
  height: 60px;
  width: 100%;
  overflow: hidden; }
  .nav-diagonal:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 60px solid transparent;
    border-left: 1920px solid #fff;
    content: "";
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 991px) {
    .nav-diagonal {
      display: none; } }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .navbar.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px; }
    .navbar.navbar-shrink .navbar-brand {
      max-width: 200px; }
    .navbar.navbar-shrink .navbar-nav {
      margin-top: 45px; }
    .navbar.navbar-shrink .nav-diagonal:before {
      border-bottom: 0 solid transparent; }
    @media (max-width: 1199px) {
      .navbar.navbar-shrink {
        padding-bottom: 15px; }
        .navbar.navbar-shrink .navbar-nav {
          margin-top: 50px; }
        .navbar.navbar-shrink .btn-contact {
          bottom: 45px; } }
    @media (max-width: 991px) {
      .navbar.navbar-shrink {
        padding: 0; }
        .navbar.navbar-shrink .navbar-brand {
          max-width: 180px; }
        .navbar.navbar-shrink .navbar-nav {
          margin: 7.5px -15px; }
        .navbar.navbar-shrink .btn-contact {
          bottom: auto; } }
  .navbar > .container {
    position: relative; }
  @media (min-width: 1200px) {
    .navbar > .container {
      max-width: 1170px;
      width: 100%; } }
  .navbar .navbar-brand {
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 280px; }
    .navbar .navbar-brand img {
      display: block;
      height: auto;
      max-width: 100%; }
  .navbar .navbar-toggle {
    font-size: 22px;
    padding: 3.5px 10px;
    margin-top: 12px; }
  .navbar .navbar-nav {
    margin-top: 72px;
    margin-right: 100px;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .navbar .navbar-nav > li > a {
      position: relative;
      font-family: 'HelveticaNeue';
      text-transform: uppercase;
      line-height: 1.2; }
      .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
        background-color: transparent; }
    .navbar .navbar-nav > li.active > a:before {
      width: 80%; }
  .navbar .btn-contact {
    position: absolute;
    bottom: 10px;
    right: 15px; }
    .navbar .btn-contact.active {
      background-color: #04a29a;
      color: #fff;
      box-shadow: none; }
  @media (min-width: 992px) {
    .navbar .navbar-nav > li {
      border-right: 2px solid #5CB052;
      padding: 0px 10px; }
      .navbar .navbar-nav > li:last-child {
        border-right: 0; }
      .navbar .navbar-nav > li > a {
        padding: 0; }
        .navbar .navbar-nav > li > a:before {
          position: absolute;
          bottom: -7px;
          width: 0;
          height: 5px;
          background-color: #5CB052;
          content: "";
          -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .navbar .navbar-nav > li > a:hover {
          background-color: transparent; }
          .navbar .navbar-nav > li > a:hover:before {
            width: 80%; } }
  @media (max-width: 1199px) {
    .navbar {
      padding-top: 30px;
      padding-bottom: 15px; }
      .navbar .navbar-nav {
        margin-right: -15px; }
      .navbar .btn-contact {
        bottom: 48px; } }
  @media (max-width: 991px) {
    .navbar {
      padding: 0; }
      .navbar > .container {
        width: 100%; }
      .navbar .navbar-brand {
        max-width: 180px; }
      .navbar .navbar-nav {
        margin: 7.5px -15px; }
      .navbar .navbar-toggle {
        margin-top: 15px; }
      .navbar .btn-contact {
        bottom: auto;
        top: 20px;
        right: 85px; } }
  @media (max-width: 767px) {
    .navbar {
      padding: 0; }
      .navbar .navbar-header {
        border-bottom: 1px solid #e4e4e4; }
      .navbar .navbar-brand {
        padding: 9px 15px 13px; }
        .navbar .navbar-brand img {
          max-width: 130px; }
      .navbar .navbar-nav {
        margin: 7.5px -15px; }
      .navbar .btn-contact {
        bottom: auto;
        top: 20px;
        right: 65px; } }
  @media (max-width: 380px) {
    .navbar .navbar-toggle {
      margin-right: 10px; }
    .navbar .btn-contact {
      right: 58px; } }

.lang-menu {
  position: absolute;
  bottom: 114px;
  right: 15px; }
  .lang-menu .lang-menu-item {
    display: inline-block;
    font-family: 'Source Sans Pro',sans-serif;
    padding: 0 8px 0 8px;
    color: #bbbbbb;
    text-transform: uppercase;
    border-right: 1px solid #bbbbbb;
    line-height: 1;
    font-size: 12px; }
    .lang-menu .lang-menu-item:last-of-type {
      padding-right: 0px;
      border-right-width: 0px; }
    .lang-menu .lang-menu-item.active, .lang-menu .lang-menu-item:active {
      background-color: #04A29A;
      color: #fff; }
  @media (max-width: 991px) {
    .lang-menu {
      display: none; } }

.footer {
  position: relative;
  padding: 100px 0 50px;
  background: #33a18d;
  background: -moz-linear-gradient(left, #33a18d 0%, #33a18d 0%, #5cb052 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #33a18d), color-stop(0%, #33a18d), color-stop(100%, #5cb052));
  background: -webkit-linear-gradient(left, #33a18d 0%, #33a18d 0%, #5cb052 100%);
  background: -o-linear-gradient(left, #33a18d 0%, #33a18d 0%, #5cb052 100%);
  background: -ms-linear-gradient(left, #33a18d 0%, #33a18d 0%, #5cb052 100%);
  background: linear-gradient(to right, #33a18d 0%, #33a18d 0%, #5cb052 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a18d', endColorstr='#5cb052', GradientType=1);
  color: #fff; }
  .footer > .container > .row > div {
    border-right: 1px solid #fff; }
    .footer > .container > .row > div:last-child {
      border-right: 0; }
  .footer .footer-inner-block {
    display: table;
    margin: auto auto;
    padding-bottom: 15px;
    min-height: 140px;
    font-size: 16px;
    font-family: 'HelveticaNeue'; }
    .footer .footer-inner-block h4 {
      margin-top: 0;
      text-transform: uppercase;
      font-family: 'Merriweather', serif; }
    .footer .footer-inner-block .contact-tel {
      font-size: 18px;
      line-height: 1.2;
      font-weight: bold; }
    .footer .footer-inner-block .fb-link {
      font-size: 14px;
      font-family: 'PT Sans', sans-serif; }
      .footer .footer-inner-block .fb-link .fb-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        margin-left: 5px;
        background-color: #fff;
        color: #48A875; }
  @media (max-width: 991px) {
    .footer > .container > .row > div {
      border-right: 0;
      margin-bottom: 30px; }
      .footer > .container > .row > div:nth-child(odd) {
        border-right: 1px solid #fff; } }
  @media (max-width: 767px) {
    .footer .footer-inner-block {
      display: block; } }
  @media (max-width: 544px) {
    .footer > .container > .row > div {
      margin-bottom: 0;
      border-right: 0 !important; } }

html,
body {
  height: 100%; }

body {
  position: relative; }

.banner-section {
  position: relative;
  overflow: hidden; }
  .banner-section #btn-scroll-down {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    height: 45px;
    width: 45px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #fff; }
  @media (min-width: 1200px) {
    .banner-section {
      height: calc(100% - 184px); } }
  @media (max-width: 1199px) {
    .banner-section {
      height: calc(100% - 144px); } }
  @media (max-width: 991px) {
    .banner-section {
      height: calc(100% - 136px); } }
  @media (max-width: 767px) {
    .banner-section {
      height: calc(100% - 66px); }
      .banner-section:before {
        border-bottom: 20px solid transparent; } }

#main-slider {
  height: 100%; }
  #main-slider .bg-img-fill:before, #main-slider .bg-img-fill:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
  #main-slider .bg-img-fill:before {
    background-color: rgba(0, 0, 0, 0.7); }
  #main-slider .bg-img-fill:after {
    background-image: url("../img/banner-filter.png");
    opacity: .75; }
  #main-slider .slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transofrm: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    max-width: 450px;
    width: 100%;
    padding: 15px 15px 50px;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 64px;
    line-height: 1.2;
    color: #fff; }
    #main-slider .slide-caption .text-sm {
      display: block;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.4; }
    #main-slider .slide-caption:before {
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      height: 4px;
      background-color: #fff;
      content: ""; }
  @media (max-width: 767px) {
    #main-slider .slide-caption {
      font-size: 46px; }
      #main-slider .slide-caption .text-sm {
        font-size: 24px; } }

.content-row-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden; }
  .content-row-section.inner-row-section {
    padding: 100px 0; }
  .content-row-section .section-title {
    position: relative;
    display: table;
    margin: auto auto 70px;
    font-family: 'Helvetica';
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    font-weight: 300; }
    .content-row-section .section-title:before {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100px;
      height: 10px;
      background-color: #04A29A;
      content: ""; }
    .content-row-section .section-title.blue-line:before {
      background-color: #04A29A; }
    .content-row-section .section-title.green-line:before {
      background-color: #5CB052; }
  @media (max-width: 767px) {
    .content-row-section {
      padding-bottom: 50px; }
      .content-row-section .section-title {
        font-size: 38px; } }
  .content-row-section.bg-dark .section-title:before, .content-row-section.bg-blue .section-title:before {
    background-color: #fff; }

.diagonal {
  position: relative;
  overflow: hidden;
  padding-top: 130px; }
  .diagonal:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-top: 80px solid #fff;
    border-right: 1920px solid transparent;
    content: ""; }

.bg-blue {
  background-color: #04A29A;
  color: #fff; }

.bg-light-blue {
  background-color: #DFEDEB; }

.bg-gray {
  background-color: #E2E1E0; }

.bg-dark {
  background-color: #000;
  color: #fff; }

.diagram {
  -webkit-user-drag: none; }

.services-grid > .row {
  margin-left: -5px;
  margin-right: -5px; }
  .services-grid > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
    .services-grid > .row > [class*="col-"]:hover {
      z-index: 5; }
.services-grid .service-thumbnail {
  position: relative;
  margin-bottom: 10px;
  height: 250px;
  padding: 15px 20px 50px;
  background-color: #fff;
  border-bottom: 10px solid;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .services-grid .service-thumbnail:hover {
    z-index: 99;
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .services-grid .service-thumbnail .thumbnail-title {
    min-height: 68px;
    margin-bottom: 5px;
    font-size: 24px; }
  .services-grid .service-thumbnail .thumbnail-description {
    font-family: 'Candara';
    font-size: 16px;
    line-height: 1.2;
    max-height: 95px;
    overflow: hidden; }
  .services-grid .service-thumbnail .thumbnail-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    background-color: #fff; }
    .services-grid .service-thumbnail .thumbnail-footer a {
      display: block;
      padding: 12px 0; }
      .services-grid .service-thumbnail .thumbnail-footer a:hover, .services-grid .service-thumbnail .thumbnail-footer a:focus, .services-grid .service-thumbnail .thumbnail-footer a:active {
        text-decoration: none; }
  .services-grid .service-thumbnail .thumbnail-btn {
    margin: auto;
    height: 22px;
    width: 22px;
    background-color: #2f2f2f;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
    color: #fff; }
.services-grid .green-tag {
  border-color: #5CB052; }
.services-grid .green-l-tag {
  border-color: #C9E0BD; }
.services-grid .blue-tag {
  border-color: #04A29A; }
.services-grid .blue-l-tag {
  border-color: #A9D0CD; }
@media (max-width: 544px) {
  .services-grid .service-thumbnail {
    padding: 12px 10px 50px;
    height: 190px; }
    .services-grid .service-thumbnail .thumbnail-title {
      min-height: 54px;
      font-size: 18px; } }
@media (max-width: 380px) {
  .services-grid .service-thumbnail {
    height: 180px; }
    .services-grid .service-thumbnail .thumbnail-title {
      font-size: 16px; } }

.video-section {
  position: relative;
  padding: 130px 0;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .video-section .section-caption {
    position: relative;
    z-index: 3;
    font-size: 38px;
    font-weight: bold; }
  @media (max-width: 767px) {
    .video-section .section-caption {
      font-size: 24px; } }

.videobg {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* set video aspect ratio and vertically center */ }
  .videobg .videobg-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .videobg .videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .videobg .videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    -webkit-transition: all ease 1s;
    transition: all ease 1s; }
  @media (max-width: 991px) {
    .videobg {
      display: none; } }

.brand-list {
  margin-left: -60px; }
  .brand-list > li {
    margin-left: 60px;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .brand-list {
      margin-left: -20px; }
      .brand-list > li {
        margin-left: 20px; } }
  @media (max-width: 544px) {
    .brand-list {
      margin-left: -10px; }
      .brand-list > li {
        margin-left: 10px; } }

.career-section {
  position: relative;
  padding-bottom: 0;
  background-color: #e6e2da;
  background-size: cover;
  background-position: bottom;
  overflow: hidden; }
  .career-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 75px solid transparent;
    border-right: 2000px solid #04A29A;
    border-bottom: 30px solid #04A29A;
    content: "";
    z-index: 2; }
  .career-section .section-img {
    position: relative;
    background-color: #fff; }

.contact-section address {
  margin-left: 24px;
  font-family: 'HelveticaNeue';
  font-size: 21px; }
.contact-section form small {
  opacity: .6; }
.contact-section form .btn {
  min-width: 130px; }

.member-grid > .row > div {
  border-right: 1px solid #fff; }
  .member-grid > .row > div:last-child {
    border-right: 0; }
.member-grid .member-thumbnail {
  margin-bottom: 30px;
  font-family: 'HelveticaNeue'; }
  .member-grid .member-thumbnail h4 {
    margin-top: 0;
    font-family: 'Merriweather', serif; }
  .member-grid .member-thumbnail .member-title {
    text-transform: uppercase;
    font-size: 11px; }
  .member-grid .member-thumbnail .small {
    line-height: 1.1; }
  .member-grid .member-thumbnail .member-tel {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #04A29A; }
@media (max-width: 991px) {
  .member-grid > .row > div {
    margin-bottom: 30px;
    border-right: 0; }
    .member-grid > .row > div:nth-child(odd) {
      border-right: 1px solid #fff; } }
@media (max-width: 544px) {
  .member-grid > .row > div {
    margin-bottom: 15px;
    border: 0 !important; } }

.map-section {
  position: relative;
  overflow: hidden; }
  .map-section:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-top: 70px solid #000;
    border-right: 2000px solid transparent;
    content: ""; }
  .map-section #map-canvas {
    height: 800px; }
  @media (max-width: 767px) {
    .map-section #map-canvas {
      height: 500px; } }

.sectors-section .item-thumbnail {
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
  text-align: center; }
  .sectors-section .item-thumbnail img {
    margin: auto auto 15px;
    max-width: 100px; }
  .sectors-section .item-thumbnail .thumbnail-title {
    min-height: 40px; }

.connection {
  z-index: 2;
  border: 1px solid;
  color: #fff; }

.gallery-grid .item-thumbnail {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%; }
  .gallery-grid .item-thumbnail .img-container {
    position: absolute;
    height: 100%;
    width: 100%; }
  .gallery-grid .item-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover";
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/*# sourceMappingURL=app.css.map */
