/*
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: #13135D;
    --color-brand-rgba: 19,19,93;
    --color-blue: #13135D;
    --color-blue-rgba: 19,19,93;
    --color-green: #95DD22;
    --color-green-rgba: 149,221,34;
    --color-pink: #F250B9;
    --color-pink-rgba: 242,80,185;
    --color-black: #06061e;
    --color-black-rgba: 0, 0, 0;
    --color-white: #ffffff;
    --color-white-rgba: 255, 255, 255;
}

html body p, html body ul li, html body ol li {
    text-wrap: pretty;
}

html body p a:hover {
    color: var(--color-pink);
}

html .no-wrap {
    white-space: nowrap;
}

.nectar-view-indicator .color-circle {
    background-color: var(--color-pink) !important;
}

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;
    border-width: 2px;
}

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: pretty;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: pretty;
}

.mw-660 {
    max-width: 660px;
    margin: auto;
}
.mw-970 {
    max-width: 970px;
    margin: auto;
}
.mw-1030 {
    max-width: 1030px;
    margin: auto;
}
.mw-1360 {
    max-width: 1360px;
    margin: auto;
}
.mw-1200 {
    max-width: 1200px;
    margin: auto;
}

.mw-1280 {
    max-width: 1300px;
    margin: auto !important;
}
.mw-1400 {
    max-width: 1400px;
    margin: auto;
}
.mw-1460 {
    max-width: 1460px;
    margin: auto;
}

.mw-1680 {
    max-width: 1680px;
    margin: auto;
}

/* ------ Menu ------ */
body #header-outer[data-has-menu][data-format][data-padding] #top .slide-out-widget-area-toggle[data-custom-color="true"] a i.label, body #header-outer.transparent #top .slide-out-widget-area-toggle[data-custom-color="true"] a i.label {
    font-weight: 700;
}
body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    height: 35px;
}

#header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
    background-color: transparent;
    opacity: 1;
    /*border-color: rgba(0, 0, 0, 0);*/
    border: 2px solid #fff;
    height: 44px;
}

#header-outer #top nav .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover), #header-outer .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover) {
    color: #fff !important;
}
#header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:after {
    height: 44px;
}

#header-outer .menu-item-336 > a:after {
    background: var(--color-green);

}
.menu-phone {
    margin-bottom: 40px !important;
}

html body .nectar-menu-icon.fa-phone {
    display: none !important;
}

html body .menu-phone a {
    font-size: 20px !important;
    padding: 0 30px;
    border: 2px solid var(--color-green);
    border-radius: 200px;
}
html body .menu-phone  a:hover:after {
display: none !important;
}

/* ------ Hero SBS Banner ------ */


@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    60% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.oblique {
    position: relative;
    overflow: hidden;
}

