/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Header            *
*    1.3 Footer            *
*    1.4 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        HIDE ID's IN HTML SITEMAP         *
--------------------------*/

li #id_923, li #id_924,
li:has(#id_923), li:has(#id_924) {
    display: none !important;
}

/*.starting-logo {*/
/*    display: none !important;*/
/*}*/

/*--------------------------
*        1. Global         *
--------------------------*/

/* 1.1 Custom Properties */
:root {
    /* Add color custom properties here */
    --color-brand: #f5c64e;
    --color-brand-rgba: 245, 198, 78;
    --color-black: #0a0d0d;
    --color-black-rgba: 10, 13, 13;
    --color-white: #ffffff;
    --color-white-rgba: 255, 255, 255;
}

html body p, html body ul li, html body ol li {
    text-wrap: pretty;
}

html .no-wrap {
    white-space: nowrap;
}

body .nectar-cta h6, body .row .col .nectar-cta h6, body .nectar-cta p, body .row .col .nectar-cta p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

body .nectar-cta h6 .link_wrap, body .row .col .nectar-cta h6 .link_wrap, body .nectar-cta p .link_wrap, body .row .col .nectar-cta p .link_wrap {
    display: inline-block;
    text-align: center;
}

html .nectar-video-box .inner-wrap > a.full-link {
    -webkit-box-shadow: 0 0 1px var(--color-black);
    box-shadow: 0 0 1px var(--color-black);
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    text-wrap: balance;
    letter-spacing: 0;
}

/* Don't let phone number links wrap */
a[href^="tel:"], a[href^="tel+"] {
    white-space: nowrap;
}

body p a, body .wpb_text_column p a, body .content-page ul li a, body .content-page ol li a {
    font-weight: 700;
    color: var(--color-brand);
}

body p a:hover, body .content-page ul li a:hover, body .content-page ol li a {
    color: var(--color-black);
}

/* Hidden Links */
a.hide-link, a.hide-link:hover, body p a.hide-link, body p a.hide-link:hover, body .content-page ul li a.hide-link, body .content-page ul li a.hide-link:hover, body .content-page ol li a.hide-link, body .content-page ol li a.hide-link:hover, body .wpb_text_column p a.hide-link, body .content-page ul li a.hide-link, body .content-page ol li a.hide-link {
    color: var(--color-black);
    text-decoration: none;
    cursor: text;
    font-weight: 400;
}

/* Remove default appearance for iOS/Safari forms */
input:matches([type="button"], [type="submit"], [type="reset"]) {
    -webkit-appearance: none !important;
}

.wpb_column[data-cfc="true"] p a {
    -webkit-transition: color .3s, opacity .3s;
    -o-transition: color .3s, opacity .3s;
    transition: color .3s, opacity .3s;
}

.wpb_column[data-cfc="true"] p a:hover {
    color: var(--color-brand);
    opacity: .8;
}

/* 1.1 Custom Properties */

/* 1.2 Header */

html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

html #top ul .slide-out-widget-area-toggle a i.label {
    font-size: 18px;
    font-weight: bold;
}

html #header-outer #top nav > ul > li.header-contact > a {
    padding: 12px 24px;
    font-weight: 600;
}

html #header-outer #top nav > ul > li > a {
    font-weight: 600;
}

html #header-outer #top nav > ul > li.header-contact > a .menu-title-text {
    color: var(--color-black) !important;
}

html #header-outer #top nav > ul > li.header-contact > a:hover .menu-title-text {
    color: var(--color-white) !important;
}

html #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]).header-contact > a:hover .menu-title-text:after {
    display: none;
}

html li.header-contact a {
    position: relative;
}

html #header-outer #top nav > ul > li.header-contact > a:after,
html li.header-contact a:after {
    content: "";
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 200px;
    height: 100%;
    position: absolute;
    width: 100%;
    background: var(--color-white);
    background: -o-linear-gradient(left, var(--color-white), var(--color-white), var(--color-white));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-white)), color-stop(var(--color-white)), to(var(--color-white)));
    background: linear-gradient(90deg, var(--color-white), var(--color-white), var(--color-white));
    background-size: 1300%;
    -webkit-animation: nectarBtnGradientScroll 30s linear infinite;
    animation: nectarBtnGradientScroll 30s linear infinite;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0;
}

html #header-outer #top nav > ul > li.header-contact > a:hover:after, html li.header-contact a:hover:after {
    height: 105%;
    width: 110%;
    border-radius: 200px;
    background: var(--color-brand);
    background: -o-linear-gradient(left, var(--color-brand), var(--color-black), var(--color-brand));
    background: -webkit-gradient(linear, left top, right top, from(var(--color-brand)), color-stop(var(--color-black)), to(var(--color-brand)));
    background: linear-gradient(90deg, var(--color-brand), var(--color-black), var(--color-brand));
    background-size: 1300%;
    -webkit-animation: nectarBtnGradientScroll 30s linear infinite;
    animation: nectarBtnGradientScroll 30s linear infinite;
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    min-height: 40px;
    padding-bottom: 0;
}

html #header-outer.material-search-open nav {
    display: none !important;
}

html #slide-out-widget-area .ocm-dropdown-arrow i {
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

html body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 15px;
}

html body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li:has(a[href*='tel']) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ffffff45;
}

html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a, html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 26px;
    line-height: 36px;
}

html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li li a, html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li li a {
    font-size: 22px;
    line-height: 32px;
}

html #header-outer.scrolled-down {
    -webkit-box-shadow: 0 0 10px 0 var(--color-black);
    box-shadow: 0 0 10px 0 var(--color-black);
}

html #header-outer[data-full-width=true] header > .container {
    padding: 0 50px;
}

/* 1.3 Footer */

body .before-footer .row .col h3 {
    color: var(--color-white);
    font-size: 40px;
    line-height: 1.2;
}

body .before-footer .row .col h4 {
    color: var(--color-white);
    font-size: 34px;
    line-height: 1.2;
}

.footer-awards .carousel-item .img-with-aniamtion-wrap {
    background-color: var(--color-white);
    padding: 5px;
}

.footer-awards .span_12.dark .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(var(--color-white-rgba), 50%);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.footer-awards .span_12.dark .owl-theme .owl-dots .owl-dot.active span, .footer-awards .span_12.dark .owl-dots .owl-dot:hover span {
    background-color: var(--color-white) !important;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.footer-awards .owl-carousel .owl-stage {
    padding: 25px 0 0;
}

body .row .footer-awards .col h5 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 15px;
    color: var(--color-white);
}

.footer-awards hr, .contact-page-info hr {
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    border-style: solid;
    color: var(--color-white);
}

html body .nectar-global-section.before-footer .footer-awards h6, html body .nectar-global-section.before-footer .footer-awards p {
    margin-bottom: 0 !important;
}

