@charset "UTF-8";
/*!
Theme Name: Arends
Description: Customized theme
Author: Profound team
Author URI: https://profoundprojects.com/
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap");
/* ==============================================
	 Web fonts
	 ============================================*/
@font-face {
  font-family: profound;
  src: url(fonts/ppl.eot);
  src: url(fonts/ppl.eot#iefix) format("embedded-opentype"), url(fonts/ppl.ttf) format("truetype"), url(fonts/ppl.woff) format("woff"), url(fonts/ppl.svg#ppl) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }
/* ----------------- VARIABLES CONFIG ------------------- */
/* ----------------- FLEX ------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

a:focus {
  outline: none; }

.clear,
.clearboth {
  clear: both; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

iframe {
  max-width: 100%; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Piazzolla", sans-serif;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: #323232; }

h1,
.h1 {
  font-size: 60px; }

h2,
.h2 {
  font-size: 36px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5,
h6,
.h6 {
  font-size: 1em; }

p {
  margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

:-moz-placeholder {
  /* Firefox 18- */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

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

#main {
  min-height: 100%; }

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both; }
  .container:before, .container:after,
  .clearfix:before,
  .clearfix:after,
  .field-set:before,
  .field-set:after,
  section.module:before,
  section.module:after,
  #container:before,
  #container:after {
    content: "";
    display: table; }
  .container:after,
  .clearfix:after,
  .field-set:after,
  section.module:after,
  #container:after {
    clear: both; }

.container,
#container {
  margin: 0 auto;
  max-width: 1290px;
  width: 100%; }
  .container-small,
  #container-small {
    zoom: 1;
    clear: both;
    max-width: 1000px;
    margin: auto; }
    .container-small:before, .container-small:after,
    #container-small:before,
    #container-small:after {
      content: "";
      display: table; }
    .container-small:after,
    #container-small:after {
      clear: both; }
  .container-large,
  #container-large {
    zoom: 1;
    clear: both;
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto; }
    .container-large:before, .container-large:after,
    #container-large:before,
    #container-large:after {
      content: "";
      display: table; }
    .container-large:after,
    #container-large:after {
      clear: both; }

#container {
  padding: 60px 0px; }