.oblique .main-block-oblique {
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .oblique .main-block-oblique {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.oblique .skew-block {
    margin-left: -10vh;
    margin-right: -10vh;
}

.oblique .skew-block-repeat {
    will-change: transform;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.8;
    min-height: 100vh;
    float: left;
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 -1px;
}

@media (max-width: 1024px) {
    .oblique .skew-block-repeat {
        min-height: 50vh;
    }
}

.oblique .skew-block-repeat:hover {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    opacity: 1;
}

.oblique .skew-block-repeat:hover .oblique-wrapper .oblique-caption h2 {
    /*animation: fadeIn 1200ms;*/
    /*margin-bottom: 20px;*/
}
.oblique .skew-block-repeat .oblique-wrapper .oblique-caption h2 {
    margin-bottom: 12px;
}
.oblique .skew-block-repeat .oblique-wrapper .oblique-caption p {
    margin-bottom: 0;
    padding: 12px 120px 12px 120px;
    line-height: 128%;
}

.oblique .skew-block-repeat:hover .oblique-wrapper .oblique-caption button {
    opacity: 1;
    background: var(--color-pink);
    border-color: var(--color-pink);
    color: #fff;
    font-weight: 700;
}
/*.oblique .skew-block-repeat .oblique-wrapper .oblique-caption button {*/
/*    opacity: 1;*/
/*    background: var(--color-brand);*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    border-color: var(--color-brand);*/
/*}*/
/*.oblique .skew-block-repeat .oblique-wrapper .oblique-caption.two button {*/
/*    opacity: 1;*/
/*    background: var(--color-pink);*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    border-color: var(--color-pink);*/
/*}*/
.oblique .skew-block-repeat .oblique-wrapper .oblique-caption button {
    opacity: 1;
    background: transparent;
    color: #fff;
    font-weight: 700;
    border-color: #fff;
}


.oblique .skew-block-repeat .oblique-wrapper {
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    outline: none !important;
    text-decoration: none;
}

.oblique .skew-block-repeat .oblique-wrapper .oblique-inner {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    /*margin-left: 0;*/
    margin-right: 0;
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -ms-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 130%;
    margin-left: 0;
}

.oblique .skew-block-repeat .oblique-wrapper .oblique-inner .image-wrapper {
    margin-left: -30vh;
    margin-right: -30vh;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
}

.oblique .skew-block-repeat .oblique-wrapper .oblique-inner .image-wrapper .main-image {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}


.oblique .skew-block-repeat .oblique-wrapper .oblique-inner .image-wrapper .main-image .image-img {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
}

.oblique .skew-block-repeat .oblique-caption {
    position: absolute;
    color: #fff;
    z-index: 1;
    width: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}


@media (min-width: 1024px) {
    html body .desktop-hide {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .oblique .skew-block-repeat .oblique-caption.caption-top {
        top: 80%;
    }
    html body .video-text-inner {
        display: none !important;
    }
    .oblique-mobile .oblique .skew-block-repeat .oblique-wrapper .oblique-caption button {
        background: transparent;
        border-color: var(--color-green);
    }
    .oblique-mobile .oblique .skew-block-repeat .oblique-wrapper .oblique-caption.caption-bottom button {
        background: transparent;
        border-color: var(--color-pink);
    }
    .oblique-mobile .oblique-caption.caption-top{
        background-color: rgba(var(--color-brand-rgba), 94%);
        top: auto !important;
        position: relative;
        color: #fff;
        z-index: 1;
        width: 100%;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        padding: 32px 15px 38px 15px;
    }
    .oblique-mobile .oblique-caption.caption-bottom{
        background: rgba(14,14,63,.94);
        top: auto !important;
        position: relative;
        color: #fff;
        z-index: 1;
        width: 100%;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        padding: 32px 15px 42px 15px;
        margin-top: -2px;
    }
    .oblique-mobile .oblique .skew-block-repeat {
        opacity: 1;
    }
    .oblique-mobile .oblique .skew-block-repeat .oblique-wrapper .oblique-inner {
        display: none;
    }
    .oblique-mobile .oblique .skew-block-repeat {
        min-height: auto;
    }
   html body  .desktop-hide .vc_column-inner {
        padding: 0 !important;
        margin: 0 !important;
    }
    html body  .desktop-hide .row_col_wrap_12.col.span_12{
        padding: 0 !important;
        margin: 0 !important;
        width: 118% !important;
        margin-left: -9% !important;
    }
}

@media (max-width: 1024px) {
    .oblique .skew-block-repeat .oblique-caption.caption-bottom {
        top: 60%;
    }
}

.oblique .skew-block-repeat .oblique-caption h2 {
    /*font-family: "PT Sans", cursive;*/
    font-size: 4rem;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

/*@media (max-width: 1200px) {*/
/*    .oblique .skew-block-repeat .oblique-caption h2 {*/
/*        font-size: 2rem;*/
/*    }*/
/*}*/

@media (max-width: 1024px) {
    .oblique .skew-block-repeat .oblique-caption h2 {
        font-size: 3rem;
    }
}

.oblique .skew-block-repeat .oblique-caption button {
    /*font-family: "Muli", sans-serif;*/
    font-size: 20px;
    text-transform: none;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 1rem 6rem;
    letter-spacing: 0;
    margin-top: 1rem;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

@media (max-width: 1024px) {
    .oblique .skew-block-repeat .oblique-caption button {
        font-size: 1rem;
        padding: 0.8rem 4rem;
    }
}

.main-image.two {
    /*background: rgba(19,19,93, .5);*/
    background: rgba(0, 0, 0, .4);
    /*background: rgba(149,221,34, .5);*/
}
.main-image.one {
    background: transparent;
}

@media (max-width: 1024px) {
    .oblique .skew-block-repeat .oblique-caption button {
        opacity: 0.9;
    }
    .main-image.one {
        background: rgba(19, 19, 93, 0);
    }
    .main-image.two {
        background: rgba(19, 19, 93, 0);
    }
    #header-outer {
        padding: 0 !important;
    }
    #top {
        background: rgba(19, 19, 93, .5);
        padding: 10px 0;
    }
    .oblique-mobile .oblique .skew-block-repeat .oblique-wrapper .oblique-inner .image-wrapper .main-image {
        background-color: #000;
    }

    .oblique-mobile .main-image.one {
        background: var(--color-brand);
    }
}


.home_video-banner-shortcode {
    position: relative;
    z-index: 101 !important;
}
.video-text-inner {
    z-index: 1;
    position: relative;
}
/* ------ END Hero ------ */

/* 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,
body .content-page .dark-background a,
body .light p a,
body .light ul li a {
    font-weight: 700;
    /*color: var(--color-green);*/
    color: #41a900;
}


body p a:hover, body .content-page ul li a:hover, body .content-page ol li a {
    color: var(--color-black);
}

body .dark-background p a:hover, body .dark-background ul li a:hover, body .dark-background ol li a {
    color: var(--color-pink);
}


/* 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: inherit !important;
    text-decoration: none !important;
    cursor: text !important;
    font-weight: 400;
}

/* Remove default appearance for iOS/Safari forms */
input:matches([type="button"], [type="submit"], [type="reset"]) {
    -webkit-appearance: none !important;
}

/* 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;
}

html #top ul .slide-out-widget-area-toggle a i.label {
    font-size: 18px;
}

html #header-outer #top nav > ul > li.header-contact > a {
    padding: 12px 24px;
    font-weight: 600;
}
html #header-outer #top nav > ul > li.header-contact > a:hover {
    padding: 14px 24px;
}

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: #fff !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;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    display: none !important;
}
 .off-canvas-menu-container > ul.menu > li > ul.sub-menu li:last-child {
    padding-bottom: 15px;
}
/*.off-canvas-menu-container ul.menu:first-child {*/
/*    padding-bottom: 0;*/
/*}*/

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: transparent;
    border: 2px solid #fff;
    /*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: 1px solid rgba(var(--color-black-rgba), 10%);*/
}

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-green);
    /*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;
    border: none !important;
}

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 .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: 24px;
}

.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: var(--color-pink);
}

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 .nectar-cta.text_hover_color_ffffff .link_wrap a {
    font-size: 20px;
}
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: 8px 0 8px 0;*/
    position: relative;
    color: var(--color-white);
    font-size: 24px;
}
html body .nectar-global-section.before-footer h6 a, html body .nectar-global-section.before-footer .footer-text-col p a {
  margin-bottom: 8px;
}

