@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html,
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

:root {
    --bs-body-font-size: 1.2rem;
    --bs-body-font-weight: 300;
    --bs-nav-link-font-size: 1rem;
}

.accordion {
    --bs-accordion-btn-focus-border-color: #fe8686;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.1rem rgba(255, 79, 79, 0.25);
}

.light-black {
    color: #131310;
}

.menu-item-arrow::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-89deg);
}

/*
.dropdown-menu-custom {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .dropdown-menu-custom.show {
    opacity: 1;
    visibility: visible;
  } */
/* .custom-submenu li{
    border-bottom: 1px solid rgba(208, 42, 42, 0.302);
} */
/* .custom-submenu li:hover{
    border-bottom: 1px solid rgba(208, 42, 42, 0.302);
    color:#D02A2A;
    transition: all 0.2s;

} */

.hover-effect-bdr li::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #d02a2a4d;
    transition: width 0.3s ease;
}

.hover-effect-bdr li:hover::after {
    width: 100%;
}

.hover-effect-bdr li a:hover {
    color: #d02a2a;
}

.dropdown-menu-custom {
    margin-left: 18.3rem;
    margin-top: -42px;
}

@media screen and (max-width: 992px) {
    .dropdown-menu-custom {
        margin-left: 0rem;
        margin-top: 12px;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: #131310;
    text-decoration: none;
    background-color: white;
}

.dropdown-menu-custom {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.dropdown-menu-custom.show {
    opacity: 1;
    visibility: visible;
}

/* Media Query for mobile devices */
@media (max-width: 767px) {
    .dropdown-menu-custom {
        display: none;
    }

    .dropdown-toggle-custom.active+.dropdown-menu-custom {
        display: block;
    }
}

.h4,
h4 {
    font-size: calc(1.675rem + 0.3vw);
}

.h3,
h3 {
    font-size: calc(1.5rem + 0.6vw);
}

[id] {
    scroll-margin-top: 200px;
}

.btn {
    transition: all 0.3s ease-in-out;
}

:root {
    --font-family-poppins: "Poppins", sans-serif;
    --color-white: #ffffff;
    --font-style-normal: normal;
}

.fs-1-rem {
    font-size: 1rem;
}

.form-check-input:checked {
    background-color: #d02a2a;
    border-color: #d02a2a;
}

.text-yellow {
    color: #d02a2a;
}

.text-yellow-opacity {
    color: rgb(241 0 0 / 50%);
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: bold;
}

.fw-600 {
    font-weight: 600;
}

.text-color {
    color: #525252;
}

.heading-color {
    color: #131310;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d02a2a;
    --bs-btn-border-color: #d02a2a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dd2626;
    --bs-btn-hover-border-color: #dd2626;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dd2626;
    --bs-btn-active-border-color: #dd2626;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d02a2a;
    --bs-btn-disabled-border-color: #d02a2a;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-hero-slider {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d02a2a;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #d02a2a;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #d02a2a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d02a2a;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dd2626;
    --bs-btn-disabled-border-color: #dd2626;
}

/* .btn-hero-slider:hover{
    --bs-btn-color: #fff;
    --bs-btn-bg: #d02a2a;
    --bs-btn-border-color: #d02a2a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dd2626;
    --bs-btn-hover-border-color: #dd2626;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dd2626;
    --bs-btn-active-border-color: #dd2626;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d02a2a;
    --bs-btn-disabled-border-color: #d02a2a;
} */
.btn-hole {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 1em;
    background-color: var(--btn-text-clr, #d02a2a);
    border: none;
    color: var(--btn-bg-clr, #fff);
    padding: 0.5em 1em;
    border-radius: 3em;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-decoration: none;
}

.btn-hole::before {
    content: "";
    height: 1em;
    width: 1em;
    box-shadow: 0px 0px 0px 5px var(--btn-accent-clr, #f9b7bc);
    border-radius: 50%;
    background: var(--btn-bg-clr, #fff);
    margin-right: 1em;
}

.btn-hole.white {
    --btn-text-clr: #fff !important;
    --btn-bg-clr: #d02a2a !important;
    --btn-accent-clr: #f9b7bc !important;
}

.btn-hole:hover {
    transform: translateY(-2px);
}

.text-red {
    color: #d02a2a !important;
}

.bg-red {
    background-color: #d02a2a;
}

.font-600 {
    font-weight: 600;
}

.main-footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.footer-social-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #d02a2a !important;
    text-align: center;
    border-radius: 10em;
    padding: 0.5em;
    margin-right: 0.5em;
    width: 40px;
    height: 40px;
}

/* common hero section  */
.hero-top-page {
    background-image: url("/frontend/images/banner/about-hero-section.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slider-card-grid {
    display: grid;
    grid-template-areas:
        "card-1 card-1 card-2 card-2"
        ". card-3 card-3 .";
    grid-gap: 1em;
}

/* for phone */
@media (max-width: 768px) {
    .hero-slider-card-grid {
        transform: scale(0.8);
        transform-origin: top;
    }
}

.bg-holder-layer {
    position: relative;
    max-height: 100%;
}

.bg-holder-layer::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/* end common hero section */
.container {
    isolation: isolate;
}

/* header */
.header-card {
    background: #d02a2a;
    border: 1px solid #ffffff;
    box-shadow: inset 13px 13px 36px rgba(255, 134, 134, 0.29);
    border-radius: 1em;
    color: #fff;
    max-width: 500px;
    margin: 10px auto;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section .hero-top {
    padding-top: 5em;
    padding-bottom: 5em;
    overflow: hidden;
}

.hero-section .hero-bottom {
    margin-top: -4em;
    position: relative;
    z-index: 1;
}

.header-card p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.hero-slider .owl-dots {
    display: flex;
    gap: 0px;
    flex-direction: column;
    position: absolute;
    right: 1em;
    top: 0;
    padding-top: 1em;
    width: fit-content;
    height: 100%;
    justify-content: center;
}

.hero-slider .owl-dots .owl-dot button {
    background-color: transparent;
}

@media (max-width: 767px) {
    .hero-slider .owl-dots {
        right: -5px;
    }
}

.hero-slider .owl-dot {
    flex-basis: 100%;
    max-height: 65px;
    width: 4px;
    background-color: #d9d9d9 !important;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
    margin: 0 5px;
}

.hero-slider .owl-dot.active {
    background-color: #d9d9d94d !important;
    opacity: 1;
    width: 4px;
    position: relative;
}

.hero-slider .owl-dot.active~.owl-dot {
    background: #d9d9d9 !important;
}

.hero-slider {
    position: relative;
}

.hero-slider .owl-dot.active::before {
    content: " ";
    background-color: #d9d9d9;
    -webkit-animation: backgroundLinera 5s linear;
    animation: backgroundLinera 5s linear;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 2px;
}

@keyframes backgroundLinera {
    0% {
        height: 0;
    }

    50% {
        height: 50%;
    }

    to {
        height: 100%;
    }
}

.hero-slider button {
    appearance: none;
    border: 0px;
    text-align: center;
    position: relative;
    display: block;
    width: inherit;
    margin-top: 1em;
}

.hero-slider .bg-holder {
    padding-top: 5em;
    padding-bottom: 5em;
    height: 100vh;
    /* background: rgba(82, 76, 76, var(--bg-opacity, 0.5)); */
}

/*
.hero-slider .bg-holder::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
} */

.mobile-footer-product {
    display: flex;
    flex-direction: column;
}

.social-icon-dom-mobile {
    background-color: white;
    max-width: 35.4px;
    width: 100%;
    height: 34.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* work with us */

.reach-us-top {
    padding: 55px 40px 0px 40px;
}

.why-work-container {
    margin-top: -180px;
}

.wwu-down-height {
    width: 100%;
    height: 50px;
    background-color: red;
}

.hero-top-page-workwithus {
    background-image: url("/frontend/images/banner/work-with-us.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20em;
}

.bg-holder-layer-workwithus {
    position: relative;
    max-height: 100%;
    min-height: 20em;
}

.bg-holder-layer-workwithus::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.work-with-shaddow {
    position: relative;
    isolation: isolate;
}

.work-with-us-mainshaddow {
    position: relative;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 1px 140px 140px 0px;
    padding: 45px;
}

.work-with-us-mainshaddow p {
    color: #131310;
}

.work-with-shaddow img {
    position: absolute;
    z-index: 1;
    top: 17px;
    left: -22px;
    height: 175px;
    width: 50%;
}

.work-with-us-grid {
    display: grid;
    grid-template-columns: 54% 36%;
    grid-column-gap: 10%;
}

.grid-item-2 {
    position: relative;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}

.contct-bg-shaddow-img {
    position: relative;
    isolation: isolate;
}

.cnt-bgsd-img {
    position: absolute;
    z-index: 1;
    width: 61%;
    height: 88%;
    left: -13px;
    top: 79px;
}

.cnt-bgsd-textcircle {
    position: absolute;
    z-index: 9999;
    width: 180px;
    height: 180px;
    left: unset;
    right: -78px;
    top: -80px;
    animation: rotate 10s linear infinite;
}

.text-why-work {
    color: #ef401f;
}

.work-with-inputfield {
    display: block;
    width: 100%;
    padding: 0.5rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ef401f;
}

.work-with-inputfield:focus {
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ef401f;
}

.main-filter {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 36px;
}

.filter-accordion-body {
    background-color: #FFF9F9;
    border-radius: 18px;
    border: 1.13px solid #D02A2A
}

.main-fillter-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.pro-ele1 {
    display: grid;
    grid-template-columns: 19% 41%;
    align-items: center;
}

.pro-ele2 {
    display: grid;
    grid-template-columns: 24% 22%;
    align-items: center;
}

.filter-hrone {
    color: #D02A2A;
    margin: 1rem 0;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .60;
}

.br-50 {
    border-radius: 50% !important;
}

.px-125rem {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-yrem {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 1400px) {
    .pro-ele1 {
        display: grid;
        grid-template-columns: 25% 53%;
        align-items: center;
    }

    .pro-ele2 {
        display: grid;
        grid-template-columns: 29% 24%;
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .pro-ele1 {
        display: grid;
        grid-template-columns: 28% 72%;
        align-items: center;
    }

    .pro-ele2 {
        display: grid;
        grid-template-columns: 37% 37%;
        align-items: center;
    }

    .main-fillter-column {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5rem;
    }
}

@media screen and (max-width: 992px) {
    .pro-ele1 {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
    }

    .pro-ele2 {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
    }

    .work-with-us-grid {
        display: grid;
        grid-template-columns: 100%;
    }

    .cnt-bgsd-img {
        left: -8px;
        top: 8px;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .work-with-shaddow img {
        position: absolute;
        z-index: 1;
        top: 17px;
        left: -22px;
        height: 225px;
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .cnt-bgsd-img {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: -7px;
        top: 11px;
    }

    .hero-top-page-workwithus-mobile {
        background-image: url("/frontend/images/about/work-with-us-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-holder-layer-workwithus-mobile {
        position: relative;
    }

    .bg-holder-layer-workwithus-mobile::before {
        content: "";
        position: absolute;
        background: rgba(241, 0, 0, 0.6);
        opacity: 0.7;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .reach-us-top {
        padding: 55px 20px 0px 20px;
    }

    .why-work-container {
        margin-top: -222px;
    }

    .wwu-down-height {
        width: 0%;
        height: 0px;
        background-color: unset;
    }

    .work-with-us-mainshaddow {
        position: unset;
        z-index: unset;
        background: unset;
        box-shadow: 0px;
        border-radius: 0px;
        padding: 0px;
    }

    .work-with-shaddow img {
        position: unset;
        z-index: unset;
        top: 0px;
        left: 0px;
        height: 0px;
        width: 0%;
    }

    .work-with-us-mainshaddow p {
        color: #ffffff;
        text-align: center;
    }

    .grid-item-2 {
        background: #ffffff;
        box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
    }

    .cnt-bgsd-textcircle {
        position: absolute;
        z-index: 9999;
        width: 100px;
        height: 100px;
        left: unset;
        right: 0px;
        top: -16px;
    }
}

/* end work with us */
/* logo-slider */
.client-logo-parent {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
}

.site-main-nav {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    isolation: isolate;
    filter: drop-shadow(0px 0px 19px #0000004f);
}

.navbar-nav {
    --bs-navbar-color: #131310;
    --bs-navbar-active-color: #d02a2a;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #d02a2a;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    --bs-nav-link-font-weight: 400;
}

.dropdown-menu {
    --bs-dropdown-border-radius: 0px 0px 5px 5px;
}

.navbar-logo {
    width: 176px;
    margin-bottom: -38px;
}

.mobile-footer-text {
    opacity: 0.8;
}

.fw-400 {
    font-weight: 400;
}

/* industy page */

.industry-we-serve-shadow {
    position: relative;
}

.industry-we-serve-shadow img {
    position: relative;
    z-index: 99;
}

.industry-we-serve-shadow::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 34px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 14.7087px;
    transform: matrix(1, -0.05, 0.08, 1, 0, 0);
}

.cjpl-shadow {
    position: relative;
}

.cjpl-shadow img {
    position: relative;
    z-index: 99;
}

.cjpl-shadow::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 34px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 14.7087px;
    transform: rotate(4.17deg);
}

.fluoropolymer-shadow {
    position: relative;
}

.fluoropolymer-shadow img {
    position: relative;
    z-index: 99;
}

.fluoropolymer-shadow::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 34px;
    width: 94%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 97%, rgba(208, 42, 42, 0) 97%);
    border-radius: 14.7087px;
    transform: rotate(-3.54deg);
}

.hero-top-page-industry {
    background-image: url("/frontend/images/banner/about-hero-section1.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20em;
}

.bg-holder-layer-industry {
    position: relative;
    min-height: 24em;
    height: 100%;
}

.bg-holder-layer-industry::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.insty-imgoverlay {
    margin-top: -300px;
}

@media screen and (max-width: 992px) {
    .insty-imgoverlay {
        margin-top: -200px;
    }

    .hero-top-page-industry {
        min-height: 42vh;
    }

    .bg-holder-layer-industry {
        position: relative;
        min-height: 42vh;
        height: 100%;
    }
}

/* industy page in mobile and small screen */
.hero-top-page-mobile-version {
    background-image: url("/frontend/images/mobile-banner/mobile-banner-industy.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-holder-layer-mobile-version {
    position: relative;
}

.bg-holder-layer-mobile-version::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white;
    background-color: #d02a2a;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: #d02a2a;
    background-color: white;
}

.shaddow-for-ui {
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 20px;
}

/* contact page */
.hero-top-page-contact-us {
    background-image: url("/frontend/images/banner/about-hero-section1.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20em;
}

.bg-holder-layer-contact-us {
    position: relative;
    min-height: 24em;
}

.bg-holder-layer-contact-us::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.company-slider .company-slide {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.company-slider .owl-stage-outer {
    padding: 3em 0;
}

.company-slider .company-slide .bg {
    border-radius: 17px;
}

.company-slider .company-slide::before {
    content: "";
    position: absolute;
    background: linear-gradient(213.56deg, rgba(208, 42, 42, 0.4) -18.84%, rgba(230, 162, 162, 0) 53.69%);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 17px;
    transform: rotate(0deg);
}

.company-slider .company-slide::after {
    position: absolute;
    content: attr(data-index);
    top: 20px;
    right: 20px;
    font-weight: 700;
    font-size: 5em;
    opacity: 0.7;
    line-height: 1;
    color: #ffffff;
}

.company-slider .company-slide .content {
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    /* background: linear-gradient(77.26deg, #d02a2a 16.57%, rgba(208, 42, 42, 0) 120.09%); */
    /* background: linear-gradient(88.66deg, #131310 0.33%, rgba(19, 19, 16, 0) 120.82%); */
    background: linear-gradient(77.26deg, #d02a2a 16.57%, rgba(208, 42, 42, 0) 120.09%);
    backdrop-filter: blur(5.45331px);
    /* backdrop-filter: blur(0px);  */
    border-radius: 17px 0px 17px 17px;
}

.company-slider .company-slide .content::before {
    content: "";
    position: absolute;
    background: white;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 70%;
    width: 5px;
}

.company-slider .company-slide {
    filter: saturate(1);
    transform: scale(1);
}

@media screen and (max-width: 1400px) {
    .company-slider .company-slide {
        filter: saturate(0.95);
        transform: scale(0.95);
    }
}

.company-slider .company-slide:hover::before {
    transform: rotate(-14deg);
}

.contact-bg-shaddow {
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 30px;
}

.company-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
}

.company-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1;
}

.contact-bg-mix {
    background: #d02a2a;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.gear {
    --size: 200px;
    position: absolute;
    z-index: 1;
    width: var(--size, 100px);
    height: var(--size, 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f9b7bc;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
}

.gear img {
    width: 100%;
    padding: 10px;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.contact-bg-mix-pra {
    color: #c9c9c9;
}

.profile-form-input-custome {
    display: block;
    width: 100%;
    padding: 0.5rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.profile-form-input-custome:focus {
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.contact-img-overlay {
    margin-top: -380px;
}

@media screen and (max-width: 576px) {
    .company-slider .company-slide::before {
        transform: rotate(-14deg) !important;
    }

    .company-slider .company-slide {
        filter: saturate(1);
        transform: scale(1);
    }

    .hero-top-page-contact-us {
        background-image: url("/frontend/images/mobile-banner/mobile-banner-industy.png");
    }

    .contact-bg-shaddow {
        padding: 15px;
    }

    .btn-contact-send {
        width: 100%;
    }

    .btn-black {
        --bs-btn-color: #fff;
        --bs-btn-bg: black;
        --bs-btn-border-color: black;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: black;
        --bs-btn-hover-border-color: black;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: black;
        --bs-btn-active-border-color: black;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: black;
        --bs-btn-disabled-border-color: black;
    }
}

/* end of contact page */

/* about-us page */
.shaddow-mobile-right-img {
    position: relative;
    z-index: 999;
}

.shaddow-mobile-right {
    position: relative;
    isolation: isolate;
}

.shaddow-mobile-right::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 97%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 16px;
    transform: rotate(-10.95deg);
}

.tmln-color {
    color: rgba(82, 82, 82, 0.7);
}

#spitmaanHistorySlider2 .item {
    background: transparent;
    padding: 18px 0px;
    color: rgba(208, 42, 42, 0.4);
    cursor: pointer;
}

#spitmaanHistorySlider2 .current .item {
    background: transparent;
    color: #d02a2a;
}

#spitmaanHistorySlider1.owl-theme {
    position: relative;
}

#spitmaanHistorySlider1.owl-theme .owl-next,
#spitmaanHistorySlider1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#spitmaanHistorySlider1.owl-theme .owl-prev {
    left: -8px;
}

#spitmaanHistorySlider1.owl-theme .owl-next {
    right: -8px;
}

.nav-pills li {
    background: #ffffff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

.nav-pills li.active {
    background: #d02a2a;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}

.nav-pills li.active a {
    color: white;
}

.nav-pills li.active a:hover {
    color: white;
}

.nav-pills li a {
    color: #d02a2a;
}

.nav-pills li a:hover {
    color: #d02a2a;
}

.bg-holder-about {
    position: relative;
}

.bg-holder-about::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.timeline-bg-img {
    background-image: url("/frontend/images/about/the-time-line-bg.png");
    background-repeat: no-repeat;
    max-height: 37.5em;
    background-size: cover;
}

.timeline-section-data {
    position: relative;
}

.timeline-section-bg {
    max-height: 30.5em;
}

.bg-holder-about h2 {
    position: relative;
}

.bg-holder-about p {
    position: relative;
}

.about-section-padding {
    padding-top: 70px;
}

.hero-top-about-text {
    font-weight: 300;
    letter-spacing: 0.005em;
    text-transform: capitalize;
}

#sync2 .item {
    color: #d02a2a;
    opacity: 0.4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 20px 10px 8px 10px;
}

#sync2 .current .item {
    color: #d02a2a;
    opacity: 1;
    font-weight: 600 !important;
}

#sync2 .current .item h5 {
    font-weight: 600 !important;
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: -73px;
    border-radius: 50%;
    background: linear-gradient(185.52deg, #d9d9d9 10.02%, rgba(255, 255, 255, 0) 95.59%),
        linear-gradient(0deg, rgba(241, 0, 0, 0.5), rgba(241, 0, 0, 0.5));
    border: 1px solid rgba(241, 0, 0, 0.5);
}

#sync1.owl-theme .owl-next {
    right: -73px;
    border-radius: 50%;
    background: linear-gradient(185.52deg, #d9d9d9 10.02%, rgba(255, 255, 255, 0) 95.59%),
        linear-gradient(0deg, rgba(241, 0, 0, 0.5), rgba(241, 0, 0, 0.5));
    border: 1px solid rgba(241, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
    .about-section-padding {
        padding-top: 20px;
    }
}

/* who we are section on index page */
.bg-shaddow-card-right-img {
    position: relative;
    z-index: 999;
}

.bg-shaddow-card-right {
    position: relative;
    isolation: isolate;
}

.bg-shaddow-card-right::before {
    content: "";
    position: absolute;
    top: 0ch;
    right: 0px;
    max-width: 515px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 16px;
    transform: rotate(-10.95deg);
}

.bg-shaddow-card-img {
    position: relative;
    z-index: 999;
}

.bg-shaddow-card {
    position: relative;
    isolation: isolate;
}

.bg-shaddow-card::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 80%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(120.42deg, rgba(208, 42, 42, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 16px;
    transform: rotate(-10.95deg);
}

.bg-shaddow {
    position: relative;
    isolation: isolate;
}

.bg-shaddow-img {
    position: relative;
    z-index: 999;
}

.bg-shaddow::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 75%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 16px;
    transform: rotate(-10.95deg);
}

/* Quality Assurance */
.quality-assurence-heading {
    color: rgba(19, 19, 16, 0.5);
}

.quality-assurence-text {
    color: #131310;
}

.quality-assu-asset {
    background: rgba(255, 254, 254, 0.4);
    box-shadow: -16.9144px 13.3535px 22.2558px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(26.707px);
    border-radius: 30px;
    position: relative;
    z-index: 11;
}

.quality-assurence {
    position: relative;
}

.quality-assurence::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -27px;
    width: 100%;
    height: 89%;
    z-index: 10;
    background: linear-gradient(119.83deg, rgba(208, 42, 42, 0.2) 31.78%, rgba(208, 42, 42, 0) 99.55%);
    border-radius: 30px;
    transform: rotate(-5.05deg);
}

/* Quality Assurance */

/*end testimonials */
.bg-tilted {
    position: relative;
    display: inline-block;
    isolation: isolate;
    z-index: 2;
}

.bg-tilted::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(120.42deg, rgba(226, 156, 156, 0.4) 5.97%, rgba(208, 42, 42, 0) 98.27%);
    border-radius: 16px;
    transform: rotate(calc(var(--rotate-degrees, 15) * 1deg));
}

/* slider nav arrows */
.arrow-button {
    display: inline-block;
    font-size: 1em;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: linear-gradient(185.52deg, #d9d9d9 10.02%, rgba(255, 255, 255, 0) 95.59%);
    border: 1px solid rgba(241, 0, 0, 0.5);
    position: relative;
}

.arrow-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 42%;
    height: 1rem;
    width: 1rem;
    border-top: 2px solid #d02a2a;
    border-right: 2px solid #d02a2a;
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-button.right::before {
    top: 50%;
    bottom: auto;
    left: 42%;
    right: auto;
    transform: translate(-50%, -50%) rotate(45deg);
}

.arrow-button.left::before {
    top: 50%;
    bottom: auto;
    left: 58%;
    right: auto;
    transform: translate(-50%, -50%) rotate(-135deg);
}

@media screen and (max-width: 576px) {
    .arrow-button {
        height: 2rem;
        width: 2rem;
    }

    .arrow-button::before {
        height: 0.8rem;
        width: 0.8rem;
    }
}

/* slider nav arrows end*/

/* testimonials ui */
.testimonials {
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials-ui {
    background: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.18);
    border-radius: 25.6018px;
    margin: 3rem !important;
}

.testimonials-heading {
    line-height: 121.5%;
    color: #525252;
}

.testimonials-text {
    color: rgba(82, 82, 82, 0.8);
}

.testimonials-date {
    font-weight: 400;
    color: rgba(82, 82, 82, 0.5);
}

.testimonials-img {
    width: auto;
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

.testimonials .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
}

.testimonials .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
}

@media screen and (max-width: 1200px) {
    .testimonials .owl-prev {
        left: 0px;
    }

    .testimonials .owl-next {
        right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .testimonials-ui {
        margin: 2rem !important;
    }

    .testimonials-img {
        max-width: 150px;
    }

    .testimonials-heading {
        font-size: 1rem;
    }

    .testimonials-text {
        font-size: 0.8rem;
    }

    .testimonials-date {
        font-size: 1em;
    }
}

@media screen and (max-width: 576px) {
    .testimonials-ui {
        margin: 1rem !important;
    }

    .testimonials-img {
        max-width: 100px;
    }

    .testimonials-heading {
        font-size: 1rem;
    }

    .testimonials-text {
        font-size: 0.8rem;
    }

    .testimonials-date {
        font-size: 1em;
    }
}

/* testimonials ui end */

/* product slider */
.product-slide * {
    transition: all 0.3s ease-in-out !important;
}

.product-slider .product-slide {
    max-width: 300px;
    background: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.18);
    border-radius: 25.6018px;
    padding: 1em;
    position: relative;
    isolation: isolate;
    margin: auto;
    align-items: center;
}

/*
.product-slider .center .product-slide {
    box-shadow: 10px 9px 12px 0px rgba(208, 42, 42, 0.4);

} */

.product-slider .product-slide .product-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.product-slider .product-slide .product-img img {
    padding: 0.9em;
    width: 162px;
    height: 151px;
    object-fit: contain;
}

.product-slider .center.product-slide .product-img img {
    padding: 0.9em;
    width: 162px;
    height: 151px;
    object-fit: contain;
}

/* .product-slide .product-img::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/product-slide-image-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.product-slide .product-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/product-slide-image-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transform: scale(1);
} */

.product-slide .product-img::after {
    content: "";
    width: 196px;
    height: 206px;
    top: 0;
    left: -20px;
    position: absolute;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/product-slide-image-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.product-slide .product-img::before {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    left: -22px;
    top: 0;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/product-slide-image-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transform: scale(1);
}

.center .product-slide .product-img::after {
    content: "";
    width: 206px;
    height: 210px;
    top: 0;
    left: -20px;
    position: absolute;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/product-slide-image-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.center .product-slide .product-img::before {
    content: "";
    height: 195px;
    width: 213px;
    position: absolute;
    left: -22px;
    top: 0;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/product-slide-image-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transform: scale(1);
}

/* .product-slider
.center .product-slide .myslidertext{
    margin-top:3rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;

} */

/*
.product-slider
 .product-slide .myslidertext{
    margin-top:1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;

} */

.product-slider .product-slide {
    transform: scale(0.8);
}

.product-slider .center .product-slide {
    transform: scale(1);
}

.product-slider .center .product-img::before {
    transform: scale(0.8);
}

.product-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
}

.product-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 2%;
}

.product-slider::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 50%;
    top: 2em;
    left: 2%;
    border-radius: 25.6018px;
    user-select: none;
    pointer-events: none;
    background-image: linear-gradient(to right, rgb(208 42 42 / 43%), rgb(208 42 42 / 73%)),
        url(../images/banner/slider-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.product-slider::before {
    content: "";
    position: absolute;
    width: 96%;
    height: 50%;
    top: 2em;
    left: 2%;
    border-radius: 25.6018px;
    user-select: none;
    pointer-events: none;
    background: linear-gradient(124.6deg, rgba(255, 134, 134, 0.29) 29.59%, rgba(255, 134, 134, 0) 87.29%);
    z-index: -5;
    transform: rotate(2deg);
}

/* bootstrap all size breakpoints in px */
/* sm = 576px */
/* md = 768px */
/* lg = 992px */
/* xl = 1200px */
/* bootstrap all size breakpoints in px end */

.bg-product-index-mobile {
    background-image: url("/frontend/images/industy/product-show-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-product-index-mobile1 {
    background-image: url("/frontend/images/industy/product-show-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-holder-layer-index-mobile {
    position: relative;
    padding-bottom: 60px;
}

.bg-holder-layer-index-mobile::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

}

.bg-holder-layer-index-mobile1 {
    position: relative;
    padding-bottom: 90px;


}

.bg-holder-layer-index-mobile1::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

}


.hero-slide {
    width: 100%;
    text-decoration: none;
    /* border: 1.7px solid #000000;
    border-image-source: linear-gradient(330.63deg, #ffffff 40.44%, rgba(0, 0, 0, 0) 102.24%);
    border-image-slice: 1; */
    /* border:1px solid linear-gradient(330.63deg, #FFFFFF 40.44%, rgba(0, 0, 0, 0) 102.24%); */

    background: linear-gradient(330.63deg, #ffffff -3.56%, rgba(0, 0, 0, 0) 3.24%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    box-shadow: 0px 4.56573486328125px 4.56573486328125px 0px rgba(0, 0, 0, 0.25);

    border-image: linear-gradient(300.39deg, #ffffff 25.38%, rgba(0, 0, 0, 0) 119.29%);
    border-image-slice: 1;
    border-width: 1.14px;
    border-style: solid;
    border-color: transparent;

    border-radius: 25.6018px;
    padding: 0.5em;
    position: relative;
    isolation: isolate;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .hero-slide {
        min-width: 126px;
    }
}

.hero-slide .hero-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.hero-slide .hero-img img {
    padding: 1em;
    width: 160px;
    max-width: 100%;
    height: 118px;
    object-fit: contain;
}

.hero-slide .hero-img::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    user-select: none;
    pointer-events: none;
    background: url(../images/elements/hero-slide-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

/*
.hero-slider .hero-slide {
    transform: scale(0.8);
} */
.hero-slider .center .product-slide {
    transform: scale(1);
}

.hero-slider .center .hero-img::before {
    transform: scale(0.8);
}

/* product index page */
.hero-top-page-product-main {
    background-image: url("/frontend/images/banner/about-hero-section1.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20em;
}

.bg-holder-layer-product-main::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.bg-holder-layer-product-main {
    position: relative;
    min-height: 20em;
}

.product-main-img-overlay {
    margin-top: -300px;
}

.product-main-shaddow {
    background: #fff9f9;
    border: 2.03775px solid #ff8686;
    box-shadow: 26.4907px 26.4907px 20.3775px -10.1887px rgba(0, 0, 0, 0.08);
    border-radius: 24.453px;
}

.product-main-shaddow h5 {
    color: #131310;
}

.product-main-shaddow:hover h5 {
    color: #d02a2a;
    transition: color 0.3s;
}

/* product page */
.product-pra-color {
    color: rgba(19, 19, 16, 0.8);
}

.product-page-section {
    padding-bottom: 150px;
    margin-top: -300px;
}

.hero-top-page-product {
    background-image: url("/frontend/images/banner/product-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20em;
}

.bg-holder-layer-product {
    position: relative;
    max-height: 100%;
    min-height: 20em;
}

.bg-holder-layer-product::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/* #product1 .item {
    background: transparent;
    padding: 70px 0px 30px 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#product1.owl-theme {
    position: relative;
}

#product1.owl-theme .owl-next,
#product1.owl-theme .owl-prev {
    width: 120px;
    height: 120px;
    margin-top: -20px;
    position: absolute;
    top: 26%;
    background: #d0acac;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 50%;
}

#product1.owl-theme .owl-prev svg {
    width: 27px;
    height: 50px;
}

#product1.owl-theme .owl-next svg {
    width: 27px;
    height: 50px;
}

#product1.owl-theme .owl-prev {
    left: 10px;
}

#product1.owl-theme .owl-next {
    right: 10px;
} */

.top-slider-heading {
    border-radius: 12px;
    background: white;
    width: fit-content;

    max-width: 100%;
    padding: 14px;
}

#product2.second-product-slider {
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 40px;
}

.ss-product-heading {
    background: #d02a2a;
    border-radius: 12px;
    color: white;
    padding: 20px;
}

.content {
    position: relative;
    overflow: hidden;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
}

.fadeIn-bottom {
    top: 100%;
}

.timeline-image {
    width: 531px !important;
}

.pad-container-timeline {
    padding: 45px 20px 45px 45px;
}

.three-card-text {
    font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
    .three-card-text {
        font-size: 1rem;
    }

    .pad-container-timeline {
        padding: 50px 50px 50px 50px;
    }

    .timeline-image {
        width: 350px !important;
    }

    #product1.owl-theme .owl-next,
    #product1.owl-theme .owl-prev {
        width: 100px;
        height: 100px;
        margin-top: -20px;
        top: 26%;
    }

    #product1.owl-theme .owl-prev svg {
        width: 20px;
        height: 43px;
    }

    #product1.owl-theme .owl-next svg {
        width: 20px;
        height: 43px;
    }
}

@media screen and (max-width: 768px) {
    .hero-slide .hero-img img {
        padding: 1em;
        width: 136px;
        max-width: 100%;
        height: 82px;
        object-fit: contain;
    }

    .timeline-image {
        width: 265px !important;
    }

    #product1.owl-theme .owl-next,
    #product1.owl-theme .owl-prev {
        width: 70px;
        height: 70px;
        margin-top: -20px;
        top: 42%;
    }

    #product1.owl-theme .owl-prev svg {
        width: 15px;
        height: 38px;
    }

    #product1.owl-theme .owl-next svg {
        width: 15px;
        height: 38px;
    }

    .top-slider-heading {
        min-width: 300px;
        padding: 14px;
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .product-main-img-overlay {
        margin-top: -325px;
    }

    .product-show-table {
        padding: 0px;
        overflow-x: scroll;
    }

    .product-page-section {
        margin-top: -35em;
    }

    #product1 .item {
        background: transparent;
        padding: 0px 0px 0px 0px;
        margin: 5px;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }

    #product1.owl-theme .owl-next,
    #product1.owl-theme .owl-prev {
        width: 70px;
        height: 70px;
        margin-top: -20px;
        top: 0%;
    }

    .ss-product-heading {
        display: none;
        padding: 0px;
    }

    #product2.second-product-slider {
        padding: 0px;
        background: unset;
        box-shadow: unset;
        border-radius: unset;
    }

    /* #product2 .owl-stage-outer .owl-stage{
        width: 100% !important;
    }
    #product2 .owl-stage-outer .owl-stage .owl-item.active {
        width: 100% !important;
    } */

    .hero-top-page-product {
        height: 90vh;
    }

    .bg-holder-layer-product {
        height: 90vh;
    }
}

@media screen and (max-width: 480px) {

    #product1.owl-theme .owl-next,
    #product1.owl-theme .owl-prev {
        width: 50px;
        height: 50px;
        margin-top: -20px;
        top: 2%;
    }

    #product1.owl-theme .owl-prev svg {
        width: 9px;
        height: 31px;
    }

    #product1.owl-theme .owl-next svg {
        width: 9px;
        height: 31px;
    }

    /* .top-slider-heading {
        max-width: 178px;
        width: 100%;
        font-size: 14px;
    } */

    #product1 .item {
        padding: 0px 0px 0px 0px;
    }
}

/* product page end */

/* product page slider for mobile */
#productSliderMobile1 .item {
    background: transparent;
    padding: 70px 0px 30px 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#productSliderMobile1.owl-theme {
    position: relative;
}

#productSliderMobile1.owl-theme .owl-next,
#productSliderMobile1.owl-theme .owl-prev {
    width: 120px;
    height: 120px;
    margin-top: -20px;
    position: absolute;
    top: 26%;
    background: #d0acac;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 50%;
}

#productSliderMobile1.owl-theme .owl-prev svg {
    width: 27px;
    height: 50px;
}

#productSliderMobile1.owl-theme .owl-next svg {
    width: 27px;
    height: 50px;
}

#productSliderMobile1.owl-theme .owl-prev {
    left: 10px;
}

#productSliderMobile1.owl-theme .owl-next {
    right: 10px;
}

#productSliderMobile2 .second-product-slider {
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 40px;
}

@media screen and (max-width: 576px) {
    .product-pra-color {
        color: rgba(255, 255, 255, 0.7);
    }

    #productSliderMobile1 .item {
        background: transparent;
        padding: 0px 0px 0px 0px;
        margin: 5px;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }

    #productSliderMobile1.owl-theme .owl-next,
    #productSliderMobile1.owl-theme .owl-prev {
        width: 70px;
        height: 70px;
        margin-top: -20px;
        top: 0%;
    }

    .ss-product-heading {
        display: none;
        padding: 0px;
    }

    #productSliderMobile2.second-product-slider {
        padding: 0px;
        background: unset;
        box-shadow: unset;
        border-radius: unset;
    }

    .hero-top-page-product {
        height: 90vh;
    }
}

@media screen and (max-width: 480px) {

    #productSliderMobile1.owl-theme .owl-next,
    #productSliderMobile1.owl-theme .owl-prev {
        width: 50px;
        height: 50px;
        margin-top: -20px;
        top: 2%;
    }

    #productSliderMobile1.owl-theme .owl-prev svg {
        width: 9px;
        height: 31px;
    }

    #productSliderMobile1.owl-theme .owl-next svg {
        width: 9px;
        height: 31px;
    }

    .top-slider-heading {
        min-width: 178px;

        font-size: 14px;
        padding: 14px;
        text-align: center;
    }

    #productSliderMobile1 .item {
        padding: 0px 0px 0px 0px;
    }
}

/* .product-type-mobile-version img {
    height: 160px;
    object-fit: contain;
} */

.product-type-mobile-version h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* end of product slider page */
/* product show page */
.product-show-page-bg {
    background-image: url("/frontend/images/banner/product-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20em;
}

.product-bg-holder-layer {
    position: relative;
    max-height: 100%;
    min-height: 20em;
}

.product-bg-holder-layer::before {
    content: "";
    position: absolute;
    background: rgba(241, 0, 0, 0.6);
    opacity: 0.7;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.product-show-section {
    margin-top: -15em;
    padding-bottom: 200px;
}

.product-show-top-heading {
    background: #d02a2a;
    border-radius: 12px;
    color: white;
    padding: 20px;
}

.product-show-top-subheading {
    background: #fff9f9;
    border: 1px solid #ff8686;
    box-shadow: 13px 13px 10px -5px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px;
}

.prduct-show-shaddow {
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 40px;
}

.product-show-table {
    background: #fff9f9;
    border: 1px solid #ff8686;
    box-shadow: 13px 13px 10px -5px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px;
}

.contact-info-set {
    font-size: calc(1.675rem + 0.3vw);
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #D02A2A;
    border-color: var(--bs-pagination-active-border-color);
    font-weight: 500;

}


.page-link {
    font-weight: 500;
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #556987;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.disabled>.page-link,
.page-link.disabled {
    color: #556987;
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    font-weight: 500;
}

.font14 {
    font-size: 14px;
    font-weight: 500;
}




@media screen and (max-width: 1400px) {
    .contact-info-set {
        font-size: calc(1.3rem + 0.3vw);
    }

    .contact-info-set-text {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    .font14 {
        font-size: 12px;
        font-weight: 500;
    }

}

@media screen and (max-width: 576px) {
    .product-show-page-bg {
        display: none;
    }

    .product-bg-holder-layer {
        display: none;
    }

    .product-show-section {
        margin-top: 8em;
        padding-bottom: 200px;
    }

    .prduct-show-shaddow {
        background: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 0px;
    }
}

/* end of product show page */

.icon-container-address svg {
    width: 52px;
    height: 52px;
}

@media (max-width: 992px) {
    .product-pra-color {
        color: rgba(255, 255, 255, 0.7);
    }

    .icon-container-address svg {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 576px) {
    .icon-container-address svg {
        width: 39px;
        height: 39px;
    }

    .custome-1rem {
        font-size: 1rem;
    }

    .custome11rem {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .icon-container-address svg {
        width: 60px;
        height: 50px;
    }

    .loaction-icon-set {
        width: 85px;
    }
}

.product-description p {
    width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: thin;
    font-size: 16px;
}

table h6 {
    font-size: 16px;
    margin-bottom: 0;
}

p.text-color span.fw-500{
    font-weight: bold;
    color: #000;
}

p , li {
    font-size: 16px;
}