:root {
  --theme-primary: #0e615e;
  --theme-primary-dark: #0e615e;
  --theme-headings: #0e615e;
  --theme-white: #fff;
  --theme-orange: #ec6e4c;
  --theme-yellow: #fdc941;
  --theme-text-color: #596767;
  --theme-dark-grey: #c9cccc;
  --theme-grey: #e6e9e9;
  --swiper-navigation-color: #fff;
}

@font-face {
  font-family: "VideoJS";
  src: url("https://vjs.zencdn.net/f/1/vjs.eot");
  src: url("https://vjs.zencdn.net/f/1/vjs.eot?#iefix")
      format("embedded-opentype"),
    url("https://vjs.zencdn.net/f/1/vjs.woff") format("woff"),
    url("https://vjs.zencdn.net/f/1/vjs.ttf") format("truetype");
}

.text-white, .text-white p {
  color: var(--theme-white);
}

.opacity-75-text {
  color: rgba(255, 255, 255, 0.75);
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
  font-family: "VideoJS";
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
  font-family: "VideoJS";
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
  font-family: "VideoJS";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
  font-family: "VideoJS";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
  font-family: "VideoJS";
}

body {
  background: var(--theme-white);
  padding: 0;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  color: var(--theme-text-color);
  font-size: 18px;
}

span {
  background: none !important;
  /*line-height: normal !important;*/
  font-family: "Roboto", sans-serif !important;
}

hr {
  border-color: var(--theme-primary);
}

#content {
  position: relative;
  /*padding-top: 180px;*/
}

figcaption {
  display: none;
}

img {
  max-width: 100%;
}

a,
strong {
  color: var(--theme-primary);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: var(--theme-headings);
  -webkit-font-smoothing: antialiased;
}

p,
li {
  -webkit-font-smoothing: antialiased;
}

p.smaller {
  width: 80%;
  margin: 0 auto 0;
}

h1 {
  font-size: 56px;
  line-height: 65px;
}

h2 {
  color: var(--theme-headings);
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 1.8rem;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}

a:hover,
a:active,
a:focus {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}

.full-height-figure figure {
  height: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-circle {
  border-radius: 50%;
}

.img-h-300 img {
  height: 300px;
}

ul.announcements {
  list-style: none;
}

.btn {
  display: inline-flex !important;
  vertical-align: center;
  align-items: center;
  height: 50px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: white;
  text-transform: uppercase;
  color: var(--theme-text-color);
  font-size: 18px;
  font-weight: 300 !important;
}

.btn:hover {
  color: var(--theme-text-color);
}

.btn-white {
  background: var(--theme-white);
  color: var(--theme-primary-dark);
}

a.btn-white:hover {
  color: var(--theme-primary-dark);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--theme-primary-dark);
  color: var(--theme-primary-dark);
}

.btn-small {
  height: 35px;
  font-size: 15px;
}

.btn-block {
  width: 250px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.text-color {
  color: var(--theme-text-color);
}

.btn-slider {
  border: 2px solid #fff;
  background-color: transparent;
  color: var(--theme-white);
}

.bold {
  font-weight: 400;
}

.btn-slider:hover {
  color: var(--theme-grey);
  border: 2px solid var(--theme-grey);
}

.full-background {
  background-size: cover;
  background-position: center center;
  /*box-shadow:inset 0 0 0 2000px rgba(5, 194, 145, 0.7);*/
}

.btn-primary {
  background: var(--theme-primary);
  color: var(--theme-white);
}

.btn-white {
  background: var(--theme-white);
  color: var(--theme-text-color);
}

.btn-primary-inverted {
  color: var(--theme-primary);
  background: var(--theme-white);
  border: 1px solid var(--theme-primary);
  text-transform: uppercase;
}

.btn-primary-outline {
  color: var(--theme-primary);
  background: transparent;
  border: 1px solid var(--theme-primary);
}

.btn-text-lighter {
  font-weight: lighter !important;
}

.btn-large {
  padding: 15px 50px;
  border-radius: 60px;
}

/* Background types */
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  height: 90vh;
  align-items: center;
  display: flex;
}

.bg-theme {
  background: var(--theme-primary);
  color: var(--theme-white);
}

.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme a {
  color: var(--theme-white);
}

