/* SECTION GENERAL ////////////////////////////////////////*/
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;  
}

body.logged-in{margin-top:20px;}

p, li{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #656565;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

strong {
    font-weight: 700;;
}


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

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}


ol li {
    list-style: decimal;
}

h1,
h2, 
h3,
h4,
h5 {
    font-family: "azo-sans-web", sans-serif !important;
}

h1 {

    font-size: 2.3rem;
    font-weight: 400;
}

h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

h3 {
    font-family: "azo-sans-web", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 2rem;
    color: #3a7c84;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #656565;
}

h5 {
    font-size: 1rem;
    margin: 0;
}

.hidden {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.text-aqua {
    color: #9ed6ea;
}

.text-green {
    color: #00828a;
}

.text-grey {
    color: #757575;
}


.text-red {
   color: #CF2E2E;
}

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

section {
    padding: 3% 0;
    transition: 0.3s;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}


.no-margin-bottom {
    margin-bottom: 0;
}

.button {
    background-color: #b2bcc4;
    width:300px ;
    padding: 15px 30px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    transition: 0.3s;
    margin: 20px 0;
}

.button-center {
    margin: 0 auto;
}

.button:hover {
    transform: translateY(-5px);
    background-color: #656565;
    box-shadow: 5px 5px 20px rgba(99, 99, 99, 0.05);
}

/* Margins ---------------------------- */
.margin-top-xs {
    margin-top: 20px;
}

.margin-top-sm {
    margin-top: 40px;
}

.margin-top-md {
    margin-top: 80px;
}

.margin-top-lg {
    margin-top: 120px;
}

.margin-top-xl {
    margin-top: 160px;
}

.margin-bottom-xs {
    margin-bottom: 20px;
}

.margin-bottom-sm {
    margin-bottom: 40px;
}

.margin-bottom-md {
    margin-bottom: 80px;
}

.margin-bottom-lg {
    margin-bottom: 120px;
}

/* Padding ---------------------------- */
.padding-top-xs {
    padding-top: 20px;
}

.padding-top-sm {
    padding-top: 40px;
}

.padding-top-md {
    padding-top: 80px;
}

.padding-top-lg {
    padding-top: 120px;
}

.padding-top-xl {
    padding-top: 160px;
}

.padding-bottom-xs {
    padding-bottom: 20px;
}

.padding-bottom-sm {
    padding-bottom: 40px;
}

.padding-bottom-md {
    padding-bottom: 80px;
}

.padding-bottom-lg {
    padding-bottom: 120px;
}


/* LAYOUT ////////////////////////////////////////*/

.container {
    max-width: 1200px;
}

.section-padding {
    padding-top: 3%;
    padding-bottom: 3%;
}
.section-title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-title::before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #acacac;
    position: absolute;
    top: -60px
}


.container-narrow {
    max-width: 900px;
    /* margin: 0 auto; */
}

.left-offset {
    padding-right: 15%;
}

.text-box-shade {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2% 5%;
    background-color: rgba(255,255,255,0.85);
    color: #00828a;
}

.text-box-shade ul li:before {
    content: "";
    width: 5px;
    height:5px;
    background-color: #00828a;
    position: absolute;
    top: 0.5rem;
    left: -10px;
}

.divider-header {
    background-color: #00828a;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}


/* NAVIGATION SECTION ////////////////////////////////////// */
nav {
    transition: 0.3s;
}
.navbar {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    background-color: rgba(59, 125, 133,0.5);
}

.navbar-brand {
    padding: 5px 0 5px 0;
    width: auto;
    height: auto;
    min-width: 150px;
    max-width: 180px;

    & img {
        width: 100%;
        height: auto;
    }
}

.logo {
    width: 100%;
    max-width: 180px;
    justify-content: center;
}

i {
    font-style: normal;
}

.menu {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    transition: 0.3s;
    margin: 0;
}

.menu-row {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
}

.menu-item {
    position: relative;
}

.collapse {
    transition: 0.3s;
}

.menu-menu-glowne-container {
    align-self: flex-end;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.menu ul {
    /* display: flex; */
    flex-direction: row;
}

.menu li { 
    align-content: space-around;
    min-width: 100px;
    max-width: 150px;
    list-style: none;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;;
}

 .menu li:after {
    content: '';
    display: block;
    width:0;
    height: 0.5px;
    background: #fff;
    transition: width .2s;
    transform: translateY(5px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu li:hover::after {
    width: 70%;
}

.menu li a, .menu li a:visited, .menu li a:focus-within {
    font-family: "azo-sans-web", sans-serif;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    /* letter-spacing: 5px; */
    font-size: 1rem;
}

.menu li a:hover {
    text-decoration: none;
    /* transform: scale(1.03); */
}

/* i   {
    color: #d0d0d0
} */


.sub-menu {
    display: none;
    justify-content:start;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 45px);
    background-color: rgba(255, 255, 255, 0.95);
    width: 250px;
    /* margin-top: 50px; */
    padding: 10px;
    transition: 0.3s;
    opacity: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0 ,0.05)
}

.sub-menu::before {
        content: "";
        position: absolute;
        display: block;
        top: -10px;
        left: 45%;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 10px solid #fff;
        transition: 0.3s;
        opacity: 0;
    }

.menu li:hover > .sub-menu {
    display: block;
    opacity: 1;
}

.sub-menu li:hover::after {
    width: 70%;
}

.sub-menu li {
    text-align: left;
    max-width: none;
    width: 100%;
    transition: 0.3s;
}

.sub-menu li:hover {
    background: #e5feff;
}


.sub-menu li a {
    text-align: left;
    color: #00828a;
    font-size: 0.8rem;
}

.sub-menu li a:hover {
    color: #00828a;
    transform: none;
    /* letter-spacing: 1px; */
}

.sub-menu li a:visited {
    color: #00828a;
}

.sub-menu li a:active {
    color: #00828a;
}


.social-header {
    width: 30px;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    padding-right: 5px;
}

.social-header:hover {
    transform: rotate(360deg);
}

.social-menu {
    display: none;
}



/*  SECTIONBANNER  ////////////////////////////////////////*/

#banner h1 {
    z-index:20;
    left: 30% !important;
}

#banner h1 strong {
    font-weight: 700;
}

banner h2 {
    color: #fff;
}

#banner video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#n170845245636213 {
    border-radius: 0 !important;
}

