@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    scroll-padding-top: 100px;
}

body {
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    overflow-x: hidden;
}

/* loader start */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #9c4343;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 100px;
    height: 100px;
    background-image: url('../img/loader.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* loader end */
.DomBorImg {
    width: 100% !important;
}

p {
    font: size 16px;
    color: #666;
}

section {
    margin-bottom: 100px;
}

.navPosition {
    position: sticky;
}

.productImg {
    width: 490px;
}

.nav>.nav-list>li a :hover {
    color: #D41616;
}

.nav-item a:active {
    color: #D41616 !important;
}

/* .navbar{
    margin:10px 30px;
} */
.navbar-brand img,
.footer-logo img {
    height: auto;
    width: 135px;
    object-fit: fill;
}

/* .navbar-brand{
    margin-right: 0 !important;
} */
.btn-contact {
    background-color: #D41616;
    color: #fff;
    height: 40px;

}

.btn-contact a {
    text-decoration: none;
    color: #fff;
    ;
}

.nav-item a {
    margin: 0 15px;
    color: #000000 !important;

}


.nav-link.active {
    color: #D41616 !important;
}

.nav-link {
    padding: 0;
}

.nav-link:hover {
    color: #D41616 !important;
}

.btn:hover {
    color: #fff !important;
}

.btn-none:hover {
    color: #D41616 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.tag-image {
    width: 5% !important;
    height: auto;
    padding-right: 8px;
}

.slider-bg {
    background-image: url('../img/bg.jpg');
    background-size: 100%;
    object-fit: fill;
    height: auto;
    margin-bottom: 100px;
    width: 100%;
}

.section-right {
    background-color: #D41616;
    height: auto;
    padding: 20% 10%;
    text-align: left;
    color: #fff;

}

.section-right h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-right p {
    line-height: 24px;
    margin-bottom: 50px;
    color: #fff;
}

.btn-none {
    background-color: #fff;
    height: 39px;
    width: auto;
    font-size: 16px;
    border-radius: 50px;
}

.slider-bg .btn-none a,
.box-inner-content .btn-none a {
    color: #D41616;

}

.content-right {
    margin-left: 30px;
}

.header-inner-box {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    margin-top: -80px;
}

.header-inner-box h3 {
    color: #D41616;
}

.text span {
    text-align: right;
}

.header-inner-border {
    border: 1px solid #C0C0C0;
    margin-top: 20px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;

}

.header-inner-border h6 {
    color: #C0C0C0;
    text-align: center;
    font-size: 14px;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-weight: 700;
    color: #303030;

    font-size: 32px;
}

.section-title p {

    font-size: 15px;

}

.product-slider {
    background-image: url('../img/product-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px;
    color: #fff;
    background-position-y: 38%;

}

.product-box p {

    font-size: 16px;
    color: #000;
}

.product-box {
    height: auto;
    text-align: center;
    padding: 30px;
}

.product-box img {
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-box:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-btn {
    border: 1px solid #D41616;
    height: 39px;
    width: auto;
    color: #D41616 !important;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    margin-right: 35px;

}

.product-btn a {
    color: #D41616 !important;

}

.product-btn:hover a {
    color: #fff !important;

}

.product-btn:hover {
    color: #fff !important;
    background-color: #D41616;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}

.DomBor-section {
    margin-top: 70px;
}

.DomBor-bg {
    display: flex;
    align-items: center;
}

.DomBor-bg-box {
    background-color: #D41616;
    padding: 50px;
    text-align: center;
    align-items: center;
    color: #fff;
}

.DomBor-section-slider {
    margin-top: 50px;

}

.DomBor-bg-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.DomBor-bg-box p {
    color: #fff;
}

.item-title {
    display: flex;
    align-items: center;
    margin-bottom: 18px;

}

.item-title .icon {
    height: 60px;
    width: 60px;
    margin-right: 26px;
}

.item-title h4 {

    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

.des-item {
    text-align: left;
    margin-bottom: 20px;
}

.DomBor-section-slider a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;

}

.slider-btn {
    text-align: left;
}

/* 
.owl-nav .owl-prev i {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    margin-top: 40px;
} */
/* a.dropdown-item.valve-type.medium-link:hover {
    color: #D41616 !important;
} */
.DomBor-section-slider .owl-carousel .item {
    margin-bottom: 20px;
}

.section-content .owl-theme .owl-nav [class*='owl-'] {
    height: 29px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #D41616 !important;
    padding: 12px;
    margin-bottom: 10px;
    transition: 0.1s
}

.section-content .owl-theme .owl-nav i {
    line-height: 6px;
    font-size: 19px;
}

.section-contentwhite {
    border-color: white;
}

.section-contentwhite .owl-theme .owl-nav [class*='owl-'] {
    height: 29px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #D41616 !important;
    padding: 12px;
    margin-bottom: 10px;
}

.section-contentwhite .owl-theme .owl-nav i {
    line-height: 6px;
    font-size: 19px;
}

.img-content {
    position: relative;
}

.img-content .video-play {
    position: absolute;
    bottom: -50px;
    left: -30px;

}

.img-content .video-play a {
    background-color: #D41616;
    color: #333;
    padding: 30px 35px;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
    border: 12px solid white;

}


/* .valve-pipe{
    background-image: url('../img/valve-pipe.png');
    background-size: 100%;
    height: auto;
} */
/* .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    color: #ffffff;
    font-size: 40px;
} */
.video-play-button i {
    color: #fff;
    font-size: 45px;
}

/* .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #D41616;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button i{
    z-index: 3;
    position: relative;
    display: block;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #D41616;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
} */
.inner-product-image {
    width: 80%;
}

.video-play-button:hover:after {
    background-color: #D41616;
}

.text-content h5 {
    color: #D41616;

    font-size: 24px;
    font-weight: 800;
}

.text-content h3 {
    font-size: 32px;

    margin-bottom: 20px;
}

.btn-text-content {
    background-color: #D41616;
    padding: 10px 30px;
    border-radius: 50px;

}

.btn-text-content a {
    color: #fff;

}

.box-inner-content {
    background-color: #D41616;
    padding: 50px;

}

.box-inner-content h2,
.box-inner-content p {
    color: #fff;
}

.footer {
    background-color: #fdfdfd;
    padding: 50px;
    display: block;

}

.footer-responsive {
    display: none;
}

.footer-box {
    margin-top: 50px;

}

.footer-logo img {
    height: auto;
    width: 135px;
    object-fit: fill;
}

.icon {
    text-align: right;
}

.bg-icon {
    background-color: #D41616;
    position: relative;
    border-radius: 5px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    width: 40px;
}

.bg-icon i {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px;
    left: 12px;
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-box p {
    text-decoration: none;
    font-size: 16px;
    color: #9C9C9C;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-box p:hover {
    color: #D41616;
}

.hover-none a:hover {
    padding-left: 0 !important;
}

.hover-none a:hover:after {
    opacity: 0 !important;
}

.footer-box a {
    color: #9C9C9C !important;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-box a:hover {
    padding-left: 15px;
    color: #D41616 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.footer-box a:hover:after {
    opacity: 1;
}

.footer-box a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    width: 5px;
    background: #D41616;
    height: 5px;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.footer-box p:last-child {
    margin-bottom: 0;
}

.navigation {
    background-color: #D41616;
    padding: 10px;

}

.navigation p {
    color: #fff;
}

.responsive-footer {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 0;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-item {
    padding: 0 1.25rem;
}

/* product-page */
.top-menu ul[data-depth="2"]>li a:hover {
    color: #D41616 !important;
}

.navbar-nav .nav-link.active {
    border-bottom: 1px solid #D41616 !important;
}

.navbar-collapse {
    flex-grow: 0;
}

.product h3 {
    font-size: 50px;
    border-bottom: 1px solid #666666;
    line-height: 77px;
    font-weight: 700;
}

.product input {
    background-color: #fff;
    padding: 10px;
    border: none;
    width: 40%;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.product input:focus-visible {
    border: none !important;
    outline: 0;
}

.product i {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 20px;
}

.product-link.active {
    color: #D41616;
    /* Active state color */
    font-weight: bold;
}

.left-slider {
    height: 100%;
    width: 16%;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    padding-top: 20px;
}

.left-slider .sidenav a {
    padding: 5px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
}

.product-page-item .product-box h5,
.product-page-item .product-box p {
    color: #000000 !important;

    font-size: 14px;
    font-weight: 600;

}

.product-page-item .product-box p {
    font-weight: 300;
}

.product-page-item .product-box {
    text-align: center;
    padding: 15px;
}

.Brand-box {
    border: 0.5px solid #000000;
    height: 100%;

}

.Brand-inner-box {
    border-bottom: 0.5px solid #000000;
    height: 49px;
    padding: 9px 20px;
    /* text-align: center; */
    vertical-align: middle;
}

.Brand-box .dropdown-menu {
    border: none !important;
    padding: 5px 0;

}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    position: relative;
    left: 74%;
    right: auto;
    color: #D41616;
}

.dropdown .dropdown-toggle {
    font-size: 16px;
    color: #000;
}

.Brand-box .h6 {
    color: #000;
}

.Brand-box .navbar-toggler {
    top: 0;
    right: 0;
    color: #D41616;
    position: relative;
    padding: 0;
    font-size: 17px;
    font-style: normal;
    vertical-align: middle;
}

.Brand-box .navbar-toggler i.remove {
    display: block;
}

.Brand-box .navbar-toggler i.remove {
    display: none;
}

.Brand-box .navbar-toggler i {
    font-size: 20px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-left: 94px;
}

.card-body {
    padding: 10px 23px;
    color: #000;
}

.card-body #text {
    margin-bottom: 10px;
}

.about-slider {
    background-image: url(../img/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px;
    color: #fff;
    background-position-y: center;
}

.about-slider h1 {
    font-size: 36px;
    font-weight: 700;
}

.about-us-text h6 {
    color: #D41616;
    font-weight: 700;
}

.about-us-text h1 {
    font-weight: 700;
}

.one__item__number span:last-child {
    position: relative;
}

.about-us .one__item__number {
    -webkit-text-stroke: 1px #D41616;
    color: fff;
    font-weight: 700;
}

.about-us p {
    color: #000;

}

.one__item__number span:last-child::after {
    content: "";
    background-color: #D43816;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: -13px;
    border-radius: 50px;
    opacity: 0.5;
}

.Pillars-img {
    margin-bottom: 10px;
    transition: all 400ms ease;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}

.Pillars:hover .Pillars-img {
    transform: rotateY(360deg);
}

.Our-Pillars p {
    color: #666;
    width: 67%;
    margin: auto;
}

.Certificates-img {
    height: 267px;
}

/* Be-Our-Agent */

.Be-Our-Agent {
    background-image: url('../img/be-our-agent-bg.png');
}

.Productcatalogue-box {
    background-color: #fff;
    padding: 20px;
    height: 250px;
    border: 1px solid #e5e5e5;
}

.Productcatalogue-box h4 {
    color: #D41616;
    font-weight: 600;
}

.Productcatalogue .owl-theme .owl-nav [class*='owl-'] {
    background-color: #D41616 !important;
    font-size: 20px;

    border-radius: 50%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
}

.Productcatalogue .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #d32a2a !important;

}

.Productcatalogue .owl-nav .owl-prev i {
    margin-top: 0;
    font-size: 20px;
}

.map-img img {
    height: 100%;
    width: auto;
}

.Delivery-Logistics .Delivery-p {
    width: 50%;
}


/* Contact us */
.Contact-slider {
    background-image: url('../img/contact-bg.png');
}

.contact-content i {
    color: #D41616;
    font-weight: 800;
    margin-right: 10px;
    font-size: 20px;
}

.contact-content a {
    color: #000;
    text-decoration: none;
}

.Follow-icon img {
    padding-right: 10px;
}

.product-inner table td {
    width: 35%;
}

table tbody tr {
    margin-bottom: 20px;
}

.product-inner-2 .table>:not(caption)>*>* {
    border-left-width: 1px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.navbar {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.sticky+.content {
    padding-top: 50px;
}

button a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

.nav {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.nav>.nav-header {
    flex: 0.95;
    /* padding-left: 2.5rem; */
}

.nav-title img {
    height: auto;
    width: 135px;
    object-fit: fill;
}

.nav>.nav-header>.nav-title {
    font-size: 22px;
    color: #fff;
}

.nav>.nav-list {
    display: flex;
    gap: 2rem;
}

.nav>.nav-list>li {
    list-style-type: none;
}

.nav>.nav-list>li a {
    text-decoration: none;
    color: #efefef;
    cursor: pointer;
}

.nav>#nav-check {
    display: none;
}

.Desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.mobile-view .collapse:not(.show) {
    display: none !important;
}

.Desktop-view {
    /* position: relative;  */
    display: flex;
    justify-content: center;
}

.accordion-body {
    padding: 0 1.25rem;
}

.popup-submenu {
    left: 50%;
    transform: translate(-50%);
}

#product-menu {
    position: absolute;
    /* Position the dropdown menu absolutely */
    top: 100%;
    /* Align the top of the dropdown with the bottom of the navigation link */
    left: 50%;
    width: 630px;
    /* Adjust the width as needed */
    z-index: 1000;
    display: none;

    /* Initially hidden */
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-toggler.collapse-icons.collapsed+#product-menu {
    display: block;
    /* Show the menu when the toggle button is active */
}

.menu-container {
    width: 100%;
}

/* Why Poline */

.dropdown {
    position: relative;
    display: inline-block;
}

.valuble-card {
    height: 300px;
    width: auto;
    background-color: white;
}

.valuble-img {
    height: 100%;
    width: auto;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 207px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-content a {
    color: #666 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content a:hover {
    background-color: #f1f1f1;
} */

.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content a:hover {
    color: #D41616 !important;
    background-color: #f1f1f1 !important;
}

#top-menu>li:hover:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

#top-menu>li .sub-menu.collapse {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-family: "Nunito", sans-serif;
}

#top-menu>li .sub-menu {
    top: 122%;
    left: 0;
    border: none;
    width: auto;
    z-index: 18;
    padding: 15px;
    margin: 0;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 0px;
}

.top-menu .popover {
    max-width: inherit;
}

.top-menu .collapse {
    display: inherit !important;
}

#top-menu>li .sub-menu ul[data-depth="1"]>li {
    float: left;
    width: 199px;
    text-align: left;
    font-weight: 400;
}

#top-menu>li .sub-menu ul[data-depth="1"]>li>a {
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 17px;
    font-weight: 500;
    color: var(--brand-primary);
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    display: block;
}

.sub-category .dropdown-submenu {
    color: #D41616 !important;
    font-size: 20px !important;
}

#top-menu>li .sub-menu ul[data-depth="1"]>li>a:before {
    border-top: 1px solid #ddd;
    bottom: -7px;
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
}

.category .dropdown-item {
    padding: .25rem 0;
}

.top-menu ul[data-depth="2"]>li {
    line-height: 26px;
}

.top-menu ul[data-depth="2"]>li a {
    padding: 0;
    padding-bottom: 7px;
    color: #666 !important;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu>li .dropdown-item {
    white-space: normal;
    display: block;
    width: 100%;
    clear: both;
}


/* #mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    bottom: 0;
    background: white;
    z-index: 99999999;
    overflow-y: auto;
    overflow-x: auto;
}
#mobile_top_menu_wrapper #top_menu_closer {
    cursor: pointer;
    margin-top: 8px;
    margin-right: 11px;
    text-align: right;
}
#mobile_top_menu_wrapper #top_menu_closer {
    cursor: pointer;
    margin-top: 8px;
    margin-right: 11px;
    text-align: right;
}
#mobile_top_menu_wrapper .top-menu .sub-menu{
    display: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.show {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .collapse.show {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    border: none;
    padding: 10px 0 0 15px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0 0 0 15px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
    padding: 10px 0;
}
#mobile_top_menu_wrapper #top-menu ul[data-depth="1"] > li a {
    font-size: 15px;
}
#mobile_top_menu_wrapper #top-menu > li a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
    z-index: 1;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--brand-primary);
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: capitalize;
    font-size: 15px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    margin-bottom: 5px;
}
#mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] {
    padding: 10px 0 0 15px;
}
#mobile_top_menu_wrapper .top-menu {
    color: #000;
}
#mobile_top_menu_wrapper #top-menu ul[data-depth="2"] > li a {
    font-size: 14px;
}
#mobile_top_menu_wrapper #top-menu ul[data-depth="1"] > li a {
    font-size: 15px;
}
#mobile_top_menu_wrapper #top-menu > li a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
    z-index: 1;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--brand-primary);
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: capitalize;
    font-size: 15px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    margin-bottom: 5px;
} */


.mobile-view .category {
    list-style: none;
}

table {
    text-align: center;
}

.water-circle {
    background-color: #2ab8d7d6;
    ;
    padding: 9%;
    border-radius: 76%;
    width: 13px;
    text-align: center;
    margin: auto;
}

/* Card-PolineDNA */
.card {
    background-color: #ebecee;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.card-i {
    left: 5px !important;
}

.card h1 {
    top: -25px;
    left: -8px;
    color: #d9d7d7;
    font-size: 116px;
    font-weight: 700;
}

.card .icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.card h3 {
    margin: 10px 0;
    font-size: 1rem;
    color: #000;
}

.card p {
    font-size: 0.9em;
    color: #555;
}

/* LogoImage */

.LogoImage {
    text-align: right;
}

.download-container {
    text-align: right;
    padding: 20px;
}

.download-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D41616;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: right;
    text-wrap: nowrap;
}

.download-button:hover {
    background-color: #eb431e;
    color: white;
}

.nav-link {
    padding: 10px 15px;
    color: #000 !important;
    cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #D41616;
    color: #D41616 !important;
    border-left: 1px solid #bdbdbd;
    border-radius: 0;

}

.product-tab {
    padding: 10px;
    text-align: center;
}

.product-tab img {
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s;
    max-width: 60%;
    margin: auto;
    z-index: -1;
}

.product-tab a:hover img {
    scale: 1.2;
}

.product-tab a {
    text-decoration: none;
    overflow: hidden;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 10px 20px;
    margin-top: -12px;

}

.product-inner h2 {
    font-size: 22px;
    font-weight: 600 !important;
}

.custom-card {
    border: none;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    /* transition: transform 0.2s;
    height: 150px; */
}

.custom-card:hover {
    box-shadow: 0px 0px 10px 0px rgba(35.13097826086956, 77.77282461011346, 174, 0.19);
}

.custom-icon {
    width: 50px;
    height: auto;
}

.custom-card-title {
    font-weight: bold;
}

.custom-card-text {
    color: #666666;
}

.section-content {
    background-color: #f8f8f8;
    padding: 50px;
}

/* slide */

.sidebar {
    width: 200px;
}

.sidebar.nav-pills .nav-link {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333 !important;
    border-right: 1px solid #ccc;
    border-radius: 0%;
}

.sidebar.nav-pills .nav-link:hover {
    background-color: #f0f0f0;
}

.sidebar.nav-pills .nav-link.active {
    border: 1px solid #ccc;
    border-right: none;
    background-color: white !important;
}

.img-fluid {
    width: 100%;
}
.owl-carousel.catalogue-item.owl-drag .owl-item{
    display: block !important;
}
.owl-carousel.owl-drag .owl-item {
    align-items: center;
    display: flex;
}

.info-line{
    color: #dc3545;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:1500px) {

    .tag-image {
        width: 8% !important;
    }
}

@media (max-width:1300px) {

    .tag-image {
        width: 9% !important;
    }

    .nav-title img {
        width: 161px;
    }
}

@media (max-width:1199px) {
    .header-inner-box {
        margin-top: -40px;
    }

    .footer .container {
        margin: 0;
        max-width: 100%;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .tag-image {
        width: 12% !important;
    }

}

@media (max-width:1099px) {

    .tag-image {
        width: 14% !important;
    }
}



@media (max-width:991px) {
    .nav {
        padding: 1rem;
    }

    .tag-image {
        width: 5% !important;
        margin-top: 13px;
    }

    .accordion-body ul li a {
        text-decoration: none;
    }

    .accordion-button {
        background-color: transparent;
    }

    .header-nav {
        display: block;
    }

    .header-nav .nav-list {
        display: block !important;
        flex-direction: column;
    }

    .LogoImage {
        text-align: left !important;
    }

    .nav-item a {
        margin: 0;
    }

    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 3px;
        top: 11px;
        padding-top: 0.2rem;
    }


    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #000;
    }

    .nav>.nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        background-color: #fff;
        height: 0;
        transition: all 0.3s ease-in;
        top: 60px;
        left: 0;
        overflow: hidden;
        z-index: 99;
    }

    .nav>.nav-list>li {
        width: 100%;
        margin-top: 1.5rem;
    }

    .nav>#nav-check:checked~.nav-list {
        height: calc(100vh - 50px);
    }

    .nav>.nav-header {
        padding-left: 0;
    }

    .content-top {
        margin-top: 30px;
    }

    .Desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .nav-item .nav-link {
        font-size: 16px;
    }

    .mobile-accordion-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-item .nav-link {
        padding-bottom: 5px;
    }

    .navbar-nav .nav-link.active {
        border-bottom: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }

    .product-box {
        padding: 0;
    }

    .footer {
        padding: 50px 0;
        display: none;
    }

    .footer-responsive {
        display: block;
    }

    .footer-box h5 {
        font-size: 16px;
    }

    .responsive-footer {
        background-color: #F1F1F1;
        padding: 50px;
        display: block;

    }

    .navbar {
        margin: 0;
    }

    .section-right h3 {
        font-size: 30px;
    }

    .about-slider {
        padding: 150px;
    }

    .product-slider {
        padding: 150px;
    }

    .Our-Pillars p {
        width: 100%;
    }

    .Delivery-Logistics .Delivery-p {
        width: 100%;
    }

    .nav-title img {
        width: 112px;
    }
    .dropdown{
        display: block !important;
    }
    .accordion-button{
        padding: 10px !important;
    }

}