.bg-white {
  background: var(--theme-white);
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white a {
  color: var(--theme-primary);
}

.bg-grey {
  background: var(--theme-grey);
}

.background-with-text-overlay {
  background-color: rgba(66, 160, 126, 0.95);
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex: 1;
}

.background-with-text-overlay h2,
.background-with-text-overlay p {
  color: #fff;
}

.background-with-text-overlay h2 {
  font-weight: 600;
}

/* Text colors */
.color-white {
  color: var(--theme-white);
}

.color-black {
  color: #303030;
}

.color-primary {
  color: var(--theme-primary) !important;
}

.color-primary-darken {
  color: var(--theme-primary-dark) !important;
}

/* border colors */
.border-color-primary-darken {
  border-color: var(--theme-primary-dark) !important;
}

/* Navigation */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: background-color 0.3s;
}

#nav.scrolled {
  background-color: rgba(255, 255, 255, 1);
}

#nav.scrolled a {
  color: var(--theme-primary-dark) !important;
}

#nav:not(.scrolled):not(.menu-active) .logo img {
  filter: brightness(0%) invert(100%);
}

#nav ul li select {
  color: #fff;
}

#nav.scrolled ul li select {
  color: var(--theme-primary-dark);
}

.locale-switcher {
  padding: 0 !important;
}

#nav .container {
  position: relative;
}

#nav ul {
  display: flex;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 0;
  transform: translateY(7px);
  align-items: center;
}

#nav ul li:first-child {
  margin-left: auto;
}

#nav ul li {
  list-style-type: none;
  position: relative;
}

#nav ul li a {
  display: inline-block;
  color: var(--theme-white);
  padding: 5px 0;
  margin: 0 20px;
}

#nav ul li ul a {
  color: var(--theme-primary-dark);
}

#nav ul li a:hover {
  text-decoration: none;
}

#nav ul li a.is-active {
  border-bottom: 2px solid var(--theme-primary);
}

#nav .logo {
  z-index: 9999;
  position: fixed;
  left: 0;
}

#nav .logo a:hover {
  opacity: 1;
}

#nav .logo img {
  height: 101px;
}

#nav .navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  left: 15px;
  top: 25px;
  width: 230px;
  padding: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#nav .navbar-dropdown a {
  padding: 10px 15px;
  display: block;
}

#nav .navbar-dropdown a:hover {
  background: rgb(240, 240, 240);
}

#nav ul li:hover .navbar-dropdown {
  display: block;
}

#nav ul.navbar-dropdown li a {
  margin: 0;
}

#nav-toggle-holder {
  position: absolute;
  right: 0;
  top: 0;
  height: 58px;
  display: none;
}

#nav-toggle-holder:hover > #nav-toggle .line {
  background: var(--theme-primary);
}

#nav-toggle {
  display: inline-block;
  padding: 15px;
}

#nav-toggle:hover {
  cursor: pointer;
}

#nav-toggle .line {
  background: var(--theme-primary);
  width: 35px;
  height: 3px;
  margin-bottom: 8px;
}

.active #nav-toggle .l1 {
  transform: rotateZ(45deg);
  margin-top: 12px;
}

.active #nav-toggle .l2 {
  opacity: 0;
}

.active #nav-toggle .l3 {
  transform: rotateZ(-45deg);
  margin-top: -22px;
}

.spacer-small {
  height: 40px;
}

section {
  position: relative;
  background-color: var(--theme-white);
  -webkit-background-size: cover;
  background-size: cover;
  margin: 65px 0;
}

section:nth-of-type(n + 2):last-of-type {
  margin-top: 0;
}

section .container * {
  z-index: 1;
}

section.no-margin {
  margin: 0;
}

section.subpage {
  min-height: 400px;
  display: flex;
}

section.subpage h2 {
  font-size: 26px;
}

section.subpage h4 {
  font-size: 14px;
}

.container.left,
.container.left p {
  text-align: left;
}

section .container {
  position: relative;
}

section .title h1 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: var(--theme-white);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.36;
  margin-bottom: 0.83rem;
}

section p {
  color: var(--theme-text-color);
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
}

section.header {
  background-size: cover;
  background-position: center center;
}

section.header h2 {
  color: white;
}

section .spacing {
  margin: 50px 0;
}

section .block-content-spacing {
  margin: 0 0 15px 0;
}

section.logos img {
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.2s all;
  max-height: 55px;
  margin-left: 0;
}

.bg-light-grey {
  background: #f1f1f1 !important;
}

.logos img:hover {
  filter: grayscale(0);
  opacity: 1;
  -webkit-transition: 0.2s all;
}