.stx-parallax .stx-parallax-abs img {
    width: 15%;
}
#n170982020610869 {
    position:  relative !important;
}


/* SECTION CONTACT & SERACH  ////////////////////////////////////////*/


.divider-grey {
    /* background-color: #d0cfcd; */
    background-color: #ffffff;
    min-height: 120px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.icon-sm {
    width: 25px;
    height: 25px;
}

#contact-grey h4 {
    margin-top: 7px;
}

.is-form-style label {
    width: 100% !important;
    min-width: 200px;
   
}

.is-form-style input {
    box-shadow: none;
}

.search-box form{
    margin-top: 0;
}
/* 
.search-box form button {
    transform: translate(-40px, -36px);
} */

.is-form-style input.is-search-input {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    background: none;
    background-color: none;
    border-radius: 10px;
    border: 1px solid #fff !important;
}

.is-search-input::placeholder {
    color: #f2f2f2;
}

.is-search-submit {
    display: none !important;
}


/* SECTION PRODUCTS /////////////////////////////// */

/* ----NEW PRODUCTS CAROUSEL */

.carousel-slider-hero__cell__content {
    transform: translateY(-150px);
}

.carousel-slider-hero__cell__background {
    background-size: 150px !important;
    background-color: #fff !important;
}

.carousel-slider-hero__cell__heading {
    color: #00828a !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.carousel-slider-hero__cell__content.hidden {
    display: block !important;
}

.swiper-button-lock {
    display: block !important;
}


/* ---- END OF NEW PRODUCST CAROUSEL */


#products {
    min-height: 400px;
    overflow: hidden;
    /* background: url(../images/background_grey.jpg) fixed repeat-y; */
    background-size: cover;
}

.bg-light-green {
    background-color: rgba(58, 124, 132, 0.2);
}

.bg-dark-green {
    background-color: #3a7c84;
}

.prod-gal-wrapper {
    width: 90%;
    min-height: 22rem;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

#gal-prev {
    position: absolute;
    display: block;
    left: -30px;
    top: 41%;
    transition: 0.3s;
}

#gal-prev:hover {
    cursor: pointer;
    transform: scale(1.05);
}

#gal-next {
    position: absolute;
    display: block;
    right: -60px;
    top: 41%;
    transition: 0.3s;
}


#gal-next:hover {
    cursor: pointer;
    transform: scale(1.05);
}



.product-gal-container {
    display: flex;
    flex-direction: row;
    min-height: 400px;
    /* overflow: hidden; */
    white-space: nowrap;
    scroll-behavior: smooth; 
}


.prod-gal-tile {
    display: none;
    position: relative;
    width: 20%;
    height: 20rem;
    background-color: #fff;
    /* box-shadow: 0 10px 35px rgba(0, 0, 0 ,0.05); */
    transition: 0.8s;
    min-width: 200px;
    margin: o auto;
    cursor: pointer;
}


.tile-size-1 {
    height: 18rem;
    z-index: 1;
}

.tile-size-1 .prod-gal-tile h3 {
    font-size: 1.1rem;
}

.tile-size-2 {
    height: 16rem;
    z-index: 0;
}

.tile-size-2 .prod-gal-tile h3 {
    font-size: 1rem;
}


.prod-gal-tile:hover {
    position: relative;
    transform-style: calc(1.1);
    transform-origin: top;
    /* box-shadow: 0 10px 45px rgba(0, 0, 0 ,0.03); */
    transform: scale(1.06);

}
.active {
    z-index: 2;
    transform: none;
}


.prod-gal-title {
    padding: 10px;
    margin-top: 20px;
}

.prod-gal-img {
    padding: 10px;
    margin-top: 20px;
    text-align: center;

}

.prod-gal-img img {
   width: auto;
   max-width: 230px;
   max-height: 120px;
}

.prod-gal-title h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

/* Carousel */

/* SECTION PARNTERS /////////////////////////////// */

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.logo-carousel-free-area {
    height: 100px;
}

#logo-carousel-free-38.sp-lc-container .sp-logo-carousel {
    padding-top: 15px;
}

.sp-lc-logo {
    filter: grayscale();
    transition: 0.3s;
}

.sp-lc-logo:hover {
    filter: none;
}

.logo-carousel-free .sp-lc-logo img {
    height: 100%;
    max-height: 80px;
    width: auto;
    max-width: 160px;
}


.sp-lc-container .sp-lc-button-next, 
.sp-lc-container .sp-lc-button-prev {
    top: 36%;
    border-radius: 100%;
    transition: 0.4s;
    background: #00828a !important;
    color: #fff !important;
    border-color: #fff !important;
    transition: 0.3s;
}

.sp-lc-container .sp-lc-button-next:hover, 
.sp-lc-container .sp-lc-button-prev:hover {
    transform: scale(1.1);
}

.sp-lc-button-prev  {
    left: 10px;
}

.sp-lc-button-next {
    right: 0px;
}

.logo-carousel-free .sp-lc-logo {
    display: flex;
    align-content: center;
}

/* .logo-carousel-free .sp-lc-logo img {
    height: 50px;
} */




/* SECTION LAB EQUIPMENT /////////////////////////////// */

h3 strong {
    font-weight: 600;
}

.equipment-icons {
    padding: 20px;
}

#lab-figures {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
}

#lab-line {
    bottom:-10px;
    width: 100%;
}

.numeral p {
    text-align: center;
    color: #00828a;
    font-weight: 400;
    font-size: 1.2rem;
}

.numeral p span {
    font-family: "azo-sans-web", sans-serif;
    /* -webkit-text-stroke: 1px #7fbbd2; */
    font-size: 3.5rem;
    line-height: 2.3rem;
    font-weight: 700;
    color: #00828a;;
}

/* SECTION UPPLY /////////////////////////////// */
#supply {
    position: relative;
}

#supply h3 {
    font-size: 2rem;
    margin: 0;
    color: #a8e8f0
}

.twisted-arrow {
    position: absolute;
    right: 1660px;
    top: 0;
    width: 330px;
    opacity: 0.2;
}

.header-border {
    border-right: 1px solid #fff;
    align-items: center;
}


/* SECTION BLOG /////////////////////////////// */

.post-item {
    margin: 20px;
    height: 100%;
}

.metabox {
    margin-top: 10px;
}

.date-day {
    font-size: 3.5rem;
    font-family: 'Ubuntu', sans-serif;
    -webkit-text-stroke: 1px #00828a;
    line-height: 2.3rem;
    font-weight: 700;
    color: #fff;

}

