/*
Theme Name: Vidanova
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=Roboto:wght@300;400;500;600;700&family=Domine:wght@300;400;500;600;700&display=swap");
.hero-slider .owl-theme .owl-dots, .hero-slider-item, .news-blk-item .ct-wrap, .banner-blk-bread, .banner-blk, .logo-slider .owl-stage, .social-links a, .social-links, .site-menu-bsec, .site-menu ul, .site-menu-wrap, .site-menu nav, .site-menu .menu-mobile-nav-container, .site-menu, .site-header .header__nav-top .menu ul, .site-header .header__nav-top .menu, .site-header .header__nav-top, .site-header .header__nav, .site-header .logo, .flex-row .col-80, .flex-row .col-70, .flex-row .col-65, .flex-row .col-60, .flex-row .col-55, .flex-row .col-50, .flex-row .col-g2, .flex-row .col-45, .flex-row .col-40, .flex-row .col-35, .flex-row .col-30, .flex-row .col-4, .flex-row .col-g4, .flex-row .col-3, .flex-row .col-g3, .flex-row .col-2, .flex-row .col-g5, .flex-row .col-20, .flex-row .col-g6, .flex-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ==============================================
Web fonts
============================================*/
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* ----------------- VARIABLES CONFIG ------------------- */
:root {
  /* Layout: */
  --container: 1280px;
  --container-small:910px;
  --container-med:1130px;
  /* Colors: */
  --white: #fff;
  --black: #000;
  --darkish-blue: #004085;
  --light-blue:#B5D1E8;
  --blueberry: #5f399c;
  --cerulean: #0087c0;
  --goldenrod: #ffbf0a;
  --brownish-grey: #767676;
  --bluey-grey: #939598;
  --darkish-blue: #002b7f;
  --faded-blue: #6689cc;
  --marine-blue: #002868;
  --pine-green: #135a30;
  --light-grey-blue: #99badd;
  --battleship-grey: #797b81;
  --pale-grey: #f7f7f8;
  --gunmetal: #3e4856;
  --brown-grey: #979797;
  --cerulean: #008bc5;
  --cerulean-light: #018cc3;
  --deep-sea-blue: #045374;
  --azure: #0097f0;
  --deep-lilac: #a16ac2;
  --light-eggplant: #7c519c;
  --grape: #4d2967;
  --grey66:#666666;
  --very-light-grey: #d8d8d8;
  /* Font/text values */
  --font-body: "Roboto", sans-serif;
  --font-domine:"Domine", serif;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--bcolor);
  background-color: var(--bodybg);
  -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-weight: 600;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: #fff;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 1.26;
}

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

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

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

h5,
.h5 {
  font-size: 20px;
}

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

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

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
.gform_field input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: var(--bodybg);
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

.mb-30 {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.mb-30 .button {
  margin-top: 30px;
}

.bb-1 {
  border-bottom: 1px solid #BBCACC;
}

#main {
  min-height: 100%;
}
#main.blurbg {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.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: var(--container);
  width: 100%;
  position: relative;
}
.container-wrap,
#container-wrap {
  max-width: 1148px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.container-med,
#container-med {
  zoom: 1;
  clear: both;
  max-width: var(--container-med);
  margin: auto;
}
.container-med:before, .container-med:after,
#container-med:before,
#container-med:after {
  content: "";
  display: table;
}
.container-med:after,
#container-med:after {
  clear: both;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: var(--container-small);
  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;
  margin: 0 auto;
  padding: 0 44px;
}
.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;
}

.page-navigation {
  width: 100%;
}
.page-navigation ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.page-navigation ol li {
  background-color: var(--indigo);
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.page-navigation ol li a {
  font: inherit;
  color: inherit;
}
.page-navigation ol li.bpn-next-link {
  display: none;
}
.page-navigation ol li.bpn-current {
  opacity: 1;
  cursor: default;
}
.page-navigation ol li:hover {
  opacity: 1;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  z-index: 5;
}

#wpb-header-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/search.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding-left: 64px;
  text-indent: 0.01px;
  -o-text-overflow: "";
     text-overflow: "";
  cursor: pointer;
}

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

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select {
  outline: 0px;
  height: 50px;
  width: 100%;
  display: block;
  border: none;
  padding: 10px 20px !important;
  background-color: var(--white);
  border: 0;
  border-radius: 0px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--steel-grey);
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

