html {
    scroll-behavior: smooth;
}

/* Commented Out - We shouldn't Rely on This for Overflow Settings Since it Breaks Sticky Position Elements */
html,
body {
    /*overflow-x: hidden !important;*/
}

body {
    /*overflow: hidden;*/
}




/* WP Notices */
.components-notice__actions {
    display: none !important;
}




/* custom scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--white);
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--fog);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--whale);
}


/* --- Container Settings --- */
.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1800px;
    max-width: 100%;
}

/*** Block Frames - For Blocks that need white space around them ***/
@media(max-width: 1880px) {
    .framed_desktop {
        max-width: calc(100% - 40px);
    }
}

@media(max-width: 991.98px) {
    .container-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .framed_desktop {
        max-width: 100%;
    }
    /*** Add this if you want the frame to happen on mobile too ***/
    .framed_mobile {
        max-width: calc(100% - 40px);
    }
}

@media(max-width: 767.98px) {
    .container-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 575px) {
    .container-padding {
        padding-left: 16px;
        padding-right: 16px;
    }
    .framed_mobile {
        max-width: calc(100% - 32px);
    }
}



/*** Site Wide Border Radius Options ***/
:root {
    --global-border-radius: 20px;
    --form-field-border-radius: 3px;
}

@media(max-width: 767.98px){
    :root {
        --global-border-radius: 20px;
    }
}
.global-border-radius {
    border-radius: var(--global-border-radius);
}


.relative,
.position-relative {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}

.one-hundred-height {
    height: 100%;
}
.white {
    color: #fff!important;
}
.opacity0 {
    opacity: 0;
}
.white_bg {
    background: #fff;
}
body,
p {

}

p {

}
p.breadcrumbs {

}
a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

img {
    margin: 0;
    padding: 0;
}


ul,
ol {
    padding-inline-start: 18px;
}

ul li,
ol li {

}

header ul,
header ol,
footer ul {
    padding: 0;
}
header ul li,
header ol li,
footer ul li {
    padding-left: 0;
}

footer a {
}

footer ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
footer ul li a {

}
@media(max-width: 767.98px) {
    footer ul li a {

    }
}

footer p {

}

@media(max-width: 767.98px) {

}
@media(min-width: 768px) and (max-width: 991.98px) {

}
@media(min-width: 992px) and (max-width: 1400px) {

}


@media(min-width: 576px) and (max-width: 767.98px) {

}

a.link-no-underline {
    text-decoration: none;
}

i,
em,
.italic {
    font-style: italic;
}

b,
strong,
.bold {

}


header  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
footer {
    overflow-x: hidden;
}

#main-content .block {
    max-width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

footer {
    z-index: 4;
    position: relative;
}

@media(max-width: 991.98px) {
    header {
        /*position: relative;*/
    }
}