.date-month {
    font-size: 2.5rem;
    font-weight: 700;
    color:  #00828a;
    margin-top: -20px;
}


.headline {
    color: #00828a;
    padding: 0px 3%;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    transition: 0.3s;
}

.headline:hover {
    transform: scale(1.01);
}

.generic-content {
    padding: 10px 3%;
}

.generic-content p:first-child {
    min-height: 160px;
}

.btn--blue {
    color: #00828a;
}

.link-button .button{
    background-color: #5bb7bb;
    color: #fff;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    border: 0.5px solid #00828a;
    transition: 0.4s;
}

.link-button .button:hover {
    background-color: #fff;
    color: #00828a;
}

.thumb-index img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.thumb-single {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}


.thumb-single img {
    display: inline-block !important;
    height: 500px;
    width: auto;
    }

   #blog .col-lg-4 {
        margin-bottom: 40px;
    }

    .metabox {
        display: none;
    }

    /* SINGE POST  */
    .blog-single {  
    margin-bottom: 50px;
    }

    .blog-title h1 {
        font-weight: 700;
        color: #00828a;
    }
    .wp-block-buttons>.wp-block-button {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
        /* color: #fff; */
        min-width: 200px;
        max-width:260px;
    }

    .cta-white a {
        min-width: 260px;
    }

    .post-date {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        z-index: 50;
        width: 80px;
        height: 80px;
        background: #00828a;
        color: #fff;
        font-family: 'azo-sans-web', sans-serif;
    }

    .post-date-day {
        font-size: 1.5rem;
    }

    .post-date-year {
        font-weight: 200;
    }

    .post-tags {
        margin-top: 30px;
    }

    

/* SECTION RESEARCH/////////////////////////////// */

#research-icon {
    width: 120px;
}


/* SECTION LAB EQUIPMENT GREEN ////////////////////////////// */

.container-r-offset {
    transform: translateX(15%);
}

#lab-quipment-green h3 {
    font-size: 1.6rem;
    color: #a8e8f0;
    font-weight: 500;
    line-height: 1.6rem;
    margin-top: 10px;
}

#lab-quipment-green p {
    font-size: 0.9rem;
}

#lab-quipment-green {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #cd7e10;
  
}

#grey-twisted-arrow {
    position: absolute;
    right: 70%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    opacity: 0.2;
}

/* SECTION NEWSLETTER /////////////////////////////// */

#newsletter h5 {
    font-weight: 300;
}


#newsletter .col-sm-4 {
    height: 100%;
}

.text-newsletter {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3.5rem;
    color: #3a7c84;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    letter-spacing: 0.03rem;
}



/* SECTION FORMS /////////////////////////////// */

input {
    position: relative;
}

.newsletter-inputs {
    display: flex;
    flex-direction: row;
}
.wpcf7 input[type="email"] {
    width: 80%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #00828a;
    padding: 0 10px;
}

.wpcf7 input[type="email"]:focus-visible {
    border: none;
}


#newsletter [type=submit] {
    margin-left: 10px;
    width: calc(20% - 10px);
    height: 30px;
    background-color: #00828a;
    color: #fff;
    border: none;
    border-radius: 15px;
    transition: 0.4s;
}

#newsletter [type=submit]:hover {
    background-color: #5bb7bb;
    transform: scale(1.05);
}

.wpcf7-list-item {
    position: relative;

}
.marketing,
.wpcf7-acceptance {
    margin-left: 15px;
}

.wpcf7-list-item input[type=checkbox] {
    position: absolute;
    left: -10px;
    top: -10px;
}

.newsletter-check label {
    margin-top: -15px;
}

input[type=checkbox] {
    margin-left: -18px;
}

.wpcf7-not-valid-tip {
    position: relative;
    top: 0;
    left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border: none;
    background-color: #ffb900;
    padding: 8px;
}



/*  PAGE PRODUCTS  /////////////////////////////// */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

#product-list {
    /* min-height: 1050px; */
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/background_grey.jpg) fixed repeat-y;
    background-size: cover;
}

.grey-texture {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/background_grey.jpg) fixed repeat-y;
    background-size: cover;
}
/* 
.grey-texture .text-box-shade {
    margin-top: -100px;
} */

.banner-subpage {
    position: relative;
    display: flex;
    align-items: center;
    height: 30%;
    max-height: 400px;
    min-height: 300px;
    overflow: hidden;
    object-fit: cover;
    /* margin-top: -35px; */
}

.banner-subpage .container-fluid, 
.banner-subpage .row {
    height: 100%;
}

.banner-subpage img {
    height: 100%;
    /* transform: translateY(-30%); */
    object-fit: cover;
    transform: scale(1.1);
}


#product-list .prod-gal-tile {
    width: 100%;
}

.banner-subpage::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #00828a;
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-post::after {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-img-wrapper {
    display: flex;
    justify-content: center;
}

.banner-img-wrapper img {
    height: auto;
}

.subpage-title-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    padding-top: 80px;
}

.banner-subpage h1 {
    font-weight: 700;
    color: #fff;;
}

.blog-single h1 {
    font-weight: 700;
}


.banner-subpage .prod-gal-tile {
    margin: 10px;
}

.subpage-abstract {
    width: 90%;
    max-width: 700px;
    color: #fff;
    margin: 0 auto;
}

.subpage-abstract p {
    color: #fff;
    text-align: left;
}

.cta {
    min-width: 200px;
    max-width: 300px;
    height: 40px;line-height: 40px;
    background-color: #0e8283;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    transition: 0.3s;
}

.cta:hover {
    transform: scaleX(1.05);
    background-color: #5bb7bb;
    box-shadow: 0 5px 10px rgba(99, 99, 99, 0.05);
}

.cta-outline {
    background-color: transparent;
    color: #0e8283;
    border: 1px solid #0e8283;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    padding: 15px 30px;
    max-width: 300px;
    margin-top: 30px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.cta-outline:hover {
    background-color: #0e8283;
    color: #fff;
}


/*  PAGE CATEGORY  /////////////////////////////// */

.banner-category {
    height: 100px;
    margin-top: 100px
}

.banner-category h1 {
    text-align: center;
    font-weight: 700;
    color: #0e8283;
}

.tile-category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0 ,0.04);
    transition: 0.3s;
    min-width: 250px;
    text-align: center;
    padding: 0 3%;
}