.footer-awards .owl-theme[data-desktop-cols] .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.footer-social {
    text-align: center;
    margin-top: 24px;
}

.footer-social a i {
    font-size: 35px;
}

.footer-social a {
    padding-right: 15px;
}

.footer-social a:last-of-type {
    padding-right: 0;
}

.footer-social a i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--color-white);
}

.footer-social a:hover i {
    color: rgba(var(--color-white-rgba), 60%);
}

html body .nectar-global-section.before-footer h6, html body .nectar-global-section.before-footer p {
    margin-bottom: 10px !important;
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.4em;
}

html body .nectar-global-section.before-footer .footer-awards h6, html body .nectar-global-section.before-footer .footer-awards p {
    font-size: 18px;
    line-height: 26px;
}

html body .nectar-global-section.before-footer h6 a, html body .nectar-global-section.before-footer p a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    color: var(--color-black);
}

html body .nectar-global-section.before-footer h6 a:hover, html body .nectar-global-section.before-footer p a:not([role=button]):hover {
    color: rgba(var(--color-white-rgba), 70%);
}

html body .nectar-global-section.before-footer .nectar-cta h6 a:hover,
html body .nectar-global-section.before-footer .nectar-cta p a:not([role=button]):hover {
    color: var(--color-black);
}

html body .nectar-global-section.before-footer h6 a:after,
html body .nectar-global-section.before-footer p a:not(:has(img)):after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    background: var(--color-white);
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

html body .nectar-global-section.before-footer h6 a:hover:after, html body .nectar-global-section.before-footer p a:hover:after {
    width: 0;
    left: 50%;
}

html body .nectar-global-section.before-footer h6.wtp-links a:after, html body .nectar-global-section.before-footer p.wtp-links a:after {
    display: none;
}

html body .nectar-global-section.before-footer h6.wtp-links a:hover:after, html body .nectar-global-section.before-footer p.wtp-links a:hover:after {
    left: 0;
    display: none;
}

html body .nectar-global-section.before-footer h6 .nectar-cta a, html body .nectar-global-section.before-footer p .nectar-cta a {
    padding: 0;
}

html body .nectar-global-section.before-footer h6, #footer-outer h6, html body .nectar-global-section.before-footer p, #footer-outer p {
    color: var(--color-white);
    text-wrap: pretty;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .01em;
    padding-bottom: 0;
}

html body .nectar-global-section.before-footer h5, #footer-outer h5 {
    color: var(--color-white);
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

#footer-outer a {
    color: var(--color-white);
}

html body .nectar-global-section.before-footer h6 a, html body .nectar-global-section.before-footer h6.footer-po-box, #footer-outer h6 a, html body .nectar-global-section.before-footer p a, html body .nectar-global-section.before-footer p.footer-po-box, #footer-outer p a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0 0;
    position: relative;
}

html body .nectar-global-section.before-footer .nectar-cta h6 a, html body .nectar-global-section.before-footer .nectar-cta h6.footer-po-box, #footer-outer h6 a, html body .nectar-global-section.before-footer .nectar-cta p a, html body .nectar-global-section.before-footer .nectar-cta p.footer-po-box, #footer-outer .nectar-cta p a {
    padding: 0;
}

html body .nectar-global-section.before-footer h6 a:hover,
#footer-outer h6 a:hover,
html body .nectar-global-section.before-footer p a:not([role=button]):hover,
#footer-outer p a:hover {
    color: var(--color-brand);
}

html body .nectar-global-section.before-footer h6 a:after,
html body .nectar-global-section.before-footer h6.footer-po-box:after,
#footer-outer h6 a:after,
html body .nectar-global-section.before-footer p a:not(:has(img)):after,
html body .nectar-global-section.before-footer p.footer-po-box:after,
#footer-outer p a:not(:has(img)):after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    background: var(--color-black);
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

#footer-outer p a:not(:has(img)):after {
    background: var(--color-white);
}

html body .nectar-global-section.before-footer h6 a:hover:after, #footer-outer h6 a:hover:after, html body .nectar-global-section.before-footer p a:hover:after, #footer-outer p a:hover:after {
    width: 0;
    left: 50%;
    background: var(--color-brand);
}

#footer-outer {
    color: var(--color-white);
    position: relative;
    z-index: 10;
    background-color: var(--color-black);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 40px 5%;
}

#footer-outer .city-links {
    margin-bottom: 40px;
}

body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after,
#slide-out-widget-area .tagcloud a:hover {
    border-color: var(--color-brand);
}

/* 1.4 Sidebar */

/*------------------------
*      2. Home-page      *
-------------------------*/

.home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading, .home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a, .home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
    color: var(--color-brand);
}

.home-companies .nectar-flickity[data-controls=touch_total] .container, .home-services .nectar-flickity[data-controls=touch_total] .container {
    margin-top: 50px;
}

.home-services .nectar-fancy-box h4 {
    font-size: 22px;
    line-height: 1;
}

.home-companies .nectar-flickity[data-controls=touch_total] .visualized-total, .home-services .nectar-flickity[data-controls=touch_total] .visualized-total {
    background-color: rgba(var(--color-white-rgba), 50%);
}