#sidebar {
  display: none; }

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select {
  outline: 0px;
  height: 44px;
  border: none;
  padding: 10px 10px;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #000000; }

textarea {
  height: 135px; }

input[type=submit],
input[type=reset],
.button {
  cursor: pointer;
  outline: none;
  background: #FFD600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 12px 14px;
  color: #1E1E1E;
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: 1px solid #FFD600 !important;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2; }
  input[type=submit]:hover,
  input[type=reset]:hover,
  .button:hover {
    color: #FFD600 !important;
    background-color: #1E1E1E; }

.round-img {
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  overflow: hidden; }
  .round-img img {
    display: block; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
.flex-col-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%; }

body.page-template-default .site-header {
  background-color: rgba(0, 0, 0, 0.8); }

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 15px 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.2); }
  .site-header .logo {
    width: 161px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .site-header .logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .site-header .logo a img {
        max-height: 161px; }
  .site-header .header__nav {
    width: calc(100% - 161px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    .site-header .header__nav .lan_wrap {
      margin-left: 15px;
      color: #000000;
      background: #FFD600;
      padding: 10px;
      border: 2px solid #FFD600;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.7px;
      cursor: pointer;
      font-weight: bold;
      text-transform: uppercase;
      position: relative; }
      .site-header .header__nav .lan_wrap i {
        color: #000000; }
      .site-header .header__nav .lan_wrap.mobile-view {
        padding: 0; }
        .site-header .header__nav .lan_wrap.mobile-view .lan_list {
          min-width: 50px;
          padding: 0; }
    .site-header .header__nav .lan_list {
      margin: 0;
      padding: 0;
      list-style-type: none;
      position: absolute;
      left: 50%;
      top: 35px;
      transform: translateX(-50%);
      display: none;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: #ffffff;
      z-index: 99;
      min-width: 80px; }
      .site-header .header__nav .lan_list.show {
        display: flex; }
      .site-header .header__nav .lan_list li.active {
        display: none; }
      .site-header .header__nav .lan_list li:not(.active) {
        display: block !important;
        padding: 10px !important;
        border-right: 0 !important;
        width: 100%; }
        .site-header .header__nav .lan_list li:not(.active) a {
          color: #000000; }
    .site-header .header__nav-list ul {
      padding: 0;
      margin: 0;
      font-size: 0;
      list-style: none; }
      .site-header .header__nav-list ul li {
        display: inline-block;
        padding-right: 10px; }
        .site-header .header__nav-list ul li.current-menu-item a {
          border-bottom: 2px solid #FFD600; }
        .site-header .header__nav-list ul li.button {
          width: auto;
          padding: 0; }
          .site-header .header__nav-list ul li.button a {
            padding: 14px 50px;
            text-transform: initial;
            color: #1C1C1C; }
            .site-header .header__nav-list ul li.button a:hover {
              background: #1C1C1C;
              color: #FFD600; }
        .site-header .header__nav-list ul li a {
          font-size: 20px;
          color: #ffffff;
          font-weight: bold;
          line-height: 28px;
          letter-spacing: 0;
          padding: 0 15px 15px 15px;
          text-decoration: none;
          transition: 0.5s;
          display: block;
          position: relative; }
          .site-header .header__nav-list ul li a::after {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            width: 100%;
            height: 2px;
            background: #FFD600;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.5s; }
          .site-header .header__nav-list ul li a:hover::after {
            transform: scaleX(1);
            transform-origin: left; }
    .site-header .header__nav .burger {
      display: none;
      background: none;
      border: 0;
      height: 33px;
      padding: 0;
      pointer-events: auto;
      width: 33px;
      outline: 0;
      will-change: transform;
      position: relative; }
      .site-header .header__nav .burger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #fff;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
        transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out; }
        .show-site-menu .site-header .header__nav .burger span {
          transition: opacity 0ms linear .5s, background-color .5s, -webkit-transform .5s ease;
          transition: transform .5s ease, opacity 0ms linear .5s, background-color .5s;
          transition: transform .5s ease, opacity 0ms linear .5s, background-color .5s, -webkit-transform .5s ease; }
        .site-header .header__nav .burger span:first-child {
          top: 12px;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
          .show-site-menu .site-header .header__nav .burger span:first-child {
            top: unset;
            -webkit-transform: translate3d(0, 7px, 0);
            -moz-transform: translate3d(0, 7px, 0);
            -ms-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
        .site-header .header__nav .burger span:last-child {
          top: 23px;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }
          .show-site-menu .site-header .header__nav .burger span:last-child {
            -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: unset; }
.site-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0.6s;
  -moz-transition: all 0.2s ease-in 0.6s;
  -ms-transition: all 0.2s ease-in 0.6s;
  -o-transition: all 0.2s ease-in 0.6s;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1; }
  .show-site-menu .site-menu {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #202020;
    z-index: 999; }
  .site-menu__nav ul {
    list-style-type: none;
    padding: 0px; }
    .site-menu__nav ul li {
      margin: 5px 0px; }
      .site-menu__nav ul li a {
        color: #ffffff;
        font-size: 25px;
        line-height: 40px; }
    .site-menu__nav ul li.button {
      padding: 0px;
      font-weight: normal;
      text-transform: none;
      background: none;
      border: none !important; }
  .site-menu__wrap {
    position: absolute;
    right: 0px;
    top: 18vh;
    height: calc(100% - 18vh);
    opacity: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    padding: 0 30px;
    text-align: center; }
    .show-site-menu .site-menu__wrap {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }

.page-hero {
  position: relative;
  margin-top: 120px; }

.single-page {
  padding: 156px 0 178px 0; }
  .single-page h2 {
    color: #1C1C1C;
    font-family: "Piazzolla", sans-serif;
    font-size: 80px;
    letter-spacing: -1px;
    line-height: 90px;
    text-align: left;
    margin-bottom: 70px;
    font-weight: normal; }
  .single-page .content {
    color: #40434E;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px; }

.page-wrap {
  position: relative; }

#home-slider {
  position: relative; }
  #home-slider .owl-item {
    display: inline-block; }
  #home-slider .item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #F7F7F7;
    padding: 350px 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #home-slider .item h2 {
      font-size: 18px;
      line-height: 34px;
      text-shadow: 0 28px 31px rgba(0, 0, 0, 0.5);
      font-weight: bold;
      letter-spacing: 0;
      color: #ffffff;
      margin-bottom: 10px;
      max-width: 652px; }
    #home-slider .item h1 {
      font-size: 80px;
      font-weight: normal;
      font-family: "Piazzolla", sans-serif;
      letter-spacing: -1px;
      line-height: 90px;
      max-width: 704px;
      color: #F7F7F7;
      margin-bottom: 10px;
      text-shadow: 0 24px 23px rgba(0, 0, 0, 0.5); }
  #home-slider .slide-btn {
    background-color: #FFD600;
    display: inline-block;
    padding: 14px 50px;
    color: #1C1C1C;
    border: 2px solid #FFD600;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px; }
  #home-slider .slide-btn:hover {
    border: 2px solid #FFD600;
    color: #FFD600;
    background: #1C1C1C; }
  #home-slider .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 48px;
    left: 48px; }
    #home-slider .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background: rgba(255, 255, 255, 0.7); }
    #home-slider .owl-dots .owl-dot.active span, #home-slider .owl-dots .owl-dot:hover span {
      height: 20px;
      width: 20px;
      background-color: #FFD600;
      margin-bottom: 0; }

.home-expertise h3, .home-overons h3 {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px; }

.home-expertise {
  padding: 170px 0 210px 0; }
  .home-expertise h3 {
    color: #464F58;
    margin-bottom: 10px; }
  .home-expertise-head {
    zoom: 1;
    clear: both;
    padding-bottom: 62px; }
    .home-expertise-head:before, .home-expertise-head:after {
      content: "";
      display: table; }
    .home-expertise-head:after {
      clear: both; }
    .home-expertise-head h2 {
      float: left;
      max-width: 652px;
      color: #252525;
      font-weight: 600;
      letter-spacing: 0.1px;
      font-size: 36px;
      line-height: 49px;
      margin-bottom: 0;
      position: relative; }
    .home-expertise-head a {
      float: right; }
      .home-expertise-head a.button {
        border: 1px solid #40434E !important;
        background: #ffffff;
        color: #1C1C1C;
        padding: 16px 48px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: inherit; }
        .home-expertise-head a.button:hover {
          background: #1C1C1C;
          color: #ffffff !important; }
  .home-expertise-block-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    padding-top: 33px; }
    .home-expertise-block-wrap:after {
      content: '';
      width: 261px;
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      background: #FFD600; }
    .home-expertise-block-wrap-item {
      float: left;
      margin-right: 80px; }
      .home-expertise-block-wrap-item.col-1 {
        width: 100%;
        margin: 0; }
      .home-expertise-block-wrap-item.col-2 {
        width: calc(50% - 40px); }
      .home-expertise-block-wrap-item.col-3 {
        width: calc(33.3% - 53.33px); }
      .home-expertise-block-wrap-item.col-4 {
        width: calc(25% - 60px); }
      .home-expertise-block-wrap-item:last-child {
        margin-right: 0; }
      .home-expertise-block-wrap-item .h2 {
        color: #212121;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -1px;
        line-height: 36px;
        margin-bottom: 16px; }
      .home-expertise-block-wrap-item .content {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 34px;
        color: #1E1E1E; }

.home-overons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 71px; }
  .home-overons .left-block {
    width: 60%;
    float: left;
    margin-right: 33px;
    padding: 87px 200px 87px calc((100vw - 1280px)/2);
    background-color: #1C1C1C;
    color: #ffffff; }
    .home-overons .left-block h3 {
      font-size: 16px;
      font-weight: normal;
      color: #ffffff;
      letter-spacing: 0;
      line-height: 28px;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 23px; }
    .home-overons .left-block h2 {
      font-size: 36px;
      color: #ffffff;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 51px;
      margin-bottom: 43px; }
    .home-overons .left-block .sub-title {
      margin-bottom: 10px; }
    .home-overons .left-block .content, .home-overons .left-block .sub-title {
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 29px; }
  .home-overons .right-block {
    width: 40%;
    float: left;
    background-color: #E6E8EB;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .home-overons .right-block img {
      display: none; }
    .home-overons .right-block-sub {
      position: absolute;
      bottom: -71px;
      left: 59px;
      background-color: #1C1C1C;
      padding: 35px 47px 35px 57px;
      color: #ffffff;
      max-width: 259px;
      width: 100%;
      text-align: center; }
      .home-overons .right-block-sub .h2 {
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 49px;
        color: #ffffff;
        margin-bottom: 0;
        font-family: "Montserrat", sans-serif; }
      .home-overons .right-block-sub .content {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 22px; }

.home-informative {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 167px; }
  .home-informative-wrap {
    padding: 181px 0 173px 0; }
    .home-informative-wrap h2 {
      color: #ffffff;
      max-width: 740px;
      font-size: 60px;
      font-weight: 500;
      letter-spacing: -1.67px;
      line-height: 48px;
      text-shadow: 0 24px 23px rgba(0, 0, 0, 0.5);
      margin-bottom: 60px; }
    .home-informative-wrap .content {
      color: #ffffff;
      max-width: 560px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 34px;
      text-shadow: 0 28px 31px rgba(0, 0, 0, 0.5);
      margin-bottom: 64px; }
    .home-informative-wrap a.button {
      padding: 14px 32px 14px 40px;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
      color: #1E1E1E;
      text-transform: inherit; }
      .home-informative-wrap a.button:hover {
        color: #FFD600;
        background: #1E1E1E; }
  .home-informative-image {
    position: relative; }
    .home-informative-image img {
      display: none; }

.acf-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.acf-map img {
  max-width: inherit !important; }

.home-contact.contact-page .contact-block {
  margin: 385px 0 181px 0; }

.home-contact {
  zoom: 1;
  clear: both;
  background-color: #1C1C1C;
  position: relative; }
  .home-contact:before, .home-contact:after {
    content: "";
    display: table; }
  .home-contact:after {
    clear: both; }
  .home-contact .contact-block {
    position: relative;
    z-index: 2;
    margin: 180px 0 54px 0;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    max-width: 470px; }
  .home-contact .contact-form {
    position: relative;
    padding: 66px 49px 68px 47px;
    border-bottom: 1px solid #D8D8D8; }
    .home-contact .contact-form b {
      font-size: 14px;
      margin-bottom: 15px; }
    .home-contact .contact-form h2 {
      color: #424242;
      margin-bottom: 10px;
      font-size: 40px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 48px; }
    .home-contact .contact-form form p#field {
      margin: 28px 0 0 0; }
    .home-contact .contact-form form p#submit-field {
      margin: 56px 0 27px 0;
      text-align: center; }
      .home-contact .contact-form form p#submit-field .ajax-loader {
        width: 0;
        height: 0;
        margin: 0; }
    .home-contact .contact-form form input[type=text], .home-contact .contact-form form input[type=url], .home-contact .contact-form form input[type=password], .home-contact .contact-form form input[type=tel], .home-contact .contact-form form input[type=number], .home-contact .contact-form form input[type=email], .home-contact .contact-form form textarea, .home-contact .contact-form form select {
      max-width: 374px;
      width: 100%;
      border: 1px solid #000000;
      border-radius: 3px;
      background-color: #ffffff; }
    .home-contact .contact-form form input[type=submit], .home-contact .contact-form form input[type=reset] {
      padding: 14px 29px 14px 40px;
      color: #252525;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px; }
      .home-contact .contact-form form input[type=submit]:hover, .home-contact .contact-form form input[type=reset]:hover {
        background: #252525;
        color: #FFD600; }
  .home-contact .contact-details {
    margin-top: 49px;
    padding: 66px 49px 68px 47px; }
    .home-contact .contact-details .h2 {
      color: #424242;
      font-size: 40px;
      letter-spacing: 0;
      line-height: 48px;
      font-weight: normal;
      margin-bottom: 43px; }
    .home-contact .contact-details .info {
      color: #3A3A3A;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 32px;
      margin-bottom: 30px;
      position: relative; }
      .home-contact .contact-details .info img {
        display: inline-block;
        position: absolute;
        left: 0; }
      .home-contact .contact-details .info span {
        position: relative;
        width: 100%;
        padding-left: 58px;
        display: block; }
        .home-contact .contact-details .info span a {
          color: #3A3A3A;
          font-size: 20px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 32px;
          display: block; }
          .home-contact .contact-details .info span a:hover {
            color: #FFD600; }

.page-wrap .hero-banner {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 277px 0 176px 0; }
  .page-wrap .hero-banner-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 3; }
    .page-wrap .hero-banner-wrap h1 {
      max-width: 704px;
      color: #F7F7F7;
      font-size: 80px;
      letter-spacing: -1px;
      line-height: 90px;
      text-shadow: 0 24px 23px rgba(0, 0, 0, 0.5);
      margin-bottom: 37px;
      font-weight: normal; }
    .page-wrap .hero-banner-wrap .content {
      max-width: 652px;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 34px;
      text-shadow: 0 28px 31px rgba(0, 0, 0, 0.5); }
  .page-wrap .hero-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    top: 0;
    display: block; }

.veilingen-auction {
  margin-bottom: 50px; }
  .veilingen-auction-info {
    margin-top: 30px; }
.veilingen-content {
  padding: 128px 0 37px 0;
  color: #40434E;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px; }
.veilingen-files {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .veilingen-files-btn {
    width: calc(25% - 3.75px);
    margin-right: 5px;
    margin-bottom: 10px; }
    .veilingen-files-btn:nth-child(4n) {
      margin-right: 0; }

.expertise-powers {
  padding: 152px 0 24px 0;
  position: relative;
  font-size: 0; }
  .expertise-powers h3 {
    color: #40434E;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: normal; }
  .expertise-powers h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1px;
    max-width: 652px;
    margin-bottom: 44px; }
  .expertise-powers .content {
    position: relative;
    max-width: 872px;
    color: #000000;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0;
    padding-bottom: 130px; }
    .expertise-powers .content:after {
      content: '';
      position: absolute;
      width: 261px;
      height: 2px;
      background-color: #FFC80A;
      bottom: 0;
      left: 0; }
.expertise-laws {
  position: relative;
  padding-bottom: 100px; }
  .expertise-laws-wrap {
    zoom: 1;
    clear: both;
    margin-bottom: 68px; }
    .expertise-laws-wrap:before, .expertise-laws-wrap:after {
      content: "";
      display: table; }
    .expertise-laws-wrap:after {
      clear: both; }
  .expertise-laws .h2 {
    position: relative;
    padding-left: 69px;
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 17px; }
    .expertise-laws .h2 span {
      position: absolute;
      left: 0;
      top: 0;
      width: 52px;
      height: 52px;
      border: 2px solid #FFC80A;
      font-family: "Montserrat", sans-serif;
      border-radius: 50%;
      text-align: center;
      color: #1C1C1C;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 24px;
      padding: 12px 22px; }
  .expertise-laws .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #40434E;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0; }
    .expertise-laws .content-wrap .description-block {
      width: 50%;
      float: left;
      display: inline-block;
      padding-left: 69px; }
    .expertise-laws .content-wrap .points-block {
      width: 50%;
      float: left;
      display: inline-block;
      padding-left: 73px; }
.expertise-services {
  width: 100%;
  position: relative;
  zoom: 1;
  clear: both;
  padding-bottom: 169px; }
  .expertise-services:before, .expertise-services:after {
    content: "";
    display: table; }
  .expertise-services:after {
    clear: both; }
  .expertise-services-wrap {
    width: 60%;
    float: left;
    background-color: #1C1C1C;
    padding: 59px 98px 63px calc((100vw - 1280px)/2); }
    .expertise-services-wrap-item {
      padding-left: 70px; }
      .expertise-services-wrap-item h3 {
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 16px; }
      .expertise-services-wrap-item h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 48px;
        margin-bottom: 53px; }
      .expertise-services-wrap-item .content {
        max-width: 872px;
        color: #ffffff;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: 0; }
        .expertise-services-wrap-item .content a {
          color: #FFD600; }

.about-us-block {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .about-us-block-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 181px 0 169px 0;
    z-index: 3; }
    .about-us-block-wrap h2 {
      max-width: 740px;
      color: #ffffff;
      font-size: 60px;
      letter-spacing: -1.67px;
      line-height: 48px;
      text-shadow: 0 24px 23px rgba(0, 0, 0, 0.5);
      font-weight: normal;
      margin-bottom: 64px; }
    .about-us-block-wrap .content {
      max-width: 560px;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 34px;
      text-shadow: 0 28px 31px rgba(0, 0, 0, 0.5);
      margin-bottom: 64px; }
    .about-us-block-wrap .button {
      color: #1E1E1E;
      padding: 14px 31px;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px; }
  .about-us-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    top: 0;
    display: block; }
  .about-us-block-image {
    position: relative; }
    .about-us-block-image img {
      display: none; }

.block-team {
  margin: 167px 0 114px 0;
  position: relative;
  padding: 21px 0 0 0;
  zoom: 1;
  clear: both; }
  .block-team:before, .block-team:after {
    content: "";
    display: table; }
  .block-team:after {
    clear: both; }
  .block-team h3 {
    color: #40434E;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 15px; }
  .block-team-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 848px;
    margin-bottom: 43px; }
    .block-team-head h2 {
      max-width: 360px;
      margin-right: 128px;
      color: #212121;
      font-size: 36px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 48px; }
    .block-team-head .content {
      max-width: 360px;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 34px;
      color: #40434E; }
  .block-team-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .block-team-wrap .team-members {
      width: 61%;
      float: left; }
      .block-team-wrap .team-members-wrap {
        zoom: 1;
        clear: both; }
        .block-team-wrap .team-members-wrap:before, .block-team-wrap .team-members-wrap:after {
          content: "";
          display: table; }
        .block-team-wrap .team-members-wrap:after {
          clear: both; }
      .block-team-wrap .team-members-image {
        width: calc(25% - 30px);
        margin: 0 30px 30px 0;
        float: left;
        position: relative;
        background: #E6E8EB;
        cursor: pointer; }
        .block-team-wrap .team-members-image img {
          display: block;
          width: 100%; }
        .block-team-wrap .team-members-image:nth-child(n+5) {
          margin-bottom: 0; }
        .block-team-wrap .team-members-image.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 6px;
          background: #FFD600;
          display: inline-block; }
    .block-team-wrap .member-info {
      width: 39%;
      float: left;
      background-color: #1C1C1C;
      padding: 64px 0 0 66px; }
      .block-team-wrap .member-info-wrap {
        display: none;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 28px; }
        .block-team-wrap .member-info-wrap.active {
          display: block; }
        .block-team-wrap .member-info-wrap .content {
          min-height: 168px; }
        .block-team-wrap .member-info-wrap span {
          font-size: 12px;
          letter-spacing: 1px;
          line-height: 18px;
          display: block;
          margin-bottom: 48px; }
        .block-team-wrap .member-info-wrap .h3 {
          color: #ACACAC;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          letter-spacing: 1px;
          line-height: 18px; }
        .block-team-wrap .member-info-wrap .h2 {
          color: #ffffff;
          font-family: "Montserrat", sans-serif;
          font-size: 24px;
          font-weight: 500;
          letter-spacing: -1px;
          line-height: 36px;
          margin-bottom: 0; }

.overons h3 {
  font-weight: normal;
  color: #40434E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 15px; }

.overons-block {
  padding: 121px 0 118px 0; }
.overons-expertise-wrap .home-expertise-head {
  padding-bottom: 68px; }
.overons-expertise-wrap-item {
  position: relative;
  padding: 42px 0 198px 0; }
  .overons-expertise-wrap-item:after {
    content: '';
    width: 261px;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #FFD600; }
  .overons-expertise-wrap-item .h2 {
    max-width: 261px;
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 40px; }
  .overons-expertise-wrap-item .content {
    max-width: 569px;
    color: #40434E;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px; }
.overons-notaries h2 {
  max-width: 652px;
  color: #1C1C1C;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 68px;
  margin-bottom: 31px;
  position: relative; }
  .overons-notaries h2:after {
    content: '';
    width: 261px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #FFD600; }
.overons-notaries-wrap {
  width: 100%;
  position: relative; }
  .overons-notaries-wrap-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 140px; }
    .overons-notaries-wrap-item .notary-block {
      width: calc(50% - 70.5px);
      float: left;
      margin-right: 141px; }
      .overons-notaries-wrap-item .notary-block:nth-child(2n) {
        margin-right: 0; }
      .overons-notaries-wrap-item .notary-block .h3 {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: -1px;
        line-height: 36px;
        color: #1C1C1C;
        margin-bottom: 17px; }
      .overons-notaries-wrap-item .notary-block .content {
        max-width: 572px;
        color: #40434E;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 34px; }
    .overons-notaries-wrap-item:last-child {
      margin-bottom: 31px; }

.single-block-wrap {
  padding: 128px 0; }
  .single-block-wrap-item {
    width: 70%;
    float: left;
    padding-left: 82px; }
    .single-block-wrap-item-info {
      display: none; }
      .single-block-wrap-item-info.active {
        display: block; }
    .single-block-wrap-item h3 {
      color: #40434E;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 28px;
      font-weight: normal;
      margin-bottom: 15px; }
    .single-block-wrap-item h2 {
      color: #1C1C1C;
      font-size: 36px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 48px;
      margin-bottom: 39px; }
    .single-block-wrap-item .content {
      color: #1C1C1C;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 34px;
      max-width: 750px; }
      .single-block-wrap-item .content a {
        color: #FFD600; }
  .single-block-wrap .side-navbar {
    width: 30%;
    float: left;
    padding: 35px 82px 0 74px; }
    .single-block-wrap .side-navbar .button {
      display: block;
      border: 1px solid #000000 !important;
      background-color: #ffffff;
      color: #000000;
      padding: 6px 30px;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.75px;
      line-height: 36px;
      text-transform: inherit;
      margin-bottom: 21px; }
      .single-block-wrap .side-navbar .button:hover, .single-block-wrap .side-navbar .button.active {
        background-color: #000000;
        color: #ffffff !important; }

.site-footer {
  background-color: #1C1C1C;
  position: relative;
  z-index: 99; }
  .site-footer-hero {
    width: 100%;
    padding: 114px 0px 115px 0px;
    zoom: 1;
    clear: both; }
    .site-footer-hero:before, .site-footer-hero:after {
      content: "";
      display: table; }
    .site-footer-hero:after {
      clear: both; }
  .site-footer .footer-logo {
    width: 156px;
    float: left; }
    .site-footer .footer-logo a {
      max-width: 156px; }
  .site-footer .footer-right {
    width: calc(100% - 156px);
    float: right;
    color: #ffffff;
    position: relative;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .site-footer .footer-right .menu-wrap {
      width: 68%;
      display: inline-block;
      padding: 0 100px; }
      .site-footer .footer-right .menu-wrap h2 {
        font-size: 24px;
        line-height: 36px;
        color: #ffffff;
        margin-bottom: 75px;
        letter-spacing: -1px;
        font-weight: 500; }
      .site-footer .footer-right .menu-wrap-item {
        width: 100%;
        zoom: 1;
        clear: both; }
        .site-footer .footer-right .menu-wrap-item:before, .site-footer .footer-right .menu-wrap-item:after {
          content: "";
          display: table; }
        .site-footer .footer-right .menu-wrap-item:after {
          clear: both; }
        .site-footer .footer-right .menu-wrap-item .item-visit-us, .site-footer .footer-right .menu-wrap-item .item-contact {
          width: 50%;
          float: left; }
          .site-footer .footer-right .menu-wrap-item .item-visit-us h3, .site-footer .footer-right .menu-wrap-item .item-contact h3 {
            color: #ACACAC;
            font-size: 12px;
            letter-spacing: 1px;
            line-height: 18px;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
        .site-footer .footer-right .menu-wrap-item .item-visit-us a {
          color: #ffffff;
          font-size: 16px;
          line-height: 28px;
          max-width: 165px; }
          .site-footer .footer-right .menu-wrap-item .item-visit-us a:hover {
            color: #FFD600; }
        .site-footer .footer-right .menu-wrap-item .item-contact ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .site-footer .footer-right .menu-wrap-item .item-contact ul li {
            display: block; }
            .site-footer .footer-right .menu-wrap-item .item-contact ul li a {
              font-size: 16px;
              line-height: 28px;
              display: inline-block;
              color: #ffffff; }
              .site-footer .footer-right .menu-wrap-item .item-contact ul li a:hover {
                color: #FFD600; }
    .site-footer .footer-right .link-wrap {
      width: 32%;
      display: inline-block;
      padding: 9px 0 0 60px; }
      .site-footer .footer-right .link-wrap h3 {
        color: #ACACAC;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 18px;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase; }
      .site-footer .footer-right .link-wrap a {
        color: #ffffff;
        font-size: 16px;
        line-height: 36px;
        letter-spacing: -0.67px;
        font-weight: 500; }
        .site-footer .footer-right .link-wrap a:hover {
          color: #FFD600; }
  .site-footer .footer-nav {
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    font-size: 0;
    zoom: 1;
    clear: both; }
    .site-footer .footer-nav:before, .site-footer .footer-nav:after {
      content: "";
      display: table; }
    .site-footer .footer-nav:after {
      clear: both; }
    .site-footer .footer-nav .item-wrap {
      padding: 0 0 0 68px;
      float: left; }
      .site-footer .footer-nav .item-wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .site-footer .footer-nav .item-wrap ul li {
          display: inline-block;
          padding-right: 48px; }
          .site-footer .footer-nav .item-wrap ul li:last-child {
            padding-right: 0; }
          .site-footer .footer-nav .item-wrap ul li.button {
            border: none !important;
            background: none;
            text-transform: inherit;
            padding: 0;
            text-align: left; }
            .site-footer .footer-nav .item-wrap ul li.button a {
              font-weight: normal; }
          .site-footer .footer-nav .item-wrap ul li a {
            color: #ffffff;
            font-size: 16px;
            line-height: 28px; }
            .site-footer .footer-nav .item-wrap ul li a:hover {
              color: #FFD600; }

#footer-profound {
  padding: 10px 0px;
  background: #1C1C1C;
  text-align: center;
  color: #ffffff; }

[class*=" ppicon-"],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ppicon-profound:before {
  content: ""; }

.ppicon-profound-accolade:before {
  content: ""; }

#profound-copyright-footer a {
  text-decoration: none;
  color: #ff5b5b;
  vertical-align: middle; }

.profound-fadeinanim:hover {
  opacity: 1;
  transition: ease-in-out 2.5s;
  animation-name: profound-fadeinanim;
  animation-duration: 2.5s; }

@keyframes profound-fadeinanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.profound-fadeoutanim {
  opacity: 1;
  transition: ease-in-out 2.5s;
  animation-name: profound-fadeoutanim;
  animation-duration: 2.5s; }

@keyframes profound-fadeoutanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.mq-desktop {
  display: block; }
  @media (max-width: 960px) {
    .mq-desktop {
      display: none !important; } }

.mq-mobile {
  display: none; }
  @media (max-width: 960px) {
    .mq-mobile {
      display: block !important; } }

@media screen and (max-width: 1240px) {
  .container,
  #container {
    padding: 0 30px; }

  .contact .contact-blk-hero .container {
    max-width: 1180px; }

  .site-header .logo {
    width: 90px; }
  .site-header .header__nav {
    width: calc(100% - 90px); }
    .site-header .header__nav-list ul li {
      padding-right: 0; }
      .site-header .header__nav-list ul li a {
        padding: 0 8px 15px 8px;
        font-size: 16px; }

  .site-footer-hero {
    padding: 10px 0; }
  .site-footer .footer-logo a {
    max-width: 90px; }
  .site-footer .footer-right {
    width: 100%;
    padding-top: 10px; }
    .site-footer .footer-right .menu-wrap {
      width: 50%;
      padding: 0; }
    .site-footer .footer-right .link-wrap {
      width: 50%; }
  .site-footer .footer-nav .item-wrap {
    width: 90%;
    padding: 0; }
  .site-footer .footer-nav .block-item {
    width: 10%; }

  #home-slider .owl-dots {
    left: 30px; } }
@media screen and (max-width: 1024px) {
  .block-team-wrap .team-members, .block-team-wrap .member-info {
    width: 100%; }

  .block-team-wrap {
    display: inline-block; }
    .block-team-wrap .team-members {
      padding-bottom: 0; }
      .block-team-wrap .team-members-image {
        width: calc(25% - 22.5px); }
        .block-team-wrap .team-members-image:nth-child(4n) {
          margin-right: 0; } }
@media screen and (max-width: 960px) {
  #home-slider .item h1 {
    font-size: 30px;
    line-height: 1.5; }
  #home-slider .slide-btn {
    padding: 8px 12px; }
  #home-slider .custom-control span {
    max-width: 100px;
    padding: 0px; }

  .site-header .header__nav .burger span:first-child {
    top: 5px; }

  .site-header .header__nav .burger span:last-child {
    top: 15px; }

  .show-site-menu .site-header .header__nav .burger span:first-child,
  .show-site-menu .site-header .header__nav .burger span:last-child {
    top: 10px; }

  .site-header .header__nav-list {
    display: none; }
  .site-header #burger {
    display: flex;
    width: 25px;
    height: 25px; }

  .site-header .header__nav .burger .home-posts {
    padding: 70px 0px 0px 0px; }
    .site-header .header__nav .burger .home-posts-col {
      width: 50%;
      padding-bottom: 20px; }
      .site-header .header__nav .burger .home-posts-col-title {
        font-size: 18px;
        line-height: 1.5; }
      .site-header .header__nav .burger .home-posts-col-content {
        font-size: 16px;
        line-height: 1.5; }

  .site-footer-hero {
    text-align: center; }
  .site-footer .footer-logo {
    width: 100%; }
  .site-footer .footer-right {
    display: block; }
    .site-footer .footer-right .menu-wrap {
      width: 100%;
      display: block; }
      .site-footer .footer-right .menu-wrap h2 {
        margin-bottom: 20px; }
    .site-footer .footer-right .link-wrap {
      width: 100%;
      display: block;
      padding: 10px 0 0 0; }
      .site-footer .footer-right .link-wrap a {
        display: block; }
  .site-footer .footer-nav {
    text-align: center; }
    .site-footer .footer-nav .item-wrap, .site-footer .footer-nav .block-item {
      width: 100%;
      padding: 0; }
    .site-footer .footer-nav .item-wrap ul li {
      padding: 0 10px; } }
@media screen and (max-width: 768px) {
  .site-header {
    padding: 10px 0px; }

  .home-expertise {
    padding: 30px 0; }
    .home-expertise-head {
      padding-bottom: 0; }
      .home-expertise-head h2 {
        max-width: 100%;
        width: 100%;
        font-size: 28px;
        line-height: 1; }
      .home-expertise-head a.button {
        float: left;
        margin: 10px 0;
        padding: 12px 15px;
        font-size: 16px;
        line-height: 1.2; }
    .home-expertise-block-wrap {
      display: block;
      padding-top: 10px; }
      .home-expertise-block-wrap-item.col-3, .home-expertise-block-wrap-item.col-2, .home-expertise-block-wrap-item.col-4 {
        width: 100%;
        margin: 0 0 10px 0; }
      .home-expertise-block-wrap-item .h2 {
        line-height: 1; }

  .home-expertise h3, .home-overons h3 {
    font-size: 14px;
    line-height: 1; }

  .home-overons {
    display: inline-block;
    padding: 0 0 30px 0; }
    .home-overons .left-block, .home-overons .right-block {
      width: 100%; }
    .home-overons .left-block {
      padding: 20px 0; }
      .home-overons .left-block h3 {
        margin-bottom: 0; }
      .home-overons .left-block h2 {
        margin-bottom: 20px; }
      .home-overons .left-block .h2 {
        font-size: 18px;
        line-height: 1.5; }
    .home-overons .right-block {
      background-image: none !important; }
      .home-overons .right-block img {
        display: block;
        width: 100%; }
      .home-overons .right-block-sub {
        left: unset;
        bottom: unset;
        max-width: 100%;
        padding: 20px 10px;
        display: block;
        position: relative; }
        .home-overons .right-block-sub .h2 {
          font-size: 28px;
          line-height: 1.5; }

  .home-overons .right-block-sub .content,
  .block-team-head .content,
  .home-expertise-block-wrap-item .content,
  .home-overons .left-block .content,
  .home-informative-wrap .content,
  .about-us-block-wrap .content,
  .page-wrap .hero-banner-wrap .content,
  .expertise-powers .content,
  .expertise-laws .content-wrap,
  .expertise-services-wrap-item .content,
  .overons-expertise-wrap-item .content,
  .overons-notaries-wrap-item .notary-block .content,
  .veilingen-content,
  .single-page .content,
  .single-block-wrap-item .content {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0; }

  .home-overons .left-block h3,
  .block-team h3,
  .expertise-powers h3,
  .expertise-services-wrap-item h3,
  .overons h3,
  .single-block-wrap-item h3 {
    font-size: 14px;
    line-height: 1.5; }

  .home-overons .left-block h2,
  .block-team-head h2 {
    font-size: 28px;
    line-height: 1; }

  .block-team {
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    position: relative;
    font-size: 0; }
    .block-team-head {
      max-width: 100%;
      display: inline-block;
      margin-bottom: 20px; }
      .block-team-head h2 {
        max-width: 100%;
        margin-right: 0; }
      .block-team-head .content {
        max-width: 100%; }
    .block-team-wrap .member-info {
      padding: 30px; }
      .block-team-wrap .member-info-wrap {
        line-height: 1.3; }
        .block-team-wrap .member-info-wrap .h2 {
          font-size: 20px;
          line-height: 1.5; }
        .block-team-wrap .member-info-wrap span {
          margin-bottom: 20px; }

  .home-informative {
    margin: 20px 0 0 0;
    background-image: none !important; }
    .home-informative-wrap {
      padding: 30px 0;
      background-color: #1C1C1C; }
      .home-informative-wrap .content {
        margin-bottom: 10px; }
    .home-informative-image img {
      display: block; }

  .home-informative h2, .about-us-block h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px; }
  .home-informative a.button, .about-us-block a.button {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1; }

  .acf-map {
    position: relative;
    height: 100vh; }

  .home-contact .contact-block {
    margin: 20px 0; }
  .home-contact .contact-form {
    padding: 30px; }
    .home-contact .contact-form h2 {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 0; }
    .home-contact .contact-form form p#field {
      margin: 15px 0 0 0; }
    .home-contact .contact-form input[type=text], .home-contact .contact-form input[type=url], .home-contact .contact-form input[type=password], .home-contact .contact-form input[type=tel], .home-contact .contact-form input[type=number], .home-contact .contact-form input[type=email], .home-contact .contact-form textarea, .home-contact .contact-form select {
      max-width: 100%; }
    .home-contact .contact-form form p#submit-field {
      margin: 10px 0 0 0; }
    .home-contact .contact-form form input[type=submit], .home-contact .contact-form form input[type=reset] {
      padding: 14px;
      font-size: 18px;
      line-height: 1.2; }
  .home-contact .contact-details {
    margin-top: 0;
    padding: 30px; }
    .home-contact .contact-details .h2 {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 15px; }
    .home-contact .contact-details .info span {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 1.3; }
      .home-contact .contact-details .info span a {
        font-size: 18px;
        line-height: 1.3; }

  .home-contact.contact-page .contact-block {
    margin: 100px 0; }

  .page-wrap .hero-banner {
    padding: 100px 0; }
    .page-wrap .hero-banner-wrap h1 {
      font-size: 60px;
      line-height: 1;
      margin-bottom: 20px; }

  .expertise-powers {
    padding: 40px 0 24px 0; }
    .expertise-powers h3 {
      margin-bottom: 0; }
    .expertise-powers h2 {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 20px; }
    .expertise-powers .content {
      padding-bottom: 30px; }
  .expertise-laws {
    padding-bottom: 20px; }
    .expertise-laws .h2 {
      font-size: 22px;
      line-height: 1.5;
      padding-left: 40px; }
      .expertise-laws .h2 span {
        font-size: 18px;
        line-height: 1;
        padding: 6px 0;
        width: 35px;
        height: 35px; }
    .expertise-laws-wrap {
      margin-bottom: 30px; }
    .expertise-laws .content-wrap {
      display: inline-block; }
      .expertise-laws .content-wrap .description-block, .expertise-laws .content-wrap .points-block {
        width: 100%;
        padding: 0; }
      .expertise-laws .content-wrap .description-block {
        margin-bottom: 20px; }
  .expertise-services {
    padding: 0; }
    .expertise-services-wrap {
      width: 100%;
      padding: 20px 30px; }
      .expertise-services-wrap-item {
        padding-left: 0; }
        .expertise-services-wrap-item h3 {
          margin-bottom: 0; }
        .expertise-services-wrap-item h2 {
          font-size: 30px;
          line-height: 1;
          margin-bottom: 20px; }

  .overons-expertise-wrap h2 {
    padding-bottom: 0; }
  .overons-expertise-wrap-item {
    padding: 30px 0; }
    .overons-expertise-wrap-item .h2 {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 20px; }
  .overons-notaries h2 {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .overons-notaries-wrap-item {
    display: inline-block;
    margin-bottom: 30px; }
    .overons-notaries-wrap-item .notary-block {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .overons-notaries-wrap-item .notary-block .h3 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px; }

  .veilingen-content {
    padding: 50px 0 30px 0; }
  .veilingen-files-btn {
    width: 100%; }

  .page-hero {
    margin-top: 20px; }
    .page-hero .single-page {
      padding: 50px 0; }
      .page-hero .single-page h2 {
        font-size: 60px;
        line-height: 1.5;
        margin-bottom: 20px; }

  .single-block-wrap {
    padding: 100px 0 70px 0;
    display: inline-block; }
    .single-block-wrap .side-navbar {
      width: 100%;
      padding: 0; }
      .single-block-wrap .side-navbar .button {
        display: inline-block;
        padding: 6px 10px;
        font-size: 16px;
        line-height: 1.3; }
    .single-block-wrap-item {
      width: 100%;
      padding-left: 0; }
      .single-block-wrap-item h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 25px; }

  .site-footer .footer-right .menu-wrap h2 {
    font-size: 20px;
    line-height: 1.5; }
  .site-footer .footer-right .menu-wrap-item .item-visit-us a {
    font-size: 14px;
    line-height: 1.3; }
  .site-footer .footer-right .menu-wrap-item .item-contact ul li a {
    font-size: 14px;
    line-height: 1.3; }
  .site-footer .footer-right .link-wrap a {
    font-size: 14px;
    line-height: 1.3; }
  .site-footer .footer-nav .item-wrap ul li a {
    font-size: 14px;
    line-height: 1.3; }

  .about-us-block {
    background-image: none !important;
    background: #1C1C1C;
    margin-bottom: 30px; }
    .about-us-block:after {
      width: 0;
      height: 0; }
    .about-us-block-wrap {
      background-color: #1C1C1C;
      padding: 20px 0; }
      .about-us-block-wrap .content {
        margin-bottom: 10px; }
    .about-us-block-image img {
      display: block; } }
@media screen and (max-width: 560px) {
  .site-footer .footer-right .menu-wrap-item .item-visit-us, .site-footer .footer-right .menu-wrap-item .item-contact {
    width: 100%;
    padding-bottom: 10px; }

  .home-contact .contact-form {
    padding: 10px; }
    .home-contact .contact-form form p#field {
      margin: 8px 0 0 0; }
  .home-contact .contact-details {
    padding: 10px; }
    .home-contact .contact-details .info img {
      max-width: 25px;
      margin-bottom: 10px; }
    .home-contact .contact-details .info span {
      padding-left: 40px; }

  .block-team-wrap .team-members-image {
    width: calc(25% - 7.5px);
    margin: 0 10px 20px 0; } }

/*# sourceMappingURL=style.css.map */

.home-contact .contact-details .info img {
    width: 34px !important;
}