.tile-no-shadow {
    box-shadow: none;
}

.tile-category img {
    max-height: 200px;
    width: auto;
}

.tile-category p {
    color: #656565;
    display: block;
    height: 2rem;
}

.btn-more {
    width: 160px;
    transition: 0.4s;
    color: #5bb7bb;
}

.breadcrumbs-container button  {
    background: #5bb7bb;
    padding: 10px 20px;
    font-family: 'Ubuntu';
    transition: 0.4s;
    border: none;
    color: #fff;
}

.breadcrumbs-container button:hover  {
    background: #fff;
    padding: 10px 20px;
    border: 0.5px solid #00828a;
    color: #00828a;
    transform: translateY(-5px);
}

/* Breadcrumbts  */

.breadcrumbs-container  {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #00828a;
    text-align: center;
    margin-bottom: 30px;
}
.breadcrumbs-container a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    color: #656565;
}

/* Man WP button */

/* .wp-block-button__link {
    background-color: #00828a;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 10px 20px;
} */

.wp-block-button a {
    min-width: 70%;
    max-width: 260px;
}

.wp-block-button__link {
    background-color: #5bb7bb ;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 10px 30px;
    border: 0.5px solid #00828a;
    font-size: 0.8rem;
    min-width: 260px;
}
.wp-block-button__link:hover {
    transform: scaleX(1.05);
    background-color: #fff;
    color: #00828a !important;
}

/* .wp-block-button__link:hover {
    transform: scaleX(1.05);
    background-color: #5bb7bb ;
} */

.wp-block-button .wp-block-button__link:where(.is-style-outline), .wp-block-button:where(.is-style-outline) > .wp-block-button__link {
    border: 1px solid;
}

/* .wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
    border: 0,5px solid #5bb7bb !important;
    transition: 0.4s;
} */

.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link:hover {
    transform: scale(1.08);
    background-color: #5bb7bb;
    color: #fff;
    border: #fff;
    box-shadow: 0 5px 10px rgba(14, 130, 131, 0.3);
}

.btn-more a {
    font-size: 1rem;
    font-weight: 300;
}

/*  PAGE PRODUCTS /////////////////////////////// */
/* main {
    margin-top: 180px;
} */

.products-content {
    margin-top: 50px;
}

.single-produc .metabox {
    display: none;
}


.wp-block-image {
    min-height: 200px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    display: flex;
    align-items: center;
    justify-content: center;

}

.wc-block-grid__products .wc-block-grid__product-image img {
    max-height: 250px !important;
    padding-bottom: 20px;
    object-fit: contain;
    padding: 5%;
}

/* Prod */

.woocommerce-product-details__short-description p {
    font-weight: 300;
}

.woocommerce-product-details__short-description strong {
    font-weight: 700;
}
.woocommerce-product-details__short-description img {
    max-width: 180px;
    padding: 5px;
}

/* Single product main picture */

.woocommerce div.product div.images img {
    max-height: 450px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

/* Product minatures gallery */
.woocommerce div.product div.images .flex-control-thumbs img {
 padding: 5%;
}

.related h2 {
    color: #0e8283;
} 


/* Button - DOwiedz się wicej. */
.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link  {
    background-color: #5bb7bb;
    transition: 0.4s;
    border: 0.5px solid #0e8283;
    color: #fff;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    max-width: 260px;
}

.woocommerce ul.products li.product .button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover  {
    background-color: #fff;
    color: #0e8283;
    box-shadow: 0 5px 10px  rgba(13, 128, 130,0.1);
}

/* HIDING WOO COMMERCE PRICE */
.wc-block-grid__product .wc-block-grid__product-price {
	display: none;
}



.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    background-color: #00828a;
    color: #fff;
    border-radius: 0;
    transition: 0.3s;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {
    transform: scale(1.05);
    background-color: #5bb7bb;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button a:hover {
    color: #00828a;
}

.wc-block-components-sort-select__select {
    height: 30px;

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0 ,0.05);
}


.wc-block-components-sort-select__select:focus-visible {
    outline: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0 ,0.05);
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.first {
    display: flex;
    flex-direction: column;
    align-items:flex-end;
}

.woocommerce ul.products  img {
    display: block;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    align-items: flex-end;
}

.cms-content {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
}

.posted_in,
.tagged_as {
    display: none;
}

.tagged_as {
    color: #00828a;
}

/* Specification table */
.table>:not(caption)>*>* {
    vertical-align: top;
}


/* SECTION RELATED PROUCTS */
.related  {
    margin-top: 100px;
}

.woocommerce ul.products li.product .button  {
    width: 70%;
    display: flex;
    align-self: baseline;
    align-self: center;
    font-weight: 400;
}


.woocommerce div.product .woocommerce-tabs .panel[aria-labelledby="tab-title-pliki-do-pobrania"] {
    color: #00828a;
    font-weight: 500;
}


.woocommerce div.product .woocommerce-tabs .panel[aria-labelledby="tab-title-pliki-do-pobrania"] {
    position: relative;
}


.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link  {
    height: 320px;
}

/* Product tile on a list */
 .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    height: 470px;
}

.wc-block-grid.has-3-columns  .wp-block-button  {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;

}

.wc-block-grid__product .wp-block-button .wc-block-grid__product-add-to-cart {
    position: absolute;
}