.home-companies .nectar-flickity[data-controls=touch_total] .visualized-total span, .home-services .nectar-flickity[data-controls=touch_total] .visualized-total span {
    background-color: var(--color-white);
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: 10px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: 10px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: rgba(var(--color-brand-rgba), 75%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.home .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before {
    background-color: var(--color-brand);
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
    fill: var(--color-white);
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .next:after, .home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    background-color: var(--color-white);
    height: 3px;
    width: 20px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next, .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    width: 60px;
    height: 60px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg, .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    top: 13.5px;
    width: 20px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
    right: 14px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    left: 20px;
    margin-top: -1.5px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    left: 16px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    left: 20px;
    margin-top: -1.5px;
}

.home .nectar-fancy-box[data-style=image_above_text_underline] .text p {
    font-size: 18px;
    line-height: 28px;
}

h2.outline-heading {
    /*-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-brand);
    color: transparent;*/
    font-size: 90px;
    line-height: 1;
}

h2.section-title, body .row .col h3.section-title {
    font-size: 53px;
    line-height: 1.1;
    color: var(--color-brand);
}

h2.section-title .split, body .row .col h3.section-title .split {
    display: block;
}

.home-blog .nectar-post-grid-wrap:not([data-style=content_overlaid]) .content .item-main {
    padding-right: 20px;
}

.home-services .nectar-fancy-box[data-style=image_above_text_underline] .text {
    padding: 0;
}

.home-services .nectar-fancy-box, .home-services .nectar-fancy-box .home-serv-img {
    overflow: hidden;
}

.home-services .nectar-fancy-box .home-serv-img {
    margin-bottom: 20px;
}

.home-services .nectar-fancy-box .home-serv-img img {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.home-services .nectar-fancy-box:hover .home-serv-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body .row .home-services .col h3 {
    font-size: 22px;
    line-height: 1.2;
}

/* Video iFrame Banner Styles */
.wtp-video-container.wtp-video-background {
    aspect-ratio: 16/10;
    height: auto;
    overflow: hidden;
    position: relative;
}

.wtp-video-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 100vw;
}

.wtp-video-text .wtp-video-text-inner {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 90vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wtp-video-text .wtp-video-text-inner h1 {
    -webkit-animation: zoom-in 0.3s 1 normal ease forwards 0.5s;
    animation: zoom-in 0.3s 1 normal ease forwards 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    opacity: 0;
    text-align: center;
    height: auto;
    z-index: 999;
}

.home-video-banner .video-banner-content h1 {
    margin-bottom: .5em !important;
    font-size: clamp(12px, 4.4vw, 72px) !important;
    line-height: 1 !important;
}

.home-video-banner .video-banner-content h1 span.main {
    text-transform: uppercase;
}

.sub-page-banner .wtp-video-text .wtp-video-text-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sub-page-banner .wtp-video-text .wtp-video-text-inner h1 {
    font-size: clamp(36px, 4.4vw, 72px) !important;
    line-height: 1 !important;
    margin: 0;
    text-transform: uppercase;
    opacity: .9 !important;
    padding-bottom: 120px;
}

.wtp-video-container.wtp-video-background .wtp-video-foreground {
    -webkit-animation: 1s fade-in 1 normal;
    animation: 1s fade-in 1 normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.wtp-video-container.wtp-video-background .wtp-video-foreground,
.wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe.wtp-hero-iframe {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* Video */
.home_video-banner-shortcode * {
    height: 100%;
}

.home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
    height: 650px;
    z-index: 0;
}

.home-video-banner.shortcode-edition {
    position: absolute;
    top: 0;
}

.home-video-banner .nectar-video-wrap.row-bg-layer {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.wpb_row.home-video-banner .nectar-video-wrap video {
    visibility: visible;
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-video-banner,
.home_video-banner-shortcode {
    height: 100vh;
}

.home_video-banner-shortcode {
    z-index: -1;
}

.home-video-banner .row-bg-wrap {
    opacity: 0;
}

.home-video-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-radial-gradient(0 0, circle, #ffffff4f, transparent 24%);
    background: radial-gradient(circle at 0 0, #ffffff4f, transparent 24%);
    pointer-events: none;
    z-index: -1;
}

.home-video-banner .row_col_wrap_12 {
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 200px;
}

.home-video-banner .video-banner-content {
    opacity: .9;
}

.home-video-banner .video-banner-content .wpb_wrapper > div {
    margin-bottom: 15px;
}

.home-video-banner .video-banner-content h3, .home-video-banner .video-banner-content h2 {
    margin-bottom: 30px !important;
}

.home-video-banner .video-banner-content h3 a, .home-video-banner .video-banner-content h2 a {
    text-decoration: none;
}

.home-video-banner .video-banner-content h1 {
    margin-bottom: 20px;
}

.home-video-banner.sub-page-banner .video-banner-content h1 {
    font-size: 70px;
    margin-bottom: 30px;
    border: none;
    padding: 0 20px;
    max-width: 100%;
}

.video-banner-content .wpb_text_column.wpb_content_element, .video-banner-content .wpb_text_column.wpb_content_element .wpb_wrapper {
    border: none;
}

.banner-buttons .nectar-cta {
    margin: 0 10px;
}

.home-video-banner .banner-buttons .nectar-cta .link_wrap {
    background-color: rgb(255 255 255 / 90%);
    -webkit-transition: color .3s, background-color .3s, border-color .3s !important;
    -o-transition: color .3s, background-color .3s, border-color .3s !important;
    transition: color .3s, background-color .3s, border-color .3s !important;
}

.home-video-banner .banner-buttons .nectar-cta .link_wrap:hover {
    background-color: var(--color-brand);
    color: var(--color-black);
    border-color: var(--color-brand);
}

.home-video-banner .banner-buttons .nectar-cta .link_wrap a.link_text {
    color: var(--color-black);
}

.home-video-banner .banner-buttons .nectar-cta .link_wrap a.link_text i {
    margin-left: .33em;
    opacity: .85;
}

@media (max-width: 999px) {
    .home-video-banner,
    .home-video-banner .row_col_wrap_12,
    .home_video-banner-shortcode {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        max-height: 80dvh;
    }

    .home-video-banner .row_col_wrap_12 {
        padding-bottom: 0;
    }

    .home-video-banner.sub-page-banner .video-banner-content h1 {
        font-size: 40px !important;
        margin-bottom: 10px;
    }

    .banner-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    html body .wtp_banner-scroll-button {
        display: none;
    }
}

@media (max-width: 690px) {
    .home-video-banner .video-banner-content h3, .home-video-banner .video-banner-content h2 {
        font-size: 19px;
    }

    .home-video-banner .video-banner-content h3 .split, .home-video-banner .video-banner-content h2 .split {
        display: block;
    }

    .banner-buttons .nectar-cta {
        margin: 0 5px;
    }
}

@media (max-height: 500px) {
    .home-video-banner,
    .home-video-banner .row_col_wrap_12,
    .home_video-banner-shortcode {
        height: 450px;
    }
}

@media (min-aspect-ratio: 16/10) {
    .wtp-video-container.wtp-video-background {
        height: 100vh;
        max-height: 100vh;
    }

    .wtp-video-container.wtp-video-background .wtp-video-foreground,
    .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner {
        bottom: auto;
        padding-bottom: 56.6%;
    }
}

/* End Video Banner Styles */


/*------------------------
*      3. Sub-page       *
------------------------*/

.wtp-margin-auto,
html body .vc_row-fluid > .span_12 > .wtp-margin-auto.wpb_column:not([class*=offset-]) {
    margin: 0 auto;
}

.home-video-banner.sub-page-banner, .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
    height: 75vh;
}

.span_12.dark .sub-page-banner .nectar_video_lightbox.play_button:before {
    border: 3px solid var(--color-white);
}

.span_12.dark .sub-page-banner .nectar_video_lightbox path {
    fill: var(--color-white);
}

.about-difference p, .about-experience p {
    color: var(--color-white);
}

.about-difference p a:hover, .about-experience p a:hover {
    color: var(--color-white);
}

.contact-page-intro h3 {
    color: var(--color-brand);
}

.contact-page-intro h3 a {
    color: var(--color-black);
}

.contact-page-intro h3 a:hover {
    color: var(--color-brand);
}

html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    top: auto;
    right: 15px;
    bottom: auto;
    color: #000;
}

html body .contact-page-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--color-black) transparent transparent transparent;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: auto;
    width: 0;
    bottom: 35px;
}

html body .contact-page-form .address_state .select2-container--default .select2-selection--single .select2-selection__arrow b {
    bottom: 16px;
}

html body .contact-page-form .gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    color: var(--color-black);
    font-size: 16px !important;
}

html body .contact-page-form .gform-theme--framework .gform-field-label .gfield_required.gfield_required_asterisk {
    color: var(--gf-ctrl-label-color-req) !important;
    font-size: 18px !important;
}

html body .contact-page-form .select2-container--default .select2-selection--single {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 38px;
}

body .contact-page-form .gform_wrapper .top_label .gfield_label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--color-brand);
}

