figure,
ul,
ul li {
    margin: 0
}

.full-img,
.img-container img {
    height: 100%;
    top: 0;
    width: 100%
}

.Applications,
.Clientele {
    max-height: 100vh;
    background-size: cover
}

.Applications-caption .title,
.Clientele .title {
    margin-bottom: 20px
}

.Clientele,
.img-container,
.lenis.lenis-stopped,
.parallax-background-section,
.product-lists li figure,
figure .figure-img {
    overflow: hidden
}

* {
    color: #121212
}

ul,
ul li {
    list-style-type: none;
    padding: 0
}

p:last-child {
    margin-bottom: 0
}

.common-padding-tp {
    padding-top: 80px
}

.common-padding-bt {
    padding-bottom: 80px
}

.figure-video {
    position: relative
}

.figure-video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/homepage/video-icon.svg) no-repeat;
    height: 100px;
    width: 100px
}

figure .figure-img img {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: .6s;
    width: 100%
}

figure:hover .figure-img img {
    -moz-transform: scale(1.05) rotate(-1deg);
    -webkit-transform: scale(1.05) rotate(-1deg);
    -ms-transform: scale(1.05) rotate(-1deg);
    transform: scale(1.05) rotate(-1deg)
}

@keyframes fillAnimation {
    0% {
        stroke-dasharray: 0, 1000
    }

    100% {
        stroke-dasharray: 1000, 0
    }
}

.animated-line {
    stroke-dasharray: 0, 1000;
    animation: 2s ease-out forwards fillAnimation
}

.full-img {
    position: absolute;
    left: 0
}

.full-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.img-container {
    width: 100%
}

.img-container img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.4);
    transform-origin: 50% 50%
}

.viewport {
    margin-top: 122px !important
}

.svg-outer svg path {
    width: 100%;
    height: auto
}

.lefthandanimation {
    animation: 1s linear forwards linedraw
}

@keyframes linedraw {
    0% {
        stroke-dashoffset: 0;
        fill: transparent
    }

    40% {
        stroke-dashoffset: 1560;
        fill: transparent;
        visibility: visible;
        opacity: 1
    }

    80% {
        stroke-dashoffset: 3120;
        fill: transparent;
        visibility: visible;
        opacity: 1
    }

    100% {
        stroke-dashoffset: 3120;
        fill: #636466;
        visibility: visible;
        opacity: 1
    }
}

.title-left,
.title-left p {
    text-align: left
}

.title-graphic {
    max-width: inherit
}

.product-categories-intro {
    position: relative;
    min-height: 25vw;
    margin-bottom: 6rem
}

.product-categories-intro .svg-outer {
    height: 400px;
    position: ABSOLUTE;
    right: 0;
    top: 80px
}

.product-lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.product-lists li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    position: relative
}

.product-lists li figure {
    border-radius: 20px;
    background: #e2e2e2;
    position: relative;
    transform: translateY(0) scale(1);
    transition: transform .6s;
    height: 100%
}

.product-lists li figure figcaption {
    padding: 18px 30px 80px;
    min-height: 50%;
    transition: .6s
}

.product-lists li figure .img-box {
    height: 290px;
    position: relative
}

.product-lists li figure .img-box img {
    object-fit: cover;
    height: 100%
}

.product-lists li figure figcaption p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.onHover-action {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: bottom .6s;
    padding: 0 30px
}

.product-number {
    font-size: 60px;
    line-height: 1;
    color: rgba(255, 255, 255, .6);
    font-weight: 700;
    position: absolute;
    top: -12px;
    right: 30px
}

.Applications,
.Clientele,
.parallax-background-section {
    position: relative;
    height: 100vh
}

.product-lists li:before {
    content: '';
    position: absolute;
    bottom: -30px;
    border-radius: 80%;
    height: 0;
    background: rgba(0, 0, 0, .5);
    filter: blur(12px);
    width: 90%;
    transition: .1s
}

.product-lists li:hover:before {
    height: 15px;
    bottom: 0
}

.product-lists li:hover figure {
    transform: translateY(0) scale(1);
    background: linear-gradient(270deg, #006f44 .54%, #0095da 100%)
}

.product-lists li:hover figure:before {
    border-radius: 80%;
    height: 22px;
    background: rgba(0, 0, 0, .5);
    filter: blur(12px);
    transition: .3s
}

.product-lists li:hover figure figcaption {
    padding: 18px 30px 80px;
    color: #fff
}

.product-lists li:hover figure figcaption h3,
.product-lists li:hover figure figcaption h6,
.product-lists li:hover figure figcaption p {
    color: #fff
}

.product-lists li:hover figure .onHover-action {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.Clientele.parallax-background:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/product/clientele-after.jpg) 0 0/cover no-repeat;
    z-index: 2;
    width: 45vw
}

.Clientele .Clientele-caption {
    max-width: 600px;
    position: absolute;
    right: 15px;
    background: url(../images/product/blue-bg.svg) center center/cover no-repeat;
    padding: 50px 68px 50px 50px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.Clientele .title {
    justify-content: left
}

.Applications {
    padding-bottom: 180px !important;
    margin-bottom: 80px
}

.Applications .Applications-caption {
    max-width: 640px;
    position: absolute;
    left: 15px;
    padding: 50px 0;
    top: 50%;
    transform: translateY(-50%)
}

.Applications .title {
    justify-content: left
}

.Applications-caption p {
    padding-right: 100px
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center 0;
    will-change: transform
}

.title-graphic-right {
    top: 20px
}

.Clientele.parallax-background-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-user-select: none;
    display: none
}