select {
  background-image: url("./assets/img/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 10px 35px 10px 20px !important;
  background-position: calc(100% - 15px) center;
}

textarea {
  height: 160px;
}

input[type=submit],
input[type=reset],
.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-product-search .wc-block-product-search__button {
  cursor: pointer;
  outline: none;
  background-color: var(--blueberry);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 15px 40px;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0);
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  border-radius: 7px;
}
input[type=submit] i,
input[type=reset] i,
.button i,
.woocommerce #review_form #respond .form-submit input i,
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.wc-block-product-search .wc-block-product-search__button i {
  margin-left: 8px;
}
input[type=submit].bt-white,
input[type=reset].bt-white,
.button.bt-white,
.woocommerce #review_form #respond .form-submit input.bt-white,
.woocommerce #respond input#submit.bt-white,
.woocommerce a.button.bt-white,
.woocommerce button.button.bt-white,
.woocommerce input.button.bt-white,
.wc-block-product-search .wc-block-product-search__button.bt-white {
  background-color: #fff;
  color: var(--blueberry);
}
input[type=submit].bt-blue,
input[type=reset].bt-blue,
.button.bt-blue,
.woocommerce #review_form #respond .form-submit input.bt-blue,
.woocommerce #respond input#submit.bt-blue,
.woocommerce a.button.bt-blue,
.woocommerce button.button.bt-blue,
.woocommerce input.button.bt-blue,
.wc-block-product-search .wc-block-product-search__button.bt-blue {
  background-color: var(--marine-blue);
}
input[type=submit].bt-fblue,
input[type=reset].bt-fblue,
.button.bt-fblue,
.woocommerce #review_form #respond .form-submit input.bt-fblue,
.woocommerce #respond input#submit.bt-fblue,
.woocommerce a.button.bt-fblue,
.woocommerce button.button.bt-fblue,
.woocommerce input.button.bt-fblue,
.wc-block-product-search .wc-block-product-search__button.bt-fblue {
  background-color: var(--faded-blue);
  color: #fff;
}
input[type=submit].bt-fblue.inverse,
input[type=reset].bt-fblue.inverse,
.button.bt-fblue.inverse,
.woocommerce #review_form #respond .form-submit input.bt-fblue.inverse,
.woocommerce #respond input#submit.bt-fblue.inverse,
.woocommerce a.button.bt-fblue.inverse,
.woocommerce button.button.bt-fblue.inverse,
.woocommerce input.button.bt-fblue.inverse,
.wc-block-product-search .wc-block-product-search__button.bt-fblue.inverse {
  background-color: transparent;
  color: var(--faded-blue);
  border-color: var(--faded-blue);
}
input[type=submit].bt-lblue,
input[type=reset].bt-lblue,
.button.bt-lblue,
.woocommerce #review_form #respond .form-submit input.bt-lblue,
.woocommerce #respond input#submit.bt-lblue,
.woocommerce a.button.bt-lblue,
.woocommerce button.button.bt-lblue,
.woocommerce input.button.bt-lblue,
.wc-block-product-search .wc-block-product-search__button.bt-lblue {
  background-color: #0086bf;
}
input[type=submit].bt-clight,
input[type=reset].bt-clight,
.button.bt-clight,
.woocommerce #review_form #respond .form-submit input.bt-clight,
.woocommerce #respond input#submit.bt-clight,
.woocommerce a.button.bt-clight,
.woocommerce button.button.bt-clight,
.woocommerce input.button.bt-clight,
.wc-block-product-search .wc-block-product-search__button.bt-clight {
  background-color: var(--cerulean-light);
}
input[type=submit].bt-berry,
input[type=reset].bt-berry,
.button.bt-berry,
.woocommerce #review_form #respond .form-submit input.bt-berry,
.woocommerce #respond input#submit.bt-berry,
.woocommerce a.button.bt-berry,
.woocommerce button.button.bt-berry,
.woocommerce input.button.bt-berry,
.wc-block-product-search .wc-block-product-search__button.bt-berry {
  background-color: var(--blueberry);
}
input[type=submit].bt-blight,
input[type=reset].bt-blight,
.button.bt-blight,
.woocommerce #review_form #respond .form-submit input.bt-blight,
.woocommerce #respond input#submit.bt-blight,
.woocommerce a.button.bt-blight,
.woocommerce button.button.bt-blight,
.woocommerce input.button.bt-blight,
.wc-block-product-search .wc-block-product-search__button.bt-blight {
  background-color: var(--deep-lilac);
}
input[type=submit].bt-gold,
input[type=reset].bt-gold,
.button.bt-gold,
.woocommerce #review_form #respond .form-submit input.bt-gold,
.woocommerce #respond input#submit.bt-gold,
.woocommerce a.button.bt-gold,
.woocommerce button.button.bt-gold,
.woocommerce input.button.bt-gold,
.wc-block-product-search .wc-block-product-search__button.bt-gold {
  background-color: var(--goldenrod);
}
input[type=submit].bt-gold-light,
input[type=reset].bt-gold-light,
.button.bt-gold-light,
.woocommerce #review_form #respond .form-submit input.bt-gold-light,
.woocommerce #respond input#submit.bt-gold-light,
.woocommerce a.button.bt-gold-light,
.woocommerce button.button.bt-gold-light,
.woocommerce input.button.bt-gold-light,
.wc-block-product-search .wc-block-product-search__button.bt-gold-light {
  background-color: rgba(var(--goldenrod), 0.17);
}
input[type=submit].bt-gold.inverse,
input[type=reset].bt-gold.inverse,
.button.bt-gold.inverse,
.woocommerce #review_form #respond .form-submit input.bt-gold.inverse,
.woocommerce #respond input#submit.bt-gold.inverse,
.woocommerce a.button.bt-gold.inverse,
.woocommerce button.button.bt-gold.inverse,
.woocommerce input.button.bt-gold.inverse,
.wc-block-product-search .wc-block-product-search__button.bt-gold.inverse {
  background-color: transparent;
  color: var(--goldenrod);
  border-color: var(--goldenrod);
}
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.round-img {
  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%;
}
.flex-row .fcol {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row.aligncenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-row .col-g6 {
  width: 16.66%;
}
.flex-row .col-20 {
  width: 20%;
}
.flex-row .col-2, .flex-row .col-g5 {
  width: 20%;
}
.flex-row .col-3, .flex-row .col-g3 {
  width: 33.33%;
}
.flex-row .col-4, .flex-row .col-g4 {
  width: 25%;
}
.flex-row .col-30 {
  width: 30%;
}
.flex-row .col-35 {
  width: 35%;
}
.flex-row .col-40 {
  width: 40%;
}
.flex-row .col-45 {
  width: 45%;
}
.flex-row .col-50, .flex-row .col-g2 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.flex-row .col-55 {
  width: 55%;
}
.flex-row .col-60 {
  width: 60%;
}
.flex-row .col-65 {
  width: 65%;
}
.flex-row .col-70 {
  width: 70%;
}
.flex-row .col-80 {
  width: 70%;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-even {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}

.site-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  background-color: var(--white);
}
.site-header .logo {
  width: 20%;
}
.site-header .logo a img {
  width: 100%;
  max-height: 95px;
}
.site-header .header__nav {
  width: 80%;
  padding-top: 10px;
  position: relative;
  text-align: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.site-header .header__nav .burger {
  background: none;
  border: 0;
  height: 20px;
  padding: 0;
  pointer-events: auto;
  width: 27px;
  outline: 0;
  will-change: transform;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}
.site-header .header__nav .burger span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 5px;
  width: 100%;
  background-color: var(--blueberry);
  opacity: 1;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
      transform: rotate(0deg) translateY(-50%);
  -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-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;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.show-site-menu .site-header .header__nav .burger span {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  opacity: 0;
}
.site-header .header__nav .burger span:first-child {
  top: 2px;
  opacity: 1;
  -webkit-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: 10px;
  -webkit-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.site-header .header__nav .burger span:last-child {
  top: unset;
  bottom: -1px;
  opacity: 1;
  -webkit-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;
  -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);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 10px;
  bottom: unset;
}
.site-header .header__nav-top {
  position: relative;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__nav-top .burger {
  position: relative !important;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.site-header .header__nav-top .menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__nav-top .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-header .header__nav-top .menu ul li {
  border-right: 1px solid rgba(151, 151, 151, 0.4);
  padding: 0 8px;
	position: relative
}
.site-header .header__nav-top .menu ul li:first-child {
  padding-left: 0;
}
.site-header .header__nav-top .menu ul li.apply_now {
  display: none;
}
.site-header .header__nav-top .menu ul li a {
  font-size: 14px;
  padding: 5px 0;
  color: var(--bluey-grey);
  line-height: 1.2;
  position: relative;
}
.site-header .header__nav-top .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--light-eggplant);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/* .site-header .header__nav-top .menu ul li a:hover {
  color: var(--light-eggplant);
}
.site-header .header__nav-top .menu ul li.current-menu-item a {
  color: var(--light-eggplant);
} */
.site-header .header__nav .button {
  font-size: 14px;
  font-family: var(--font-domine);
  padding: 10px 30px;
  min-height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  margin-right: 14px;
}
.site-header .header__nav .button:last-child {
  margin-right: 0;
}
.site-header .header__nav .button.bt-fblue {
  font-size: 14px;
  padding: 9.5px 13px;
  font-weight: bold;
  background-color: rgba(95, 57, 156, 0.17);
  color: var(--blueberry);
}
.site-header .header__nav .button.bt-fblue.inverse {
  background-color: transparent;
  color: var(--blueberry);
  border-color: var(--light-eggplant);
}
.site-header .header__nav-list {
  border-top: solid 1px rgba(151, 151, 151, 0.26);
  width: 100%;
}
.site-header .header__nav-list ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: right;
}
.site-header .header__nav-list ul li {
  display: inline-block;
  padding: 0 13px;
  position: relative
}
.site-header .header__nav-list ul li.button {
  width: auto;
}
.site-header .header__nav-list ul li.button a {
  background: var(--black);
  padding: 11px 45px;
  text-transform: initial;
  color: var(--black);
  border: 1px solid var(--black);
}
.site-header .header__nav-list ul li.button a:hover {
  background: rgba(0, 0, 0, 0);
  color: var(--white);
}
.site-header .header__nav-list ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.14;
  padding: 15px 5px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  color: var(--gunmetal);
}
.site-header .header__nav-list .sub-menu {
	display: block;
    position: absolute;
    min-width: 200px;
    text-align: left;
    top: 48px;
    background-color: var(--white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.site-header .header__nav-list ul li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
}
.site-header .header__nav-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--light-eggplant);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.site-header .header__nav-list ul li a:hover::after, .site-header .header__nav-top .menu ul li a:hover::after, .site-header .header__nav-top .menu ul li.current-menu-item a::after, .site-header .header__nav-top .menu ul li.current-page-ancestor a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* .site-header .header__nav-list ul li a:hover {
  color: var(--light-eggplant);
}
.site-header .header__nav-list ul li.current-menu-item a {
  color: var(--light-eggplant);
} */
.site-header .header__nav-list ul li:last-child {
  padding-right: 0;
}
.site-header .header__nav-list ul li:last-child a {
  padding-right: 0;
}
.site-header .header__info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.site-header .header__info a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: var(--white);
  font-size: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px;
}
.site-header .header__info a img {
  max-width: 41px;
  margin-right: 8px;
}
.site-menu {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 70px 0;
}
.show-site-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f7f7f7;
  z-index: 999;
}
.site-menu-wrap {
  overflow: auto;
}
.site-menu-wrap, .site-menu nav, .site-menu .menu-mobile-nav-container {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-menu .col-20 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.site-menu .col-60 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0;
  text-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-menu ul li a {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: var(--gunmetal);
  width: 100%;
  padding: 10px 0;
}
.site-menu ul li a:hover {
  color: var(--blueberry);
}
.site-menu ul li.current-menu-item a {
  color: var(--blueberry);
}
.site-menu ul li.button {
  padding: 0px;
  font-weight: normal;
  text-transform: none;
}
.site-menu-bsec {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.site-menu-bsec .button {
  font-size: 14px;
  font-family: var(--font-domine);
  font-weight: normal;
  padding: 10px 30px;
  min-height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  margin-right: 14px;
}
.site-menu-bsec .button:last-child {
  margin-right: 0;
}
.site-menu-bsec .button.bt-fblue {
  font-size: 14px;
  padding: 9.5px 13px;
  font-weight: bold;
  background-color: rgba(95, 57, 156, 0.17);
  color: var(--blueberry);
}
.site-menu-bsec .button.bt-fblue.inverse {
  background-color: transparent;
  color: var(--blueberry);
  border-color: var(--light-eggplant);
}
.site-footer {
  width: 100%;
  position: relative;
  padding: 100px 0 40px;
  background-color: var(--bluey-grey);
}
.site-footer-info, .site-footer-con {
  max-width: 240px;
  width: 100%;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer ul li a {
  color: var(--white);
  line-height: 1.2;
}
.site-footer .widget-title {
  font-family: var(--font-domine);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0 25px;
  color: var(--blueberry);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.site-footer .widget_nav_menu ul li a {
  color: rgb(255, 255, 255);
  opacity: 0.65;
  padding: 5px 0;
  text-transform: capitalize;
}
.site-footer .widget_nav_menu ul li a:hover {
  opacity: 1;
}
.site-footer .menu ul li a {
  text-transform: uppercase;
  font-family: var(--font-domine);
  font-weight: bold;
  margin: 10px 0;
}
.site-footer .flex-row {
  position: relative;
  z-index: 5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-footer .logo {
  max-width: 156px;
  margin-top: -37px;
  margin-bottom: 5px;
}
.site-footer .gsites {
  max-width: 240px;
}
.site-footer .gsites a {
  display: block;
  color: #fff;
  opacity: 0.65;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.site-footer .gsites a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.site-footer .gsites a:hover {
  opacity: 1;
}
.site-footer-copyright {
  font-size: 14px;
  line-height: 20px;
}

.social-links a {
  margin-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 40px;
}
.social-links a:last-child {
  margin-right: 0;
}

body.show-site-menu .site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-section__blk {
  position: relative;
  width: 100%;
  min-height: 70vh;
}

.bgwhite {
  background-color: var(--white);
  color: var(--bodybg);
}
.bgwhite h1,
.bgwhite h2,
.bgwhite h3,
.bgwhite h4,
.bgwhite h5,
.bgwhite a {
  color: var(--bodybg);
}

.bgblack {
  background-color: var(--bodybg);
  color: var(--white);
}
.bgblack h1,
.bgblack h2,
.bgblack h3,
.bgblack h4,
.bgblack h5,
.bgblack a,
.bgblack .cta {
  color: var(--white) !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

.error-404 {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.error-404 h1 {
  color: #000;
}
.error-404 .content {
  margin-bottom: 30px;
  font-size: 20px;
}

body:not(.home) .page-section {
  background-color: #f7f7f7;
}
.page-section-wrap {
  padding: 100px 0;
}
.page-section-wrap .cta h1, .page-section-wrap .cta h2, .page-section-wrap .cta h3, .page-section-wrap .cta h4, .page-section-wrap .cta h5 {
  color: #000;
}
.page-section ul.dlist {
  list-style: none;
}
.page-section ul.dlist li {
  position: relative;
  margin-bottom: 10px;
}
.page-section ul.dlist li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  background-color: var(--red);
}

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

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

.logo-slider {
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0;
}
.logo-slider .owl-stage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.logo-slider .owl-stage img {
  width: auto;
  margin: 0 auto;
}

.banner-blk {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.banner-blk::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.banner-blk::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: 1;
  background-image: url("./assets/img/lshape.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-blk-bread {
  background-image: url("./assets/img/bdbefore.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 400px;
  min-height: 40px;
  background-position: right center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 5;
}
.banner-blk-bread #breadcrumbs, .banner-blk-bread a {
  font-size: 14px;
  color: #fff;
  padding: 0 8px;
}
.banner-blk-bread .breadcrumb_last {
  color: var(--light-peach);
  padding: 0 8px;
}
.banner-blk.default {
  min-height: auto;
  padding: 50px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.banner-blk.default h1 {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
}
.banner-blk.shaped {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.banner-blk.shaped h1 {
  text-shadow: 0 2px 36px rgba(0, 0, 0, 0.69);
  font-family: var(--font-domine);
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.banner-blk.shaped small {
  font-weight: 300;
  font-size: inherit;
}
.banner-blk-wrap {
  width: 100%;
  position: relative;
  z-index: 5;
}
.banner-blk-cta {
  background-image: url("./assets/img/bshape.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px 50px 80px;
  font-size: 20px;
  line-height: 1.45;
  color: #fff;
  background-position: right;
  min-height: 180px;
  max-width: 670px;
  width: 100%;
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}
.banner-blk-cta a {
  color: #fff;
}
.banner-blk-cta-wrap {
  max-width: 420px;
  margin-right: auto;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-wrap {
  position: relative;
  width: 100%;
}

#footer-profound {
  padding: 27px 0 0;
  margin-top: 70px;
  position: relative;
  border-top: solid 1px #fff;
}
#footer-profound * {
  color: rgba(255, 255, 255, 0.57);
  font-weight: 300;
}

a.uline {
  text-decoration: underline;
  padding-bottom: 5px;
}

[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: "\e900";
}

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

#profound-copyright-footer a {
  text-decoration: none;
  vertical-align: middle;
}
#profound-copyright-footer a:hover {
  color: rgb(255, 255, 255);
}

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

@-webkit-keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.skiptocontent {
  position: absolute;
  top: -99vh;
  background: #fafafa;
  padding: 10px;
  cursor: pointer;
  z-index: 9999;
}

.skiptocontent:focus {
  top: 4rem;
  left: 4rem;
}

.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav button {
  width: 39px;
  height: 39px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: var(--red);
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 36px;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev i {
  margin-left: -3px;
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 36px;
  margin-right: -3px;
}
.owl-carousel.owl-theme .owl-nav button:hover {
  background-color: var(--red);
  color: var(--white);
}

.news-blk {
  position: relative;
  background-color: rgba(147, 149, 152, 0.08);
  padding: 70px 0 140px;
  text-align: center;
}
.news-blk-filter {
  text-align: center;
  margin-bottom: 40px;
}
.news-blk-filter select {
  display: inline-block;
  width: auto;
  min-width: 125px;
  margin: 0 6px;
  border-radius: 4px;
  background-color: #fff;
  color: var(--gunmetal);
  border: 1px solid var(--light-eggplant);
  text-align: center;
  padding: 10px 20px 10px 10px !important;
  line-height: 1;
  height: auto;
}
.news-blk-filter .button {
  padding: 10px 40px;
  line-height: 1;
  margin: 0 6px;
  text-transform: uppercase;
}
.news-blk .loadmore {
  margin-top: 30px;
}
.news-blk .container-wrap {
  text-align: left;
}
.news-blk .container-wrap h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  padding-bottom: 12px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.news-blk .container-wrap h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: var(--blueberry);
}
.news-blk h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: var(--font-domine);
  color: var(--very-light-grey);
}
.news-blk-item {
  border-radius: 12px;
  border: solid 1px #cfcfcf;
  background-color: #fff;
  min-height: 251px;
  overflow: hidden;
  position: relative;
  width: calc(33.33% - 40px) !important;
  margin: 0 20px 40px;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.news-blk-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news-blk-item-wrap {
  width: 100%;
}
.news-blk-item .img-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 260px;
  display: block;
}
.news-blk-item .ct-wrap {
  padding: 40px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.news-blk-item h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.23;
  color: var(--blueberry);
  margin-bottom: 25px;
}
.news-blk-item .cta {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5 !important;
  color: #666;
  margin-bottom: 20px;
}
.news-blk-item .readmore {
  font-size: 16px;
  font-weight: bold;
  color: var(--blueberry);
}
.news-blk-item .readmore i {
  margin-left: 8px;
}
.news-blk .button, .news-blk .readmore, .news-blk .news-blk-btn a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-blk .button:hover, .news-blk .readmore:hover, .news-blk .news-blk-btn a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.news-blk .owl-carousel.owl-theme .owl-dots {
  margin: 35px 40px 0 0;
  text-align: right;
}
.news-blk .owl-carousel.owl-theme .owl-dots span {
  width: 16px;
  height: 16px;
  border: solid 1px var(--bluey-grey);
  background-color: transparent;
}
.news-blk .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .news-blk .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--blueberry);
  border-color: var(--blueberry);
}
.news-blk .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
}
.news-blk .owl-carousel.owl-theme .owl-nav button {
  width: 36px;
  height: 36px;
  position: relative;
  left: auto !important;
  right: auto !important;
  margin: 8px;
  background-color: transparent;
  color: #fff;
  top: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-blk .owl-carousel.owl-theme .owl-nav button:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.gchoice {
  display: inline-block;
  margin-right: 20px;
}

.gform_wrapper.gravity-theme {
  text-align: left;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gform_previous_button.button {
  display: none;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-right: 10px;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  display: none;
}
.gform_wrapper.gravity-theme#gform_wrapper_5 label {
  color: var(--gunmetal);
}
.gform_wrapper.gravity-theme#gform_wrapper_5 .chosen-search input {
  background: none;
}
.gform_wrapper.gravity-theme#gform_wrapper_5 .gfield_radio label {
  cursor: pointer;
}
.gform_wrapper.gravity-theme#gform_wrapper_5 .chosen-container a.chosen-single {
  background: #fff;
  position: relative;
  z-index: 9;
}
.gform_wrapper.gravity-theme#gform_wrapper_5 .chosen-container a.chosen-single div {
  width: 30px;
}
.gform_wrapper.gravity-theme#gform_wrapper_5 .chosen-container a.chosen-single div b {
  background-image: url("./assets/img/search.svg");
  background-position: center center;
  background-size: 20px;
}
.gform_wrapper.gravity-theme#gform_wrapper_5 .button {
  margin-top: 0;
  padding: 10px 30px;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_required {
  font-size: 0;
}
.gform_wrapper.gravity-theme .gfield_required_text::before {
  content: "\f069";
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--red);
  font-style: normal;
  margin-left: 10px;
}
.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield .gsection_title {
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: normal !important;
  color: #666;
}
.gform_wrapper.gravity-theme .gform_footer {
  text-align: right;
  padding: 0 !important;
  margin-top: 43px !important;
}
.gform_wrapper.gravity-theme .gform_footer .button {
  font-weight: bold;
  line-height: 1.67;
  padding: 7px 22px 8px 23px;
  min-width: 150px;
}