.contact-page-form .gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label, .contact-page-form .gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 500 !important;
    bottom: 3px;
    position: relative;
    margin-left: 10px;
}

.contact-page-form p.gform_required_legend {
    font-size: 16px;
    line-height: 26px;
}

.contact-page-form .gform_button.button {
    font-size: 18px !important;
    line-height: 28px !important;
    border: 1px solid var(--color-black) !important;
    color: var(--color-black) !important;
}

.contact-page-form .gform_button.button:hover {
    border: 1px solid var(--color-brand) !important;
}

.contact-page-form .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

html .gform_confirmation_message {
    text-align: center;
    background-color: green;
    padding: 10px;
    color: var(--color-white);
    font-size: 24px;
    line-height: 32px;
}

body[data-fancy-form-rcs="1"] .contact-page-form .fancy-select-wrap {
    padding-top: 0;
}

body .contact-page-form .address_country.ginput_address_country .select2-selection.select2-selection--single {
    height: 38px;
    border-radius: 3px;
}

body[data-fancy-form-rcs="1"] .contact-page-form .fancy-select-wrap label {
    color: var(--color-black) !important;
}

html body select.select2-hidden-accessible {
    clip: unset !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 12px !important;
    position: relative !important;
    width: 100% !important;
    max-height: 38px !important;
}

html body .select2 {
    display: none !important;
}

html body .gform_wrapper input:not(.button),
html body .gform_wrapper textarea,
html body .gform_wrapper select {
    border: 1px solid var(--color-black) !important;
    outline: 2px solid transparent !important;
    -webkit-transition: outline-color .45s !important;
    -o-transition: outline-color .45s !important;
    transition: outline-color .45s !important;
}

html body .gform_wrapper input:not(.button):focus,
html body .gform_wrapper textarea:focus,
html body .gform_wrapper select:focus,
html body .gform_wrapper input:not(.button):active,
html body .gform_wrapper textarea:active,
html body .gform_wrapper select:active {
    outline-color: var(--color-brand) !important;
}

html body .ginput_container .fancy-select-wrap {
    position: relative;
    cursor: pointer;
}

.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .contact-page-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .contact-page-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control {
    background-color: var(--color-brand);
}

.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .contact-page-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .contact-page-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
    background-color: var(--color-black);
}

.contact-page-form .gform-theme--framework .gfield:where(.gfield--type-fileupload, .contact-page-form .gfield--input-type-fileupload) .gform_drop_area::before {
    color: var(--color-brand);
}

html body[data-form-submit="see-through"] input[type=submit]:hover,
html body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn):hover {
    color: var(--color-black) !important;
}

.contact-page-info .footer-social {
    margin-top: 0;
}

body .contact-page-info p, body .contact-page-info p a {
    color: var(--color-white);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

body .contact-page-info p a:hover {
    opacity: .6;
}

.contact-page-info hr {
    margin-top: 0;
    margin-bottom: 20px;
}

.full-width-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 35%;
}

.full-width-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .content-page h2, body .content-page h4, body .content-page h6 {
    color: var(--color-brand);
}

body .content-page h3, body .content-page h5 {
    color: var(--color-black);
}

body .content-page.dark-background h2, body .content-page.dark-background h3, body .content-page.dark-background h4, body .content-page.dark-background h5, body .content-page.dark-background h6 {
    color: var(--color-white);
}

body .content-page h2, body .content-page h3, body .content-page h4, body .content-page h5, body .content-page h6 {
    margin-bottom: 15px;
}

body .content-page h2 a, body .content-page h3 a, body .content-page h4 a, body .content-page h5 a, body .content-page h6 a, body .content-page h2 a.hide-link, body .content-page h3 a.hide-link, body .content-page h4 a.hide-link, body .content-page h5 a.hide-link, body .content-page h6 a.hide-link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-weight: inherit;
    color: inherit;
}

body .content-page h2 a:hover, body .content-page h3 a:hover, body .content-page h4 a:hover, body .content-page h5 a:hover, body .content-page h6 a:hover {
    opacity: .7;
}

body .content-page .nectar-cta h6 a:hover, body .content-page .nectar-cta p a:hover {
    opacity: 1;
}

body .content-page p {
    padding-bottom: 15px;
}

body .content-page ul, body .content-page ol {
    margin: 20px 0 20px 40px;
}

body .content-page ul li, body .content-page ol li {
    padding-right: 10px;
}

body .content-page ul.list-cols, body .content-page ol.list-cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

body .content-page.dark-background p a.hide-link, body .content-page.dark-background ul li a.hide-link, body .content-page.dark-background ol li a.hide-link, body .content-page.dark-background p a.hide-link:hover, body .content-page.dark-background ul li a.hide-link:hover, body .content-page.dark-background ol li a.hide-link:hover {
    color: var(--color-white);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 1;
}

body .content-page.dark-background h2 {
    margin-bottom: 20px;
}

body .content-page.dark-background .split {
    display: block;
}

.content-page.background-overlay {
    background: url("/wp-content/uploads/2024/04/custom-metal-fabrication-and-assembly.png") center no-repeat fixed;
    background-size: contain;
}

.blog-page .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-brand);
}

#ajax-content-wrap .blog-page .nectar-underline .post-heading, #ajax-content-wrap .blog-page .nectar-underline .post-heading a, #ajax-content-wrap .blog-page .nectar-underline .post-heading a span {
    color: var(--color-brand);
}

#ajax-content-wrap .blog-page .nectar-underline span.link_text {
    color: var(--color-brand);
}

.blog-page .nectar-post-grid-item-bg-wrap {
    padding: 3px;
}

.blog-page .nectar-post-grid-item-bg-wrap .nectar-post-grid-item-bg {
    aspect-ratio: 3/2;
}

html body #ajax-content-wrap .blog-page .nectar-post-grid-item-bg-wrap .nectar-post-grid-item-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-page .nectar-post-grid-item-bg-wrap-inner {
    -webkit-box-shadow: 0 0 1px 0 rgba(var(--color-black-rgba), 50%);
    box-shadow: 0 0 1px 0 rgba(var(--color-black-rgba), 50%);
}

.post-template-default .post .content-inner {
    padding-bottom: 0;
}