.twoColumns {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.announcement-bar {
  width: 100%;
  height: 120px;
  background-image: linear-gradient(
    45deg,
    rgb(5, 119, 89) 0%,
    rgb(14, 97, 94) 100%
  );
}

.announcement-bar h3,
.announcement-bar p {
  color: white;
}

.heroBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 10;
  margin-top: 0;
  background-image: linear-gradient(
    45deg,
    rgba(48, 159, 123, 1) 0%,
    rgba(103, 193, 166, 1) 100%
  );
}

.heroBottom h3 {
  color: var(--theme-white);
  font-size: 28px;
  font-weight: 300;
}

.heroBottom p {
  color: var(--theme-white);
}

.swiper-button-prev,
.swiper-button-next {
}

/* Frontpage */

.slider-main {
  padding: 0 60px;
}

/* Team */
.team-member h3 {
  font-size: 20px;
  margin: 10px 0 0 0;
}

.team-member span {
  color: var(--theme-primary);
  font-weight: lighter;
}

/* Process */
.process-item {
  border: 3px var(--theme-primary-dark) solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex: 1;
  width: 100px;
  height: 100px;
}

.process-item:hover {
  background-color: var(--theme-primary-dark);
  transition: all 0.3s;
}

.arrow {
  border: solid var(--theme-primary-dark);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.process-arrow:last-child {
  display: none;
}

/* FAQ */

/* features */
.feature-content-head {
  font-size: 30px !important;
}

.feature-list-item {
  border-top: 1px solid #fff;
}

.feature-content-list-item {
  border-top: 1px solid rgba(14, 97, 94, 0.3);
}

.feature-content-list-item a > h2 {
  color: rgba(14, 97, 94, 0.3);
}

.active a > h2 {
  color: var(--theme-primary-dark);
}

.feature-list-item h2,
.feature-list-item p {
  color: #fff;
}

.feature-item h2,
.feature-item p {
  color: #fff;
}

.feature-item h2,
.feature-content-item h2 {
  font-size: 40px;
}

.feature-item h3,
.feature-content-item h3 {
  font-size: 20px;
  color: var(--theme-white);
}

.feature-list .active,
.feature-content-list .active {
  border-top-color: var(--theme-primary);
}

.feature-list .active h2,
.feature-list .active p {
  color: var(--theme-primary);
}

.hidden {
  display: none;
}

/*.accordion {*/
/*    background-color: #eee;*/
/*    color: #444;*/
/*    cursor: pointer;*/
/*    padding: 18px;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    border: none;*/
/*    outline: none;*/
/*    transition: 0.4s;*/
/*}*/

/*.active, .accordion:hover {*/
/*    background-color: #ccc;*/
/*}*/

/*.panel {*/
/*    padding: 0 18px;*/
/*    background-color: white;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*}*/

/* Testimonials */
.testimonial-container {
  height: 400px !important;
}

.testimonial img {
  max-height: 150px;
  max-width: 80%;
  position: absolute;
  top: 30px;
}

.testimonial button {
  position: absolute;
  bottom: 30px;
}

.testimonial h3 {
  color: #fff;
}

.accordion dt,
.accordion dd {
  padding: 10px;
  border-bottom: 0;
  background-color: #fff;
}

.accordion dd {
  margin-top: -15px;
}

.accordion dt:last-of-type,
.accordion dd:last-of-type {
  border: 1px solid #ddd;
}

.accordion dd {
  border-top: 0;
}

.accordion dd:last-of-type {
  border-top: 1px solid white;
}

.accordion p {
  margin-bottom: 0;
}

/* Blog */
.icon-bar {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.blog-text a {
  color: var(--theme-primary-dark);
}

.blog-text strong {
  font-weight: bold;
  color: var(--theme-text-color);
}

.blog-item {
  position: relative;
  display: block;
}

.blog-item .image {
  height: 300px;
}

.blog-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(20px);
  margin: 0;
}

.blog-item .title h2 {
  margin-bottom: 0;
}

.card {
  box-shadow: 2px 2px 10px rgba(22, 28, 45, 0.1);
}

.card-img-top {
  position: relative;
}

.card-body {
  padding: 15px;
}

.image-card {
  position: relative;
  text-align: center;
  display: flex;
  height: 200px;
  margin: 5px;
}

.image-card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}

.image-card-image img.img-cover {
  object-fit: cover;
}