.wc-block-grid__product .wc-block-grid__product-title {
   transform: translateY(-10px);
   font-family: 'Ubuntu';
   font-weight: 500;
   font-size: 1rem;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link a:hover {
    color: #fff;
}

/* SECTION WOO COMMERCE TABS CONTENT */

.woocommerce div.product .woocommerce-tabs ul.tabs li  {
    color: #00828a;
    background-color: #f2f2f2;
    border: 0.5px solid #cfc8d8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    box-shadow: 3px 5px 10px rgba(0, 0, 0 ,0.15);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    color: #00828a;
}

/* General look fo the tab */

.woocommerce-Tabs-panel .woocommerce-Tabs-panel--opis .panel .entry-content .wc-tab {
    font-family: 'Ubuntu', sans-serif;
}

.woocommerce div.product > .woocommerce-tabs > .panel > div,
.tabs > .wc-tabs > ul > div,
.tabs > .wc-tabs > li > div {
    margin-bottom: 20px;
}

li {
    font-family: 'Ubuntu', sans-serif;
}

.woocommerce div.product .woocommerce-tabs .panel,
.tabs .wc-tabs ul,
.tabs .wc-tabs li
  {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
}

.woocommerce div.product .woocommerce-tabs .panel strong {
    font-weight: 700;
}


.woocommerce div.product .woocommerce-tabs .panel, .tabs .wc-tabs ul, .tabs .wc-tabs li {
    padding: 10px;
    margin-top: 10px;
}

.wc-tab {
    line-height: 1.4rem;
}

 .wc-tab h3,
 .wc-tab h2 {
    margin-top: 30px;
}

.wc-tab h4 {
    color: #00828a;
    font-size: 1.2rem;
}

.wc-tab ul {
    margin-top: 1rem;

}

.wc-tab ul li {
    position: relative;
}

.wc-tab ul li:before
 {
    content: "";
    width: 5px;
    height:5px;
    background-color: #00828a;
    position: absolute;
    top: 0.5rem;
    left: -20px;
}

/* links styling on the main category page  */

.wp-block-group__inner-container  a {
    color: #00828a;
    font-weight: 500;
}

.wp-block-group__inner-container  ul li {
    position: relative;
}

.wp-block-group__inner-containerul li:before {
    content: "";
    width: 5px;
    height:5px;
    background-color: #00828a;
    position: absolute;
    top: 0.6rem;
    left: -20px;
}


.tabs .wc-tabs li {
    
    margin-top: 20px;
}

.posted_in{
    font-family: 'Ubuntu', sans-serif;
}
/* File download */
.woocommerce div.product .woocommerce-tabs .panel[aria-labelledby="tab-title-pliki-do-pobrania"] a {
    color: #00828a;
    position: relative;
    font-weight: 500;
    margin-bottom: 10px;
}


.woocommerce-Tabs-panel--pliki-do-pobrania a::before,
.pdf:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('../images/PDF.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.pdf {
    position: relative;
    font-weight: 500;  
    margin-left: 35px;
    color: #00828a;
}

.pdf::before {
    top: -6px;
    left: -40px;

}

.pdf-button a {
    padding: 5px 35px 5px 25px;
}

.pdf-button a:before  {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('../images/PDF.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0.5px solid #e9e9e9;
}

.woocommerce div.product .woocommerce-tabs .panel, .tabs .wc-tabs ul, .tabs .wc-tabs li {
    margin-bottom: 50px;
}

.woocommerce-Tabs-panel .woocommerce-Tabs-panel--opis .panel .entry-content .wc-tab {
    margin-top: 20px;
}

.woocommerce-Tabs-panel .woocommerce-Tabs-panel--opis .panel .entry-content .wc-tab ul {
    margin-top: 20px;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #00828a;
    font-family: 'azo-sans-web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    height: 50px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #5bb7bb;
}


/* PRODUCT ENQUIRY FORM  */
wqoecf-pop-up-box {
    background: url('../images/same_elementy.png') no-repeat;
    background-color: #fff;
    background-size: cover;
}

.wpcf7 form {
	max-height: unset !important;
}

div.wqoecf-pop-up-box p.wqoecf_form_title {
    font-size: 2rem;
    color: #00828a;
}

.woocommerce a.wqoecf_enquiry_button{
    background: #00828a !important;
    color: #fff !important;
    border: 0.5px solid #00828a;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    transition: 0.4s;
}

.woocommerce a.wqoecf_enquiry_button:hover{
    background: #fff !important;
    color: #00828a !important;
}


a.wqoecf_enquiry_button::before {
    display: none;
}

.wqoecf-pop-up-box {
    box-shadow: 0 0 30px rgba(0, 0, 0 ,0.15);
  max-height: 90dvh;
  overflow: scroll;
}

.wqoecf-pop-up-box div.wpcf7 {
    width: 100%;
}
.wqoecf-pop-up-box .wpcf7 form {
    padding: 0;
}

/* TO BE REMOVED */
.ui-dialog.wdm-enquiry-modal {
    background: #fff;
}
.ui-dialog .ui-dialog-title {
    text-wrap: wrap !important;
    text-align: center !important;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #00828a !important;
}

#enquiry-form .wdm-pef-form-row.focused label[for="contact-subject"] {
    display: none;
}

#enquiry-form .wdm-pef-form-row textarea {
    /* transform: translateX(20%); */
}

#enquiry-form input,
#enquiry-form textarea {
    box-shadow: 0 5px 15px rgba(0, 0, 0 ,0.05);
}


.pe-enq-wrapper {
    display: flex;
    justify-content: left;
}

.pe-enq-wrapper input {
    min-width: 280px;
    background-color: #fff !important;
    color: #00828a !important;
    border: 1px solid #00828a !important;
    line-height: 32px !important;
}

.pe-enq-wrapper input:hover {
    background-color: #5bb7bb !important;
    color: #fff !important;
    border: none !important;
}


.wdm-enquiry-action-btns button {
    background: #00828a;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s;
    width: 100%;
}

/* Success sent btton */

.ui-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-button, .ui-dialog .ui-dialog-buttonpane button {
    background-color: #00828a;
    border: none;
    outline: none;
}

/* .wdm-enquiry-action-btns>[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled){
    background: #00828a;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s;
    width: 100%;
} */


.ui-dialog .ui-dialog-content {
    background-color: #fff !important;
}


/* PAGE ABOUT ====================================== */

.elements {
    background: url('../images/same_elementy.png') fixed;
    background-size: 100%;
    /* min-height: 100vh; */
}

.about-btn-row {
    display: flex;
    justify-content: center;
    align-items: end;
    /* height: 100%; */
    width: 100%;
    margin-left: -40px;

}

.btn-outline {
    width: 160px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s cubic-bezier(.28,-0.03,0,.99);
}

.btn-outline:hover {
    transform: scale(1.05);
    color: #fff;
    background-color: rgba(255,255,255,0.3);
}

.btn-outline a:hover {
    color: #fff;
}

.about-wrapper {
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-container {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

#about .card {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.3);
}

.about-row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}

#about .icon {
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    margin-top: 30px;
    font-weight: 700;
    padding: 20px 0 ;
    transform: translateX(5px);
}

#about .description {
    display: none;
    justify-content: center;
    flex-direction: column;
    height: auto;
    width: 520px;
    /* transform: translateY(50px); */
    transition-delay: .3s;
    transition: all .3s ease;
}

#about .description p {
    color: #656565;
    font-size: 0.9rem;
    padding-top: 5px;
    padding-right: 30px;
    height: 250px;
    overflow-y:auto;
}

