:root {
    --bgMainColor: #fff;
    --bgSecuColor: #4169e1;
    --bgDarkBlueColor: #000035;
    --bgDarkGreyColor: #383838;
    --bgLightGreyColor: #eee;
    --bgColorGreen: #00a100;
    --bgColorGreenHover: #01b401;
    --txtColorWhite: #fff;
    --txtDefaultcolor: #444;
    --txtColorBlack: #000
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body,
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    background-color: #fefefe;
    margin: 0;
    line-height: 1;
    padding: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.1rem
}
.fad {
    position: relative;
    font-family: Font Awesome\ 5 Duotone;
    font-weight: 900
}
.fad.fa-user-hard-hat:after {
    content: "\10f82c"
}
.fad.fa-file-chart-line:after {
    content: "\10f659"
}
.fad.fa-lightbulb-exclamation:after {
    content: "\10f671"
}
.fad.fa-file-certificate:after {
    content: "\10f5f3"
}
.fad.fa-monitor-heart-rate:after {
    content: "\10f611"
}
.fad.fa-tools:after {
    content: "\10f7d9"
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--txtColorBlack)
}
h6 {
    color: var(--bgSecuColor);
    font-size: 1.2rem;
    padding: 0;
    margin: 0
}
h1 {
    font-size: 2.2rem
}
h2 {
    font-size: 1.8rem
}
h3 {
    font-size: 1.6rem
}
h4 {
    font-size: 1.4rem
}
h5 {
    font-size: 1.25rem
}
p {
    line-height: 1.5
}
img {
    width: 100%
}
ol,
ul {
    list-style-type: none;
    line-height: 1.5;
    font-size: 1.1rem;
   
}
#content ol li,
#content ul li {
    position: relative;
    padding-left: 2rem;
}
#content ul li::before,
#content ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 12.3334L10.4615 15.0001L16 9.0001M2 12.0001L7 3.33984H17L22 12.0001L17 20.6604H7L2 12.0001Z' stroke='%2300a100' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}
a {
    text-decoration: none;
    position: relative;
    color: var(--bgSecuColor)
}
.effect a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: var(--bgMainColor);
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}
.effect a:hover:after {
    width: 100%;
    left: 0
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
fieldset {
    border: none;
    padding: 0
}
input:not(.quantity input):not([type=submit]),
select,
textarea {
    border-radius: 5px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--bgMainColor);
    padding: 10px 2px;
    width: 100%;
    color: var(--bgMainColor);
    font-size: 1.1rem;
    font-family: Roboto Condensed, sans-serif;
    letter-spacing: .1rem
}
textarea {
    resize: none;
    border: 1px solid #666;
    border-radius: 3px
}
select option {
    color: var(--bgDarkBlueColor)
}
::placeholder,
select option:first-child {
    color: var(--bgMainColor);
    font-size: 1.1rem;
    letter-spacing: .1rem;
    font-family: Roboto Condensed, sans-serif
}
button {
    border: none;
    background: none
}
button:hover {
    cursor: pointer
}
.btn-primary,
.btn-secundary,
.wpcf7-submit {
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    justify-content: center;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.125em;
    text-decoration: none;
    transition: border-color .3s, background-color .3s, transform .3s, color .3s;
    background: var(--bgSecuColor);
    border: 1px solid transparent
}
.btn-primary,
.wpcf7-submit {
    color: var(--txtColorWhite)
}
.btn-secundary {
    background-color: transparent;
    border: 1px solid var(--txtColorWhite)
}
.btn-primary:hover,
.btn-secundary:hover,
.wpcf7-submit:hover {
    background-color: var(--txtColorBlack);
    color: var(--txtColorWhite);
    border: 1px solid var(--txtColorWhite)
}
.btn-primary:hover,
.btn-secundary:hover,
.wpcf7-submit:hover {
    transition: border-color .3s, background-color .3s, transform .3s, color .3s;
    transform: translate3d(0, -3px, .01px)
}
.btn-secundary:hover {
    border: 1px solid var(--bgSecuColor);
    background-color: var(--txtColorWhite);
    color: var(--bgSecuColor)
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.w-100-p,
iframe {
    width: 100%
}
.ls-1 {
    letter-spacing: 1px
}
.ls-2 {
    letter-spacing: 2px
}
.ls-3 {
    letter-spacing: 3px
}
.borderRadius-5 {
    border-radius: 5px
}
.padding-3 {
    padding: 3px
}
.small {
    font-size: .75rem
}
.flex {
    display: flex
}
.txt-white {
    color: var(--bgMainColor)
}
html,textarea {
    overflow-x: hidden;
    scrollbar-color: var(--bgSecuColor) var(--bgDarkBlueColor);
    scrollbar-width: thin
}
html::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 0;
    background-color: transparent
}
html::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 10px;
    background-color: var(--bgDarkBlueColor)
}
html::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb  {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--bgSecuColor)
}
#header {
    position: fixed;
    z-index: 14;
    top: 0;
    left: 0;
    width: 100%
}
div#header {
    background: transparent;
    transition: all .3s ease
}
div#header.barBG {
    z-index: 123;
    background: var(--bgDarkBlueColor);
    transition: all .3s ease;
    border-bottom: 1px solid #fff;
    box-shadow: 0 32px 25px -35px #000;
    -webkit-box-shadow: 0 32px 25px -35px #000;
    -moz-box-shadow: 0 32px 25px -35px #000
}
div#header.barBG .logo-link img {
    max-height: 75px
}
div#header.barBG #menu-main-menu {
    padding-top: 15px
}
div#header.barBG #menu-main-menu li a {
    font-size: 1rem
}
#main-logo {
    align-self: self-start;
    display: flex
}
header .logo-link img {
    max-height: 150px;
    margin: 10px 0;
    object-fit: contain;
    z-index: 12;
    width: unset
}
#footer-logo {
    align-self: self-start;
    display: flex
}
#footer-logo .logo-link img {
    max-height: 150px;
    margin: 10px 0;
    object-fit: contain;
    width: unset
}