.two-col {
  padding: 40px 0;
  text-align: left;
  position: relative;
}
.two-col h3 {
  color: var(--red);
  font-weight: bold;
  line-height: 1.6;
}
.two-col img {
  border-radius: 12px;
  max-height: 622px;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col .right-blk .cwrap {
  margin-left: 10%;
}
.two-col .left-blk .content {
  padding-right: 0;
}
.two-col .left-blk .content table {
  width: 100%;
}
.two-col .left-blk .cwrap {
  margin-right: 10%;
}
.two-col .button {
  margin-top: 30px;
}

.landing-page {
  position: relative;
}
.landing-page header {
  position: relative;
}
.landing-page header .button {
  position: absolute;
  right: 0;
  top: 0;
}
.landing-page-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 50px 0;
}
.landing-page-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  min-height: 340px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: url("./assets/img/lshape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.landing-page .site-footer {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}
.landing-page .site-footer #footer-profound {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.landing-page .site-footer #footer-profound * {
  color: rgba(147, 149, 152, 0.51);
}
.landing-page .site-footer .social-links {
  display: none;
}
.landing-page .logo {
  max-width: 410px;
  margin: 0 auto;
}
.landing-page-blk-wrap {
  max-width: 940px;
  margin: 0 auto 60px auto;
}
.landing-page-blk-wrap .cta {
  color: #fff;
  margin-bottom: 20px;
}
.landing-page-blk-wrap .bt-wrap {
  text-align: center;
}
.landing-page-blk-wrap .bt-wrap .button {
  margin: 0 22px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
  color: #fff;
  font-family: var(--font-domine);
  font-weight: bold;
}
.landing-page-blk-wrap .bt-wrap .button i {
  margin-left: 8px;
}
.landing-page-blk-wrap .bt-wrap .button.inverse, .landing-page-blk-wrap .bt-wrap .button:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: var(--pine-green);
}
.landing-page-blk-wrap .bt-wrap .button:hover.inverse {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
  color: #fff;
}
.landing-page-blk-sites .col-3 {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 0 4px;
  position: relative;
  z-index: 5;
}
.landing-page-blk-sites .col-3 .img-wrap {
  position: relative;
}
.landing-page-blk-sites .col-3 .img-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url("./assets/img/ishape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.landing-page-blk-sites .col-3 .gwrap {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(84, 77, 56, 0.14);
          box-shadow: 0 5px 8px 0 rgba(84, 77, 56, 0.14);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.landing-page-blk-sites .col-3 .gwrap:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.landing-page-blk-sites .col-3 .cta {
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  color: var(--brownish-grey);
  line-height: 1.38;
}
.landing-page-blk-sites .col-3 .cta .logo-wrap {
  max-width: 165px;
  margin: 0 auto 15px auto;
  display: block;
}
.landing-page-blk-sites .col-3 .button {
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 0;
}
.landing-page-blk-sites .col-3 .button i {
  margin-left: 8px;
  opacity: 0.63;
}

.hero-slider-item {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 728px;
  padding: 119px 0;
}
.hero-slider-item .container {
  max-width: 1128px;
}
.hero-slider-item::before {
  content: "";
  display: inline-block;
  background-image: url("./assets/img/hafter.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  height: 100%;
  max-height: 340px;
  bottom: -85px;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .hero-slider-item::before {
    max-height: 57%;
  }
}
.hero-slider-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(14deg, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.06) 83%);
  background-image: linear-gradient(76deg, rgba(0, 0, 0, 0.45) 29%, rgba(0, 0, 0, 0.06) 83%);
}
.hero-slider-item-wrap {
  position: relative;
  z-index: 5;
  max-width: 566px;
  margin: 0 auto 0 0;
}
.hero-slider-item-wrap h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--font-domine);
}
.hero-slider-item-wrap .cta {
  color: #fff;
  font-size: 16px;
  line-height: 1.61;
  margin-bottom: 30px;
}
.hero-slider-item-wrap .button {
  font-weight: 700;
}
.hero-slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 280px;
  left: 50%;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.56);
  padding: 6px 20px;
  right: unset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-slider .owl-theme .owl-dots button span {
  width: 14px;
  height: 14px;
  border: solid 2px rgba(255, 255, 255, 0.55);
  background-color: transparent;
  border-radius: 50%;
}
.hero-slider .owl-theme .owl-dots button.active span {
  background-color: #fff;
  border-color: #fff;
}