.tab-outer {
    margin: 30px 0
}

#application_Tab.nav-tabs .nav-link {
    margin-right: 14px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .7);
    text-align: center;
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #121212;
    font-weight: 500;
    padding: 15px;
    transition: .6s
}

#application_Tab.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0 !important
}

#application_Tab.nav-tabs .nav-link.active {
    background: #fff;
    color: #0095da;
    font-weight: 700
}

.application_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.application_list a {
    border: 2px solid #fff;
    border-radius: 10px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #fff
}

.application_list a.show {
    display: inline-flex
}

.read-more {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    cursor: pointer;
    color: #00f;
    text-decoration: underline
}

.application_list a.visible {
    display: inline-block
}

.custom-select-wrapper {
    margin-top: 20px;
    display: block
}

.bootstrap-select .dropdown-toggle {
    background-color: transparent;
    border-radius: 25px
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
    color: #fff
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0;
    box-shadow: none
}

.bootstrap-select .dropdown-toggle::after {
    top: 20px;
    right: 12px;
    background-image: url(../images/common-images/menu-right-arrow-white.svg)
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 70%
}

.bootstrap-select .dropdown-menu {
    height: 265px;
    width: 95%
}

.parallax-background img {
    width: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover
}

@media all and (min-width:1920px) {
    .Clientele.parallax-background-section::after {
        width: 45%
    }
}

@media all and (min-width:1600px) {
    .Clientele.parallax-background-section::after {
        width: 44%
    }
}

@media all and (max-width:1536px) {
    .Clientele.parallax-background-section::after {
        width: 43%
    }
}

@media all and (max-width:1440px) {
    .product-categories-intro {
        margin-bottom: 10rem
    }
}

@media all and (max-width:1366px) {
    .Clientele.parallax-background-section::after {
        width: 50%
    }

    .bootstrap-select .dropdown-menu {
        height: 265px
    }

    .Applications {
        padding-bottom: 150px !important;
        margin-bottom: 60px;
        height: 100vh;
        min-height: 100vh
    }
}

@media all and (max-width:1280px) {
    .product-categories-intro {
        margin-bottom: 12rem
    }
}

@media all and (min-width:810px) and (max-width:825px) {
    .product-categories-intro .svg-outer {
        text-align: right
    }

    .product-categories-intro .svg-outer svg {
        max-width: 65%
    }

    .product-lists li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px
    }

    .product-lists li figure figcaption {
        padding: 18px 20px 80px
    }
}

@media all and (max-width:820px) {
    .Clientele .parallax-background img {
        object-position: 15%;
    }

    .title {
        margin-bottom: 1.5rem !important;
    }

    .product-categories-intro {
        margin-bottom: 1rem;
    }
}

@media all and (max-width:767px) {
    .Clientele .parallax-background img {
        object-position: center;
    }

    .Applications {
        padding-top: 0 !important;
        padding-bottom: 80px !important;
    }

    .parallax-background img {
        height: 100%;
    }

    .product-categories-intro .svg-outer {
        position: relative;
        top: inherit;
        right: inherit;
        height: auto
    }

    .product-categories-intro .svg-outer svg {
        height: 100%
    }

    .product-lists li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .product-lists li:last-child {
        margin-bottom: 0
    }

    .product-lists li figure figcaption {
        padding: 18px;
        min-height: auto
    }

    .product-lists li:hover figure {
        transform: translateY(0) scale(1)
    }

    .product-categories-intro {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .product-categories-intro .title {
        margin-bottom: 2rem
    }

    .Applications,
    .Clientele {
        height: auto;
        max-height: inherit
    }

    .Applications .container,
    .Clientele .container {
        height: auto
    }

    .Applications .Applications-caption,
    .Clientele .Clientele-caption {
        position: relative;
        top: inherit;
        transform: inherit;
        right: inherit;
        padding: 30px 20px;
        margin-top: -10vw
    }

    .Applications .Applications-caption {
        background: url(../images/product/blue-bg.svg) 0 0/cover no-repeat;
        left: 0;
        border-radius: 28px
    }

    .Applications .parallax-background,
    .Clientele .parallax-background {
        height: 100%;
        overflow: hidden;
        position: relative
    }

    .Applications-caption p {
        padding-right: 0
    }

    .Clientele.parallax-background-section::after {
        display: none
    }

    .application_list a {
        padding: 8px 14px;
        font-size: 15px
    }

    .nav-tabs-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

    .nav-tabs {
        flex-wrap: nowrap
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%
    }

    .bootstrap-select .dropdown-toggle::after {
        top: 15px;
        right: 12px;
        border: none;
    }
}

.inner.show {
    height: 200px
}



.search-dropdown-container .btn.dropdown-toggle.btn-light {
    background-color: white;
    color: black;
    border-radius: 0;
    width: 310px;
}

.search-dropdown-container.filter-option-inner-inner {
    color: black !important;
}

.search-dropdown-container .dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: 10px;
    content: '';
    background-image: url(../../assets/images/common-images/menu-right-arrow.svg) !important;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: cover;
    border: none;
    transform: rotate(90deg);
}
.search-dropdown-container .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: black;
}

.custom-select-wrapper {
    text-align: center;
}