/* About container verticala  */

.about-container {
    height: 700px;
    justify-content: start;
    flex-direction: column;
}

#about .card {
    width: 100%;
    height: 110px;
    border-radius: 1.75rem;
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.3);
}

.about-row {
    display: flex;
    flex-wrap: nowrap;
}

#about .icon {
    width: 50px;
    height: 50px;
    margin: 15px;
    margin-top: 8px;
    padding: 20px 0 ;
    left: 0;
}

#about .description {
    display: flex;
    height: auto;
    width: 500px;
}

#about .description h4 {
    margin-top: 20px;;
}


#about input:checked + label {
    height: 600px;
    width: 100%;
}

#about input:checked + label .description {
    display: flex;
    /* transform: translateY(0) !important; */
}

.description h4 {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-top: 30px;
    font-weight: 300;
    color: #00828a;
}

.description h4 strong {
    font-weight: 700;
}

#about input {
    display: none;
}

#about input:checked + label {
    width: 600px;
}

#about input:checked + label .description {
    display: flex;
    /* opacity: 1 !important; */
    transform: translateY(0) !important;
}


.card[for="c1"] {
    /* background-image: url('./img1.jpeg'); */
    background-color: #fff;
    border: 1px solid #00828a;
    
}
.card[for="c2"] {
    background-color: #fff;
    border: 1px solid #3a7c84;
}
.card[for="c3"] {
    background-color: #fff;
    border: 1px solid #5bb7bb;
}
.card[for="c4"] {
    /* background-image: url('./img4.jpeg'); */
    background-color: #fff;
    border: 1px solid #7fbbd2;
}


#icon-1 {
    background:  #00828a;
}

#icon-2 {
    background-color:  #3a7c84;
}

#icon-3 {
    background-color: #5bb7bb
}
#icon-4 {
    background-color:  #7fbbd2;
}

#card-title-1 {
    color: #00828a;
}

#card-title-2 {
    color: #3a7c84;
}
#card-title-3 {
    color: #5bb7bb;
}
#card-title-4 {
    color: #7fbbd2;;
}

.btn-about {
    color: #00828a;
    padding: 10px 20px;
    border: 1px solid #00828a;
    transition: 0.4s;
}

.btn-about:hover {
   background-color: #5bb7bb;
   color: #fff;
   border: 1px solid #5bb7bb;
   transform: scale(1.05);
}

/* PORTRAITS IN HOSTORY  */
.portrait {
    max-height: 450px;
    object-fit: cover;
    width: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 3%;
}


/* PAGE INDUSTRIES =========================== */

.ind-tile-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: repeat(5, 250px);
    grid-template-columns: repeat(2, 1fr);  
    width: 100%;
    gap: 15px;
}

.ind-tile {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e8283;
    color: #fff;
    font-size: 700;
    transition: 0.4s;
}

.ind-tile h4 {
    color: #fff;
}

.ind-tile::after {
    content: "";
    background-color: rgba(0, 130, 138, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: 0.4s;
}
.ind-tile:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(0, 0, 0 ,0.15);
}

.ind-tile:hover:after {
    background-color: rgba(0, 130, 138, 0.7);
}

.ind-tile-container {
    display: flex;
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    text-align: center;
    z-index: 1;
}


.ind-tile-title {
    display: block;
    text-shadow: 1px 1px 0 #063639;
}



.ind-tile p {
    color: #fff;
    text-shadow: 1px 1px 0 #063639
}

.ind-btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0px;
    height: 45px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0;
    transition: 0.3s;
}

.ind-btn-more:hover {
    background-color: #fff;
    color: #00828a;
    transform: scale(1.05);
    cursor: pointer;
}

.ind-tile:hover .ind-btn-more {
    width: 150px;
    opacity: 1;
}


.ind-tile h4 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    
}

