@charset "UTF-8";
@font-face {
  font-family: "Lucida";
  src: url("../assets/fonts/lucida%20calligraphy%20italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'font';
  src: url("https://www.meubelsopmaat-katwijk.nl/wp-content/themes/meubelsopmaat/fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('https://www.meubelsopmaat-katwijk.nl/wp-content/themes/meubelsopmaat/fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('https://www.meubelsopmaat-katwijk.nl/wp-content/themes/meubelsopmaat/fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('https://www.meubelsopmaat-katwijk.nl/wp-content/themes/meubelsopmaat/fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('https://www.meubelsopmaat-katwijk.nl/wp-content/themes/meubelsopmaat/fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #4D8791;
  text-decoration: underline;
}
a:hover {
  color: #1D1D1B;
  text-decoration: underline;
}

p {
  color: #272124;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272124;
  font-weight: bold;
  margin-top: 20px;
  font-family: "Lucida", sans-serif;
  margin-bottom: 30px;
  line-height: 150%;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}
@media (max-width: 992px) {
  h2 {
    text-align: center;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 27px;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 27px;
}

blockquote {
  font-style: italic;
  color: #4D8791;
  font-size: 40px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #4D8791;
  font-size: 70px;
}
blockquote::after {
  content: "”";
  color: #4D8791;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}
blockquote p {
  color: #1D1D1B;
  font-size: 40px;
  text-align: center;
}
blockquote cite {
  color: #8A8A8A;
  font-size: 30px;
  text-align: center;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.btn,
input[type=submit] {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #1D1D1B;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  border: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn:after,
input[type=submit]:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-left: 20px;
  margin-right: -10px;
  transition: all 0.2s;
}
.btn.with-icon-start i,
input[type=submit].with-icon-start i {
  margin-right: 15px;
}
.btn i,
input[type=submit] i {
  vertical-align: middle;
}
.btn.alternative,
input[type=submit].alternative {
  background-color: #1D1D1B;
}
.btn:hover,
input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.btn:hover:after,
input[type=submit]:hover:after {
  margin-left: 25px;
  margin-right: -15px;
}
.btn.pink,
input[type=submit].pink {
  background-color: transparent;
  background: none;
  color: #1D1D1B;
}
.btn.pink i,
input[type=submit].pink i {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .btn,
input[type=submit] {
    padding: 15px 25px;
    font-size: 16px;
  }
}

.alignright {
  margin: 20px;
  float: right;
}

.alignleft {
  margin: 20px;
  float: left;
}

.container-fluid {
  padding: 0;
}

.container {
  padding: 0 30px;
}

.margin-container {
  margin: 50px 0;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

@media (min-width: 1340px) {
  .container {
    max-width: 1470px;
  }
}

#wpadminbar {
  opacity: 0.2;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
#wpadminbar:hover {
  opacity: 1;
}

.search-screen {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 5;
  height: 100%;
  z-index: 9999;
  transition: all 0.4s;
}
.search-screen .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-screen .container .input-group {
  display: flex;
}
.search-screen .container .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 100px;
  border: none;
  font-size: 40px;
  line-height: 80px;
  color: #000;
  padding: 10px 30px;
  font-weight: 300;
}
.search-screen .container .form-control::-webkit-input-placeholder {
  color: #000;
}
.search-screen .container .form-control::-moz-placeholder {
  color: #000;
}
.search-screen .container .form-control:-ms-input-placeholder {
  color: #000;
}
.search-screen .container .form-control:-moz-placeholder {
  color: #000;
}
.search-screen .container .btn-search {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
}
.search-screen .container .btn-search span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
}
.search-screen .container .btn-search:hover {
  background: #1d1d1b;
}
.search-screen .container .btn-search:focus {
  background: #1d1d1b;
}
.search-screen .container .btn-search:active {
  background: #1d1d1b;
}
.search-screen .container .btn-search-close {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
  background: #fff;
  color: #26cad3;
}
.search-screen .container .btn-search-close span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
  color: #a98c43;
}
.search-screen .container .btn-search-close i {
  vertical-align: middle;
  font-size: 19px;
}
.search-screen .container .btn-search-close:hover span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:focus span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:active span {
  color: #1d1d1b;
}
.search-screen .input-group-btn {
  width: auto;
  font-size: 35px;
}
@media (max-width: 992px) {
  .search-screen .input-group-btn {
    top: -2px;
    position: relative;
  }
}

.search-screen.active {
  opacity: 1;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .search-screen .container .form-control {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    padding-right: 0;
  }
  .search-screen .container .btn-search {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search span {
    font-size: 20px;
  }
  .search-screen .container .btn-search-close {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search-close span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .search-screen .container .form-control {
    font-size: 6vw;
  }
}
.admin-bar header {
  margin-top: 32px;
}

.search-screen {
  background: rgba(27, 20, 100, 0.65);
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 5;
  height: 100%;
  z-index: 9999;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.search-screen.active {
  opacity: 1;
  right: 0;
  left: 0;
}
.search-screen.active form {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.search-screen.is-searching .container {
  top: 50px;
  transform: translate(0);
}
.search-screen .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.search-screen .container form {
  padding: 0;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 500ms;
  border-radius: 55px;
  overflow: hidden;
}
.search-screen .container .input-group {
  display: flex;
  position: relative;
}
.search-screen .container .ajax-loader {
  padding: 25px;
  font-size: 50px;
  color: #206e80;
  text-align: center;
  display: none;
}
.search-screen .container .results {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 25px;
  justify-content: center;
  overflow: auto;
  max-height: calc(100vh - 200px);
}
.search-screen .container .results .search-item {
  width: calc(50% - 25px);
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
  text-decoration: none;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 992px) {
  .search-screen .container .results .search-item {
    width: 100%;
  }
}
.search-screen .container .results .search-item:hover {
  background-color: #fff;
}
.search-screen .container .results .search-item h2 {
  margin-top: 0;
}
.search-screen .container .results .search-item p {
  margin-bottom: 0;
}
.search-screen .container .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 100px;
  border: none;
  font-size: 40px;
  line-height: 80px;
  color: #000;
  padding: 10px 30px;
  font-weight: 300;
}
.search-screen .container .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.search-screen .container .form-control::-moz-placeholder {
  color: #ccc;
}
.search-screen .container .form-control:-ms-input-placeholder {
  color: #ccc;
}
.search-screen .container .form-control:-moz-placeholder {
  color: #ccc;
}
.search-screen .container .typewrite {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  display: block;
  color: #ccc;
  font-size: 30px;
  text-align: left;
  z-index: 9;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.search-screen .container .btn-search {
  margin-top: 0;
  background: #1D1D1B;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
}
.search-screen .container .btn-search span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
}
.search-screen .container .btn-search:hover {
  background: #1d1d1b;
}
.search-screen .container .btn-search:focus {
  background: #1d1d1b;
}
.search-screen .container .btn-search:active {
  background: #1d1d1b;
}
.search-screen .container .btn-search-close {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
  background: #fff;
  color: #1D1D1B;
}
.search-screen .container .btn-search-close span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
  color: #a98c43;
}
.search-screen .container .btn-search-close i {
  vertical-align: middle;
  font-size: 19px;
}
.search-screen .container .btn-search-close:hover span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:focus span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:active span {
  color: #1d1d1b;
}
.search-screen .input-group-btn {
  width: auto;
  font-size: 35px;
}

@media (max-width: 991px) {
  .search-screen .container .form-control {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    padding-right: 0;
  }
  .search-screen .container .btn-search {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search span {
    font-size: 20px;
  }
  .search-screen .container .btn-search-close {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search-close span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .search-screen .container .form-control {
    font-size: 6vw;
  }
}
.navigation {
  display: flex;
  align-items: center;
  display: inline-block;
  float: right;
}
@media (max-width: 992px) {
  .navigation.scrolled .menu-primary-menu-container {
    top: 100px;
  }
}
@media (max-width: 992px) {
  .navigation.is-open .menu-primary-menu-container {
    opacity: 1;
    pointer-events: auto;
  }
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .navigation ul {
    background-color: #7E0628;
    padding: 20px 0 20px;
    flex-direction: column;
  }
}
.navigation ul li {
  margin: 0;
  position: relative;
}
@media (max-width: 992px) {
  .navigation ul li {
    display: block;
  }
}
.navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navigation ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #1D1D1B;
  position: absolute;
  right: 0;
  top: 55%;
  font-size: 14px;
  transform: translateY(calc(-50% - 2px));
}
.navigation ul li a {
  color: #272124;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  letter-spacing: 1px;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navigation ul li a:hover {
  border-bottom: 2px solid #fff;
}
@media (max-width: 992px) {
  .navigation ul li a {
    color: #fff;
    padding: 5px 20px;
  }
}
.navigation ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 993px) {
  .navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10%);
  }
}
@media (max-width: 992px) {
  .navigation ul li ul {
    position: relative;
    top: none;
    left: none;
    box-shadow: none;
    padding-bottom: 15px;
  }
}
.navigation ul li ul li {
  width: 100%;
}
.navigation ul li ul li:hover a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.navigation ul li ul li:last-of-type {
  border-bottom: 0;
}
.navigation ul li ul li a {
  color: #4D8791;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  display: inline-block;
  background-color: #7E0628;
}
@media (max-width: 992px) {
  .navigation ul li ul li a {
    background-color: transparent;
    border: none;
    color: #a1a1a1;
    font-size: 16px;
    width: auto;
  }
}
.navigation .menu-primary-menu-container {
  position: relative;
  top: 0px;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 992px) {
  .navigation .menu-primary-menu-container {
    top: 140px;
    position: fixed;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .navigation {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.navigation .sub-menu {
  text-align: left;
  width: 100%;
  min-width: 300px;
}
@media (max-width: 992px) {
  .navigation .sub-menu {
    text-align: center;
    display: block !important;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
  margin-left: auto;
  padding-right: 0;
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner {
  background-color: #000;
}
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.wpcf7 {
  padding: 25px;
  background-color: #fff;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]), .wpcf7 textarea {
  padding: 20px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  font-family: "Quicksand", sans-serif;
}
.wpcf7 input[type=submit]:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px !important;
  margin-left: 20px !important;
  margin-right: -10px !important;
  transition: all 0.2s !important;
}
.wpcf7 br {
  display: none;
}

.should-animate {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.should-animate:nth-child(1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.should-animate:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.should-animate:nth-child(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.should-animate:nth-child(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.should-animate:nth-child(5) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.should-animate:nth-child(6) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.should-animate:nth-child(7) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.should-animate:nth-child(8) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.should-animate:nth-child(9) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.should-animate:nth-child(10) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.should-animate:nth-child(11) {
  -webkit-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
.should-animate:nth-child(12) {
  -webkit-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.should-animate:nth-child(13) {
  -webkit-animation-delay: 1130ms;
          animation-delay: 1130ms;
}
.should-animate:nth-child(14) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.should-animate:nth-child(15) {
  -webkit-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
.should-animate:nth-child(16) {
  -webkit-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.should-animate:nth-child(17) {
  -webkit-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.should-animate:nth-child(18) {
  -webkit-animation-delay: 1180ms;
          animation-delay: 1180ms;
}
.should-animate:nth-child(19) {
  -webkit-animation-delay: 1190ms;
          animation-delay: 1190ms;
}
.should-animate:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.should-animate:nth-child(21) {
  -webkit-animation-delay: 1210ms;
          animation-delay: 1210ms;
}
.should-animate:nth-child(22) {
  -webkit-animation-delay: 1220ms;
          animation-delay: 1220ms;
}
.should-animate:nth-child(23) {
  -webkit-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
.should-animate:nth-child(24) {
  -webkit-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.should-animate:nth-child(25) {
  -webkit-animation-delay: 1250ms;
          animation-delay: 1250ms;
}
.should-animate:nth-child(26) {
  -webkit-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.should-animate:nth-child(27) {
  -webkit-animation-delay: 1270ms;
          animation-delay: 1270ms;
}
.should-animate:nth-child(28) {
  -webkit-animation-delay: 1280ms;
          animation-delay: 1280ms;
}
.should-animate:nth-child(29) {
  -webkit-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
.should-animate:nth-child(30) {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
.should-animate:nth-child(31) {
  -webkit-animation-delay: 1310ms;
          animation-delay: 1310ms;
}
.should-animate:nth-child(32) {
  -webkit-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.should-animate:nth-child(33) {
  -webkit-animation-delay: 1330ms;
          animation-delay: 1330ms;
}
.should-animate:nth-child(34) {
  -webkit-animation-delay: 1340ms;
          animation-delay: 1340ms;
}
.should-animate:nth-child(35) {
  -webkit-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
.should-animate:nth-child(36) {
  -webkit-animation-delay: 1360ms;
          animation-delay: 1360ms;
}
.should-animate:nth-child(37) {
  -webkit-animation-delay: 1370ms;
          animation-delay: 1370ms;
}
.should-animate:nth-child(38) {
  -webkit-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.should-animate:nth-child(39) {
  -webkit-animation-delay: 1390ms;
          animation-delay: 1390ms;
}
.should-animate:nth-child(40) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.should-animate:nth-child(41) {
  -webkit-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.should-animate:nth-child(42) {
  -webkit-animation-delay: 1420ms;
          animation-delay: 1420ms;
}
.should-animate:nth-child(43) {
  -webkit-animation-delay: 1430ms;
          animation-delay: 1430ms;
}
.should-animate:nth-child(44) {
  -webkit-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.should-animate:nth-child(45) {
  -webkit-animation-delay: 1450ms;
          animation-delay: 1450ms;
}
.should-animate:nth-child(46) {
  -webkit-animation-delay: 1460ms;
          animation-delay: 1460ms;
}
.should-animate:nth-child(47) {
  -webkit-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.should-animate:nth-child(48) {
  -webkit-animation-delay: 1480ms;
          animation-delay: 1480ms;
}
.should-animate:nth-child(49) {
  -webkit-animation-delay: 1490ms;
          animation-delay: 1490ms;
}
.should-animate:nth-child(50) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.remove__animate {
  -webkit-animation-name: hidden !important;
  animation-name: hidden !important;
  opacity: 0;
}

header {
  position: fixed;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: 9000;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
header.scrolled .logo {
  max-width: 100px;
}
header .container,
header .row {
  height: 100%;
}
header .logo {
  transition: all 0.2s;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 150px;
  z-index: 900;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
header .logo a {
  height: 100%;
}
header .logo a svg,
header .logo a img {
  height: 100%;
  max-width: 100%;
  transition: all 0.2s;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
header .navigation {
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
}
header .navigation ul {
  text-transform: uppercase;
}
header .navigation ul ul {
  color: #1D1D1B;
}
header .navigation ul ul li {
  color: #1D1D1B;
}
header .navigation ul ul li a {
  color: #1D1D1B;
}
header.scrolled {
  height: 100px;
}

main {
  background-color: #fff;
  transition: 0.2s all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.slider-home .slider {
  display: block;
}
main section.slider-home .slider .slide {
  position: relative;
}
main section.slider-home .slider .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}
main section.slider-home .slider .slide img {
  aspect-ratio: 3/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  main section.slider-home .slider .slide img {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 992px) {
  main section.slider-home .slider .slide img {
    aspect-ratio: 1/1;
  }
}
main section.slider-home .slider .slide .caption {
  position: absolute;
  left: 15%;
  z-index: 50;
  width: 35%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1340px) {
  main section.slider-home .slider .slide .caption {
    top: unset;
    bottom: 25px;
    transform: unset;
    width: 50%;
  }
}
main section.slider-home .slider .slide .caption h3 {
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 5px;
  padding-left: 5px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  main section.slider-home .slider .slide .caption h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
main section.slider-home .slider .slide .caption p {
  margin-bottom: 15px;
  padding-left: 5px;
}
main section.slider-home .slider .slide .caption .btn {
  margin-top: 10px;
}
main section.intro {
  background-color: #1D1D1B;
  padding: 80px 0;
}
main section.intro + .page-content {
  margin-top: 0;
}
main section.intro .intro-content h1 {
  margin: 0;
  color: #fff;
}
main section.intro .intro-content p {
  font-size: 20px;
  margin-top: 5px;
  color: #fff;
}
main section.intro.contact {
  background-color: transparent;
  border-top: 1px solid #7E0628;
}
main section.intro.contact .btn {
  border: 1px solid #7E0628;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #272124;
  text-transform: lowercase;
  margin-right: 10px;
  transition: all 0.2s;
}
main section.intro.contact .btn::after {
  display: none;
}
main section.intro.contact .btn i {
  margin-right: 15px;
  color: #1D1D1B;
}
main section.intro.contact .btn:hover {
  background-color: #7E0628;
  color: #fff;
}
main section.intro.contact .btn:hover i {
  color: #fff;
}
main section.clients p {
  padding: 80px;
}
@media (max-width: 1199px) {
  main section.clients p {
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
  }
}
main section.clients .clients-slider .item {
  padding: 30px;
  position: relative;
  height: 200px;
}
main section.clients .clients-slider .item img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  padding: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100% !important;
}
main section.who-us.quote {
  background-color: #f2f2f2;
}
main section.who-us ul {
  padding-left: 0;
}
main section.who-us ul li {
  list-style: none;
  border: 1px solid #e9e9e9;
  margin-bottom: -1px;
  position: relative;
}
main section.who-us ul li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  color: #1D1D1B;
  font-size: 25px;
  transition: all 0.2s;
}
main section.who-us ul li a {
  text-decoration: none;
  padding: 15px 100px 15px 50px;
  display: block;
  width: 100%;
}
main section.who-us ul li a h3 {
  margin-bottom: 10px;
}
main section.who-us ul li:hover:after {
  right: 33px;
}
main section.who-us blockquote {
  width: 100%;
}
main section.who-us blockquote strong {
  font-family: "Lucida", sans-serif;
  display: block;
  line-height: 50px;
}
@media (max-width: 768px) {
  main section.who-us blockquote strong {
    font-size: 30px;
  }
}
main section.who-us .quote-wrap {
  text-align: left;
  padding: 100px 0;
}
main section.who-us .quote-wrap .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.who-us .quote-wrap .buttons .btn {
  margin-top: 40px;
}
main section.who-us .quote-wrap .quote {
  font-size: 25px;
}
main section.who-us .quote-wrap .quote h2 {
  margin-top: 0;
}
main section.who-us .quote-wrap .quote p:first-child {
  margin-top: 0;
}
main section.who-us .quote-wrap .quote p:last-child {
  margin-bottom: 0;
}
main section.stories-home,
main section.stories {
  border-top: 1px solid #efefef;
  padding-top: 40px;
}
main section.stories-home .pink,
main section.stories .pink {
  float: right;
  display: inline-block;
  margin-top: 20px;
  text-transform: unset;
}
main section.stories-home .type,
main section.stories .type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
}
main section.stories-home .owl-stage,
main section.stories .owl-stage {
  padding-left: 0 !important;
}
main section.stories-home .slide,
main section.stories .slide {
  padding: 40px;
  position: relative;
  text-align: center;
}
main section.stories-home .slide h4,
main section.stories .slide h4 {
  margin-top: 0;
}
main section.stories-home .slide .btn,
main section.stories .slide .btn {
  margin-top: 100px;
  margin-bottom: 30px;
}
main section.stories-home .slide img,
main section.stories .slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.4;
}
main section.stories-home .owl-carousel .owl-nav,
main section.stories .owl-carousel .owl-nav {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
}
main section.stories-home .owl-carousel .owl-nav button,
main section.stories .owl-carousel .owl-nav button {
  padding: 5px 15px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  transition: 0.4s all !important;
  background-color: #4D8791 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  border: 0 !important;
  background: #652c90 !important;
  font-weight: 600 !important;
  margin: 0 5px;
}
main section.stories {
  border-top: none;
  padding-bottom: 60px;
}
main section.stories .story {
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}
main section.stories .story h4 {
  margin-top: 0;
}
main section.stories .story .btn {
  margin-top: 100px;
  margin-bottom: 30px;
  transition: none;
}
main section.stories .story .story-content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
}
main section.stories .story img {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}
main section.stories .story .caption {
  position: relative;
  z-index: 2;
}
main section.stories .button-group {
  padding: 30px 0;
}
main section.stories .button-group button {
  background-color: transparent;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #272124;
  margin-right: 10px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  border: none;
  outline: none;
}
main section.stories .button-group button.is-checked, main section.stories .button-group button:hover {
  background-color: #4D8791;
  color: #fff;
}
main section.expertises {
  padding: 50px 0;
}
main section.expertises .expertise {
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
}
main section.expertises .expertise h4 {
  margin-top: 0;
}
main section.expertises .expertise .btn {
  background: transparent;
  color: #1D1D1B;
  padding: 0;
}
main section.expertises .expertise .btn:hover {
  background: transparent;
  color: #4D8791;
}
main section.expertises .expertise .caption {
  padding: 30px;
  background-color: #f9f9f9;
}
main section.expertises .expertise .caption h3 {
  margin-top: 0;
}
main section.expertises .expertise img {
  max-width: 100%;
  display: block;
}
main section.usps {
  padding: 50px 0;
}
main section.usps .usp {
  display: flex;
  align-items: stretch;
}
@media (max-width: 992px) {
  main section.usps .usp {
    margin-bottom: 30px;
  }
}
main section.usps .usp h4 {
  font-weight: 500;
  padding: 50px 30px;
  border: 1px solid #7E0628;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main section.usps .usp span {
  display: flex;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
main section.content-repeater-blocks {
  padding: 20px 0px 50px;
}
@media (max-width: 768px) {
  main section.content-repeater-blocks {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main section.content-repeater-blocks .content-block {
  margin: 40px 0 80px;
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .content-block {
    margin: 30px 0 60px 0;
  }
}
main section.content-repeater-blocks .content-block:last-of-type {
  margin-bottom: 40px;
}
main section.content-repeater-blocks .content-block:nth-child(odd) .block-img {
  order: 0;
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .content-block:nth-child(odd) .block-img {
    order: 0 !important;
  }
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .content-block:nth-child(odd) .block-content {
    order: 1 !important;
    padding: 10px 35px;
  }
}
main section.content-repeater-blocks .content-block .block-img {
  order: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  main section.content-repeater-blocks .content-block .block-img {
    padding: 20px;
    order: 1;
  }
}
main section.content-repeater-blocks .content-block .block-img img,
main section.content-repeater-blocks .content-block .block-img svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .content-block .block-img img,
main section.content-repeater-blocks .content-block .block-img svg {
    position: relative;
  }
}
main section.content-repeater-blocks .content-block .block-content {
  padding: 60px 80px 60px 60px;
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .content-block .block-content {
    padding: 10px 35px;
    order: 0;
  }
}
main section.content-repeater-blocks .content-block .block-content h2 {
  margin-top: 0;
  color: #1D1D1B;
  font-size: 40px;
}
main section.content-repeater-blocks .content-block .block-content p {
  color: #121212;
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .content-block {
    border-bottom: 1px solid #EEE;
    padding-bottom: 40px;
  }
}
main section.content-repeater-blocks.page {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  main section.content-repeater-blocks .row {
    display: block;
  }
}
main section.contact-block {
  background-color: #f7f7f7;
  padding: 100px 0;
}
main section.contact-block h2 {
  margin-bottom: 0;
  margin-top: 40px;
  padding-left: 20px;
}
main section.contact-block .contact-form-wrap {
  background-color: #fff;
}
main section.contact-block .contact-form-wrap .contact-image {
  padding-left: 0;
}
main section.contact-block .contact-form-wrap .contact-image img {
  margin-right: -30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.contact-block .wpcf7 {
  margin-left: -30px;
  padding: 0px 30px 10px 50px;
}
main .page-content {
  padding: 80px 0;
  margin-top: 140px;
}
main .page-content h1 {
  margin-top: 0;
}
main section.team {
  background-color: #fff;
  padding: 100px 0px 100px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -40px;
}
main section.team .team-member {
  margin-bottom: 60px;
  position: relative;
  background-color: #1D1D1B;
}
main section.team .team-member img {
  max-width: 100%;
}
main section.team .team-member .member-name-block {
  display: block;
  max-width: 470px;
  padding: 0px 30px 30px;
  position: relative;
  z-index: 999;
}
main section.team .team-member .member-name-block p {
  margin: 10px 0;
}
main section.team .team-member .member-name-block h3 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  main section.team .team-member .member-name-block h3 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  main section.team .team-member .member-name-block h3 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  main section.team .team-member .member-name-block h3 {
    font-size: 33px;
  }
}
main section.team .team-member .member-name-block .function-title {
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  display: block;
}
main section.team .team-member .member-name-block .less-more {
  color: #fff;
}
main section.team .team-member .member-content .member-content-block {
  padding: 15px 30px;
  margin-top: 0px;
  z-index: 999;
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: ease-in-out 0.3s all;
}
main section.team .team-member .member-content .member-content-block h2,
main section.team .team-member .member-content .member-content-block h3,
main section.team .team-member .member-content .member-content-block p {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: ease-in-out 0.3s all;
}
main section.team .team-member .member-content.open {
  display: block;
  height: 100%;
}
main section.team .team-member .member-content.open .member-content-block {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
main section.team .team-member .member-content.open .member-content-block h2,
main section.team .team-member .member-content.open .member-content-block h3,
main section.team .team-member .member-content.open .member-content-block p {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
main section.gallery {
  padding: 50px 0;
  position: relative;
}
main section.gallery h2 {
  color: #000;
  position: relative;
  z-index: 100;
}
main section.gallery:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  main section.gallery:after {
    width: 100%;
  }
}
main section.gallery .grid-sizer,
main section.gallery .item {
  width: calc(33.3333333333% - 25px);
  margin-bottom: 25px;
  z-index: 200;
}
@media (max-width: 992px) {
  main section.gallery .grid-sizer,
main section.gallery .item {
    width: 100%;
  }
}
main section.gallery .grid-sizer img,
main section.gallery .item img {
  width: 100%;
}
main section.content-block {
  background-color: #2f2f2f;
  padding: 50px 0;
}
main section.content-block:nth-child(even) {
  background-color: transparent;
}
main section.content-block:nth-child(even) .content h1,
main section.content-block:nth-child(even) .content h2,
main section.content-block:nth-child(even) .content h3,
main section.content-block:nth-child(even) .content h4,
main section.content-block:nth-child(even) .content h5,
main section.content-block:nth-child(even) .content h6,
main section.content-block:nth-child(even) .content p,
main section.content-block:nth-child(even) .content ul li,
main section.content-block:nth-child(even) .content ol li {
  color: #000;
}
main section.content-block .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 25px;
}
main section.content-block .content h1,
main section.content-block .content h2,
main section.content-block .content h3,
main section.content-block .content h4,
main section.content-block .content h5,
main section.content-block .content h6,
main section.content-block .content p,
main section.content-block .content ul li,
main section.content-block .content ol li {
  color: #fff;
}
main section.content-block .image {
  height: 100%;
}
main section.content-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer-top {
  background-color: #f2f2f2;
  padding: 25px 0 40px;
}
footer .footer-top .footer-logo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  footer .footer-top .footer-logo {
    justify-content: flex-start;
  }
}
footer .footer-top .footer-logo a {
  height: 100%;
}
footer .footer-top .footer-logo a svg,
footer .footer-top .footer-logo a img {
  max-width: 180px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 1340px) {
  footer .footer-top .footer-logo a svg,
footer .footer-top .footer-logo a img {
    max-width: 125px;
  }
}
footer .footer-top .footer-logo a svg:first-child,
footer .footer-top .footer-logo a img:first-child {
  margin-left: 0;
}
footer .footer-top .contact-options a {
  display: block;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 15px;
}
footer .footer-top .contact-options i {
  color: #000;
}
footer .footer-top .contact-options p {
  color: #000;
}
footer .footer-top .contact-options p span {
  display: block;
}
footer .footer-top h4 {
  font-size: 24px;
  color: #000;
}
footer .footer-top p {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
footer .footer-top table {
  width: 100%;
}
footer .footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-top ul.menu li {
  margin-bottom: 0;
}
footer .footer-top ul li {
  margin-bottom: 15px;
}
footer .footer-top ul li p,
footer .footer-top ul li a {
  line-height: 27px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin: 0;
}
footer .footer-top ul li p b,
footer .footer-top ul li a b {
  display: block;
  font-weight: bold;
}
footer .footer-bottom {
  background-color: #fff;
  padding: 25px;
}
footer .footer-bottom .container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-bottom .container {
    flex-direction: column;
  }
}
footer .footer-bottom .container a {
  color: #121212;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-bottom .container a:hover {
  text-decoration: underline;
}
footer .footer-bottom .container a:last-of-type {
  margin-left: auto;
}
@media (max-width: 768px) {
  footer .footer-bottom .container a:last-of-type {
    margin-left: 0;
  }
}
footer .footer-bottom .container p {
  margin-bottom: 0;
}
footer .social-icons li {
  display: inline-block;
  padding-right: 10px;
}
footer .social-icons li a {
  color: #4D8791 !important;
}