.support-blk {
  background-color: var(--darkish-blue);
  position: relative;
  padding: 50px 0;
  background-image: url("./assets/img/supportbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.support-blk-icon {
  max-width: 60px;
  width: 100%;
}
.support-blk-title {
  margin-left: 15px;
}
.support-blk-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.support-blk-head.help_blk h5 {
  margin: 15px 0 10px;
}
.support-blk-head h5 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: var(--font-domine);
}
.support-blk-head h6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
.support-blk-body {
  margin-left: 75px;
  color: var(--white);
}
.support-blk-body.help_blk a {
  color: var(--light-blue);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 20px;
}
.support-blk-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.support-blk-body ul li {
  position: relative;
  line-height: 28px;
}
.support-blk-body ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  display: inline-block;
  padding-right: 13px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 15px;
}

.icon-boxs {
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
}
.icon-boxs .flex-row {
  max-width: 1148px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  margin-top: -250px;
}
.icon-boxs [class*=col-] {
  padding: 12px;
}
.icon-boxs [class*=col-] .gwrap {
  padding: 36px 20px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
          box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  cursor: pointer;
}
.icon-boxs [class*=col-] .gwrap:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.icon-boxs [class*=col-] .gwrap h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.13;
  color: var(--grape);
}
.icon-boxs [class*=col-] .gwrap .cta {
  color: var(--blueberry);
  font-weight: 300;
}
.icon-boxs [class*=col-] .gwrap .img-wrap {
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid rgba(102, 137, 204, 0.34);
}
.icon-boxs [class*=col-] .gwrap .img-wrap img {
  max-height: 70px;
  margin: 0 auto;
}

.tab-blk-head {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.tab-blk-head-item {
  font-size: 18px;
  color: var(--bluey-grey);
  cursor: pointer;
  padding: 10px 18px;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.tab-blk-head-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: var(--faded-blue);
  -webkit-transform: scaleX(0) translateX(-50%);
      -ms-transform: scaleX(0) translateX(-50%);
          transform: scaleX(0) translateX(-50%);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 3;
}
.tab-blk-head-item:hover::after, .tab-blk-head-item.active::after {
  -webkit-transform: scaleX(1) translateX(-50%);
      -ms-transform: scaleX(1) translateX(-50%);
          transform: scaleX(1) translateX(-50%);
}
.tab-blk-head-item.active {
  color: var(--blueberry);
}
.tab-blk-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.tab-blk-wrapper-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  display: none;
}
.tab-blk-wrapper-item.active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  position: relative;
  display: block;
}
.tab-blk-wrapper-item .col-60 {
  padding: 40px 60px;
  text-align: left;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.tab-blk-wrapper-item .cta {
  max-width: 100%;
  margin: 0;
  font-size: 20px;
  color: #000;
}
.tab-blk-wrapper-item .cta ul {
  list-style: none;
  margin: 0;
}
.tab-blk-wrapper-item .cta .icons_wrap {
  margin-top: 20px;
}
.tab-blk-wrapper-item .cta .icons_item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  padding: 20px;
}
.tab-blk-wrapper-item .cta .icons_item img {
  max-width: 70px;
}
.tab-blk-wrapper-item h3 {
  color: #000;
  font-size: 35px;
  line-height: 1.11;
}
.tab-blk.cards-tab {
  background-color: #fff;
  position: relative;
  padding: 100px 0;
}
.tab-blk.cards-tab h2 {
  font-family: var(--font-domine);
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: var(--bluey-grey);
  margin-bottom: 20px;
}
.tab-blk.cards-tab .gwrap {
  width: 100%;
  max-width: 473px;
  margin-right: auto;
  position: relative;
}
.tab-blk.cards-tab .gwrap-img {
  width: 100%;
  max-width: 467px;
  min-height: 440px;
  margin: 0 auto;
  border-radius: 47px;
  background-color: #e7e7e7;
  position: relative;
}
.tab-blk.cards-tab .gwrap-img .img-wrap {
  position: absolute;
  top: 50%;
  max-width: 450px;
}
.tab-blk.cards-tab .gwrap-img .img-wrap:first-child {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: -40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tab-blk.cards-tab .gwrap-img .img-wrap:last-child {
  -webkit-transform: rotate(-14deg) translateY(-46%);
      -ms-transform: rotate(-14deg) translateY(-46%);
          transform: rotate(-14deg) translateY(-46%);
  z-index: 1;
  right: -47px;
  -webkit-transition: all 13s ease;
  -o-transition: all 13s ease;
  transition: all 13s ease;
}
.tab-blk.cards-tab .gwrap h3 {
  font-size: 50px;
  font-weight: 300;
  color: var(--faded-blue);
  margin-bottom: 27px;
}
.tab-blk.cards-tab .gwrap h3 span {
  color: var(--darkish-blue);
}
.tab-blk.cards-tab .gwrap .cta {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--battleship-grey);
  margin-bottom: 40px;
}
.tab-blk.cards-tab .gwrap .button {
  font-size: 16px;
}

