.bwp-header .wpbingoLogo img {
    max-width: 250px;
}

.page-template-homepage a.social {
    color: #fff;
}

.elementor-9019 .elementor-element.elementor-element-85e90d9 {
    margin-top: 145px;
}

.mt-20 {
    margin-top: 20px;
}

.color-off-white {
    color: rgb(209, 209, 209);
}

.color-off-black {
    color: 484848;
}

/* .woocommerce-product-subcategorie-content {
    display: block;
} */

.products-list.list .product-wapper .products-content .item-description {
    margin-top: 2px;
    padding-top: 2px;
}

.products-list.list .product-wapper .products-content h3 {
    text-transform: capitalize;
}

ul.products-list {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 0;
    position: fixed;
}

ul.products-list.active {
    height: auto;
    /* transition-delay: .2s; */
    opacity: 1;
    transform: translateX(0px);
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.woocommerce-product-subcategories li h2 {
    font-size: 24px;
}

.elementor-15115 .elementor-element.elementor-element-4bef550 {
    margin-bottom: 0px;
}

.elementor-15115 .elementor-element.elementor-element-3c0d926 {
    margin-bottom: 0px;
}

.elementor-15115 .elementor-element.elementor-element-369bc4a iframe {
    height: 650px;
}

.elementor-15115 .elementor-element.elementor-element-45b9d9b:not(.elementor-motion-effects-element-type-background),
.elementor-15115 .elementor-element.elementor-element-45b9d9b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background: none;
}

.elementor-15115 .elementor-element.elementor-element-45b9d9b {
    margin-bottom: 0;
    padding: 0;
}

.feature-cards .card {
    width: 100%;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
    overflow: hidden;
    border-radius: 10px;
}

.feature-cards .card:hover .card__caption {
    top: 65%;
    transform: translateY(-50%);
}

.feature-cards .card:hover .card__image {
    transform: scale(1.1);
}

.feature-cards .card:hover .card__thumb::after {
    top: 0;
}

.feature-cards .card:hover .card__snippet {
    margin: 20px 0;
}

.feature-cards .card__thumb {
    position: relative;
    max-height: 400px;
    overflow: hidden;
    margin: 0 !important;
}

@media (min-width: 1024px) {
    .feature-cards .card__thumb {
        max-height: 400px;
    }
}

.feature-cards .card__thumb::after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

@media (min-width: 1024px) {
    .feature-cards .card__thumb::after {
        top: calc(100% - 140px);
    }
}

.feature-cards .card__image {
    transition: 0.5s ease-in-out;
    width: 100%;
}

.feature-cards .card__caption {
    position: absolute;
    top: 60%;
    z-index: 1;
    padding: 0 20px;
    color: white;
    transform: translateY(-50%);
    text-align: left;
    transition: 0.3s;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding-bottom: 80px;
}

@media (min-width: 1024px) {
    .feature-cards .card__caption {
        top: calc(100% - 110px);
        transform: unset;
    }
}