#menu-main-menu {
    display: flex;
    column-gap: 30px;
    list-style-type: none
}
#mainmenu {
    top: 0;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 1
}
#mainmenu .container {
    padding: 0 !important
}
#menu-main-menu li a {
    padding: 10px;
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    position: relative;
    color: var(--txtColorWhite)
}
#menu-main-menu li.current-menu-item a,
#menu-main-menu li a:hover {
    color: var(--bgMainColor)
}
#menu-main-menu li a:first-child {
    padding-left: 0
}
#menu-main-menu li.gaq a {
    letter-spacing: .06em;
    transform-style: preserve-3d;
    padding: 8px 16px;
    font-weight: 500;
    line-height: 1.125em;
    border-radius: 25px;
    text-decoration: none;
    background: var(--bgSecuColor)
}
#menu-main-menu li.gaq a,
#menu-main-menu li.gaq a:hover {
    transition: border-color .3s, background-color .3s, transform .3s, color .3s;
    border: 1px solid var(--bgMainColor)
}
#menu-main-menu li.gaq a:hover {
    background: var(--bgDarkBlueColor)
}
#chevDown {
    display: none
}
.navbar-nav li ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 400px;
    list-style: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    background: #020024;
    background: -moz-linear-gradient(180deg, rgba(2, 0, 36, 0) 0, #000035 54%);
    background: -webkit-linear-gradient(180deg, rgba(2, 0, 36, 0), #000035 54%);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0), #000035 54%);
    border: 1px solid var(--bgMainColor);
    border-top: 0
}
div#header.barBG #menu-main-menu li.menu-item-has-children:hover:after {
    height: 20px;
    content: " ";
    width: 230px;
    background-color: transparent;
    z-index: 123;
    position: absolute;
    left: 0;
    top: 100%
}
#menu-main-menu .navbar-nav li ul li {
    display: block;
    text-align: center
}
#menu-main-menu li.menu-item-has-children {
    position: relative
}
#menu-main-menu li.menu-item-has-children ul li a {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .05rem;
    padding: 5px 0 !important;
    font-weight: 200;
    color: var(--txtColorWhite);
    text-decoration: none
}
div#header.barBG #menu-main-menu li.menu-item-has-children ul {
    background: var(--bgDarkBlueColor);
    border: 1px solid var(--bgMainColor);
    border-top: 0
}
div#header.barBG #menu-main-menu li.menu-item-has-children ul li a {
    font-size: 1rem
}
div#header.barBG #menu-main-menu li.menu-item-has-children ul {
    margin-top: 19px
}
li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    margin-left: 5px;
    font-size: 1rem;
    transform: rotate(90deg)
}
li.gaq .brackets:after,
li.gaq .brackets:before {
    display: none
}
.brackets:after,
.brackets:before {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    -moz-transition: -moz-transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s
}
.brackets:before {
    margin-right: 10px;
    content: "[";
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}
.brackets:after {
    margin-left: 10px;
    content: "]";
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px)
}
.brackets:focus:after,
.brackets:focus:before,
.brackets:hover:after,
.brackets:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}
#defaultContent p img {
    width: auto
}
#defaultContent p img.alignright {
    float: right;
    padding: 0 0 0 10px
}
#footer {
    position: relative;
    background-color: var(--bgDarkBlueColor);
    color: #aaa
}
#footer-widgets {
    padding: 30px 0
}
#footer ul li {
    padding: 0;
}
#footer ul li::before {
    content: none;
}
#recent-advertorials ul {
    padding: 0
}
#recent-advertorials ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding: 0 0 12px;
    margin: 0 0 12px;
    position: relative;
    line-height: 1.2
}
#recent-advertorials ul li a {
    font-weight: 600
}
#recent-advertorials ul li span.post-date {
    display: block;
    margin: 8px 0 0;
    position: relative;
    font-size: .8rem;
    text-transform: uppercase
}
#recent-advertorials span.post-date:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f017";
    padding-right: .3rem;
    font-weight: 400
}
#footer h2,
#footer h3 {
    color: var(--txtColorWhite);
    font-size: 1.6rem
}
#footer a {
    color: #aaa
}
#footer a,
#footer a:hover {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}
#footer a:hover {
    color: var(--txtColorWhite)
}
#footer #socialsFixed {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    column-gap: 10px
}
#footer-bottom {
    padding: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}