html body .nectar-global-section.before-footer h6 a:hover, html body .nectar-global-section.before-footer p a: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:hover {
    color: #fff;
}

html body .nectar-global-section.before-footer h6 a:after, html body .nectar-global-section.before-footer p a: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 {
    color: var(--color-white);
    text-wrap: pretty;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .01em;
    padding-bottom: 0;
}

#footer-outer p {
    color: var(--color-white);
    text-wrap: pretty;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .01em;
    padding-bottom: 0;
    display: inline-block;
    margin: 0 30px;
    opacity: .96;
}

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 iframe {
    border: 4px solid #fff !important;
    border-radius: 20px;
}

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:hover, #footer-outer p a:hover {
    color: var(--color-pink);
}

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:after, html body .nectar-global-section.before-footer p.footer-po-box:after, #footer-outer p a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    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, #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);
}
.nectar-shape-divider {
    fill: var(--color-green)
}
.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: 20px;
    height: 100%;
    position: absolute;
    opacity: .86;
}

#footer-outer {
    color: var(--color-white);
    position: relative;
    z-index: 10;
    background-color: #0b0b37;
    /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
    text-align: center;
    padding: 40px 5%;
}

#footer-outer .city-links {
    margin-bottom: 40px;
}

.footer-copyright p,
.footer-copyright p a {
   font-size: 18px;
    font-weight: 700;
}
#footer-outer .city-links p a,
#footer-outer .city-links p {
    font-weight: 600;
    opacity: .9;
}
#footer-outer .city-links p a:hover {
    font-weight: 600;
    opacity: 1;
}


/* 1.4 Sidebar */

/*------------------------
*      2. Home-page      *
-------------------------*/

.heading-bg-image {
    position: absolute !important;
    z-index: 1;
    top: -60px;
    width: 273px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: .5 !important;
}
.heading-bg-image {
    position: absolute !important;
    z-index: 1;
    top: -60px;
    width: 212px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: .5 !important;
}
.wtp-split .nectar-split-heading {
    display: inline-block;
}

.wtp-split .child_column {
    width: 100%;
}
.wtp-split .nectar-split-heading h3 {
    font-size: 60px !important;
}
.wtp-split .nectar-split-heading:first-child {
    margin-right: 24px;
}
.wtp-split .nectar-split-heading p {
    font-weight: 600;
    color: var(--color-black);
    font-size: 24px !important;
}
.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-black);
}