#env {
    background: url('../images/Depositphotos_621965150_XL.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#h2o {
    background: url('../images/woda.webp') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#cannabis {
    background: url('../images/cannabis.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


#cosmetics {
    background: url('../images/branza_kosmetyczna.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#food {
    background: url('../images/branza_spozywcza.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#pharma {
    background: url('../images/aga-farmaceutyczna.webp') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#energy {
    background: url('../images/branza-energetyka.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#biotech {
    background: url('../images/Depositphotos_517168436_XL.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#microbiology {
    background: url('../images/mikrobiologia.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#chemical {
    background: url('../images/branza-chamiczna.png') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* PAGE SERVICE =========================== */

.service-wrapper {
    grid-template-rows: repeat(2, 350px);
    grid-template-columns: repeat(2, 1fr);  
}


.table table, 
.table table tr, 
.table table td 
{
    border: 1px solid #00828a;
}
.table table tr {
    height: 80px;
}

#service h4 {
    text-transform: uppercase;
}

#contact {
    background: url('../images/kontakt.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#agreement {
    background: url('../images/umowa-serwisowa.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#training {
    background: url('../images/szkolenia.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#pipettes {
    background: url('../images/Depositphotos_143038071_XL.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.header-img {
    height: 200px;
}

#contact-details {
    display: flex;
    justify-content: center;
    background: url(../images/same_elementy.png) no-repeat;
    background-size: cover;
    background-color: #00828a;
}

.contact-details {
    position: relative;
    max-width: 350px;
    margin-left: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-details h2,
.contact-details p,
.contact-details a
 {
    color: #fff !important;
}

#contact-details p {
    font-size: 1rem;
}

#contact-address::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 100px;
    left:-80px;
    top:5;
    background: url(../images/addres_icon.png) no-repeat;
    background-size: contain;
}

#contact-telephone::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 100px;
    left:-80px;
    top:-10px;
    background: url(../images/telephone.png) no-repeat;
    background-size: contain;
}

#contact-email::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 100px;
    left:-80px;
    top:-10px;
    background: url(../images/e-mail.png) no-repeat;
    background-size: contain;
}

/* SECTION FORM ///////////////////////////////  */

form {
    display: flex;
    flex-direction: column;
    /* width: 60%; */
    max-width: 600px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    transition: 0.3s;
    padding: 0 5% !important;
}

label {
    width: 100%;
}

.container-form {
    display: flex;
    justify-content: center;
    width: 100%;
	height: 100%;
    margin: 0 auto;
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100% !important;
}

.container-form input, textarea  {
    padding: 5px 10px;
}

.container-form input[type="email"] {
    width: 100%;
}

.container-form input,
.container-form input[type="email"] {
    height: 40px;
    border: 0.5px solid #cdd2d7;
    box-shadow: 0px 5px 15px rgba(0, 0, 0 ,0.05);
    transition: 0.3s;
}

.container-form select {
    height: 40px;
    width: 400px;
   padding: 0 20px;
   border: 0.5px solid #cdd2d7;
   transition: 0.3s;
   background-color: #fff;
}

.container-form textarea {
    border: 0.5px solid #cdd2d7;
    box-shadow: 0px 5px 15px rgba(0, 0, 0 ,0.05);
        transition: 0.3s;
}

.row-submit .col-12 {
    display: flex;
    flex-direction: column;

    & p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


.container-form input[type="submit"] {
    width: 200px ;
    background-color: #00828a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.container-form input[type="submit"]:hover {
    transform: scaleX(1.05);
    background-color: #5bb7bb;
}

.container-form h5 {
    color: #00828a;
    margin-bottom: 15px;
    font-weight: 700;
}


/* PAGE CONTACT ==================================*/


.map-wrapper {
    position: relative;
    margin-top: -45px;
}

.map-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.google-map {
    width: 100%;
}

/* PAGE SZKOLENIA ==================================*/
.cred-border-top {
    position: relative;
    margin-top: 1rem;
    padding: 15px 15%;
}

.cred-separator {
    width: 200px;
    margin: 0 auto;
    border: 0.5px solid;
}


/* PAGE AKTUALNOŚCI ==================================*/

.blog h1 {
    text-align: center;
    color: #00828a;
    font-weight: 700;
}

.blog .post-item {
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0 ,0.05);
    background-color: #fff;

}

.blog img {
    height: 200px;
    margin-bottom: 20px;
}

.blog .post-item  h2 {
    font-size: 1.3rem;
    min-height: 5rem;
    padding: 0 5%;
}

.blog .metabox {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.blog .metabox p {
    text-align: center
}

.blog p {
    padding: 0 5%;
    font-size: 0.8rem;
}

.blog .generic-content p:last-child {
    display: block;
    position: absolute;
    bottom: 0px;
    margin: none;
}

.blog-pages {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    /* min-width: 300px; */
    margin: 0 auto;
    margin-left: 30%;
    margin-right: 30%;

}
.blog-pages a {
    display: inline;    
    font-family: 'Ubuntu';
    margin-right: 5px;
    color: #00828a;
}

.blog-pages a:active {
    color: #5bb7bb;
}

.blog-archive {
    /* display: flex; */
    /* flex-direction: column; */
    margin-top: 10px;
}

.blog-archive ul {
    margin-left: 0;
    padding-left: 0;
} 


/* FOOTER SECTION ///////////////////////////////  */
footer {
    padding-top: 0px;
    min-height: 100px;
    background-color: #fff;
    box-shadow: 0 -15px 30px rgba(0, 0, 0 ,0.03);
}

footer p,
footer li, 
footer a {
    color:#757575;
}

footer p {
    line-height: 1rem;
}

footer h6 {
    color:#757575;
    font-weight: 700;
}

.icon-wrapper {  
    height: 25px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.footer-contact {
    font-size: 0.9rem;
    line-height: 0.95rem;
}

.footer-contact  strong {
    line-height: 0.90rem;
    font-weight: 500;
}

.footer-logos-wrapper {
    padding: 20px 0;
}
.footer-legal {
    font-size: 0.7rem;

}

footer .menu {
    padding: 0;
    color: #656565;
    display: flex;
    flex-direction: column;
 
}

footer .menu li {
    height: 25px;
    justify-content: start ;
    text-align: left;
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding: 0;
}
footer .menu li a {
    color: #656565;
    font-size: 0.7rem;
    letter-spacing: normal;
    justify-content: start !important;
    text-align: left !important;
}

footer .menu li a:visited {
    color: #656565;
} 

footer .menu li a:hover {
    color: #656565;
    /* letter-spacing: 1px; */
  
}
footer .menu li:hover {
    transform: scale(1);
}


footer .menu li:hover::after {
    width: 0%;
}

.social a {
    display: inline-block;
}
.social img {
    width: 40px;
    padding: 3px;
}


/*  PAGE KNOWLSDE BASE /////////////////////////////// */

.kb-category {
    text-transform: uppercase;
}

.categories-list {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 5px 15px;
    background-color: #fff;
    margin-top: 20px;
}

.categories-list h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.categories-list a {
    font-weight: 500;
}


.kb-banner {
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

.kb-title {
    background: #00828a80;
    position: absolute;
    bottom: 10%;
    left: 0;
    color: #fff;
    padding: 30px 5%;
    width: 85%;
}

.kb-title h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}





/* MEDIA QUERIES  SECTION  /////////////////////////////// */
/* ///////////////////////////////////////////// */

@media (min-width: 2000px) {
    .twisted-arrow {
        left: 0;
    }

}

@media (max-width: 1200px) {
    .twisted-arrow {
        left: 0;
        display: none;
    }

    .headline {
        font-size: 1.5rem;
    }

    .prod-gal-wrapper {
       
        width: 90%;
        min-height: 22rem;
        position: relative;
        padding: 0 15px;
    }
    
    #gal-prev {
        position: absolute;
        display: block;
        left: 49%;
        top: -55px;
        z-index: 20;
        transform: rotate(90deg);
    }
    
    #gal-prev:hover {
        cursor: pointer;
        transform: scale(1.05) rotate(90deg); 
    }
    
    #gal-next {
        position: absolute;
        display: block;
        bottom: -55px;
        top: initial;
        right: initial;
        left: 49%;
        transform: rotate(90deg);
    }
    
    
    #gal-next:hover {
        cursor: pointer;
        transform: scale(1.05) rotate(90deg);
    }
    
    .product-gal-container {
        flex-direction: column;
        min-height: 400px;
        white-space: nowrap;
        scroll-behavior: smooth; 
        margin: 70px 0;
    }
    
    
    .prod-gal-tile {
        display: none;
        position: relative;
        width: 50%;
        height: 11rem;
        background-color: #fff;
        /* box-shadow: 0 10px 35px rgba(0, 0, 0 ,0.05); */
        transition: 0.8s;
        min-width: 250px;
        margin: o auto;
        cursor: pointer;
    }
    .prod-gal-tile .wp-block-image img {
        max-height: 250px;
    }
    

    .tile-size-1 {
        height: 11rem;
        width: 45%;
        z-index: 1;
    }
    
    .tile-size-1 .prod-gal-tile h3 {
        font-size: 1.1rem;
    }
    
    .tile-size-2 {
        height: 11rem;
        width: 40%;
        z-index: 0;
    }
    
    .tile-size-2 .prod-gal-tile h3 {
        font-size: 1rem;
    }
        
    
    .prod-gal-title {
        padding: 5px;
        margin-top: 10px;
    }
    
    .prod-gal-img {
        padding: 0;
        margin-top: 0px;
        text-align: center;
        height: 4rem;
    }

    .prod-gal-img img {
        height: 100%;
    }
    
    .prod-gal-img img {
       width: auto;
       max-width: 230px;
       max-height: 120px;
    }
    
}

@media (max-width: 992px) {
/* MENU */
    .nav-container {
        flex-direction: row;
        padding: 0;
        position: relative;
    }
    /* togle button */
    .navbar-toggler {
        border: 1px solid #fff;
        transition: 0.3s ease-in-out;
        margin-bottom: 5px;
        margin-right: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 5px 10px rgba(0, 0, 0 ,0.15);
        background-color: rgba(255,255,255,0.2);
    }

    .navbar-toggler img {
        transform: translateY(2px);
    }

    .navbar-expand-lg .navbar-collapse {
        display: block;
        box-shadow: 0 10px 20px rgba(0, 0, 0 ,0.15);
    }


    .navbar-brand {
        margin-left: 20px;
    }

    .collapse {
        width: 100%;
        position: absolute;
        top: 80px;
        max-height: 0;
        overflow: hidden;
    }
    .navbar-collapse .menu {
        flex-direction: column;
        background-color: #0e8283;
        padding: 0;
    }

    .navbar-collapse .menu li {
        max-width: initial;
        width: 100%;
        background-color: rgba(224, 253, 255, 0.9);
        color: #00828a;
        transition: 0.4s;
        padding: 10px 0;
        border-bottom: 0.5px solid hsl(184, 39%, 68%);
        text-align: left;
    }
    


    .navbar-collapse .menu li a,
    .navbar-collapse .menu li a:visited
     {
        margin-left: 43%;
        color: #00828a;
    }

    .navbar-collapse .menu li:hover:after {
        width: 0;
    }

    .sub-menu  {
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: auto;
        opacity: 1;
        transform: translate(0);
        left: auto;
        right: auto;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.15s ease-out;
        transform: translateY(11px);
    }
    .menu li {
        transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
        cursor: pointer; 
    }

    /* .menu li:hover .sub-menu  {
        max-height: 500px;
        transition: max-height 0.25s ease-in;
    } */

    .sub-menu li {
        background-color: unset !important;
        width:30%;
        min-width: 200px;
        text-align: left;
        opacity: 1;
    }

    .sub-menu li a {
        margin-left: 35%;
    }


    .sub-menu li:hover {
        background-color: #e0fdff !important;
    }

    .nav-expanded {
        max-height: 600px;
        transition: max-height 0.25s ease-in;
    }

    .col-search {
        padding: 5px;
        background-color: #00828a;
    }

    /* SLIDER */
    #banner video {
        object-fit: cover;
    }
    
    #banner h1 {
        left:50% !important;
        top: 40% !important
    }
  

    .slider_instance {
        height: 70dvh;
    }
    .stx-main-container {
        height: 100% !important;
    }

    .stx-parallax .stx-parallax-abs {
        width: 80% !important;
        margin: 0 auto;
    }

    /* OTHER SECTIONS */
    #lab-image {
        height: auto;
        width: auto;
        margin: 0 auto;
    }

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


    #contact-grey .col-lg-4{
        margin-bottom: 20px;
    }

    #contact-grey form {
        width: 100%;
    }

  