#footer-widgets .row {
    align-items: center
}
#menu-footer-menu {
    display: flex;
    column-gap: 40px;
    font-size: 20px;
    color: #fff;
    list-style-type: none
}
#advertorials {
    display: flex
}
#advertorialHolder {
    padding: 50px 0
}
.advertorials-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .075)
}
.advertorials-item a img {
    position: relative;
    background-position: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .2s ease-in-out
}
.advertorials-item a img:hover {
    opacity: .8;
    transition: opacity .2s ease-in-out
}
.advertorials-item h5 a {
    font-size: 1.5rem
}
#advertorial_image {
    position: relative
}
.advertorial-item__content {
    padding: 1rem 1.5rem;
    min-height: 220px
}
#advFieldsTop span.post-date:before,
.advertorial-item__date:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f017";
    padding-right: .3rem;
    font-weight: 400
}
.advertorial-item__date {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
    border: solid rgba(0, 0, 0, .075);
    border-width: 1px 0 0
}
#advFields {
    padding-bottom: 50px
}
#preloader {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #514b82;
    -webkit-mask: repeating-conic-gradient(transparent 0deg, #000 1deg 70deg, transparent 71deg 90deg), radial-gradient(farthest-side, transparent calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l5 1s infinite
}
@keyframes l5 {
    to {
        transform: rotate(.5turn)
    }
}
#toTop {
    display: none;
    background: var(--txtColorBlack);
    color: var(--txtColorWhite);
    margin-left: 8px;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    border-radius: 100%;
    transition: background .2s ease-in-out;
    font-size: 1rem;
    box-shadow: none;
    border: 2px solid var(--bgSecuColor);
    z-index: 122;
}
#toTop i {
    line-height: 36px
}
#toTop:hover {
    background: var(--bgSecuColor);
    transition: background .2s ease-in-out
}
#bcholder {
    background-color: var(--bgLightGreyColor);
    border-bottom: 1px solid var(--bgLightGreyColor)
}
#bcholder,
.breadcrumb {
    padding: 10px 0;
    margin: 0
}
@media (max-width:1023px) {
    .breadcrumb {
        width: 100%
    }
}
.breadcrumb li,
.breadcrumb span {
    position: relative;
    padding: 8px;
    font-size: 1rem
}
.breadcrumb a {
    color: var(--bgDarkBlueColor);
    font-weight: 600
}
.breadcrumb a:hover,
.breadcrumb li.active,
.breadcrumb span[aria-current=page] {
    color: var(--bgMainColor)
}
#breadcrumbs {
    line-height: 1
}
#breadcrumbs a,
#breadcrumbs span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.1;
    color: var(--bgMainColor)
}
#breadcrumbs span {
    padding: 0 15px
}
#breadcrumbs span:first-child,
#breadcrumbs span span:first-of-type {
    padding: 0 15px 0 0
}