.image-card-image {
}

.image-card-image {
  z-index: 0;
}

.image-card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex: 1;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
}

.image-card-content h2 {
  font-size: 18px;
  color: white;
}

.image-card-content p {
  font-size: 12px;
  color: white;
}

/* Team */
.image-card-team {
  height: 300px;
}

.image-card-team-content {
  justify-content: flex-end;
  transition: background-position 1s;
  background-size: 100% 200%;
}

.image-card-team-content:hover {
  background-position: 0 -100%;
}

.image-card-team-content h2 {
  font-size: 14px;
}

.cta {
  min-height: 330px;
  align-items: center;
  display: flex;
}

/* Landkit */
.shadow-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1) !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

/* End Landkit */

/* Footer */
footer {
  background: var(--theme-primary);
  color: var(--theme-white);
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .container {
  text-align: left;
}

footer h3,
footer a {
  font-size: 15px;
}

footer h3 {
  color: white;
  font-size: 22px;
}

footer a {
  color: var(--theme-white);
  display: block;
  margin: 5px 0;
}

footer a:hover {
  text-decoration: none;
}

footer .footer-bottom {
  margin-top: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

footer .social-links a {
  font-size: 20px;
  display: inline-flex;
  float: right;
}

footer .contact-and-social {
  margin-top: 10px;
  padding-top: 10px;
}

.footer-bottom a {
  display: contents;
}

.soc-in {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

footer .social-links a span {
  font-size: 20px;
}

footer .contact-and-social {
  margin-top: 10px;
  padding-top: 10px;
}

.footer-bottom a {
  display: contents;
}

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

/* Custom form styling */
select,
input,
textarea {
  border: none;
  border-bottom: 1px solid var(--theme-dark-grey);
  background: transparent;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px !important;
}

select::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--theme-dark-grey);
}

textarea {
  border: 1px solid var(--theme-primary);
}

select:focus,
input:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 150px;
}

button,
input[type="submit"],
input[type="button"] {
  width: auto;
  border: 0;
}

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

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

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

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

.text-light {
  font-weight: lighter;
}

li select {
  margin-top: 0;
}

.image-with-title {
  margin-top: 25px;
  box-shadow: 0 0 10px #d6d5d5;
}

.image-with-title .img figure img {
  height: 200px !important;
}

.image-with-title .content {
  margin-top: -15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 10px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-with-title .content h4 {
  color: var(--theme-headings);
  font-size: 15px;
  /*font-weight: 400;*/
  padding-top: 15px;
}

.image-with-title .content p {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 630px) {
  h1 {
    font-size: 10vw;
  }
}
@media (max-width: 992px) {
  .icon-bar {
    flex-direction: row;
    top: auto;
    bottom: 0;
    left: 0;
  }
  h1 {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .twoColumns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .col-12 p {
    width: auto;
    margin: auto;
  }

  #nav-toggle-holder {
    display: block;
    z-index: 100;
    right: 0;
  }

  .nav-wrapper {
    border: none;
  }

  #nav {
    padding-bottom: 0;
    height: 60px;
  }

  #nav ul {
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex-direction: column;
    position: fixed;
    right: -250px;
    top: 0;
    bottom: 0;
    width: 250px;
    text-align: left;
    padding-top: 10px;
    background: white;
    padding-left: 10px;
  }

  #nav.active ul {
    right: 0;
  }

  #nav .navbar-dropdown {
    position: relative;
    box-shadow: none;
    background-color: #f1f1f1;
  }

  #nav ul li:hover .navbar-dropdown {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  #nav ul li {
    display: block;
  }

  #nav ul li:first-child {
    margin-left: 0;
  }

  #nav ul li a {
    padding: 10px;
    color: var(--theme-primary-dark);
  }

  #nav ul li a.contact {
    margin-left: 0;
  }

  #nav ul li a.contact:before {
    display: none;
  }

  #nav .logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }

  #nav .logo img {
    height: 75px;
    margin-top: 0;
  }

  #content {
    /*padding-top: 80px;*/
  }

  section h1,
  section h2 {
    padding: 0;
    margin: 0;
  }

  section .title {
    margin-top: 20px;
  }

  .bg-image {
    height: auto;
  }

  section .title h1 {
    width: auto;
    font-size: 2.5rem;
    line-height: 50px;
  }

  .spacer-medium {
    height: 200px;
  }
}

@media (min-width: 1100px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