.feature-cards .card__title {
    display: -webkit-box;
    max-height: 85px;
    overflow: hidden;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 35px;
    color: white;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.feature-cards .card__snippet {
    display: -webkit-box;
    max-height: 150px;
    margin: 10px 0;
    overflow: hidden;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    transition: 0.5s ease-in-out;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (min-width: 1024px) {
    .feature-cards .card__snippet {
        margin: 60px 0;
    }
}

.feature-cards .card__button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.feature-cards .card__button:hover {
    color: black;
    background-color: white;
}

.disclaimer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    background-color: white;
    transform: translateX(-50%);
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

.disclaimer__link {
    color: #755D87;
    text-decoration: none;
}

.rotate {
    animation: rotation 6s infinite linear;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.contact-us-form textarea {
    max-height: 110px;
}

@media (min-width: 1199px) {

    .home-page .bwp-header.header-v5 {
        position: fixed;
    }

    .bwp-header.header-v5 {
        /* position: fixed; */
        width: 100%;
        transition: all ease-in-out 0.6s;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
}

.main-hero {
    width: 100%;
    display: flex;
    height: 100vh;
}

.main-hero embed,
.main-hero iframe,
.main-hero object,
.main-hero video {
    max-width: 100%;
    width: unset;
    margin: 0 auto;
    line-height: 1;
    border: none;
}

.main-hero .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .main-hero {
        margin-top: -130px;
    }
}

.hero-content .appear {
    animation: showup 7s infinite;
}

.hero-content {
    font-size: 50px;
    width: 100%;
    display: inline-block;
    position: absolute;
    margin-top: 13%;
    text-align: left;
    padding-left: 50px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}



@media (max-width: 1199px) {
    .hero-content {
        margin-top: 30%;
    }
}

.hero-content .slide-in-text {
    width: 100px;
    display: inline;
    animation: reveal 7s infinite;
}

.hero-content .slide-in-text span {
    /* margin-left: -355px; */
    animation: slidein 7s infinite;
    display: inline;
    width: 100%;
}

@keyframes showup {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slidein {
    0% {
        margin-left: -1000px;
        opacity: 0;
    }

    20% {
        margin-left: -1000px;
        opacity: 0;
    }

    35% {
        margin-left: 0px;
        opacity: 1;
    }

    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 0px;
    }

    30% {
        width: 355px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 355px;
    }
}


.hero-content p {
    font-size: 12px;
    color: #999;
    margin-top: 200px;
}

.elementor-29654 .elementor-element.elementor-element-3cbe5c0:not(.elementor-motion-effects-element-type-background),
.elementor-29654 .elementor-element.elementor-element-3cbe5c0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #ffffff;
    /* background-color: #f9f4ef; */
}

.elementor-29654 .elementor-element.elementor-element-e1e3f4b:not(.elementor-motion-effects-element-type-background),
.elementor-29654 .elementor-element.elementor-element-e1e3f4b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #ffffff;
}

.elementor-29654 .elementor-element.elementor-element-4850676 .elementor-icon-list-text {
    color: #484848;
}

.elementor-29654 .elementor-element.elementor-element-cc814a2 {
    color: #484848;
    font-weight: 700;
}

.elementor-29654 .elementor-element.elementor-element-33111f5 .elementor-heading-title {
    color: #000;
    font-weight: 500;
}

.elementor-29654 .elementor-element.elementor-element-1b8b545 .elementor-heading-title {
    color: #000;
    font-weight: 500;
}

.bwp-main .page-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, black, #055705);
    opacity: .4;
}

.bwp-main .page-title .content-title-heading {
    z-index: 1;
}

.woocommerce-product-subcategorie-content .subcategorie-content {
    z-index: 1;
}

.elementor-29654 .elementor-element.elementor-element-9456f71 .elementor-icon-list-text {
    color: #484848;
}

ul.woocommerce-product-subcategories li>a {
    width: 150px;
    height: 150px;
}

.category-image img:hover,
.filter-grayscale:hover,
.widget .widget_sp_image-image-link img:hover {
    filter: unset;
    -webkit-filter: unset;
    -moz-filter: unset;
    -o-filter: unset;
    -ms-filter: unset;
}

.tabs {
    position: relative;
    background: white;
    padding: 30px;
    /* padding-bottom: 80px; */
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    border-radius: 5px;
    width: 100%;
}

.tabs input[name=tab-control] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #59aa44;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0;
    text-align: center;
}

.tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 33%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    max-width: 100%;
    height: 4px;
    background: #59aa44;
    border-radius: 4px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #59aa44;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #59aa44;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #59aa44;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #59aa44;
}

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #59aa44;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #59aa44;
}

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #59aa44;
}

.tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #59aa44;
}

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #59aa44;
}

.tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #59aa44;
}

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.tabs input[name=tab-control]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

    .tabs ul li label br {
        display: initial;
    }

    .tabs ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    /* .tabs ul li label span {
        display: none;
    } */

    /* .tabs .slider {
        display: none;
    } */

    .tabs .content {
        margin-top: 20px;
    }

    .tabs .content section h2 {
        display: block;
    }
}

.about-image img {
    border-radius: 10px !important;
}

.about-text .elementor-text-editor {
    text-align: justify !important;
    font-size: 1.1rem;
}

.bwp-header {
    background: white;
}

@media (max-width: 1199px) {
    .elementor-section .elementor-container.contact-grid {
        flex: auto;
    }
}

footer .elementor-icon-list-items a {
    justify-content: flex-end;
    text-align: right;
}

.elementor-29654 .elementor-element.elementor-element-1b8b545 .elementor-heading-title {
    justify-content: flex-end;
    text-align: right;
}

footer .elementor-29654 .elementor-element.elementor-element-3cbe5c0:not(.elementor-motion-effects-element-type-background) {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #3C5742;
}