/* BUTTON */
.button {
    justify-content: center;
    display: flex;
    margin: 10px 0;
}
a.button {
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid var(--bgSecuColor);
    background: var(--bgSecuColor);
    position: relative;
    display: block;
    width: fit-content;
    color: var(--bgMainColor);
}

/* SLIDER BLOCK */
#headerSlider {
    overflow-x: hidden
}
#shape h2 {
    color: var(--txtColorWhite);
    padding: 0;
    margin: 0
}
#block_slider .swiper-wrapper {
    max-height: 750px
}
#block_slider .swiper-slide {
    height: 100%
}
#block_slider .no-slider .swiper-slide {
    max-height: 500px
}
#block_slider .no-slider .swiper-slide:has(.container) {
    max-height: 750px
}
#slideContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
    padding-top: 230px;
    /* max-width: 725px; */
    width: 100%;
    color: #fff;
    z-index: 12;
    position: relative;
    line-height: 1.3
}
#slideContent h2 {
    color: var(--bgMainColor);
    font-size: 2.75rem;
    letter-spacing: .05rem
}
.subImage {
    position: relative;
}
.subImage img{
    position: relative;
    z-index: 2;
    padding:50px;
}


.subImage::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 100px;
    /* background-color: var(--bgDarkBlueColor); */
    background-color: #535353b8;
    z-index: 0;
    width: 75%;
}
/* #shape {
    width: 100vw;
    position: relative
}
.shape {
    position: absolute;
    bottom: 0;
    width: 83vw;
    height: 120px;
    -webkit-clip-path: polygon(0 100%, 80% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 80% 100%, 100% 0, 0 0);
    padding-left: var(--bs-gutter-x, .75rem);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    z-index: 12
}
.shape_content {
    position: relative;
    left: 0;
    margin: auto;
    top: -45px;
    z-index: 13;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px
}
.shape_content .buttonHolder {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    align-items: center
} */
section:not(section:first-of-type) {
    padding: 100px 0
}


/* BLOCK 1 */
#block_content_1 {
    background: #eee;
    background: -moz-linear-gradient(180deg, #fff 60%, #f4f4f4 40%);
    background: -webkit-linear-gradient(180deg, #fff 60%, #f4f4f4 0);
    background: linear-gradient(180deg, #fff 60%, #f4f4f4 0)
}
.block_content_1_bg:after {
    position: absolute;
    top: 0;
    content: " ";
    height: 100%;
    left: 15%;
    right: 0;
    width: 75vw;
    z-index: 1;
    border-bottom: 1px solid #fff;
    background-size: cover;
    box-shadow: 0 256px 25px -262px #000;
    -webkit-box-shadow: 0 256px 25px -262px #000;
    -moz-box-shadow: 0 256px 25px -262px #000
}
#block_content_1 .block_content_wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
    position: relative;

}
#block_content_1 .block_content_1_bg {
    width: 75vw;
    min-height: 600px;
    position: relative
}
#block_content_1 .block_content_1_text {
    position: absolute;
    left: 0%;
    bottom: 0;
    max-width: 650px;
    min-height: 100%;
    padding: 30px 50px;
    border: 1px solid #eee;
    z-index: 3
}
#block_content_1 .block_content_wrapper::after{
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    bottom: 100px;
    /* background-color: var(--bgDarkBlueColor); */
    background-color: #535353b8;
    z-index: 0;
    width: 45%;
    z-index: 2;
}

#block_content_1 .block_content_1_text .button{
    justify-content: center;
    display: flex;
    margin: 10px 0;
}
#block_content_1 .block_content_1_text .button a.button{
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid var(--bgSecuColor);
    background: var(--bgSecuColor);
    position: relative;
    display: block;
    width: fit-content;
    color: var(--bgMainColor);
}

/* BLOCK2 */
#block_content_2_textwrapper {
    top: 100px;
    position: relative;
    left: -100px;
    border: 2px solid #fff;
    z-index: 12;
    box-shadow: 0 196px 20px -206px #000;
    -webkit-box-shadow: 0 196px 20px -206px #000;
    -moz-box-shadow: 0 196px 20px -206px #000;
    padding: 50px
}
#block_content_3 {
    padding: 40px 0
}
section#block_content_4 {
    padding-top: 100px;
    background: linear-gradient(180deg, #fff 85%, #f4f4f4 0)
}
.block_content_4_bg {
    border: 2px solid var(--bgMainColor);
    z-index: 12;
    box-shadow: 0 90px 20px -96px #000;
    -webkit-box-shadow: 0 90px 20px -96px #000;
    -moz-box-shadow: 0 90px 20px -96px #000
}
.block_content_4_text {
    margin-bottom: 80px
}

/*  BLOCK SERVICES */
#block_services{
    padding: 20px 0;
}
#block_services .btn-secundary {
    border: 1px solid var(--bgSecuColor)
}
#block_services .btn-secundary:hover {
    background: var(--bgSecuColor);
    color: var(--txtColorWhite)
}
.serviceHeading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 12;
}
.serviceHeading #butondHolder,
.serviceHeading .heading h2{
    /* width: 50% */
    color:var(--bgMainColor);
    font-size: 3rem;
}
.serviceHeading #butondHolder {
    column-gap: 20px
}
.service-wrapper {
    display: flex;
    flex-wrap: wrap
}
.service-wrapper .card {
    padding: 40px
}
@media(max-width:1300px) {
    .service-wrapper .card {
        padding: 25px
    }
}
.service-content {
    min-height: 215px
}
.service-wrapper .card .service-item:first-child {
    background: var(--txtColorWhite);
    padding: 40px 30px;
    min-height: 330px;
    box-shadow: 5px 0 5px -7px rgba(0, 0, 0, .5), -5px 0 5px -7px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 5px 0 5px -7px rgba(0, 0, 0, .5), -5px 0 5px -7px rgba(0, 0, 0, .5);
    -moz-box-shadow: px 0 5px -7px rgba(0, 0, 0, .5), -5px 0 5px -7px rgba(0, 0, 0, .5);
    text-align: center
}
.service-thumb {
    color: var(--bgSecuColor);
    text-align: center;
    font-size: 2.5em;
    padding-bottom: 20px
}
.service-wrapper .card .btn .btn-primary.service {
    border-radius: 0;
    width: 100%;
    position: relative;
    display: block
}
.serviceHeading #butondHolder {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
#block_contact {
    padding: 0
}
#block_contact .contact-wrapper {
    padding: 50px;
    position: relative
}
#block_contact .contact-item.left,
#block_contact_page .contact-item.left {
    -webkit-box-shadow: 17px 0 15px -13px rgba(0, 0, 0, .43);
    box-shadow: 17px 0 15px -13px rgba(0, 0, 0, .43)
}
#block_contact_page form,
#block_contact form {
    padding: 0 50px 0 0
}
#block_contact_page form [type=submit],
#block_contact form [type=submit] {
    margin: 20px 0;
    border-radius: 25px;
}
#block_contact_page form [type=submit]:hover,
#block_contact form [type=submit]:hover {
    cursor: pointer
}
#block_contact_page ul li::before,
#block_contact ul li::before{
    content: none;
}
#block_contact_page ul li,
#block_contact ul li {
    padding-left: 1rem;

}
#block_contact_page .contact-list li{
    text-align: left;
}
#block_contact .right {
    padding: 0 0 0 50px
}
#block_contact_page form div.submit,
#block_contact form div.submit {
    text-align: center
}
#block_contact_page {
    padding: 0
}
#block_contact_page .contact-wrapper {
    position: relative
}
#block_contact_page .contact-wrapper:before {
    background: -webkit-linear-gradient(right, var(--bgDarkBlueColor) 50%, #f4f4f4 0);
    background: -o-linear-gradient(right, var(--bgDarkBlueColor) 50%, #f4f4f4 50%);
    background: -moz-linear-gradient(right, var(--bgDarkBlueColor) 50%, #f4f4f4 50%);
    background: linear-gradient(90deg, var(--bgDarkBlueColor) 50%, #f4f4f4 0);
    height: 150px;
    width: 100%;
    position: absolute;
    top: -150px;
    content: " ";
    right: 0;
    z-index: 1
}
#block_contact_page .contact-wrapper-top {
    background: -webkit-linear-gradient(right, #f4f4f4 50%, #fff 0);
    background: -o-linear-gradient(right, #f4f4f4 50%, #fff 50%);
    background: -moz-linear-gradient(right, #f4f4f4 50%, #fff 50%);
    background: linear-gradient(90deg, #f4f4f4 50%, #fff 0);
    padding: 50px 0
}
#block_contact_page {
    padding-bottom: 0
}
.maps {
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 156px 25px -165px #000;
    -webkit-box-shadow: 0 156px 25px -165px #000;
    -moz-box-shadow: 0 156px 25px -165px #000;
    width: 85%
}
.contact-data {
    padding: 10px 50px
}
.contact-content i {
    padding: 10px;
    border: 1px solid var(--bgMainColor);
    background: var(--bgSecuColor);
    color: var(--bgMainColor);
    margin-right: 10px
}
.contact-content .fa-solid.fa-phone {
    transform: rotate(90deg)
}
.contact-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    list-style-type: none
}
.contact-list li {
    text-align: center;
    width: 100%;
    /* width: 50%; */
    /* flex: 0 0 50% */
}
.contact-list li svg{
    margin-right: 10px;
}
.contact-content .navarrow {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.sub-services #block_contact {
    background: -webkit-linear-gradient(right, #000035 50%, #f4f4f4 0);
    background: -o-linear-gradient(right, #000035 50%, #f4f4f4 50%);
    background: -moz-linear-gradient(right, #000035 50%, #f4f4f4 50%);
    background: linear-gradient(90deg, #000035 50%, #f4f4f4 0)
}

/* BLOCK 5 */
.home #block_content_5{
    padding: 0;
}
#block_content_5 .button {
    gap:2rem;
    display: flex;
    justify-content: flex-start;
}

body.home #block_content_5 .advies-left:after{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--bgSecuColor);
    /* background-color: var(--bgDarkBlueColor); */
    clip-path: polygon(0 0, 74% 0, 16% 65%, 0% 71%);
    opacity: 0.75;
    z-index: 11;
}

#block_content_5 .advies-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 80vh;
    font-family: sans-serif;
    padding: 0
}
#block_content_5 .advies-container ul {
    list-style: none;
    padding-left: 0;
    counter-reset: nummer;
}
#block_content_5 .advies-container ul li {
    counter-increment: nummer;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2.5rem;
}
#block_content_5 .advies-container ul li::before {
    content: counter(nummer);
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(75, 114, 255);
    color: white;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: bold;
}

#block_content_5 .advies-left {
    flex: 1 1 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

#block_content_5 .advies-overlay {
    /* background: rgba(255, 255, 255, 0.6); */
    background: #4169e1b2;
    padding: 2rem;
    border-radius: 12px;
    color: white;
    max-width: 75%;
}

#block_content_5 .advies-overlay h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#block_content_5 .advies-overlay ul {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

#block_content_5 .advies-btn {
    display: inline-block;
    background: #2f5bf4;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 1rem;
}

#block_content_5 .advies-right {
    flex: 1 1 50%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#block_content_5 .advies-right h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

#block_content_5 .advies-right ol {
    padding-left: 1.2rem;
    counter-reset: step;
}

#block_content_5 .advies-right li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    position: relative;
}

#block_content_5 .advies-right li span {
    font-weight: bold;
    margin-right: 0.5rem;
    color: #2f5bf4;
}

/* BLOCK 6 */
#block_content_6 {
    background: linear-gradient(0deg, #fff 60%, #f4f4f4 0);
    position: relative
}
#block_content_6 .container{
    position: relative;
}
#block_content_6 .block_location_bg {
    position: relative;
    z-index: 1
}

#block_content_6 .block_content_6_bg img {
    max-height: 600px;
    height: 80%;
    object-fit: cover
}

#block_content_6_wrapper {
    position: relative;
    z-index: 1;
    padding: 0;
}

#block_content_6 #locationData {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    color: var(--bgMainColor);
    display: flex;
    height: calc(100% - 200px)
}
#block_content_6 #loc6 {
    /* padding: 0; */
}
#block_content_6 #loc6::after{
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: 100px;
    /* background-color: var(--bgDarkBlueColor); */
    background-color: #dfdfdfb8;
    z-index: 0;
    width: 90%;
    z-index: 1;
}
/* 
#loc6:before {
    width: 100vw;
    content: " ";
    left: -100vw;
    position: absolute;
    height: 100%;
    top: 0;
    background-color: var(--bgDarkBlueColor);
    z-index: -1
} */
#block_content_6 .loc6.wrapper {
    z-index: 12;
    position: relative;
}
#block_content_6 #loc6 {
    position: absolute;
    max-width: 600px;
    bottom: 0;
    z-index: 12
}

#block_content_6 #locationData .block_content_6_text {
    padding: 60px
}
.block_content_6_text * {
    color: #fff;
}

/* BLOCK REVIEWS */
#block_reviews{
    background: #efefef;
}
#block_reviews #reviewSwiper {
    text-align: center;
}
#block_reviews .review-stars {
    color: #ffb300;
    font-size: 2rem;
    margin-bottom: 10px;
}
#block_reviews .review-client {
    font-size: 1.3rem;
    padding: 20px 0;
}

/* BLOCK LOCATION */

#block_location {
    background: linear-gradient(0deg, #fff 60%, #f4f4f4 0);
    position: relative
}
#block_location .block_location_bg {
    position: relative;
    z-index: 1
}
#block_location .block_location_bg img {
    max-height: 600px;
    object-fit: cover
}
#block_location_wrapper {
    position: relative;
    z-index: 1
}
#block_location #locationData {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    color: var(--bgMainColor);
    display: flex;
    height: calc(100% - 200px)
}
#block_location #loc6:before {
    width: 100vw;
    content: " ";
    left: -100vw;
    position: absolute;
    height: 100%;
    top: 0;
    background-color: var(--bgDarkBlueColor);
    z-index: -1
}
#block_location #loc6 {
    position: absolute;
    max-width: 600px;
    bottom: 0;
    z-index: 12
}
#block_location #locationData .block_location_text {
    padding: 60px
}
#block_location #locationData .navarrow {
    column-gap: 20px;
    flex-direction: row;
    align-items: center
}
#block_location #locationData .navarrow i {
    font-size: 2rem
}


/* BLOCK SERVICE PAGE */
#block_services_page {
    padding: 50px 0 50px 0;
    /* margin-top: -50px; */
    z-index: 2;
    position: relative;
}
#block_services_page .hexagon-wrapper {
    width: 280px;
    aspect-ratio: 1 / 1;
    position: relative;
}

#block_services_page .hexagon {
    clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
    width: 100%;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
}

#block_services_page .hexagon.has-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#block_services_page .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#block_services_page .button{
    margin: 0;
}
#block_services_page .button a{
    margin: 0;
}
#block_services_page .service-content {
    /* margin-top: 1rem; */
}



.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #ca0b0b;
    text-align: center;
    border: 1px dotted #ca0b0b
}
.wpcf7-not-valid-tip {
    color: #ca0b0b
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 1px dotted #46b450;
    color: #46b450;
    text-align: center
}
.codedropz-upload-wrapper {
    padding-top: 30px
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: var(--bgMainColor)
}
.dnd-upload-image {
    display: none !important;
}
.dnd-upload-status .dnd-upload-details {
    width: 100% !important;
    padding-left:0 !important
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #46b450;
}
.dnd-upload-status .dnd-upload-details .name span {
    color: var(--bgMainColor)
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
    background: #ca0b0b;
    border-radius: 50%;
}
.codedropz-upload-inner h3 {
    color: #666
}
body.page-not-found #shape {
    display: none !important;
}
body.page-not-found #block_slider.swiper-wrapper {
    max-height: 90dvh !important;
}
#lflag{
    width: 25px;
}
.grecaptcha-badge {
    visibility: hidden;
}

/* page specific */
body.over-ons #block_content_5 {
    padding: 0px 0 0 0;
    background-color: #f4f4f4;
}