@media (max-width:767px) {
    .about-slider {
        padding: 50px;
    }

    .product-slider {
        padding: 50px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    section {
        margin-bottom: 50px;
    }

    .slider-bg {
        margin-bottom: 50px;
    }

    .tag-image {
        width: 7% !important;
        margin-top: 13px;
    }

}

@media (max-width:676px) {
    .map-img {
        height: 350px;
    }

}


@media (max-width:575px) {
    .img-content .video-play {
        left: 0;
    }

    .img-content .video-play a {
        padding: 18px 27px;
        border: 3px solid #fff;
        text-align: center;

    }

    .video-play-button i {
        font-size: 30px;
    }

    .text-content {
        margin-top: 30px;
    }

    section {
        margin-bottom: 30px;
    }

    .slider-bg {
        margin-bottom: 30px;
    }

    .section-content {
        padding: 10px;
    }

    .tag-image {
        width: 8% !important;
        margin-top: 13px;
    }

}

@media (max-width: 425px) {
    .tag-image {
        width: 13% !important;
    }
}

@media (max-width:370px) {
    .product-btn {
        margin-right: 0;
    }

    .tag-image {
        width: 18% !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}


/* product list */

.product-list .form-check>input[type='checkbox'] {
    accent-color: #D41616 !important;
}

.form-check-input[type=checkbox]:checked {
    background-color: #D41616 !important;
}

.form-check-input:focus {
    border-color: rgb(243, 111, 111);
    box-shadow: 0 0 0 .25rem rgba(243, 111, 111, 0.25);
}

.form-check-input:checked {
    border-color: transparent !important;
}


.modal-footer .btn-secondary {
    border: 1px solid #D41616 !important;
    background-color: transparent !important;
    color: #D41616 !important;
}

.modal-footer .btn-primary {
    background-color: #D41616 !important;
    border-color: transparent !important;
}

@media screen and (max-width:1199px) {
    .product-list {
        font-size: 15px !important;
    }

    .download-button {
        font-size: 14px !important;
    }
}

/* serach bar */
.searchbar{
    position: relative;
    align-self: center;
}
.searchbar input{
    width: 250px;
    border: 1px solid #ddd;
    font-size: 14px !important;
    height: 35px !important;
    padding-left: 40px;
    padding-right: 15px;
    border-radius: 5px !important;
    &:focus{
        outline: none !important;
    }
}
.searchbar i{
    color: #888;
    position: absolute;
    top: 0;
    left: 6px;
    transform: translate(50%,50%);
}