.cards-page .banner-blk.shaped {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 80px 0;
}
.cards-page .readmore {
  font-weight: bold;
  color: var(--faded-blue);
}
.cards-page .readmore i {
  margin-left: 8px;
}
.cards-page-blk {
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}
.cards-page-blk .flex-row [class*=col-] {
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
          box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
  background-color: #fff;
  width: calc(33.33% - 40px);
  margin: 0 20px 20px;
  overflow: hidden;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -300px;
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.cards-page-blk .flex-row [class*=col-] .cta {
  font-weight: 300;
  line-height: 1.5;
  color: var(--battleship-grey);
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  height: 3em;
  overflow: hidden;
}
.cards-page-blk .flex-row [class*=col-] .ct-wrap {
  padding: 10px 40px 40px;
}
.cards-page-blk .flex-row [class*=col-]:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.cards-page-blk .flex-row [class*=col-]:hover .cta {
  height: auto;
}
.cards-page-blk .flex-row [class*=col-] .img-wrap {
  width: 100%;
  padding: 30px 30px 0;
  text-align: center;
  position: relative;
}
.cards-page-blk .flex-row [class*=col-] .img-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cards-page-blk .flex-row [class*=col-] .img-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(216, 216, 216, 0.41);
  width: 100%;
  min-height: 170px;
  z-index: 1;
}
.cards-page-blk .flex-row [class*=col-] h3 {
  color: var(--faded-blue);
  font-weight: normal;
}
.cards-page-detail {
  padding: 75px 0;
  border-bottom: 38px solid #fff;
}
.cards-page-detail h2 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  color: var(--marine-blue);
  margin-bottom: 50px;
  line-height: 1.2;
}
.cards-page-detail h2 span {
  color: var(--faded-blue);
  display: block;
}
.cards-page-detail h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--marine-blue);
}
.cards-page-detail .col-g3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cards-page-detail .col-g3 .gwrap {
  max-width: 300px;
  margin: 0 auto;
}
.cards-page-detail .cta {
  font-weight: 300;
  line-height: 1.56;
  color: #666;
  margin-bottom: 20px;
}

.credit-page {
  padding: 80px 0 0;
}
.credit-page h1 {
  font-family: var(--font-domine);
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  color: var(--faded-blue);
  margin-bottom: 40px;
}
.credit-page .two-col {
  padding: 0;
  margin-bottom: 80px;
}
.credit-page .two-col h2 {
  font-size: 35px;
  font-weight: 500;
  color: var(--darkish-blue);
  line-height: 1.2;
}
.credit-page .two-col h2 sub {
  font-size: 16px;
  font-weight: normal;
  color: var(--faded-blue);
  display: block;
  bottom: 0;
  margin-bottom: 15px;
}
.credit-page .two-col .col-50 {
  padding: 40px 0;
}
.credit-page .two-col img {
  max-width: 500px;
  margin: 0 auto;
}
.credit-page .two-col .button {
  font-size: 16px;
  font-weight: bold;
}
.credit-page .two-col.bgimg::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("./assets/img/cbefore.png");
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  overflow: hidden;
}
.credit-page .two-col.bgimg.left::before {
  left: -70px;
}
.credit-page .two-col.bgimg.right::before {
  right: -70px;
  background-image: url("./assets/img/cafter.png");
}
.credit-page .two-col .cwrap {
  max-width: 549px;
  width: 100%;
}
.credit-page .two-col .left-blk img {
  margin: 0 auto 0 0;
}
.credit-page .two-col .left-blk .cwrap {
  margin-right: 0;
  margin-left: auto;
}
.credit-page .two-col .right-blk img {
  margin: 0 0 0 auto;
}
.credit-page .two-col .right-blk .cwrap {
  margin-left: 0;
  margin-right: auto;
}
.credit-page .two-col .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.credit-page .two-col .content ul li {
  color: #666;
  margin-bottom: 10px;
}
.credit-page .two-col .content ul li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 13px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 22px;
  color: var(--faded-blue);
}

.faq-blk {
  position: relative;
  padding: 50px 0;
  background-image: url("./assets/img/supportbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.faq-blk h2 {
  font-size: 25px;
  font-weight: bold;
  font-family: var(--font-domine);
  text-align: center;
  margin-bottom: 30px;
}
.faq-blk h2 img {
  max-width: 50px;
  margin: 0 auto 13px auto;
  display: block;
}
.faq-blk-wrap {
  text-align: center;
}
.faq-blk .button {
  margin: 40px 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.faq-blk-item {
  padding: 15px 80px;
  border-bottom: 1px solid #fff;
  margin: 0;
  position: relative;
  text-align: left;
}
.faq-blk-item:first-child {
  border-top: 1px solid #fff;
}
.faq-blk-item-head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
  padding-right: 85px;
  margin: 0;
}
.faq-blk-item-head::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  background-image: url("./assets/img/plus.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: -webkit-transform linear 0.5s;
  transition: -webkit-transform linear 0.5s;
  -o-transition: transform linear 0.5s;
  transition: transform linear 0.5s;
  transition: transform linear 0.5s, -webkit-transform linear 0.5s;
}
.faq-blk-item-head.active::after {
  background-image: url("./assets/img/minus.png");
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-size: contain;
}
.faq-blk-item-head-content {
  color: #fff;
  opacity: 0.8;
}
.faq-blk-item-content {
  color: #fff;
}

.cta-blk {
  position: relative;
  background-color: rgba(147, 149, 152, 0.08);
  padding: 70px 0 120px;
  text-align: center;
}
.cta-blk h2 {
  font-size: 30px;
  font-weight: normal;
  color: var(--bluey-grey);
  margin-bottom: 30px;
}
.cta-blk .flex-row {
  max-width: 1150px;
  margin: 0 auto;
}
.cta-blk .news-blk-item {
  width: calc(50% - 40px) !important;
}
.cta-blk .news-blk-item .cta {
  margin-bottom: 40px;
}

.anow-page {
  padding-bottom: 90px;
}
.anow-page h1 {
  margin-bottom: 15px;
}
.anow-page .cta {
  max-width: 610px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.56;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
.anow-page .cta-blk {
  padding: 0;
  background: none;
}
.anow-page .cta-blk .news-blk-item .cta {
  color: var(--battleship-grey);
  text-align: left;
}

.cloans-page .cards-page-blk .flex-row [class*=col-] .ct-wrap {
  padding: 33px 40px;
}
.cloans-page .cards-page-blk .flex-row [class*=col-] .img-wrap {
  padding: 0;
}
.cloans-page .cards-page-blk .flex-row [class*=col-] .img-wrap::before {
  content: none;
}

.ctlist .flex-row {
  max-width: 1100px;
  margin: 0 auto;
}
.ctlist [class*=col-] .gwrap {
  max-width: 468px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 28px;
}
.ctlist [class*=col-] .gwrap:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  display: inline-block;
  padding-right: 13px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--faded-blue);
}

.mortage-page {
  background-color: #fff;
}
.mortage-page h1, .mortage-page h2, .mortage-page h3,
.mortage-page h4, .mortage-page h5, .mortage-page h6 {
  color: var(--blueberry);
}
.mortage-page ul {
  list-style: none;
  padding-left: 0;
}
.mortage-page ul li {
  position: relative;
  padding-left: 22px;
}
.mortage-page ul li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: var(--blueberry);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.mortage-page-tab .tab-blk-wrapper {
  padding-bottom: 30px;
}
.mortage-page-tab .tab-blk-wrapper .cta {
  font-size: 16px;
  line-height: 1.81;
  font-weight: normal;
  color: #666;
  margin-bottom: 40px;
}
.mortage-page-tab .tab-blk-wrapper .gwrap-img {
  padding-left: 40px;
}
.mortage-page-tab .tab-blk-wrapper .gwrap-img img {
  border-radius: 12px;
  overflow: hidden;
}
.mortage-page-hero {
  padding-bottom: 80px;
}
.mortage-page-hero img {
  max-width: 620px;
  width: 100%;
  border-radius: 12px;
}
.mortage-page-hero .flex-row {
  z-index: 5;
  position: relative;
}
.mortage-page-hero .flex-row .col-45 {
  width: 620px;
}
.mortage-page-hero .flex-row .col-55 {
  width: calc(100% - 620px);
}
.mortage-page-hero .flex-row .ct-wrap {
  width: 100%;
  background-color: var(--blueberry);
  border-radius: 12px;
  text-align: center;
  padding: 55px 40px 40px;
  margin-top: -200px;
}
.mortage-page-hero .flex-row .ct-wrap img {
  margin: 0;
}
.mortage-page-hero .flex-row .ct-wrap h4 {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 300;
}
.mortage-page-hero .flex-row .ct-wrap h3 {
  font-family: var(--font-domine);
  font-size: 45px;
  line-height: 53px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  margin-bottom: 25px;
}
.mortage-page-hero .flex-row .ct-wrap img {
  max-width: 110px;
}
.mortage-page-hero .gwrap {
  max-width: 505px;
  margin: 0 auto;
}
.mortage-page-hero .gwrap h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
.mortage-page-hero .gwrap .cta {
  line-height: 1.81;
  color: #666;
}
.mortage-page-cta {
  padding-bottom: 150px;
}
.mortage-page-cta h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
.mortage-page-cta .content {
  padding-right: 50px;
  line-height: 1.81;
  color: #666;
}
.mortage-page-cta h3 {
  font-family: var(--font-domine);
  font-size: 24px;
  font-weight: normal;
}
.mortage-page .det_con strong, .mortage-page .det_con b, .mortage-page .det_con a {
  color: var(--blueberry);
}