#lab-line {
    position: relative;
    bottom: 0;
}

    .header-border {
        border-right: none;
    }

    #supply h3 {
        margin-bottom: 20px;
    }

    .newsletter-icon-wrap {
        margin-bottom: 30px;
    }

    #newsletter .col-lg-4,
    #newsletter .col-lg-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .newsletter-inputs {
        justify-content: center;
    }

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

    .container-r-offset {
        transform: translateX(10%);
    }   

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

#cooperation {
    text-align: center;
}

.footer-logos-wrapper {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
}



.ind-tile-wrapper {
    grid-template-rows: repeat(10, auto);
    grid-template-columns: repeat(1, 1fr);  
    width: 90%;
}

#grey-twisted-arrow {
    display: none;
}



    .blog-archive ul,
    .blog-archive h4 {
        text-align: center;
    } 
	
	.wqoecf-pop-up-box .wpcf7 form  {
		width: 100%
	}

    .social {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 768px) {

    #banner h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .container-r-offset {
        transform: translateX(0);
    }
    #about .description {
        width: 450px;
    }

    .subpage-abstract {
        width: 90%;
    }

    #research-icon {
        width: 100px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .blog-pages  {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    /* ABOUT US CARDS */

    #about input:checked + label {
        width: 100%;
    }
    #about .description p {
        font-size: 0.75rem;
    }

    .portrait {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .related.products .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        & li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100% !important;
        }

        & a {
            margin: auto;
        }

        & img {
            max-width: 150px;
            margin: auto !important;
            margin-bottom: 20px !important;
        }
    } 
    .related.products .products::before {
        display: none !important;
    }

}

@media (max-width: 576px) {
    h2 {
        font-size: 1.4rem;
        
    }

    .equipment-icons {
        width: 160px;
        margin-bottom: 30px;
    }
 
    footer h6, footer p {
        text-align: center;
    }

    footer h6:nth-child(1) {
        margin-top: 30px;
    }

    .banner-subpage {
        max-height: unset;
        height: 500px;
    }

    .footer-logos-wrapper {
        width: 70%;

    }

    .footer-contact {
        margin-bottom: 40px;
    }

    #about .description {
        width: 250px;
    }
    #about .description h4 {
        font-size: 1.6rem;
    }

    #about .description p {
        height: 260px;
        margin-top: 10px;
    }

    .ind-tile-wrapper {
        width: 100%;

    }


footer .menu li {
    justify-content: center ;
    text-align: center;
    }

    #cooperation {
        margin-top: -50px;
    }

}