body.post-template-default.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}

.post-template-default #single-below-header, .post-template-default #single-meta {
    display: none;
}

.post-template-default.single.single-post .section-title h1 {
    max-width: 100%;
    text-align: center;
}

.post-template-default .page-header-bg-image-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--color-black-rgba), 50%);
    z-index: 10;
}

.post-template-default.single-post #page-header-wrap[data-responsive=true], .post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg {
    height: 60vh !important;
}

.post-template-default #page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap {
    padding-top: 100px;
}

body.post-template-default.single-post #page-header-bg[data-post-hs=default][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.post-template-default .container.main-content .row {
    padding-bottom: 0;
}

body[data-ext-responsive=true].post-template-default.single-post .container-wrap.no-sidebar .post-area {
    max-width: 100%;
}

html .post-template-default #page-header-bg .span_6 h1 {
    font-size: 60px;
    line-height: 1.1;
    text-wrap: balance;
}

html .row .service-page .col h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

html .row .service-page .col h3 a {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html .row .service-page .col h3 a:hover {
    opacity: .6;
}

html .service-page p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

html body[data-col-gap="50px"] .vc_row-fluid.service-page .wpb_column {
    padding-left: 10px;
    padding-right: 10px;
}

html body.our-companies[data-col-gap="50px"] .vc_row-fluid.service-page .wpb_column {
    padding-left: 25px;
    padding-right: 25px;
}

body .service-flips .flip-box-back p a,
body .service-flips .flip-box-back p a:hover,
body .service-flips .flip-box-back p a.hide-link,
body .service-flips .flip-box-back p a.hide-link:hover {
    color: var(--color-black);
    opacity: 1;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

body .service-flips .flip-box-back p a:hover {
    opacity: .7;
}

.responsive-table {
    overflow-x: auto;
    margin-top: 20px;
}

body:not(.woocommerce-cart) .main-content .responsive-table table, .responsive-table table {
    width: 100%;
    border-top: 1px solid var(--color-brand-);
}

body:not(.woocommerce-cart) .main-content .responsive-table table td, .responsive-table table td {
    font-size: 18px;
    line-height: 26px;
    border-color: var(--color-brand);
}

body:not(.woocommerce-cart) .main-content .responsive-table table td a, .responsive-table table td a {
    color: var(--color-brand);
}

body:not(.woocommerce-cart) .main-content .responsive-table table td a:hover, .responsive-table table td a:hover {
    color: var(--color-black);
}

body:not(.woocommerce-cart) .main-content .centered-table table {
    margin-bottom: 0;
}

.centered-table table td {
    text-align: center;
}

.post-template-default .nectar-social {
    display: none;
}

.narrow-text {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

.narrow-text.narrow-text-other {
    max-width: 900px;
}

.image-alt {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

.charity-logos img {
    background-color: var(--color-white);
}

.about-timeline .wpb_tabs_nav li a span {
    font-size: 24px;
    line-height: 32px;
}

.about-timeline .nectar-cta {
    margin-top: 20px;
    margin-bottom: 0;
}

.about-timeline .nectar-cta .link_wrap {
    white-space: normal;
    max-width: 100%;
    text-wrap: wrap;
    display: block;
    width: 450px;
    margin: 0 auto;
}

.team-page hr {
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    border-style: solid;
    color: var(--color-brand);
    margin-left: 0;
}

.row .team-page .col .team-member h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}

.team-page .team-member .position {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-black);
}

body[data-col-gap="50px"] .vc_row-fluid.team-page .wpb_column {
    padding-left: 10px;
    padding-right: 10px;
}

.company-intro-bg .column-image-bg, .capabilities-intro-bg .column-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.company-intro .company-intro-text .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    width: 70%;
    background-color: rgba(var(--color-white-rgba), 90%);
    padding: 20px;
    -webkit-box-shadow: 0 0 4px 0 var(--color-black);
    box-shadow: 0 0 4px 0 var(--color-black);
}

body .content-page .course-intro h3 {
    color: var(--color-white);
}

body .content-page .course-intro p, body .content-page .course-intro p a {
    color: var(--color-white);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

body .content-page .course-intro p a:hover {
    opacity: .6;
}

body .content-page .course-intro p a.hide-link:hover {
    opacity: 1;
}

.custom-height {
    min-height: 550px;
}

.custom-height-taller {
    min-height: 700px;
}

.row .col img.image-small {
    max-width: 350px;
    float: right;
    margin: 0 0 20px 30px;
}

html body.material #search-results .result .inner-wrap h2 {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body.material #search-results .result .inner-wrap h2 a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

html #search-results .result .title span {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-black);
}

html #search-results .result .inner-wrap > a:nth-of-type(1) {
    max-height: 200px;
    min-height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
}

html #search-results .result a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

html body h2.long-h2 {
    font-size: 26px;
    line-height: 1.4;
    color: var(--color-brand);
}

html body h2.long-h2 a.hide-link {
    color: var(--color-brand);
    text-decoration: none;
    cursor: text;
    font-weight: 600;
}

html body h2.large-long-h2 {
    font-size: 60px;
    line-height: 1.2;
    color: var(--color-brand);
}

.nectar-highlighted-text em {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(left, var(--color-black) 0, var(--color-black) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-black)), to(var(--color-black)));
    background-image: linear-gradient(to right, var(--color-black) 0, var(--color-black) 100%);
    -webkit-transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    -o-transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    background-position: left 70%;
    display: inline;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0 3px;
}

.nectar-highlighted-text em.animated {
    background-image: -o-linear-gradient(left, var(--color-brand) 0, var(--color-white) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-brand)), to(var(--color-white)));
    background-image: linear-gradient(to right, var(--color-brand) 0, var(--color-white) 100%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.capabilities-list .wpb_text_column li a {
    text-decoration: none;
}

.service-fancy .nectar-fancy-box[data-style="parallax_hover"] .inner {
    padding: 11% 0 10%;
}

.service-fancy .nectar-fancy-box .inner h3 a, .service-fancy .nectar-fancy-box .inner .nectar-cta h6 a, .service-fancy .nectar-fancy-box .inner .nectar-cta p a {
    text-decoration: none;
}

.service-fancy .nectar-fancy-box .inner .nectar-cta h6 a, .service-fancy .nectar-fancy-box .inner .nectar-cta p a {
    text-shadow: 1px 1px 0 var(--color-black);
}

.service-fancy .nectar-fancy-box .inner h3 {
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 var(--color-black);
}

.service-fancy .nectar-fancy-box .inner .nectar-cta h6 span:hover a span, .service-fancy .nectar-fancy-box .inner .nectar-cta p span:hover a span {
    color: var(--color-black);
    text-shadow: none;
}

.service-fancy .nectar-fancy-box .inner p, .service-fancy .nectar-fancy-box[data-style="parallax_hover"] p {
    color: var(--color-white);
    opacity: 1;
    text-shadow: 1px 1px 0 var(--color-black);
}

.service-flips .nectar-flip-box .flip-box-front .inner {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-shadow: 1px 1px 0 var(--color-black);
}

.service-flips .nectar-flip-box .flip-box-back .inner h3, .service-flips .nectar-flip-box .flip-box-back .inner h3 a {
    color: var(--color-white);
}

.service-flips .nectar-button span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.service-flips a.hide-link, .service-flips a.hide-link:hover {
    color: var(--color-white);
}

.color-play-btn .nectar_video_lightbox.play_button:before {
    background-color: rgba(var(--color-brand-rgba), 90%);
    z-index: 0;
}

.zoom-gallery .portfolio-items .col .work-item .work-info .default-link {
    background-color: transparent;
    border: 2px solid var(--color-white);
    padding: 9px 15px;
    color: var(--color-white);
    font-weight: 600;
    font-size: 18px;
    border-radius: 40px;
}

.zoom-gallery .portfolio-items .col .work-item .work-info .default-link:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}