.pdetails-page .mortage-page-hero {
  padding-bottom: 165px;
}
.pdetails-page .mortage-page-hero .ct-wrap {
  width: 100%;
  background-color: var(--blueberry);
  border-radius: 12px;
  text-align: center;
  padding: 55px 40px 40px;
}
.pdetails-page .mortage-page-hero .ct-wrap h4 {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 300;
}
.pdetails-page .mortage-page-hero .ct-wrap h3 {
  font-family: var(--font-domine);
  font-size: 45px;
  line-height: 53px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  margin-bottom: 25px;
}
.pdetails-page .mortage-page-hero .ct-wrap img {
  max-width: 110px;
}
.pdetails-page .tab-blk-wrapper {
  background-color: var(--pale-grey);
  margin-bottom: 0;
  padding-bottom: 100px;
}
.pdetails-page .tab-blk-wrapper-item {
  padding-top: 50px;
}
.pdetails-page .tab-blk-head {
  margin-top: -45px;
  margin-bottom: 0;
}
.pdetails-page .tab-blk-head-item {
  padding: 12px 80px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  -webkit-box-shadow: 2px -2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px -2px 6px 0 rgba(0, 0, 0, 0.1);
}
.pdetails-page .tab-blk-head-item::after {
  content: none;
}
.pdetails-page .tab-blk-head-item.active {
  background-color: var(--pale-grey);
}

.ctab-blk {
  padding: 60px 0;
  position: relative;
  background-color: #fff;
}
.ctab-blk-wrap {
  padding: 45px 150px;
  max-width: 1132px;
  margin: 0 auto;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.ctab-blk-wrap::before {
  content: "";
  display: inline-block;
  opacity: 0.31;
  background-blend-mode: multiply;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, rgba(95, 57, 156, 0)), color-stop(95%, rgb(95, 57, 156)));
  background-image: -o-linear-gradient(right, rgba(95, 57, 156, 0) 1%, rgb(95, 57, 156) 95%);
  background-image: linear-gradient(to left, rgba(95, 57, 156, 0) 1%, rgb(95, 57, 156) 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ctab-blk-wrap h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.23;
  color: var(--faded-blue);
}
.ctab-blk-wrap h2 span {
  color: var(--darkish-blue);
}
.ctab-blk-wrap .cta {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #666;
  margin-bottom: 25px;
}
.ctab-blk-wrap .button {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}
.ctab-blk-wrap-item {
  max-width: 550px;
  position: relative;
  z-index: 3;
}
.ctab-blk-wrap-item.no_img {
  margin: 0 auto;
}

.ebanking-page .two-col .col-50 {
  padding: 0;
}
.ebanking-page .two-col .col-50 img {
  max-width: 600px;
}
.ebanking-page .ctlist {
  background-color: #fff;
}
.ebanking-page .ctab-blk {
  padding-top: 0;
}

.contact-page iframe {
  width: 100%;
  display: block;
}
.contact-page h1, .contact-page h2, .contact-page h3,
.contact-page h4, .contact-page h5, .contact-page h6 {
  color: var(--darkish-blue);
}
.contact-page-blk {
  padding: 80px 0;
}
.contact-page-blk h1 {
  text-align: center;
  margin-bottom: 43px;
  font-size: 50px;
  font-weight: normal;
  font-family: var(--font-domine);
  color: var(--blueberry);
}
.contact-page-blk img {
  border-radius: 12px;
}
.contact-page-blk .cta {
  line-height: 1.81;
  color: #666;
  padding-left: 70px;
}
.contact-page-blk .ct-meta {
  background-color: var(--blueberry);
  padding: 50px;
  border-radius: 12px;
  margin: 0 40px 40px;
}
.contact-page-blk .ct-meta-item {
  margin-bottom: 20px;
}
.contact-page-blk .ct-meta-item span {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 25px;
}
.contact-page-blk .ct-meta img {
  max-width: 50px;
}
.contact-page-blk .ct-meta a {
  padding-left: 25px;
  color: #fff;
  border-left: 1px solid #fff;
  line-height: 50px;
}
.contact-page-form {
  padding-bottom: 100px;
  margin-bottom: 50px;
}
.contact-page-form .container {
  max-width: 1129px;
  margin: 0 auto;
}
.contact-page-form h2 {
  padding-left: 50px;
  margin-bottom: 20px;
  color: var(--blueberry);
  font-weight: 300;
}
.contact-page-form .gform_wrapper.gravity-theme .gform-body {
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
          box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
  background-color: #fff;
  overflow: hidden;
  padding: 50px 80px 60px;
}
.contact-page-form .gform_wrapper.gravity-theme .gform-body input[type=text], .contact-page-form .gform_wrapper.gravity-theme .gform-body input[type=url], .contact-page-form .gform_wrapper.gravity-theme .gform-body input[type=password], .contact-page-form .gform_wrapper.gravity-theme .gform-body input[type=tel], .contact-page-form .gform_wrapper.gravity-theme .gform-body input[type=number], .contact-page-form .gform_wrapper.gravity-theme .gform-body input[type=email], .contact-page-form .gform_wrapper.gravity-theme .gform-body textarea, .contact-page-form .gform_wrapper.gravity-theme .gform-body select {
  border: 1px solid rgba(151, 151, 151, 0.35);
}
.contact-page-form .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
}

.home-blocks {
  position: relative;
  padding: 80px 0;
}
.home-blocks .h2 {
  font-weight: normal;
  color: var(--battleship-grey);
  max-width: 1040px;
  font-family: var(--font-domine);
  line-height: 1.2;
}
.home-blocks .con {
  color: var(--grey66);
  line-height: 30px;
  padding-bottom: 40px;
  max-width: 940px;
}
.home-blocks .quote {
  margin-left: 40px;
  width: calc(100% - 40px);
  border-radius: 12px;
  background-color: var(--blueberry);
  padding: 80px 50px;
  margin-bottom: 60px;
}
.home-blocks .quote-wrap {
  max-width: 390px;
  margin: 0 auto;
  width: 100%;
  font-family: var(--font-domine);
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.53;
  font-weight: bold;
  position: relative;
}
.home-blocks .quote-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -60px;
  background-image: url("./assets/img/quote.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 144px;
  height: 100%;
}
.home-blocks .cwrap {
  max-width: 390px;
  margin: 0 auto !important;
  color: var(--grey66);
}
.home-blocks .cwrap h2 {
  font-weight: 300;
  color: var(--blueberry);
}
.home-blocks .cwrap .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-blocks .cwrap .content ul li {
  color: var(--grey66);
  line-height: 29px;
  position: relative;
  padding-left: 20px;
}
.home-blocks .cwrap .content ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--blueberry);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px 0 -20px;
}
.home-blocks .button.bt-fblue.inverse {
  border-width: 2px;
  font-size: 16px;
  font-weight: 500;
  color: var(--blueberry);
  border-color: var(--blueberry);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(193, 193, 193, 0.5);
          box-shadow: 0 2px 6px 0 rgba(193, 193, 193, 0.5);
}
.home-blocks .left-blk .img-wrap {
  text-align: center;
}
.home-blocks .left-blk .quote {
  margin-left: 0;
  margin-right: 40px;
}
.home-blocks .right-blk .img-wrap {
  text-align: center;
}
.home-blocks .two-col:nth-child(odd) .quote {
  background-color: rgba(147, 149, 152, 0.16);
}
.home-blocks .two-col:nth-child(odd) .quote-wrap {
  color: var(--blueberry);
}
.home-blocks .two-col:nth-child(odd) .cwrap h2 {
  font-size: 16px;
  line-height: 29px;
  position: relative;
  color: var(--blueberry);
  font-weight: 400;
  margin-bottom: 34px;
}
.home-blocks .two-col:nth-child(odd) .cwrap h2:after {
  content: "";
  width: 78px;
  display: block;
  height: 2px;
  margin-top: 8px;
  background-color: var(--light-eggplant);
}
.home-blocks .two-col:nth-child(even) .quote-wrap::before {
  width: 0;
  height: 0;
}