.elementor-view-stacked.elementor-element>.elementor-widget-container:hover .elementor-animation-wobble-horizontal {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.about-img {
    filter: drop-shadow(30px 30px 20px #8d8d8d);
    animation-name: shadow;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shadow {
    0% {
        filter: drop-shadow(30px 30px 20px #8d8d8d)
    }

    25% {
        filter: drop-shadow(30px 40px 25px #8d8d8d)
    }

    50% {
        filter: drop-shadow(20px 40px 30px #8d8d8d)
    }

    75% {
        filter: drop-shadow(20px 30px 25px #8d8d8d)
    }

    100% {
        filter: drop-shadow(30px 30px 20px #8d8d8d)
    }
}

.bwp-main .page-title h1 {
    color: white;
}

ul.woocommerce-product-subcategories li h2 a {
    color: white;
}

ul.woocommerce-product-subcategories li h2 a:before {
    background: #ffffff;
}

.hero-content svg {
    vertical-align: middle;
}

.hero-content .scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    top: 65vh;
    padding-left: 7px;
    cursor: pointer;
    z-index: 2;
    color: #c7c4b8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hero-content .scroll-down.svg svg {
    width: 25px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.hero-content .scroll-down.svg .stroke {
    stroke: #ffffff;
}

.hero-content .scroll-down.svg .scroller {
    fill: #ffffff;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }

    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }

    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (max-width: 480px) {
    ul.woocommerce-product-subcategories li>a {
        width: 100px;
        height: 100px;
    }

    ul.woocommerce-product-subcategories li h2 {
        font-size: 16px;
    }
}

html,
body {
    scroll-behavior: smooth;
}

.products-list.list .product-wapper {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 15px 15px 30px #cccccc,
        -15px -15px 30px #ffffff;
    padding: 30px;
    min-height: 500px;
    transition: all ease-in-out 0.3s;
}

.products-list.list .product-wapper:hover {
    box-shadow: 20px 20px 25px #a8a8a8,
        -20px -20px 25px #ffffff;
}

@media (max-width: 480px) {

    .products-list.list .product-wapper {
        min-height: unset;
    }
}

.partner-logo {
    margin-right: 20px;
}

.partner-logo p {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .elementor-9019 .elementor-element.elementor-element-85e90d9.banner-section {
        margin-top: 30px;
    }

    .feature-cards .card {
        margin-top: 20px;
    }
}

.elementor-29654 .elementor-element.elementor-element-56a74d3 .social-icons {
    margin-top: 15px;
}

.elementor-29654 .elementor-element.elementor-element-56a74d3 .social-icons .elementor-icon-list-text {
    color: rgb(0, 0, 0);
    padding-left: 0;
    font-size: 18px;
}

.elementor-29654 .elementor-element.elementor-element-56a74d3 .social-icons .elementor-icon-list-item {
    margin: 5px 10px !important;
    /* margin-left: 10px !important;
    margin-right: 10px !important; */
}

.elementor-9019 .elementor-element.elementor-element-6767c49:not(.elementor-motion-effects-element-type-background) {
    background-color: #ffffff;
    background-image: url('../img/banner-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.elementor-9019 .elementor-element.elementor-element-658db2c>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}

/* .elementor-9019 .elementor-element.elementor-element-85e90d9.banner-section {
    /* margin-top: 0;
    margin-bottom: 0; 
    /* background-color: #ffffff;
} */

#map {
    height: 450px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.elementor-widget-image img.about-img {
    display: none;
}

@media (max-width: 540px) {
    .elementor-9019 .elementor-element.elementor-element-6767c49:not(.elementor-motion-effects-element-type-background) {
        background-image: unset;
    }

    .elementor-widget-image img.about-img {
        display: block;
    }

    .elementor-9019 .elementor-element.elementor-element-85e90d9 {
        margin-bottom: 20px;
    }
}

#g-recaptcha>div {
    margin: 0 auto;
}

@media (max-width: 540px) {
    .elementor-29654 .elementor-element.elementor-element-1b8b545 .elementor-heading-title {
        text-align: left;
    }

    footer .elementor-icon-list-items a {
        justify-content: left;
        text-align: left;
    }

    .elementor-29654 .elementor-element.elementor-element-1b8b545>.elementor-widget-container {
        margin: 30px 0 10px 0;
    }
    
    .main-hero {
        margin-top: 0;
        height: unset;
    }

    .hero-content {
        margin-top: 10%;
        font-size: 30px;
    }

    .elementor-9019 .elementor-element.elementor-element-85e90d9 {
        margin-top: 60px;
    }

    .scroll-down{
        display: none;
    }

    .bwp-header .wpbingoLogo img {
        max-width: 100%;
    }

    .tc .single img{
        width: 50%;
    }
}