.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;
    /*-webkit-box-shadow: 0 0 10px 0 var(--color-black);*/
    /*box-shadow: 0 0 10px 0 var(--color-black);*/
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: 10px;
    /*-webkit-box-shadow: 0 0 10px 0 var(--color-black);*/
    /*box-shadow: 0 0 10px 0 var(--color-black);*/
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: rgba(var(--color-pink-rgba), 80%);
}

.home .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before {
    background-color: var(--color-pink);
}

.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.outline-heading.small {
    font-size: 50px;
    line-height: 1;
}



h2.section-title, body .row .col h3.section-title  {
    font-size: 54px;
    line-height: 1.1;
    color: var(--color-black);
}

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;
    border-radius: 20px;
}


.home-services .nectar-fancy-box .home-serv-img {
    border-radius: 24px;
    border: 5px solid #ffffff;
}

.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,html body .row .home-services .col h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;

}

.home-services .row-bg-overlay {
    background: linear-gradient(to bottom, #00000000 0%, #000000cc 100%) !important;
    opacity: 1 !important;
}

/* Video iFrame Banner Styles */


.video-container.video-background {
    aspect-ratio: 16/10;
    height: auto;
    overflow: hidden;
    position: relative;
}

html body:not(.home) .video-foreground {
    background: #000;
}
html body:not(.home) .video-foreground video{
   opacity: .8;
}

.wtp-video-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 100vw;
}

.wtp-video-text .video-box,
.photo-banner-video .video-box {
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

.photo-banner-video .video-box {
    margin: 30 auto 0 auto;
    right: 0;
    left: 0;
}

.wtp-video-text .video-box span,
.photo-banner-video .video-box span {
    height: 100px;
}

.wtp-video-text .video-box .nectar_video_lightbox path,
.photo-banner-video .video-box .nectar_video_lightbox path {
    fill: #fff;
}

.wtp-video-text .nectar_video_lightbox svg,
.photo-banner-video .nectar_video_lightbox svg{
    width: 20px !important;
    height: 20px !important;
}

.wtp-video-text  .nectar_video_lightbox,
.photo-banner-video .nectar_video_lightbox {
    margin: 0 auto;
    fill: #fff;
    margin-top: 80px;
    z-index: 999 !important;
    top: 50% !important;
    left: auto !important;
    right: auto !important;
    position: absolute;
    border-radius: 400px;
    border: 1px solid;
    width: 100px;
    height: 100px !important;
    color: #fff;
    transform: none !important;
    margin-left: -50px;
}

.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;
    text-shadow: 0px 2px 10px #00000040;
    /*text-shadow: 1px 1px 0 var(--color-black);*/
}

.sub-page-banner .wtp-video-text .wtp-video-text-inner h1 {
    margin: 0;
}

.video-container.video-background .video-foreground {
    -webkit-animation: 1s fade-in 1 normal;
    animation: 1s fade-in 1 normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.video-container.video-background .video-foreground,
.video-container.video-background .video-foreground .video-inner {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-container.video-background .video-foreground .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%;*/
/*}*/
.video-container {
    margin-bottom: 0 !important;
}

.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_col_wrap_12 {
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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;
    text-shadow: 1px 1px 0 var(--color-black);
}

.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 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 var(--color-black);
}

.city-page .home-video-banner .video-banner-content h1 {
    font-size: 70px;
}

.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;
}

@media (max-width: 1199px) {
    .home-video-banner .video-banner-content h1 {
        font-size: 65px !important;
        line-height: 1 !important;
    }
    .city-page .home-video-banner .video-banner-content h1 {
        font-size: 60px !important;
        line-height: 1 !important;
    }
}

@media (min-width: 999px) {

    .inner-text.lp .lp-img-wrapper  {
        float: right;
        width: 50%;
        margin: 0 0 30px 60px !important;
        padding-top: 0;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }

    .inner-text.lp.full img {
        float: left;
        width: 100%;
        margin: 0 0;
        padding-top: 0;
        border-radius: 20px;
    }

    .br-img-right,
    .br-img-right img,
    .br-img-right .nectar-post-grid-item-bg-wrap-inner,
    .br-img-right .inner-wrap {
        border-radius: 20px 0 0 20px;
        overflow: hidden;
    }

    .br-img-right .lp-img-wrapper {
    position: relative;
    height: 100%;
    /*border-radius: 20px;*/
    overflow: hidden;
        border-radius: 20px 0 0 20px;
}
    .br-img-left .lp-img-wrapper {
        position: relative;
        height: 100%;
        /*border-radius: 20px;*/
        overflow: hidden;
        border-radius: 0 20px 20px 0;
    }

    html  .br-img-right .nectar-video-box .inner-wrap > a.full-link {
        box-shadow: none;
    }
    .br-img-left,
    .br-img-left .nectar-post-grid-item-bg-wrap-inner,
    .br-img-left img{
        border-radius: 0 20px 20px 0 ;
        overflow: hidden;
    }
    .br-img,
    .br-img img,
    .wtp-testimonials img,
    .wtp-testimonials .lp-img-wrapper {
        border-radius: 20px;
    }

}

@media (max-width: 999px) {

    .nectar-post-grid-wrap--fl-sidebar_left .nectar-post-grid-filters a {
        width: 100%;
    }
    .nectar-post-grid-filters div.visible {
        text-align: left;
    }
    .order-one {
        order: 1;
    }
    html body.single h1.page-title {
        font-size: 42px;
        text-align: center;
    }
    .heading-bg-image {
       margin-top: 40px;
    }
    .br-img-right,
    .br-img-right img,
    .br-img-left,
    .br-img-left img,
    .br-img,
    .br-img img,
    .br-img .nectar-post-grid-item-bg-wrap-inner,
    .br-img-left .nectar-post-grid-item-bg-wrap-inner,
    .br-img-right .nectar-post-grid-item-bg-wrap-inner,
    .nectar-video-box .inner-wrap {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: none;
    }

    .nectar-video-box .inner-wrap > a.full-link {
        box-shadow: none !important;
    }

    .home-video-banner,
    .home-video-banner .row_col_wrap_12,
    .home_video-banner-shortcode {
        /*height: 80vh;*/
    }

    .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  .desktop-hide .row_col_wrap_12.col.span_12{*/
    /*    padding: 0 !important;*/
    /*    margin: 0 !important;*/
    /*    !*width: 116% !important;*!*/
    /*    !*margin-left: -8% !important;*!*/
    /*}*/
    .heading-bg-image {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .wtp-video-text .nectar_video_lightbox {
        margin-left: -25px;
        margin-top: 110px;
    }
    .wtp-video-text .nectar_video_lightbox {
        width: 50px !important;
        height: 50px !important;
    }
    .wtp-video-text .nectar_video_lightbox svg {
        width: 16px !important;
        height: 16px !important;
    }
    .wpb_wrapper h2.vc_custom_heading {
        margin-bottom: 16px;
    }

    .heading-bg-image {
        width: 170px;
    }


    .home-video-banner,
    .home-video-banner .row_col_wrap_12,
    .home_video-banner-shortcode {
        /*height: 70vh;*/
    }

    .home-video-banner .video-banner-content h1 {
        font-size: 40px !important;
        line-height: 1 !important;
    }
    .city-page .home-video-banner .video-banner-content h1 {
        font-size: 40px !important;
        line-height: 1 !important;
    }
}

@media (min-width: 690px) {
    /*.nectar-global-section.before-footer .vc_col-sm-2 {*/
    /*    width: 22%;*/
    /*}*/
    /*.nectar-global-section.before-footer .vc_col-sm-4 {*/
    /*    width: 28%;*/
    /*}*/
    /*html body .nectar-global-section.before-footer h6, #footer-outer h6, html body .nectar-global-section.before-footer p {*/
    /*   text-align: left;*/
    /*}*/
}

@media (max-width: 690px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val="true"]) .nectar-shape-divider {
        height: 100%;
    }
    .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;
    }
    html body.home h2.section-title {
        font-size: 34px !important;
        line-height: 128%;
    }
    html body.home h3.section-title,
    html body.home .row .col h3.section-title {
        font-size: 44px !important;
        line-height: 128%;
    }

    /*html body.home #fws_69d7ad96786d9 .wpb_wrapper h2.vc_custom_heading {*/
    /*    font-size: 22px !important;*/
    /*}*/
}

@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) {
    .video-container.video-background {
        height: 100vh;
        max-height: 100vh;
        width: 100%;
        background-color: #000;
    }

    .video-container.video-background .video-foreground,
    .video-container.video-background .video-foreground .video-inner {
        bottom: auto;
        padding-bottom: 56.6%;
    }

    .video-container.video-background .video-foreground .video-inner video {
    height: 100vh !important;
        opacity: .88;
    }
}

/* End Video Banner Styles */


/*------------------------
*      3. Sub-page       *
------------------------*/

.lp-img-wrapper {
    position: relative;
    height: 100%;
    /*border-radius: 20px;*/
    overflow: hidden;
}

.wtp-testimonials img,
.wtp-testimonials .lp-img-wrapper {
    border-radius: 20px;
}


html body .lp-img-wrapper .yt--popper .single-media-link .uncode-single-media-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

.lp-img-wrapper a.yt--popper:before {
    position: absolute;
    left: 13%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f04b";
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 78%;
    color: var(--color-white);
    z-index: 9;
    transition: opacity .3s;
    padding: 4%;
    border: 1px solid #fff;
    border-radius: 400px;
    width: 35px;
    text-align: center;
}

.lp-img-wrapper a.yt--popper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -o-linear-gradient(bottom, #00000099 0%, rgba(48, 49, 51, 0) 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#303133), color-stop(50%, rgba(48, 49, 51, 0)));
    background-image: linear-gradient(to top, #00000099 0%, rgba(48, 49, 51, 0) 50%);
    z-index: 1;
    transition: opacity .3s;
}


.lp-img-wrapper .yt--popper:hover:before {
    opacity: 0.8;
}

html body .lp-img-wrapper .yt--popper img {
    transition: transform .5s;
    margin: 0 0 -20px 0 !important;

}

html body .lp-img-wrapper .yt--popper:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -o-object-fit: contain;
    object-fit: contain;
}

.inner-text.lp .lp-img-wrapper  {
    margin: 0 0 30px 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.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;
    left: 0;
    padding-top: 0 !important;
}

.photo-banner-video .home-video-banner.sub-page-banner .video-banner-content h1 {
    font-size: 70px;
    margin-bottom: 30px;
    border: none;
    padding: 0 20px;
    max-width: 100%;
    position: absolute;
    top: 46%;
    width: 100%;
}

.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 {
    position: relative;
}
.gform_required_legend {
    display: none;
}
.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub  {
    font-size: 13px !important;
    color: #6d6d6d !important;
    font-weight: 600;
}
html body .gfield--type-multi_choice,
html body .gfield--type-address {
    margin-top: 20px;
    margin-bottom: 20px;
}

html body .ginput_left.address_city.ginput_address_city.gform-grid-col {
    inline-size: 100%;
}
html body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding-top: 0;
}
/*html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow{*/
/*    top: 4px !important;*/
/*}*/
html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    min-height: 48px;
}

.gfield_required.gfield_required_asterisk {
    font-size: 20px;
    font-weight: 900;
}
html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    top: 10px;
    right: 15px;
    bottom: 0;
    color: #000;
}
.gform-theme--foundation .gform_fields {
    row-gap: 0;
}
body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
    font-size: 13px;
    font-weight: 700;
}
.gform_footer .gform_button.button {
    padding: 20px 42px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    background: var(--color-brand) !important;
    color: #fff !important;
    border-color: var(--color-brand) !important;
}
.gform_footer .gform_button.button:hover {
    border-color: var(--color-pink) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

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;
}


.tabbed > ul li .active-tab, body.material input[type=text]:focus, body.material textarea:focus, body.material input[type=email]:focus, body.material input[type=search]:focus, body.material input[type=password]:focus, body.material input[type=tel]:focus, body.material input[type=url]:focus, body.material input[type=date]:focus, body.material input[type=number]:focus, body.material select:focus, .row .col .wp-caption .wp-caption-text, .material.woocommerce-page input#coupon_code:focus, .material #search-outer #search input[type="text"], #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after, div[data-style="minimal"] .toggle.default.open i, div[data-style="minimal"] .toggle.default:hover i, div[data-style="minimal"] .toggle.accent-color.open i, div[data-style="minimal"] .toggle.accent-color:hover i, .single #single-meta div a:hover, .single #single-meta div a:focus, .single .fullscreen-blog-header #single-below-header > span a:hover, .blog-title #single-meta .nectar-social.hover > div a:hover, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover, .material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus {
    outline: none;
}
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);
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, html body .contact-page-form .select2-container--default .select2-selection--single,
.container-wrap input[type=text] {
    min-height: 48px;
}
body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0;
}

.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;
}

.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);
}

.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: 1;
}

.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-black);
}

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: inherit;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 1;
}

body .content-page .dark-background ul li,
body .content-page .dark-background ol li {
    color: #fff;
}

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 {
    top: -10px !important;
}
#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: #fff;
    font-weight: 700;
    background: var(--color-brand);
    padding: 15px 40px;
    border-radius: 400px;
}

#ajax-content-wrap .blog-page .nectar-underline span.link_text svg {
    color: #fff;
}
.nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .link_text * {
    color: #fff;
}
.nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .link_text * {
    color: #fff;
}

.nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .link_text {
    background: var(--color-pink);
}

.nectar-post-grid .nectar-post-grid-item .item-meta-extra {
    margin-bottom: 30px;
}

/*.nectar-post-grid-item__excerpt-wrap.item-meta-extra {*/
/*    color: var(--color-black) !important;*/
/*}*/

.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;
}

.bottom-banner .inner-wrap.row-bg-layer.using-image {
    background-color: #000;
}

.bottom-banner .inner-wrap.row-bg-layer.using-image > .row-bg {
    opacity: .7;
}

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%);
}
html body.single .lp.inner-text h2{
    margin-top: 60px;
    margin-bottom: 20px;
}
html body.single .lp.inner-text h3{
    margin-top: 48px;
    margin-bottom: 20px;
}
html body .lp.inner-text h2 {
    margin-top: 60px;
    margin-bottom: 20px;
}

html body .lp.inner-text h3 {
    margin-top: 48px;
    margin-bottom: 20px;
}
.inner-text.lp img  {
    border-radius: 20px;
}

.bottom-banner .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
html body .inner-text ,
html body .inner-text p {
    line-height: 168%;
    font-size: 20px;
    font-weight: 400;
}
html body .dark-background ,
 html body .dark-background  p,
html body .dark-background  ul li {
color: #fff;
 }

html body .dark ul li a{
color: #41a900;
    font-weight: 600;
}
html body h2 a {
    color: #41a900;
}
html body .dark ul li a.hide-link{
    font-weight: inherit !important;
}
html body .inner-text ul li {
    line-height: 168%;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

html body .inner-text ul {
    text-align: left;
    margin-left: 20px;
}

/*html body.single .lp.inner-text h2:first-of-type{*/
/*    margin-top: 0;*/
/*}*/

.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-white);
    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);
}

.hover-wrap-alt .hover-wrap .hover-wrap-inner img {
    max-width: 100px;
    margin-bottom: 8px !important;
    margin-left: -14px;
}
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 p.long-p {
    font-size: 26px;
    line-height: 1.6;
    color: var(--color-black);
    font-weight: 600;
}

html body p.long-p 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;
    text-align: center;
}

html body.single .container.main-content {
    margin-top: -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 !important;
    border: none !important;
}

.gallery .footer-logo a img {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    transition: 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);
}

body .dark-background h2,
body .dark-background h3 {
    color: #fff;
    margin-bottom: 30px !important;
}

body .light-background h2,
body .light-background h3 {
    color: var(--color-black);
    margin-bottom: 30px !important;
}

body .dark-background h2 a:hover
body .dark-background h3 a:hover,
body h2 a:hover {
    color: var(--color-pink);
}

/*------------------------
*      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 only screen and (min-width: 1024px) and (max-width: 1300px)  {
    .oblique-caption h2 {
        font-size: 46px !important;
    }

    .oblique-caption button{
        padding: 16px 60px !important;
    }
    .oblique .skew-block-repeat .oblique-wrapper .oblique-caption p {
        max-width: 520px;
        margin: auto;
    }

}

@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 p.long-p {
        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 only screen and (min-width: 1000px) {
    .nectar-post-grid-wrap--fl-sidebar_left .nectar-post-grid-filters {
        width: 25%;
        min-width: 280px;
        max-width: 400px;
        padding-right: 40px;
    }
}


@media (max-width: 999px) {
    html body .lp.inner-text h2 {
        margin-top: 30px ;
        margin-bottom: 16px ;
    }

    html body .lp.inner-text h3 {
        margin-top: 28px ;
        margin-bottom: 16px ;
    }
    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: 14px;
        font-weight: 700;
        -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;
    }




    body .nectar-mobile-only.mobile-header li.header-contact a {
        padding: 0 14px;
    }

    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: var(--color-brand);
    }

    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;
    }

    .wpb_wrapper h2.vc_custom_heading.outline-heading.small {
        font-size: 38px !important;
        line-height: 1.2 !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;
    }
}

@media (min-width: 768px) {
    html body .project-gallery.gallery-mobile {
        display: none;
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
    }
    .bottom-banner h2 {
        font-size: 50px;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .bottom-banner h2 {
        font-size: 38px !important;
        line-height: 1.1;
    }
    /*.home-intro h2 {*/
    /*    font-size: 22px !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 10px;
    }

    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;
    }
}

@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 p.long-p {
        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: 14px;
    }
    html body h1.page-title {
        font-size: 38px;
    }
    html body.single h1.page-title {
        font-size: 32px;
        text-align: center;
    }
    html body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0;
    }
}
@media (min-width: 576px){
body .nectar-mobile-only.mobile-header a,
#header-outer:not(.transparent) li.menu-item-336 > a > .menu-title-text {
    color: #fff;
}
}
@media (max-width: 575px) {
    html body .nectar-global-section.before-footer h6 a, html body .nectar-global-section.before-footer img{
        max-width: 280px;
    }
    #top {
        background: #fff;
    }
    #header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
        color: var(--color-black);
    }
    .video-container.video-background {
        margin-top: 96px;
    }
    .oblique .skew-block-repeat .oblique-caption h2 {
        font-size: 38px;
    }
    .oblique .skew-block-repeat .oblique-wrapper .oblique-caption p {
        margin-bottom: 0;
        padding: 12px 120px 12px 120px;
        line-height: 128%;
        max-width: 560px;
        margin: 0 auto;

        /*display: none;*/
    }
    html body .nectar-mobile-only.mobile-header li.header-contact {
        display: none;
    }
    html #header-outer #top #logo img {
        width: 172px;
        height: auto !important;
        top: 0;
    }
    #header-outer .menu-item-336 > a {
        border: 0;
        opacity: 1 !important;
        padding: 4px;
        font-size: 16px;
    }
    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
        border: none;
        height: auto;
    }
    html #header-outer .row .col.span_9 .nectar-mobile-only.mobile-header {
        margin-bottom: 30px;
    }
    body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
        height: 26px;
    }
    body[data-button-style^="rounded"] #header-outer .menu-item-336 > a:before, body[data-button-style^="rounded"] #header-outer .menu-item-336 > a:after {
        left: 0;
        width: 100%;
    }
    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:after {
        height: 30px;
        background: transparent;
        box-shadow: 0 0;
    }
}

@media (max-width: 500px) {

    .lp-img-wrapper a.yt--popper:before {
        left: 18%;
        top: 70%;
    }

    .wpb_wrapper h2.vc_custom_heading.outline-heading.small {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }
    /*.wtp-video-text .nectar_video_lightbox {*/
    /*    width: 70px !important;*/
    /*    height: 70px !important;*/
    /*}*/
    .wtp-video-text .video-box span,
    .photo-banner-video .video-box span{
        height: 70px;
    }

    .wtp-video-text .video-box .nectar_video_lightbox path,
    .photo-banner-video .wtp-video-text .video-box .nectar_video_lightbox path {
        fill: #fff;
    }

    /*.wtp-video-text .nectar_video_lightbox svg {*/
    /*    width: 20px !important;*/
    /*    height: 20px !important;*/
    /*}*/

    /*.wtp-video-text  .nectar_video_lightbox {*/
    /*    margin-left: -35px;*/
    /*}*/

     body .row .col .nectar-cta p .link_wrap {
        width: 100%;
    }
    body .row .col .footer-logo .nectar-cta p .link_wrap {
    width: 260px;
}

    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;
    }
    .sub-page-banner .wtp-video-text .wtp-video-text-inner h1 {
        top: 8%;
        font-size: 36px;
    }
}

@media (max-width: 375px) {

    html #header-outer #top #logo img {
        /*width: 140px;*/
        height: auto !important;
        /*top: 15px;*/
    }
    .home_video-banner-shortcode.sub-page-banner, .home_video-banner-shortcode.sub-page-banner * {
        height: 350px;
    }
    .wtp-video-text .nectar_video_lightbox {
        margin-top: 100px;
    }
    .sub-page-banner .wtp-video-text .wtp-video-text-inner h1 {
        top: 10%;
        font-size: 32px;
        line-height: 1.2;
    }
    /*#top .container .row {*/
    /*    padding-bottom: 20px;*/
    /*}*/

}

@media (max-width: 350px) {
    /*html #header-outer #top #logo img {*/
    /*    width: 170px;*/
    /*    top: 0;*/
    /*}*/
    /*#header-outer .menu-item-336 > a {*/
    /*    border: 0;*/
    /*    opacity: 1 !important;*/
    /*    padding: 4px;*/
    /*    font-size: 16px;*/
    /*}*/
    /*#header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {*/
    /*    border: none;*/
    /*    height: auto;*/
    /*}*/
    /*html #header-outer .row .col.span_9 .nectar-mobile-only.mobile-header {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    /*body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {*/
    /*    height: 26px;*/
    /*}*/
}

/*------------------------
*      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;
    }
}