.video-icon {
  position: relative;
  cursor: pointer;
}
.video-icon::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("./assets/img/play.png");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-slider {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-slider.owl-loaded {
  opacity: 1;
  height: auto;
}
.news-slider.owl-loaded .news-blk-item {
  width: 100% !important;
  margin: 0;
}
.news-slider.owl-loaded .news-blk-item:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.news-slider.owl-loaded .owl-nav button {
  border: solid 1px #c9c9c9;
}
.news-slider.owl-loaded .owl-nav button i {
  color: #939598;
}
.news-slider.owl-loaded .owl-nav button:hover i {
  color: var(--blueberry);
}

.ldetail-page h1 {
  font-weight: 300;
  line-height: 1.03;
  margin-bottom: 20px;
}
.ldetail-page h3 {
  font-size: 18px;
  font-weight: bold;
}
.ldetail-page ul li::before {
  background-color: var(--blueberry);
}
.ldetail-page .mortage-page-hero .flex-row {
  margin: 0;
}
.ldetail-page .mortage-page-hero img {
  margin-top: -200px;
}

.pdetails-page .mortage-page-hero img {
  margin-top: -200px;
}

.cboxs {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background-color: #f7f7f7;
}
.cboxs .col-g1 {
  width: 100%;
}
.cboxs .cwrap {
  max-width: 520px;
  margin: 0 auto;
}
.cboxs .cwrap h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--blueberry);
  margin-bottom: 23px;
}
.cboxs .cwrap img {
  max-width: 60px;
  margin-bottom: 20px;
}
.cboxs .cwrap .cta {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.83;
  color: #666;
}
.cboxs .cwrap .button {
  background-color: var(--blueberry);
}

.blog-page h1 {
  font-family: var(--font-domine);
  color: var(--blueberry);
  font-weight: normal;
  margin-bottom: 27px;
}
.blog-page h3 {
  font-size: 20px;
}
.blog-page .readmore {
  font-size: 16px;
  text-align: left;
  color: var(--blueberry);
}

.single-post-head {
  padding: 30px 0 50px;
  font-size: 14px;
  color: rgba(144, 144, 145, 0.83);
  font-weight: normal;
}
.single-post-head a {
  color: var(--blueberry);
}
.single-post-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.single-post-wrap h1 {
  font-family: var(--font-domine);
  font-size: 40px;
  font-weight: normal;
  color: var(--blueberry);
  margin-bottom: 50px;
}
.single-post-wrap img {
  border-radius: 12px;
  margin-bottom: 50px;
}
.single-post-wrap .cta {
  font-weight: normal;
  line-height: 1.81;
  color: #666;
  margin-bottom: 45px;
}
.single-post #nav-single a {
  font-size: 20px;
  font-weight: normal;
  color: var(--blueberry);
}
.single-post #nav-single .nav-next {
  text-align: right;
}
.single-post .news-blk {
  background-color: #fff;
}

.jobs-page {
  background-color: rgba(147, 149, 152, 0.07);
  position: relative;
  padding: 80px 0;
}
.jobs-page h1, .jobs-page h2, .jobs-page h3,
.jobs-page h4, .jobs-page h5, .jobs-page h6 {
  color: var(--blueberry);
}
.jobs-page h1 {
  text-align: center;
  border-bottom: 1px solid #BBCACC;
  padding-bottom: 44px;
  margin-bottom: 55px;
  font-family: var(--font-domine);
}
.jobs-page h2 {
  font-weight: 300;
}
.jobs-page .cta {
  color: #666;
  line-height: 2.38;
}
.jobs-page .gwrap {
  max-width: 505px;
  margin: 0 auto;
  color: #666;
  line-height: 2.38;
}
.jobs-page-blk-item {
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  margin-bottom: 35px;
  padding: 40px;
}
.jobs-page-blk-item h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.jobs-page-blk-item .cta {
  line-height: 1.81;
  margin-bottom: 30px;
  color: #666;
}
.jobs-page-blk-item a {
  color: var(--blueberry);
  font-weight: bold;
}
.jobs-page-blk-item a i {
  margin-left: 8px;
}
.jobs-page.afsp_maken .cta {
  margin-bottom: 50px;
}
.jobs-page.afsp_maken h3 {
  font-weight: 300;
}
.jobs-page.afsp_maken .contact-page-form h2 {
  padding-left: 0;
}