.wpb_row.logo-background .row-bg {
    background-size: 70vw;
    background-attachment: fixed;
}

.wpb_row.logo-background .row-bg-wrap .row-bg-overlay {
    opacity: .97 !important;
}

.stretch-image .img-with-aniamtion-wrap *, .stretch-image .vc_column-inner * {
    position: relative;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -o-object-fit: cover;
    object-fit: cover;
}

.stretch-image .img-with-aniamtion-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

html body h1.page-title {
    color: var(--color-brand);
    font-size: 50px;
    line-height: 1.1em;
    margin-bottom: 30px;
}

html body.single-post .container-wrap {
    padding-top: 0;
    margin-top: -120px;
}

html body.single-post #header-outer {
    background-color: transparent;
}

html body .city-btns .nectar-cta h6 .link_wrap, html body .city-btns .nectar-cta p .link_wrap {
    width: 100%;
}

html body.gallery a#logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0;
    background-color: transparent;
    border: none !important;
}

html body .project-gallery .portfolio-items .col {
    background: transparent;
}

html body .project-gallery .portfolio-items .col .work-item {
    margin-bottom: 0;
}

html body .project-gallery .portfolio-items .col .work-item .work-info .default-link {
    padding: 15px 30px;
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    font-size: 16px;
    margin: 0;
    border-radius: 40px;
}

html body .project-gallery .portfolio-items .col .work-item .work-info .default-link {
    padding: 15px 30px;
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    font-size: 16px;
    margin: 0;
    border-radius: 40px;
    font-weight: 600;
}

html body .project-gallery .portfolio-items .col .work-item .work-info .default-link:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}

html body .service-flips .wpb_wrapper, html body .service-flips .wpb_wrapper .nectar-flip-box, html body .service-flips .wpb_wrapper .nectar-flip-box .flip-box-front {
    height: 100% !important;
}

html body .child-pages-grid h3.child-page-title {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 20px;
}

html body .child-pages-grid a.button {
    text-align: center;
    margin: 20px auto 0;
    padding: 15px 30px;
    color: var(--color-black);
    border-radius: 200px;
    border: 1px solid var(--color-black);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

html body .child-pages-grid a.button:hover {
    color: var(--color-white);
    background-color: var(--color-brand);
    border: 1px solid var(--color-brand);
}

html body .wtp_top-bar {
    background-color: var(--color-brand);
    margin: 0;
    padding: 0 8%;
}

html body .wtp_top-bar p {
    color: var(--color-black);
    padding: .25em 0;
    text-align: center;
}

html body .wtp_sub-col-border > .vc_column-inner {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
}

html body .wtp_sub-col-border > .vc_column-inner .border-wrap .border-top,
html body .wtp_sub-col-border > .vc_column-inner .border-wrap .border-right,
html body .wtp_sub-col-border > .vc_column-inner .border-wrap .border-left {
    display: none !important;
}

html body .wtp_sub-col-border > .vc_column-inner .border-wrap .border-bottom {
    border-radius: 999px;
}

html body .project-gallery.no-lightbox .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));;
    gap: 2em;
}

html body .project-gallery.no-lightbox .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    aspect-ratio: 3/2;
}

html body .project-gallery.no-lightbox .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap,
html body .project-gallery.no-lightbox .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner,
html body .project-gallery.no-lightbox .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    height: 100%;
}

html body .project-gallery.no-lightbox .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body .flip-box-back h2 a,
html body .nectar-flip-box .flip-box-back[data-text-color=dark] {
    color: var(--color-black);
}


/*------------------------
*      4. Responsive     *
------------------------*/

@media (min-width: 1500px) {
    body .content-page ul.list-cols, body .content-page ol.list-cols {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1500px) {
    .narrow-text {
        max-width: 80%;
    }
}

@media (min-width: 1450px) {
    .testimonials .home-video-banner.sub-page-banner, .testimonials .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 95vh;
    }
}

@media (max-width: 1450px) {
    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 600px;
    }
}

@media (max-width: 1380px) {
    html .row .service-page .link_wrap {
        padding: 10px 30px !important;
    }
}

@media (max-width: 1350px) {
    html body #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-size: 36px;
        line-height: 46px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
    html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
        font-size: 22px;
        line-height: 32px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li li a,
    html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li li a {
        font-size: 18px;
        line-height: 28px;
    }

    html #slide-out-widget-area .ocm-dropdown-arrow i {
        font-size: 26px;
        height: 36px;
        width: 36px;
        line-height: 36px;
    }

    .narrow-text {
        max-width: 85%;
    }

    .team-page .vc_col-sm-1\/5 {
        width: 33.33%;
    }

    .service-flips .flip-box-front, .service-flips .flip-box-back {
        min-height: 550px !important;
    }

    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 550px;
    }
}

@media (max-width: 1300px) {
    html body .child-pages-grid h3.child-page-title {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .service-page .vc_col-sm-1\/5 {
        width: 33.3%;
    }

    .service-page .col.span_12 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .service-page .vc_col-sm-1\/5:nth-of-type(4), .service-page .vc_col-sm-1\/5:nth-of-type(5) {
        margin-top: 30px;
    }

    .narrow-text {
        max-width: 90%;
    }

    .wider-cols .vc_col-sm-6 {
        width: 100%;
    }

    .col-swap.wider-cols .row_col_wrap_12_inner {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .wider-cols .custom-height {
        min-height: auto;
    }

    .row .wider-cols .col .company-intro-bg img.image-alt {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 20px 0 0 0;
        padding: 0;
        height: auto;
        width: auto;
    }

    .wider-cols .company-intro-bg .column-image-bg {
        display: none;
    }

    html body h2.long-h2 {
        font-size: 24px;
    }

    html body h2.large-long-h2 {
        font-size: 45px;
    }

    .service-flips .flip-box-front, .service-flips .flip-box-back {
        min-height: 650px !important;
    }
}

@media (max-width: 999px) {
    body .nectar-mobile-only.mobile-header a, html body #header-outer.transparent .nectar-mobile-only.mobile-header li:not([class*="menu-item-btn-style"]) a {
        color: var(--color-black) !important;
        background-color: var(--color-white);
        border-radius: 40px;
        font-size: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
    }

    body .nectar-mobile-only.mobile-header li.header-contact a {
        padding: 0 10px;
    }

    body #header-outer .mobile-header li:not([class*="button_"]) > a:hover .menu-title-text:after {
        border: none;
    }

    body li.header-contact {
        display: none;
    }

    h2.section-title {
        font-size: 50px;
    }

    h2.section-title .split {
        display: inline-block;
    }

    html body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, html body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
        background-color: #fff;
    }

    #search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line, .nectar-close-btn .close-line, .slide_out_area_close .close-wrap .close-line, .style_slide_in_click .close-cart .close-line {
        background: var(--color-black);
    }

    html #slide-out-widget-area.slide-out-from-right {
        padding-left: 0;
    }

    #gt_float_wrapper {
        bottom: 10px !important;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .wpb_wrapper h2.vc_custom_heading.outline-heading {
        font-size: 70px !important;
        line-height: 1 !important;
    }

    html body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .wpb_column.footer-logo {
        margin: 0 auto 24px;
    }

    html body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .wpb_column.footer-button {
        margin: 34px auto 0;
        width: 100%;
    }

    html .wpb_wrapper > div.footer-social:last-child {
        margin: 40px 0 10px;
        width: 100%;
    }

    html .contact-page-info .wpb_wrapper > div.footer-social:last-child {
        margin: 25px 0 0;
    }

    html .nectar-global-section.before-footer h3 span.split:nth-of-type(2) {
        display: block;
    }

    .home-video-banner.sub-page-banner, .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 65vh;
    }

    .home-blog .nectar-post-grid-wrap:not([data-style=content_overlaid]) .content .item-main {
        padding-right: 0;
    }

    .full-width-map {
        padding-top: 50%;
    }

    body .content-page ul.list-cols, body .content-page ol.list-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .post-template-default.single-post #page-header-wrap[data-responsive=true], .post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg {
        height: 50vh !important;
    }

    html .post-template-default #page-header-bg .span_6 h1 {
        font-size: 50px;
    }

    .service-page .vc_col-sm-1\/5 {
        width: 50%;
    }

    .service-page .vc_col-sm-1\/5:nth-of-type(4), .service-page .vc_col-sm-1\/5:nth-of-type(5) {
        margin-top: auto;
    }

    .narrow-text {
        max-width: 100%;
    }

    .col-swap .row_col_wrap_12_inner {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .team-page .vc_col-sm-1\/5 {
        width: 50%;
    }

    body[data-col-gap="50px"] .vc_row-fluid.team-page .wpb_column {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row .col .company-intro-bg img.image-alt {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
    }

    .company-intro-bg .column-image-bg {
        display: none;
    }

    .custom-height, .custom-height-taller {
        min-height: auto;
    }

    .row .col img.image-small {
        max-width: 100%;
        float: none;
        margin: 0;
    }

    .charity-logos .wpb_column {
        width: 50%;
    }

    .charity-logos .row_col_wrap_12_inner.col.span_12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-mission, .about-mission h3 {
        text-align: center;
    }

    .about-mission .nectar-split-heading, .about-mission .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="left"] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .service-flips .flip-box-front, .service-flips .flip-box-back {
        min-height: 500px !important;
    }

    .color-play-btn .nectar_video_lightbox.play_button {
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 500px;
    }

    .sub-page-banner .wtp-video-text .wtp-video-text-inner h1 {
        top: 6%;
        position: relative;
    }

    html #header-outer[data-full-width=true] header > .container {
        padding: 0 28px;
    }

    html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px;
    }

    html body .child-pages-grid h3.child-page-title {
        font-size: 24px;
    }

    /*.home-video-banner .banner-buttons {*/
    /*    -webkit-box-pack: start;*/
    /*    -ms-flex-pack: start;*/
    /*    justify-content: flex-start;*/
    /*    padding: 0 8%;*/
    /*}*/
    /*.home-video-banner .banner-buttons .nectar-cta {*/
    /*    margin: 0;*/
    /*}*/
    /*.home-video-banner .video-banner-content,*/
    /*.home-video-banner .banner-buttons .nectar-cta:not(:has(a[href*='you'])) {*/
    /*    display: none;*/
    /*}*/
    .home-video-banner > .row_col_wrap_12 {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    /*html body .wtp_top-bar p {*/
    /*    font-size: 16px;*/
    /*    line-height: 1.4;*/
    /*}*/
    /*html body:has(.wtp_top-bar) #header-outer {*/
    /*    top: 30px;*/
    /*}*/
    body .container-wrap .vc_row-fluid[data-column-margin="40px"]:has(.wtp_sub-col-border) .wpb_column:not(.child_column),
    body .container-wrap .wpb_row:has(.wtp_sub-col-border) .inner_row[data-column-margin="40px"] .child_column {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    html body .project-gallery.gallery-mobile {
        display: none;
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .home-video-banner .video-banner-content h1 span.h2 {
        text-transform: none;
        font-size: .75em;
    }
}

@media (max-width: 767px) {
    .home-video-banner .video-banner-content h1 span.main {
        display: none;
    }

    .wtp-video-text .wtp-video-text-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sub-page-banner .wtp-video-text .wtp-video-text-inner h1 {
        top: 0;
        padding-bottom: clamp(40px, 12%, 80px);
        line-height: 1 !important;
    }

    body .nectar-mobile-only.mobile-header a, html body #header-outer.transparent .nectar-mobile-only.mobile-header li:not([class*="menu-item-btn-style"]) a {
        font-size: 14px;
    }

    html #header-outer[data-full-width=true] header > .container {
        padding: 0 15px;
    }

    h2.section-title {
        font-size: 36px;
    }

    h2.section-title .split {
        display: block;
    }

    html body .nectar-mobile-only.mobile-header li {
        margin: 0 5px;
    }

    html body #top .span_9 > .slide-out-widget-area-toggle {
        padding: 0 5px;
    }

    html .gdlr-core-page-builder-body .home-testimonials .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name, html .gdlr-core-page-builder-body .home-services .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name {
        bottom: 10px;
    }

    html body .home-testimonials a:not(.hero-btn).yt--popper:before {
        top: auto;
        bottom: 90px;
    }

    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 450px;
    }

    html body .project-gallery.gallery-desktop {
        display: none;
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
    }

    html body.gallery .project-gallery.gallery-mobile a img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        padding: 0;
        background-color: transparent;
        border: none !important;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    html .project-gallery.gallery-mobile .wpb_gallery_slides ul.flex-direction-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        top: 15px;
    }

    html .gallery-mobile .flex-direction-nav a {
        height: 40px;
        width: 40px;
        line-height: 38px;
    }

    html .gallery-mobile .flex-direction-nav a i {
        font-size: 24px;
    }

    body .gallery-mobile .flex-gallery .flex-direction-nav li.flex-nav-prev {
        margin-right: 10px;
    }

    html body .row .content-page .col .child-pages-grid h3.child-page-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .home-video-banner .video-banner-content h1 {
        font-size: clamp(14px, 4.5vw, 48px) !important;
        line-height: 1 !important;
        text-transform: uppercase;
    }

    html body .nectar-flip-box .flip-box-back {
        max-height: 100%;
    }

    html body .nectar-flip-box .flip-box-back .inner,
    html body .nectar-flip-box .flip-box-front .inner {
        padding: 20px;
    }

    html body .flip-box-back h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    html body .flip-box-back p {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    html body .flip-box-back a.nectar-button {
        padding: 10px 24px !important;
    }
}

@media (max-width: 690px) {
    .home-blog .nectar-post-grid .nectar-post-grid-item .meta-excerpt {
        font-size: 18px;
    }

    body .before-footer .row .col h3 {
        font-size: 36px;
    }

    .page-header .nectar-cta, .page-header h1 {
        text-align: center;
    }

    .home-services .nectar-fancy-box h4, .home-companies .nectar-fancy-box h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .home-companies .nectar-flickity[data-controls=touch_total] .container, .home-services .nectar-flickity[data-controls=touch_total] .container {
        margin-top: 30px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .next:after, .home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
        height: 2px;
        width: 15px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next, .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        width: 40px;
        height: 40px;
        top: 45%;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg, .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
        width: 12px;
        top: 9px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
        right: 10px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
        left: 12px;
        margin-top: -1px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
        left: 10px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
        left: 13px;
        margin-top: -1px;
    }

    .wpb_wrapper h2.vc_custom_heading.outline-heading {
        font-size: 44px !important;
        line-height: 1 !important;
        padding: 0 15px;
    }

    body #header-outer[data-full-width="true"] header > .container {
        padding: 0 10px;
    }

    html #header-outer .row .col.span_9 {
        display: block;
    }

    html #header-outer .row .col.span_9 .nectar-mobile-only.mobile-header {
        position: relative;
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 30px;
    }

    html #header-outer #top .mobile-user-account, html #top #mobile-cart-link, html #top .mobile-search, html #top .span_9 > .slide-out-widget-area-toggle {
        height: auto;
    }

    html .nectar-mobile-only.mobile-header li {
        margin: 0 0 0 8px;
    }

    html body #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-size: 24px;
        line-height: 34px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a, html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
        font-size: 20px;
        line-height: 30px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li li a, html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li li a {
        font-size: 16px;
        line-height: 26px;
    }

    html #top .mobile-search {
        top: 7px;
    }

    html .nectar-mobile-only.mobile-header .inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    html .nectar-global-section.before-footer h3 span.split {
        display: block;
    }

    .home-video-banner.sub-page-banner, .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 60vh;
    }

    .full-width-map {
        padding-top: 75%;
    }

    body .content-page ul.list-cols, body .content-page ol.list-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    body .content-page ul, body .content-page ol {
        margin: 20px 0 20px 30px;
    }

    html .post-template-default #page-header-bg .span_6 h1 {
        font-size: 40px;
    }

    .service-page .vc_col-sm-1\/5 {
        width: 100%;
    }

    body .row .content-page .col h2 {
        font-size: 32px;
        line-height: 38px;
    }

    body .row .content-page .col h3 {
        font-size: 28px;
        line-height: 34px;
    }

    body .row .content-page .col h4 {
        font-size: 24px;
        line-height: 30px;
    }

    body .row .content-page .col h5 {
        font-size: 20px;
        line-height: 26px;
    }

    body .row .content-page .col h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .team-page .vc_col-sm-1\/5 {
        width: 100%;
    }

    .company-intro .company-intro-text .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        width: 100%;
    }

    html body h2.long-h2 {
        font-size: 22px;
    }

    html body h2.large-long-h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .service-fancy .nectar-fancy-box[data-style="parallax_hover"] .inner {
        padding: 60px 0;
        width: 80%;
    }

    .service-fancy .nectar-fancy-box .inner p, .service-fancy .nectar-fancy-box[data-style="parallax_hover"] p {
        font-size: 18px;
        line-height: 26px;
    }

    html body .nectar-cta .link_wrap {
        padding: 15px 20px !important;
    }

    body .nectar-cta h6, body .row .col .nectar-cta h6, body .row .content-page .col .nectar-cta h6, body .nectar-cta p, body .row .col .nectar-cta p, body .row .content-page .col .nectar-cta p {
        font-size: 16px;
        line-height: 22px;
    }

    body .nectar-mobile-only.mobile-header a, html body #header-outer.transparent .nectar-mobile-only.mobile-header li:not([class*="menu-item-btn-style"]) a {
        font-size: 16px;
    }

    html body h1.page-title {
        font-size: 38px;
    }

    html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0px;
    }
}

@media (max-width: 575px) {
    html body .nectar-mobile-only.mobile-header li.header-contact {
        display: none;
    }
}

@media (max-width: 500px) {
    html .nectar-global-section.before-footer span.split {
        display: block;
    }

    html #header-outer, html #header-outer:not([data-permanent-transparent="1"]) {
        height: 110px !important;
    }

    body .before-footer .row .col h3 {
        font-size: 26px;
    }

    .home-video-banner.sub-page-banner, .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 60vh;
    }

    .full-width-map {
        padding-top: 100%;
    }

    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 400px;
    }
}

/*@media (max-width: 494px) {*/
/*    html body:has(.wtp_top-bar) #header-outer {*/
/*        top: 53px;*/
/*    }*/
/*}*/

@media (max-width: 479px) {
    .wpb_wrapper h2.vc_custom_heading {
        font-size: 21px !important;
        line-height: 1.2 !important;
    }

    h2.section-title, body .row .col h3.section-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .home-video-banner .banner-buttons .nectar-cta .link_wrap {
        padding: 10px 18px !important;
    }
}

@media (max-width: 375px) {
    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 350px;
    }
}

@media (max-width: 350px) {
    html #header-outer #top #logo img {
        width: 110px;
    }
}

@media (min-width: 1000px) {
    html body .wtp_top-bar {
        display: none;
    }
}

/*------------------------
*      5. Keyframes      *
-------------------------*/
/* Fade In */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Zoom In */
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}