header.sticky {

}
.headerLogo {

}
header,
header > *,
.header-logo-and-menu,
.headerLogo {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.navbar {
    padding: 0;
}

/*** Awesome ACF Image Settings ***/

.image-4by3 {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.image-16by9 {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.image-square.object > img {

}


.image-4by3 > img,
.image-16by9 > img,
.image-square > img {
    position: absolute;
    top: 50%;
    object-position: center;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}


.image-4by3.size-contain > img,
.image-16by9.size-contain > img,
.image-square.size-contain > img {
    object-fit: contain;
}

a.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    border-top: 8px solid rgb(110, 112, 117);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.align-center {
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.align-start {
    justify-content: center;
    flex-direction: column;
    align-items: start;
}
div#single-post-wrapper {
    /*overflow-x: hidden;*/
}

/**Footer **/
footer.rock_background {
    border-top-left-radius: var(--global-border-radius);
    border-top-right-radius: var(--global-border-radius);
}
.home footer.rock_background, .page-id-426 footer.rock_background, .page-id-264 footer.rock_background, .error404 footer.rock_background, .page-id-368 footer.rock_background, .page-id-1743 footer.rock_background {
    border-radius: 0px!important;
}
footer .footer-top h3 {
    margin-bottom: 15px;
}
footer .footer-top ul.nav li {
    margin-bottom: 10px;
}
footer .footer-top ul.nav li a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    line-height: 23px;
}
footer .footer-top ul.nav li a:hover {
    color: var(--sapphire);
    opacity: 1;
}
.footer-address a {
    color: var(--white);
    text-decoration: none;
}
footer .social-icons a {
    margin-right: 25px;
}
footer .social-icons a:last-of-type {
    margin-right: 0px;
}
footer .social-icons a, footer .social-icons a img {
    opacity: 0.8;
    width: 25px;
    height: 25px;
}
footer .social-icons a:hover, footer .social-icons a:hover img {
    opacity: 1;
}
.footer-bottom a, .footer-bottom p {
    color: #ABABAB;
    font-size: 14px;
    line-height: 21px;
}
.footer-bottom a:hover {
    color: var(--sapphire);
    opacity: 1;
}
.footer-bottom span.pipe:before {
    content: '|';
    padding: 0px 30px;
}
footer .main_logo {
    max-width: 72px;
    max-height: 72px;
}
.footer-address p {
    line-height: 24px;
    color: var(--white);
}
.footer-address p.mb0.small.d-none.d-sm-block {
    line-height: 16px;
}
a.link-button.social {
    position: relative;
    transition: 0.3s ease all;
}
a.link-button.social::before, a.link-button.social::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease all;
}
a.link-button.social::after {
    opacity: 0;
}
a.link-button.social:hover::before{
    opacity: 0;
}
a.link-button.social:hover::after{
    opacity: 1;
}
a.link-button.social.linkedin:before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/icon-awesome-linkedin-in.svg);
}
a.link-button.social.facebook:before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/icon-awesome-facebook-f.svg);
}
a.link-button.social.twitter:before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/icon-awesome-twitter.svg);
}
a.link-button.social.linkedin:after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/icon-awesome-linkedin-in-hover.svg);
}
a.link-button.social.facebook:after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/icon-awesome-facebook-f-hover.svg);
}
a.link-button.social.twitter:after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/icon-awesome-twitter-hover.svg);
}
@media(max-width: 1199.98px){
    footer .footer-top ul.nav li a {
        font-size: 16px;
        line-height: 22px;
    }
    footer .footer-top h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .footer-menu-company, .footer-menu-sectors {
        padding-right: 50px;
    }
}
@media(max-width: 991.98px){
    footer .main_logo {
        margin-bottom: 20px;
    }
    .footer-menu-company, .footer-menu-sectors, .footer-menu-services {
        padding-right: 50px;
    }
}
@media(max-width: 767.98px){
    .footer-menu-company, .footer-menu-sectors {
        margin-bottom: 60px;
    }
}
@media(max-width: 575px){
    footer .main_logo {
        display: none;
    }
    .footer-bottom, .footer-bottom .text-right {
        text-align: center!important;
    }
    .footer-bottom span.pipe:before {
        display: none;
    }
    .footer-bottom a {
        display: block;
        margin-bottom: 15px;
    }
    .footer-bottom .pl2, .footer-bottom .pr2 {
        padding: 0px;
    }
    .footer-bottom p {
        display: grid;
    }
    .footer-bottom a:first-of-type {
        order: 2;
    }
    .footer-bottom a:last-of-type {
        order: 1;
    }
    .footer-address p {
        font-size: 14px;
        line-height: 22px;
    }

}


.grecaptcha-badge {
    visibility: hidden;
    display: none;
}
.imported-post-content.container-padding p img:last-of-type {
    margin-bottom: 0px;
}
.imported-post-content.container-padding img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border-radius: var(--global-border-radius);
}




/*** Services Gradient Addition ***/
body.nw-services-template-default::before {
    content: '';
    top: -300px;
    right: 0;
    height: 200%;
    max-height: 100vh;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    background-image: url('../images/gradient/gradient.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

body.nw-services-template-default h1,
body.nw-services-template-default .h1style {
    z-index: 5;
    position: relative;
}

body.nw-services-template-default .full_width_image_video_banner .image-16by9 {
    z-index: 5;
    position: relative;
}

/** CookieYES **/
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    background-color: #fff!important;
    width: 60px;
    height: 60px;
}
.cky-btn-revisit:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/cookie-icon.svg);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.contact_form.block, .news-feed.block, .logo-quilt {
    z-index: 2;
    position: relative;
}