.reports-page .report-blk-item {
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
          box-shadow: 0 5px 8px 0 rgba(93, 93, 93, 0.15);
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reports-page .report-blk-item:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.reports-page .report-blk-item .col-50 {
  padding: 40px 20px;
}
.reports-page .report-blk-item .col-50.report-blk-item_con {
  width: 100%;
}
.reports-page .report-blk-item .col-50 img {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.reports-page .report-blk-item .col-50 h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.reports-page .report-blk-item .col-50 a {
  color: #666666;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  text-decoration: underline;
}

.overns-page {
  padding-bottom: 0;
}
.overns-page h1 {
  padding: 0;
  margin: 0;
  border: none;
}
.overns-page .home-blocks {
  padding: 0 0 110px;
}
.overns-page .home-blocks .two-col .quote {
  background-color: var(--blueberry);
  position: relative;
  padding: 80px 0;
  width: 100%;
  margin: 0 0 54px;
}
.overns-page .home-blocks .two-col .quote::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px;
  background-image: url("./assets/img/leaf.png");
  width: 100%;
  max-width: 230px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.overns-page .home-blocks .two-col .quote-wrap {
  color: #fff;
  font-weight: normal;
}
.overns-page .home-blocks .two-col .quote-wrap::before {
  content: none;
}
.overns-page .home-blocks .two-col .cwrap {
  max-width: 510px;
}
.overns-page .home-blocks .two-col .cwrap h2 {
  font-size: 40px;
  line-height: 1.12;
}
.overns-page .home-blocks .two-col .cwrap .content {
  color: #666;
  line-height: 29px;
}
.overns-page .home-blocks .two-col .left-blk {
  padding-right: 20px;
}
.overns-page .home-blocks .two-col .right-blk {
  padding-left: 20px;
}
.overns-page .home-blocks .two-col:first-child .left-blk {
  margin-top: 0;
}
.overns-page .home-blocks .two-col:first-child h2 {
  font-size: 30px;
}
.overns-page .cb-blk {
  background-color: #fff;
  padding: 100px 0;
  background-image: url("./assets/img/leaf-purple.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.overns-page .cb-blk-wrap {
  max-width: 470px;
  margin: 60px auto;
}
.overns-page .cb-blk h2 {
  color: var(--blueberry);
  font-family: var(--font-domine);
  font-size: 80px;
  margin-bottom: 20px;
}
.overns-page .cb-blk .cta {
  color: #666666;
  line-height: 30px;
}
.overns-page .news-blk h2 {
  color: #939598;
  font-family: var(--font-domine);
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.overns-page .news-blk-item h3 {
  font-size: 20px;
  line-height: 1.2;
}

.complaint_page .contact-page-form {
  padding: 100px 0;
  color: var(--grey66);
}
.complaint_page .contact-page-form h2 {
  padding-left: 80px;
}
.complaint_page .contact-page-form .gform_fileupload_rules {
  display: none;
}
.complaint_page .contact-page-form-wrap {
  margin-top: 50px;
}
.complaint_page .con {
  padding-left: 80px;
  color: var(--grey66);
}

.mijn_vida .icon-boxs [class*=col-] .gwrap {
  padding: 0;
}
.mijn_vida .icon-boxs [class*=col-] .gwrap .img-wrap {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mijn_vida .icon-boxs [class*=col-] .gwrap .img-wrap img {
  max-height: unset;
  width: 100%;
}
.mijn_vida .icon-boxs [class*=col-] .gwrap:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

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

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

@media screen and (max-width: 1330px) {
  .container,
#container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-small, .container-med, .container-wrap, .container_xxs,
#container-small,
#container-med,
#container-wrap,
#container_xxs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .site-header .container {
    padding: 0 20px;
  }
  .site-header .logo {
    width: 150px;
  }
  .site-header .header__nav {
    width: calc(100% - 150px);
  }
  .site-header .header__nav-top .menu ul li {
    padding: 0 5px;
  }

  .site-header .header__nav .button, .site-menu-bsec .button {
    margin-right: 6px;
    font-size: 13px;
    padding: 10px 5px;
  }
  .site-header .header__nav .button.bt-fblue, .site-menu-bsec .button.bt-fblue {
    font-size: 13px;
    padding: 10px 5px;
  }

  .contact-page-blk .ct-meta {
    padding: 30px;
  }
  .contact-page-blk .ct-meta-item span {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .contact-page-blk .ct-meta a {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1090px) {
  .site-footer-info, .site-footer-con {
    max-width: unset;
    width: auto;
  }

  .mortage-page-hero .gwrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  html,
body {
    font-size: 14px;
    line-height: 1.5;
  }

  input[type=submit], input[type=reset], .button, .woocommerce #review_form #respond .form-submit input, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-product-search .wc-block-product-search__button {
    font-size: 16px;
    line-height: 1.3;
  }

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

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

  .banner-blk::after {
    opacity: 0;
  }
  .banner-blk.shaped h1 {
    font-size: 25px;
  }

  .site-header {
    padding: 5px 0;
  }
  .site-header #burger {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .site-header .header__nav-top {
    padding-bottom: 0;
  }
  .site-header .header__nav-top .menu {
    display: none;
  }
  .site-header .header__nav-list {
    display: none;
  }
  .site-header .header__nav.smenu {
    width: 35%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .site-header .header__nav-quicklinks .m-navLink {
    margin-right: 60px;
  }
  .site-footer {
    padding: 40px 0;
  }
  .site-footer-nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer-nav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .site-footer-bottom .social-links {
    margin: 10px 0;
  }

  #footer-profound {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px 0;
    margin-top: 20px;
  }

  .flex-row [class*=col-] {
    width: 100%;
  }

  .home-blocks {
    padding: 30px 0;
  }
  .home-blocks .quote {
    margin: 20px 0;
    width: 100%;
    padding: 40px;
  }
  .home-blocks .quote-wrap {
    font-size: 25px;
    line-height: 1.2;
  }
  .home-blocks .quote-wrap::before {
    background-size: contain;
  }
  .home-blocks .right-blk {
    padding-left: 0;
  }
  .home-blocks .right-blk .img-wrap {
    margin-top: 20px;
  }
  .home-blocks .left-blk {
    padding-right: 0;
  }
  .home-blocks .left-blk .quote {
    margin-right: 0;
  }

  .hero-slider-item-wrap h2 {
    font-size: 25px;
  }
  .hero-slider-item-wrap .cta {
    margin-bottom: 10px;
  }

  .two-col {
    padding: 20px 0;
  }
  .two-col img {
    width: 100%;
  }
  .two-col .button {
    margin-top: 10px;
  }
  .two-col .left-blk .cwrap {
    margin-right: 0;
    padding-bottom: 20px;
  }
  .two-col .right-blk .cwrap {
    margin-left: 0;
    padding-top: 20px;
  }

  .icon-boxs {
    padding-bottom: 20px;
  }
  .icon-boxs [class*=col-] {
    width: 50%;
    margin-bottom: 25px;
  }
  .icon-boxs [class*=col-] .gwrap {
    padding: 20px;
  }
  .icon-boxs [class*=col-] .gwrap h3 {
    font-size: 20px;
  }

  .news-blk {
    padding: 50px 0;
  }
  .news-blk .container-wrap h3 {
    margin-bottom: 20px;
  }
  .news-blk h2 {
    font-size: 25px;
    margin-bottom: 20px;
    max-width: 80%;
    line-height: 1.2;
  }
  .news-blk .owl-carousel.owl-theme .owl-nav {
    top: -60px;
  }
  .news-blk-item {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px;
  }
  .news-blk-item .ct-wrap {
    padding: 20px;
  }
  .news-blk-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .news-blk-filter {
    margin-bottom: 20px;
  }

  .blog-page h1 {
    margin-bottom: 15px;
  }

  .faq-blk-item {
    padding: 15px;
  }
  .faq-blk-item-head {
    padding-right: 50px;
  }
  .faq-blk .button {
    margin: 20px 0;
  }

  .jobs-page {
    padding: 40px 0;
  }
  .jobs-page-blk {
    margin-top: 40px;
  }
  .jobs-page.overns-page {
    padding-bottom: 0;
  }
  .jobs-page.overns-page h1 {
    margin: 0;
    padding: 0;
  }
  .jobs-page h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .jobs-page img {
    margin: 10px 0;
  }

  .complaint_page .contact-page-form {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .complaint_page .contact-page-form h2 {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .complaint_page .contact-page-form-wrap {
    margin-top: 20px;
  }
  .complaint_page .con {
    padding-left: 0;
  }

  .contact-page-form {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .contact-page-form .gform_wrapper.gravity-theme .gform-body {
    padding: 30px;
  }
  .contact-page-form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 20px !important;
  }
  .contact-page-form h2 {
    padding-left: 0;
  }
  .contact-page-blk {
    padding: 40px 0;
  }
  .contact-page-blk h1 {
    margin-bottom: 20px;
  }
  .contact-page-blk .ct-meta {
    margin: 20px 0;
  }
  .contact-page-blk .cta {
    padding-left: 0;
  }

  .reports-page .report-blk-item {
    width: calc(50% - 30px);
  }
  .reports-page .report-blk-item .col-50 {
    padding: 20px;
  }
  .reports-page .report-blk-item .col-50 img {
    width: 100%;
  }

  .overns-page .home-blocks {
    padding-bottom: 30px;
  }
  .overns-page .home-blocks .two-col:first-child h2 {
    font-size: 22px;
  }
  .overns-page .home-blocks .two-col .right-blk {
    padding-left: 0;
  }
  .overns-page .home-blocks .two-col .left-blk {
    padding-right: 0;
  }
  .overns-page .home-blocks .two-col .quote {
    margin-bottom: 20px;
  }
  .overns-page .cb-blk {
    padding: 30px 0;
    background-size: contain;
  }
  .overns-page .cb-blk h2 {
    font-size: 40px;
  }
  .overns-page .cb-blk-wrap {
    margin: 20px auto;
  }

  .postbread .col-80 {
    width: 80%;
  }
  .postbread .col-20 {
    width: 20%;
  }

  .single-post-wrap {
    padding: 30px 0;
  }
  .single-post-wrap h1 {
    font-size: 30px;
  }
  .single-post-wrap img, .single-post-wrap h1 {
    margin-bottom: 20px;
  }
  .single-post #nav-single a {
    font-size: 16px;
    line-height: 1.25;
  }
  .single-post #nav-single .nav-previous, .single-post #nav-single .nav-next {
    text-align: center;
  }
  .single-post #nav-single h4 {
    margin: 5px 0;
  }

  .page-template-tpl-lifedetail .mortage-page-cta .one-col .flex-row {
    padding-right: 0;
  }

  .container .container_xl, .container .container_xxs, .container #container_xl, .container #container_xxs, #container .container_xl, #container .container_xxs, #container #container_xl, #container #container_xxs {
    padding-left: 0;
    padding-right: 0;
  }

  .mortage-page-cta {
    padding-bottom: 30px;
  }
  .mortage-page-cta h2 {
    font-size: 22px;
  }
  .mortage-page-cta h3 {
    font-size: 18px;
  }
  .mortage-page-hero {
    padding: 30px 0;
  }
  .mortage-page-hero .flex-row {
    margin-top: 0;
  }
  .mortage-page-hero .flex-row .ct-wrap {
    padding: 30px;
    margin-top: 30px;
  }
  .mortage-page-hero .flex-row .ct-wrap h4 {
    font-size: 20px;
  }
  .mortage-page-hero .flex-row .ct-wrap h3 {
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .mortage-page-hero .gwrap {
    padding: 20px 0;
  }
  .mortage-page-hero .gwrap h2 {
    font-size: 25px;
  }
  .mortage-page-cta .content {
    padding-right: 0;
  }

  .ldetail-page h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .cboxs {
    padding: 30px 0;
  }
  .cboxs .cwrap:first-child {
    margin-bottom: 50px;
  }
  .cboxs .cwrap h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .cboxs .cwrap .cta {
    font-size: 16px;
  }

  .pdetails-page .tab-blk-wrapper {
    padding-bottom: 50px;
  }
  .pdetails-page .tab-blk-head-item {
    padding: 12px;
    font-size: 16px;
    margin: 0 10px;
  }
  .pdetails-page .mortage-page-hero {
    padding-bottom: 70px;
  }

  .ctab-blk-wrap {
    padding: 30px;
  }
  .ctab-blk-wrap .cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-main-item {
    width: 100%;
  }

  .site-menu [class*=col-],
.site-menu .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .site-header .header__nav .button {
    display: none;
  }
  .site-menu-bsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-menu-bsec .button {
    margin-bottom: 8px;
    width: 100%;
    margin-right: 0;
  }
  .site-footer .widget-title {
    padding: 5px 0;
  }
  .site-footer-nav ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .site-footer-col {
    width: 100%;
  }
  .site-footer-info {
    margin-bottom: 20px;
  }
  .site-footer .logo {
    margin-top: 20px;
  }

  .pdetails-page .tab-blk-head-item {
    width: calc(50% - 20px);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .icon-boxs [class*=col-] {
    width: 100%;
  }

  .news-blk-item {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .news-blk-filter select, .news-blk-filter .button {
    margin-bottom: 10px;
  }
  .news-blk .owl-carousel.owl-theme .owl-nav button {
    width: 28px;
    height: 28px;
    margin: 5px;
    font-size: 15px;
  }

  .reports-page .report-blk-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .gfield_checkbox {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gchoice {
    width: calc(50% - 20px);
  }

  .tab-blk-wrapper-item .cta .icons_item {
    width: calc(50% - 20px);
    padding: 10px;
  }
  .tab-blk-wrapper-item .cta .icons_item .h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .mortage-page-hero .flex-row .ct-wrap h4 {
    font-size: 16px;
  }

  .ldetail-page h1 {
    font-size: 20px;
  }

  .home-blocks .h2 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */