/* CUSTOM CSS

* Standard 
* Styling
*
*/

/* standard  */

html {
    scroll-behavior: smooth;
  }

main {
    min-height: 100vh;
}

img,
video {
    max-width: 100%;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

html body a:hover {
    color: inherit !important;
}

.full-h {
    height: calc(100vh + 30px);
    max-height: 2000px;
}

.outer-cont {
    margin: auto;
    padding-left: 120px;
    padding-right: 120px;
    width: 100%;
    position: relative;
}

.cont {
    max-width: 1420px;
    width: 100%;
    margin: auto;
    position: relative;
}

/* menu width  */
#header-outer[data-full-width=true] header>.container,
body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    padding-left: 0;
}

a#logo img {
    padding-left: 120px;
}

.outer-cont,
.cont {
    height: 100%;
}

.flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 30px;
}

section.tear .outer-cont>.cont.flexed {
    gap: 80px;
}

.flexed.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexed.c-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexed.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexed.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexed.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
}

.flexed.c-col.v-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexed.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexed .half-col {
    width: calc(50% - 15px);
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

}


.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.half-col {
    width: 50%;
}

.one-third {
    width: 33.333%;
}

.one-quart {
    width: 25%; 
}

.flexed .one-third {
    width: calc(33.333% - 50px);
}

.two-third {
    width: 66.66666%;
}

.one-fourth {
    width: 25%;
}

.flexed .one-fourth {
    width: calc(25% - 23px);
}

.grid {
    display: -ms-grid;
    display: grid;
}

.show-769 {
    display: none;
}

/* STYLING */
.v-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.double .v-space {
    padding-bottom: 50px; 
}

.a-space {
    padding: 90px;
}

.hero-header .cont {
    padding: 175px 0 120px 0;
}

section.tear.rel {
    position: relative;
    /* max-height: calc(100vh - 85px)!important;  */
}

/* section.tear.rel.tear-hero .full-h,
section.tear.rel.tear-hero {
    max-height: 100vh!important;

} */

.minimal-v {
    padding-top: 25px;
    padding-bottom: 25px;
}

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

.tear-mask.bg-img {
    background-image: url(/wp-content/uploads/2023/06/plastic-energy-tear-mask.png);
    background-size: auto;
    background-position: center right;
}

.width-400 {
    max-width: 400px;
}

section.hero .cont.v-space {
    padding-top: 180px;
    padding-bottom: 90px;
}

/* TYPOGRAPHY  */
h1 {
    margin-bottom: 20px !important;
}

h2 {
    margin-bottom: 20px !important;
}

h3 {
    margin-bottom: 30px !important;
}

.icons h3 {
    margin-bottom: 10px !important;
}

p {
    padding-bottom: 15px !important;
}

.tear .hero p {
    max-width: 330px;
}

/* COLORS */
.grey {
    color: #9A969B;
}

.full-w.green {
    background-color: #84B37D;
}

.full-w.black {
    background-color: #000000;
}

.full-w.yellow {
    background-color: #FFE256;
}

.full-w.silver {
    background-color: #ECEBED; 
    color: #000000;
}

.light-text * {
    color: #ffffff !important;
}



/* BUTTONS */
a.primary.cust,
div.primary.cust,
body[data-button-style*="slightly_rounded"] input[type=submit] {
    padding: 10px 45px;
    min-width: 180px;
    margin-top: 15px !important;
    background-color: #ffffff !important;
    border: 1px #000000 solid !important;
    border-radius: 5px;
    font-family: "Open Sans" !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    color: #000000 !important;
}

a.primary.cust:hover,
div.primary.cust:hover,
.project-link:hover div.primary.cust,
body[data-button-style*="slightly_rounded"] input[type=submit]:hover {
    background-color: #FFE256 !important;
    color: #000000;
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    border-color: #FFE256 !important;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

a.primary.cust:nth-of-type(2),
div.primary.cust:nth-of-type(2) {
    margin-left: 10px; 
}



/*CUSTOM ELEMENTS*/

.title-block {
    margin-bottom: 42px;
}

.title-block h2 {
    text-align: center;
}


/* GRID */
.image-grid {
    height: 400px;
}

.gridded-img {
    height: 100%;
    width: 100%;
}

/* ICON SET  */x
.icons img {
    width: 63px;
    margin-left: -6px;
    margin-bottom: 12px;
}

/* VIDEO LIGHTBOX */
.video-cont video {
    max-width: 100%;
}

.video-cont {
    width: 80%;
    height: 80%;
    position: relative; 
}

.video-over {
    background: rgba(0, 0, 17, 0.6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.video-over.active {
    opacity: 1;
    pointer-events: all;
}

.video-exit {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -35px;
    right: -50px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2023/05/plastic-energy-cross.png);
}

video.full-w {
    min-width: 100vw!important;
}

/* tear design */
.tear-over {
    height: 100%;
    max-width: 50%;
    background-image: url(/wp-content/uploads/2023/05/plastic-energy-tear-bg.png);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0; 
    left: 0; 
    position: relative; 
}


.tear-over.grey {
    background-image: url(/wp-content/uploads/2023/05/plastic-energy-grey-tear.png);
}

.tear-bg.bg-img {
    width: 70%;
    left: 30%;
}


/* trust bar  */
.trustbar-cont {
    margin-top: 25px;
}

.tb-img img {
    max-height: 120px;
}

.awards .tb-img img {
    max-height: 115px;
}

a.logo-holder {
    display: block; 
    pointer-events: none; 
}

.accreditations a.logo-holder {
    pointer-events: all; 
}


/* Trust bar over */
.trustbar-cont .tb-img {
    position: relative;
}

.logo-cover.flexed.center {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accreditations .logo-cover.flexed.center {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(270, 270, 270 , 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; 
    opacity: 0; 
    pointer-events: none; 
    -webkit-transform: translateY(20px); 
        -ms-transform: translateY(20px); 
            transform: translateY(20px);
}

.accreditations .logo-cover.flexed.center.active {
    opacity: 1; 
    pointer-events: all; 
    -webkit-transform: translateY(0px); 
        -ms-transform: translateY(0px); 
            transform: translateY(0px);
} 

a.cert-link {
    text-decoration: underline;
    font-size: 16px;
    margin: 5px 0; 
    text-align: center;
}

/* Projects slider */
.display-space {
    padding: 2% 0;
}

.project-link {
    height: 350px;
    display: block;
}

.project-link .abs.blue-over {
    background: #5898D2;
    opacity: 0.5;
}

.project-over {
    position: absolute;
    background: #ECEBED;
    height: auto;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

a.block-button {
    display: block;
}

/* .project-meta {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
} */

/* Blog posts */
a.resource-single {
    height: auto;
    min-height: 330px;
    width: 33.3333% !important;
}

a.resource-single .overlay,
.resource-single .blog-meta {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

a.resource-single:hover .overlay {
    opacity: 0.4;
}

.resource-single .abs.overlay {
    background: #000000;
    opacity: 0.8;
    z-index: 0;
}

.resource-single:hover .blog-meta {
    opacity: 0;
    TRANSFORM: TRANSLATEY(15PX);
}

.blog-preview {
    position: relative;
    padding: 25px;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-preview h3 {
    font-weight: 600; 
    line-height: 36px; 
}

.blog-meta.flexed {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

p.meta {
    display: inline;
}

p.meta.date {
    margin-right: 45px;
}

/* Team Index  */
.team-member.bg-img {
    border-radius: 5px;
    height: 300px;
    background-position: center 10%;
}

.team-over {
    background-color: rgba(255, 226, 86, 0.8);
    height: 100%;
    opacity: 0;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.team-over.active {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
}

.team-member .meta.flexed.sb {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-member .meta.flexed.sb {
    padding: 30px;
}

.team-member img.arrow {
    width: 13px;
}

.splide.team {
    padding: 35px 80px;
}


.splide.team .splide__arrows.splide__arrows--ltr {
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: -25px;
}

.splide button.splide__arrow svg {
    display: none;
}

.splide button.splide__arrow {
    width: 50px;
    background-size: contain;
    height: 50px;
    background-image: url(/wp-content/uploads/2023/05/plastic-energy-arrow-tog.png);
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button.splide__arrow.splide__arrow--next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* image slider */
body[data-button-style*="slightly_rounded"] button.splide__pagination__page {
    border-radius: 50px !important;
    border: none;
    min-height: 12px;
    min-width: 12px;
    margin: 10px;
    max-width: 12px !important;
    width: 12px;
    max-height: 12px; 
    border-radius: 50%;
}

body .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    max-width: 12px;
    pointer-events: auto;
    max-height: 12px;
    margin: 8px;
    min-height: 12px; 
    height: 12px; 
    width: 12px; 
    min-width: 12px; 
}

body[data-button-style*="slightly_rounded"] button.splide__pagination__page.is-active {
    background: #BABFBF;
    cursor: pointer; 
}

/* Form */
.nf-form-fields-required {
    display: none;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    background: #ECEBED !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 25px;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 14px !important
}

.nf-error.field-wrap .nf-field-element:after {
    background: #FFE256 !important;
}

.nf-error .nf-error-msg {
    color: #e80000;
    font-weight: 600;
    font-size: 12px;
    margin-top: 7px;
}

.hide-dt {
    display: none;
}

.show-690 {
    display: none;
}

.meta.sb h3 {
    margin-bottom: 6px !important;
}

/* file upload */
button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button {
    background-color: #ECEBED;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    border: 1px #000000 solid;
    cursor: pointer;
}

.nf-fu-progress {
    display: none;
}

.file_upload-container input.nf-element {
    display: none!important;
    height: 0!important;
}

.file_upload-container {
    margin-bottom: 0!important;
} 

.checkbox-container.label-right .field-wrap>div {
    width: auto!important;
}

.label-right .nf-field-description {
    margin-right: 0!important; 
}

.label-right .nf-field-label {
    -webkit-box-align: start!important;
        -ms-flex-align: start!important;
            align-items: flex-start!important; 
    padding-top: 5px!important; 
}

.checkbox-container.label-right .field-wrap {
    margin-top: 30px!important;
}

.nf-error-msg, .ninja-forms-req-symbol {
    display: none!important; 
}

.checkbox-container a {
    font-weight: 600;
    text-decoration: underline;
}


/* blog single  */
#page-header-bg {
    background-color: #000000 !important;
}

.single #single-below-header,
.nectar-social.fixed {
    display: none;
}

ul.controls {
    gap: 20px;
    margin-bottom: 30px;
}

ul.controls li {
    width: calc(50% - 15px) !important;
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] .controls,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls #portfolio-nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_next_prev_buttons {
    background-color: #ffffff !important;
}

#page-header-bg .span_6 h1,
.nectar-box-roll .overlaid-content h1 {
    font-size: 38px !important;
    line-height: 46px !important;
}

.home-tech .one-third {
    margin-top: -8%;
}

/* 404 */
.cont-not-found img {
    width: 80px;
}

.cont-not-found .flexed.c-col.centered {
    gap: 0;
}

.cont-not-found p {
    max-width: 350px;
    text-align: center;
}

.cont-not-found {
    height: calc(100vh - 85px);
}

/* menu  */
#top .container .row {
    height: 70px !important;
}


div#header-space {
    height: 0 !important;
}

a#logo img.stnd {
    position: absolute !important;
    height: 110px !important;
    top: -150px;
    -webkit-transition: all 200ms !important;
    -o-transition: all 200ms !important;
    transition: all 200ms !important;
}

a#logo img.stnd.active {
    -webkit-transform: translateY(110px);
    -ms-transform: translateY(110px);
    transform: translateY(110px);
}

a#logo {
    position: relative;
}

img.starting-logo {
    display: none !important;
}

/* i.lines-button.x2:before {
    background-color: #ffffff;
    content: "";
    width: 34px;
    max-width: 34px;
    height: 3px;
    z-index: 999999;
    position: absolute;
    left: 0;
} */

#header-outer[data-box-shadow="small"],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.transparent .left-aligned-ocm .lines-button i:before,
.transparent .left-aligned-ocm .lines-button i:after,
.transparent .left-aligned-ocm .lines-button:after,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:after,
body.material #header-outer.transparent .slide-out-widget-area-toggle a .close-line,
#top nav ul .slide-out-widget-area-toggle a .lines,
#top nav ul .slide-out-widget-area-toggle a .lines:after,
#top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: #000000 !important;
    opacity: 1;
    cursor: pointer;
}


#header-outer #top ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines {
    opacity: 1 !important;
}

#header-outer.transparent:not(.side-widget-open) #top nav ul .slide-out-widget-area-toggle a .lines-button:after,
.slide-out-widget-area-toggle .lines-button:after {
    opacity: 1;
    /* background-color: #000000!important; */
}

#header-outer.transparent:not(.side-widget-open) #top nav ul .slide-out-widget-area-toggle a .lines-button:after,
.slide-out-widget-area-toggle .lines-button:after {
    opacity: 1;
    /* background-color: #000000!important; */
    position: absolute;

    z-index: 9999;

}

.slide-out-widget-area-toggle .lines-button:after,
#footer-outer[data-using-bg-img=true] #copyright,
#header-outer #top ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent.dark-slide>#top nav ul .slide-out-widget-area-toggle a .lines-button i,
.transparent .left-aligned-ocm .lines-button i:before,
.transparent .left-aligned-ocm .lines-button i:after,
.transparent .left-aligned-ocm .lines-button:after,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:after,
body.material #header-outer.transparent .slide-out-widget-area-toggle a .close-line,
#top nav ul .slide-out-widget-area-toggle a .lines,
#top nav ul .slide-out-widget-area-toggle a .lines:after,
#top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: #ffffff !important;
}

#header-outer[data-box-shadow="small"],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

/* Footer */
#custom-footer {
    background-color: #ECEBED;
}

.social-bar {
    margin-top: 25px;
    gap: 12px;
}

.social-bar img {
    max-width: 30px;
}

img.footer-logo {
    max-width: 230px;
    margin-bottom: 15px;
}

#custom-footer ul.menu {
    margin: 0;
}

#custom-footer ul.menu li {
    list-style: none;
    margin-bottom: 12px;
    color: #000000 !important;
}



#footer-outer #custom-footer a:not(.nectar-button),
p {
    color: #000000 !important;
}

#custom-footer .content span.number,
#custom-footer .content a {
    font-weight: 600;
    text-decoration: underline;
    color: #000000 !important;
}

a#logo {
    position: relative;
}

a#logo::before {
    position: absolute;
    width: 400px;
    height: 47px;
    content: "";
    top: -15px;
    background-image: url(/wp-content/uploads/2023/07/plastic-energy-logo-dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    left: 120px;
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

#header-outer[data-full-width=true] header>.container,
body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    padding-left: 0px !important;
}

a#logo.inactive::before {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}

/* COOKIES */
.cmplz-cookiebanner .cmplz-title {
    font-family: Montserrat;
    ;
    font-size: 21px;
}

div#cmplz-message-1-optin {
    text-align: center;
}

.cmplz-cookiebanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #ffffff;
    color: #000000;
    border: 1px #000000 solid;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    border-radius: 5px;
    font-family: "Open Sans";
}

.cmplz-cookiebanner.banner-1.optin.cmplz-bottom-right.cmplz-categories-type-view-preferences.cmplz-show {
    padding: 25px 40px;
}

.cmplz-cookiebanner.banner-1.optin.cmplz-bottom-right.cmplz-categories-type-view-preferences.cmplz-show {
    padding: 25px 40px;
    border-radius: 15px;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
    color: #000000;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
    background-color: #ECEBED;
}

/* body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines, */
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before,
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after {
    background-color: #000000 !important;
}


.slide-out-hover-icon-effect .lines {
    background-color: #ffffff;
}

body .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after {
    background-color: #ffffff!important; 
}

.slide-out-widget-area-toggle .lines-button:after,
.slide-out-hover-icon-effect .lines.down {
    background-color: #000000!important; 
}

section.projects .flexed.display-space {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px; 
}

section.projects .flexed.display-space .one-third {
    width: calc(33.3333% - 20px);
}

.icons img {
    max-width: 70px;
    margin-right: 15px;
}

.icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 13px; 
}

.icons.half-col {
    margin-bottom: 20px;
}

/* PUBLICATIONS  */
.publications .image-feature.bg-img {
    height: 200px;
}

.publication-box {
    padding: 40px;
}

.half-col.publication {
    background-color: #ECEBED;
}

.inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 15px!important; 
}

/* Video strip  */
.play-icon {
    width: 80px;
    cursor: pointer; 
    -webkit-transition: all 150ms; 
    -o-transition: all 150ms; 
    transition: all 150ms; 
}

.play-icon:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07); 
    -webkit-transform-origin: center; 
        -ms-transform-origin: center; 
            transform-origin: center;
}

.video-strip .flexed {
    gap: 0;
}

/* Testimonials  */
.testimonial-single.flexed {
    max-width: 800px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    margin: auto;
}
.testimonial-single .headshot {
    width: 170px;
    min-width: 170px;
    height: 170px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-right: 35px!important; 
}

.testimonials .title  {
    text-align: center; 
    margin-bottom: 60px!important; 
}

.testimonial-single h3 {
    margin-bottom: 20px!important;
}
 
/* Partners */
.partner-block.flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.partner-block.flexed img {
    width: 20%;
    padding: 10px;
}

/* Accordion */
.accordion-cont {
    border-bottom: 1px silver solid;
    padding: 25px 0;
    cursor: pointer; 
}

.accordion-cont .text {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; 
}

.accordion-cont .text p {
    margin-top: 15px; 
}

/* map markers */
path.marker {
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms; 
}

path.marker.active-marker {
    fill: #84B37D;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

/* Alternative team card */
.contact-over {
    background-color: rgba(255, 226, 86, 0.9);
    padding: 20px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 170ms;
    -o-transition: all 170ms;
    transition: all 170ms; 
     opacity: 0; 
}

.contact-over.active {
    opacity: 1; 
}

.contact-over h4 {
    margin-bottom: 15px;
}

.contact-over p {
    line-break: anywhere;
}


body .accordion-cont h3 {
    margin-bottom: 0!Important;
}

/* Icon custom sets§ */
.icons-double.flexed,
.icons-triple.flexed,
.icons-quad.flexed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.icon-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0; 
}

.sales-icon {
    width: 75px;
    margin-right: 12px;
}

.icons-double .icon-row {
    width: calc(50% - 15px);
}

.flexed.license-logos {
    gap: 0;
}

.two-col-icons .content-block {
    margin-bottom: 50px;
}

.icon-desc p {
    font-size: 13px!important;
}

.flexed.icons-triple , 
.flexed.icons-quad {
    margin-top: 50px;
    gap: 40px;
}

.icons-triple .one-third {
    width: calc(33.3333% - 27px);
}

.icons-triple .one-third h3 {
    margin: 10px 0 16px !important;
}

.flexed.icons-quad .one-fourth {
    width: calc(25% - 30px);
}

.flexed.icons-quad .one-fourth .sales-icon {
    margin-bottom: 10px;
}


.flexed.license-logos img {
    width: 65px;
    margin-right: 15px;
    margin-top: 3px;
    max-width: 45%; 
}

/* section.partners {
    display: none;
} */

@media screen and (max-width: 999px) {
    .outer-cont {
        padding: 0 60px;
    }

    a#logo img {
        padding-left: 90px;
    }

    a#logo::before {
        display: none; 
    }

    /* img.starting-logo {
        display: none!important; 
    } */

    img.stnd.active {
        display: none !important;
    }

    /* alt team cards */
    .team-selection .cont>.flexed {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; 
    }

    .team-selection .one-quart {
        width: calc(50% - 15px);
    }

}

@media screen and (max-width: 769px) {
    .show-769 {
        display: block;
    }

    .show-769.flexed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .hide-769 {
        display: none !important;
    }

    .flexed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .flexed.strict {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .half-col,
    .one-third,
    .two-third,
    .flexed .half-col,
    .flexed .one-third,
    .flexed .two-third {
        width: 100%;
    }

    .one-quart {
        width: calc(50% - 10px);
    }

    .outer-cont {
        padding: 0 90px;
    }

    .full-w.hero p {
        font-weight: 600!important;
    }

    .img-gallery .cont.flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    /* Responsive menu fix */
    a#logo img {
        padding-left: 90px;
    }

    a#logo img {
        display: none !important;
    }

    div#header-outer {
        top: 33px!important;
    }

    a.primary.cust,
    div.primary.cust,
    body[data-button-style*="slightly_rounded"] input[type=submit] {
        margin-top: 20px;
    }

    a.primary.cust:nth-of-type(2),
    div.primary.cust:nth-of-type(2) {
        margin-left: 0px; 
    }

    .image-grid {
        height: 250px;
    }

    .c-icon-set.flexed.wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
    }

    .hero .tear-over {
        background-image: none;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(bottom, #001C44 0%, rgba(0, 28, 68, 0) 80.54%, rgba(0, 28, 68, 0.6) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(#001C44), color-stop(80.54%, rgba(0, 28, 68, 0)), to(rgba(0, 28, 68, 0.6)));
        background: linear-gradient(0deg, #001C44 0%, rgba(0, 28, 68, 0) 80.54%, rgba(0, 28, 68, 0.6) 100%);
        position: absolute;
        top: 0; 
        left: 0; 
    }

    .hero .cont.flexed {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .hero .half-col {
        padding-bottom: 25px;
    }

    .full-w.hero h1,
    .full-w.hero p {
        color: #ffffff !important;
    }

    .icons.half-col {
        width: calc(50% - 20px);
    }

    .full-h {
        height: 100vh;
    }

    .video-cont {
        width: 80%;
        height: 50%;
    }

    .v-space {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .double .v-space {
        padding-bottom: 40px;
    }


    /* .cont>.half-col:last-child {
        margin-top: 60px;
    } */

    .icons.half-col {
        width: calc(50% - 20px);
        padding-right: 15%;
    }

    .trustbar-cont.flexed {
        gap: 10px 15px;
    }

    /*     
    mask tear
    .res-tear {
        -webkit-mask-image: url(/wp-content/uploads/2023/06/plastice-energy-mask.png); 
        mask-image: url(/wp-content/uploads/2023/06/plastice-energy-mask.png);
    } */

    section.tear.rel.content .bg-img {
        background-image: none !important;
    }

    .tear.rel .abs {
        position: relative;
    }

    .tear.rel.tear-hero .abs {
        position: absolute;
    }
   

    .tear.rel .abs.mask-drop {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.tear.rel.content .full-h {
        height: auto;
    }

    .tear.masked .cont>.half-col:last-child {
        margin-top: 0px;
    }

    section.tear.masked .outer-cont>.cont.flexed {
        gap: 0;
        padding-bottom: 90px;
    }

    section.tear .outer-cont>.cont.flexed {
        gap: 0px;
    }

    .flexed.hero-content {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .res-tear {
        margin-bottom: 25px;
    }

    .lighten-mask {
        mix-blend-mode: unset;
    }

    .project-link {
        height: 400px;
    }

    .project-over {
        padding: 30px 40px;
    }

    .project-over h3 {
        margin-bottom: 0px !important;
    }

    /* .project-meta {
        display: none;
    } */

    .team-member.bg-img {
        border-radius: 5px;
        background-position: top;
        height: 200px;
    }

    .hero .cont>.half-col:last-child {
        margin-top: 0;
    }

    .team .cont.v-space {
        padding-top: 0px;
    }

    .res-tear {
        position: relative;
    }

    .abs.mask-drop img {
        max-width: 100%;
        max-height: 100% !important;
        display: none; 
    }

    section.tear.masked div {
        max-width: none !important;
    }

    #page-header-bg .span_6 h1,
    .nectar-box-roll .overlaid-content h1 {
        font-size: 32px !important;
        line-height: 43px !important;
    }

    #page-header-bg .span_6 h1,
    .nectar-box-roll .overlaid-content h1 {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    /* Footer  */
    img.footer-logo {
        max-width: 180px;
        margin-bottom: 0;
    }

    a#logo::before {
        display: none;
    }

    /* .double-col .half-col:last-child {
        margin-top: 60px;
    } */

    section.projects .flexed.display-space .one-third {
        width: calc(100%);
    }

    a.logo-holder {
        /* max-width: 80px; */
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }


    .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
        background-color: #000000;
    }

    .flexed {
        gap: 0 20px; 
    }

    .flexed.social-bar {
        gap: 12px!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; 
    }

    .double-col .cont>.half-col:last-child {
        margin-top: 60px;
    }

    .tear .cont {
        padding-bottom: 60px;
    }

    .tear-bg.bg-img {
        width: 100%; 
        left: 0%;
    }

    /* testimonials */
    .testimonial-single.flexed {
        text-align: center;
        padding: 0 100px;
    }

    .testimonial-single .headshot {
        margin-right: 0px!important;
        margin-bottom: 30px;
    }
    
    .partner-block.flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; 
    }

    .partner-block.flexed img {
        width: 30%;
        padding: 10px;
    }

    /* Alt team section */
    .team-selection .cont.flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; 
    }

    .contact-over {
        opacity: 1;
        height: auto;
        bottom: 0;
        top: -30px;
        position: relative;
        background-color: rgba(255, 226, 86, 1);
    }

    a.team-contact.rel.flexed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        gap: 0;
    }

    .contact-over h4 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 30px;
    }

    .two-col-icons .content-block {
        margin-top: 40px;
    }

    /* Icons  */
    .icons-double.flexed,
    .icons-double .icon-row,
    .flexed.license-logos,
    .icons-triple.flexed,
    .icons-quad.flexed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .icons-double .icon-row {
        gap: 9px;
    }

    .icons-double.flexed {
        gap: 20px 25px; 
    }

    .icons-triple.flexed {
        gap: 30px 40px; 
    }

    .icons-triple .one-third {
        width: calc(50% - 20px);
    }

    .flexed.license-logos img {
        width: 85px;
        margin-right: 15px;
    }

    .flexed.icons-quad .one-fourth {
        width: calc(50% - 30px);
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 0px 35px;
    }

    .flexed.icons-quad .one-fourth .sales-icon {
        margin-right: 0px;
    }
}

@media screen and (max-width: 690px) {
    .hide-690 {
        display: none !important;
    }

    .show-690 {
        display: block !important;
    }

    .outer-cont {
        padding: 0 30px;
    }

    .v-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    a#logo img {
        padding-left: 30px;
    }

    a.primary.cust,
    div.primary.cust,
    body[data-button-style*="slightly_rounded"] input[type=submit] {
        margin-top: 20px;
        width: 100%;
        margin-top: 33px !important;
        padding: 17px;
    }

    .c-icon-set.flexed.wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .icons.half-col {
        width: 100%;
    }

    .one-quart {
        width: 100%; 
    }

    .icon-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 6px;
    }

    .icon-title img {
        width: 80px;
        margin-bottom: 10px;
        margin-left: -12px;
    }

    .icon-title h3 {
        margin-left: 4px;
        margin-bottom: 0!important;
    }

    .full-h {
        min-height: calc(100vh - 69px);
    }

    .c-icon-set.flexed.wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 11px;
    }

    .c-icon-set .icons.half-col {
        width: calc(49% - 10px);
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .mask-drop .lighten-mask {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }

    .splide.team .splide__arrows.splide__arrows--ltr {
        position: absolute;
        top: 100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: -25px;
    }

    .splide.team button.splide__arrow {
        margin: 0 8px;
        width: 40px;
        height: 40px;
        pointer-events: all;
    }

    .splide.team {
        padding: 0px 20px 40px;
    }

    .team-member.bg-img {
        border-radius: 5px;
        background-position: top;
        height: 280px;
    }

    .team-member .meta.flexed.sb {
        position: relative;
    }

    .team-over {
        opacity: 1 !important;
        height: auto;
        bottom: 0;
        top: auto;
        position: absolute;
        width: 100%;
    }

    .team-member .meta.flexed.sb {
        padding: 25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .team-member img.arrow {
        width: 13px;
    }

    .team a.primary.cust {
        margin-top: 60px !important;
    }

    .meta.sb p {
        padding-bottom: 0px !important;
    }

    ul.controls li {
        width: 100% !important;
    }

    section.tear.rel .full-h.hero .outer-cont,
    section.tear.rel.tear-hero {
        height: 100vh;
    }

    section.tear.rel.tear-hero {
        max-height: none !important;
    }

    .hero.bg-img {
        position: relative;
    }

    /* Menu  */
    a#logo {
        margin-left: 0;
        height: 29px !important;
        margin-top: -px;
    }

    /* Footer  */
    #custom-footer .one-third {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        color: #000000 !important;
    }



    #custom-footer .content {
        width: 100%;
        margin: 7px 0;
    }

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

    #custom-footer .content:last-child {
        margin-top: 50px;
    }

    #custom-footer .social-bar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #custom-footer .cont {
        padding: 90px 10%;
    }

    .social-bar img {
        max-width: 40px;
    }

    img.footer-logo {
        margin-bottom: 20px;
    }

    section.hero .cont.v-space {
        padding-top: 105px;
        padding-bottom: 50px;
    }

    #header-outer #logo {
        left: 30px !important;
    }

    .bottom-meta-wrap .flexed.social-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 12px;
    }

    .publication-box {
        padding: 40px 30px;
    }

    a.logo-holder {
        padding: 20px 0; 
    }


    a#logo img {
        padding-left: 0;
    }

    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 62px!important;
    }

    div#header-outer {
        top: 0!important;
        margin-top: 0;
        padding-top: 0;
    }

    .play-icon {
        margin-top: 30px;
    }

    .testimonial-single.flexed {
        padding: 0 50px; 
    }

    .partner-block.flexed img {
        width: 46%;
        padding: 10px;
    }

    .img-gallery .one-quart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* Sales icons  */
    .icons-double.flexed {
        gap: 15px; 
    }

    .icons-double .icon-row {
        width: 100%;
    } 

    .two-col-icons .content-block {
        margin-bottom: 80px;
    }

    .icons-triple .one-third {
        width: 100%;
    }

    .flexed.icons-quad {
        gap: 10px;
    }

    .flexed.icons-quad .one-fourth {
        width: calc(50% - 5px);
        padding: 5px;
    }
}

.bottom-meta-wrap .social-bar a:first-child{
display:none;
}