@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Outfit:wght@100..900&display=swap');


body {
    letter-spacing: 0.5px;
    color: #000 !important;
    font-size: 16px;
    line-height: 28px;
    font-family: "Outfit", sans-serif;
}

.container {
    max-width: 1366px;
    width: 100%;
}

.content {
    padding: 0px 0px !important;
}

.row {
    max-width: 100%;
    width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

.heading {
    text-align: center;
    margin: 50px 0px;
}

.heading h2 {
    display: inline-block;
    font-family: "Cardo", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000000;
}

.heading h2:after {
    margin-top: 10px;
    display: block;
    content: '';
    border-bottom: solid 2px #000;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.heading h2:hover:after {
    transform: scaleX(1);
}

.global-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 40px 14px 40px;
    background: #2D6D36;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
}

.global-btn:hover {
    background: #25265E !important;
    color: #fff !important;
}
header {
    padding: 10px 0px;
}
header .row:after {
    content: inherit;
}
.short-link li {
    margin-left: 15px;
}
.short-link li a{
    font-size: 16px;
}
.short-link li a img{
    width: 20px;
    height: 20px;
}



header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    animation: smoothHeader 0.5s ease;
    padding: 5px 0;
    z-index: 999999;
}

@keyframes smoothHeader {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



.header-logo {
    text-align: center;
    transition: all 0.4s ease;
}


.header-logo img {
    width: 150px;
    transition: all 0.4s ease;
}


.header-logo .logo2 {
    display: none;
}


header.sticky .logo1 {
    display: none;
}

header.sticky .logo2 {
    display: block;
    width: 70px;
    margin: 0 auto;
       transform: scale(1);
    animation: logoZoom 0.4s ease;
}

@keyframes logoZoom {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


header a {
    color: #000000 !important;
}
.navigation-bar ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-family: "Outfit", sans-serif !important;
    transition: color 0.3s ease;
    padding-bottom: 4px;
}

/* Underline Effect */
.navigation-bar ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #0C851A;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease-in-out;
}

.navigation-bar ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.navigation-bar ul li a:hover {
    color: #0C851A !important;
}

.navigation-bar .main-nav {
    display: block !important;
}

/* Dropdown */
.main-nav .dropdown-menu {
    background: #222;
    border-radius: 0;
    padding: 10px 0;
    min-width: 220px;
    margin-top: 10px;
    box-shadow: none;
    border: 0;
    transition: all 0.3s ease;
}

/* Desktop Hover */
@media (min-width: 992px) {

    .main-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
    }

    .main-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        transform: translateY(0);
    }
}

.main-nav .dropdown {
    position: relative;
}

/* Dropdown Items */
.main-nav .dropdown-menu .dropdown-item {
    color: #fff !important;
    font-size: 12px;
    padding: 8px 15px;
    transition: 0.3s ease;
    background: transparent;
    font-weight: 400;
    position: relative;
}

.main-nav .dropdown-menu .dropdown-item:hover {
    color: #0C851A !important;
    padding-left: 20px;
}

/* Remove Bootstrap Arrow */
.main-nav .dropdown-toggle::after {
    display: none;
}

/* Focus Remove */
.main-nav .dropdown-toggle:focus,
.main-nav .dropdown-item:focus {
    box-shadow: none;
    background: transparent;
}

/* Mobile Dropdown Fix */
@media (max-width: 991px) {

    .main-nav .dropdown-menu {
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .main-nav .dropdown-menu.show {
        display: block;
    }
}

/* Icon */
.navigation-bar ul li a i {
    font-size: 14px;
    position: relative;
    right: -6px;
    top: 1px;
    transition: transform 0.3s ease;
}

/* Icon Rotate */
.navigation-bar li.dropdown:hover a i {
    transform: rotate(180deg);
}

/* Menu Gap */
.navigation-bar li.dropdown {
    margin-right: 15px;
}
.home-intro {
    background:
        linear-gradient(321deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),
        url('https://neruchemicals.co.ke/themes/user/site/default/asset/img/common/main-img.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    position: relative;
}

.intro-info {
    width: 65%;
    position: relative;
    z-index: 99;
}

.intro-info h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-family: "Cardo", serif !important;
}

.intro-info p {
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    padding: 15px 0px;
}

.intro-info a {
        font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    background: #2D6D36;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
}

.intro-info a:hover {
    background: #25265E;
}

.usp-sec {
    background: linear-gradient(135deg, #2D6D36, #1f4d26);
    padding: 10px 0px 2px 0px;
}

.usp-banner {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 20px;
    transition: 0.6s;
}

.usp-banner p {
    margin-bottom: 0px;
    color: #fff;
}

.usp-banner img {
    width: 35px;
    transition: 0.6s;
    filter: invert(1);
}

.usp-banner:hover img{
      transform: rotateY(180deg);
    transition: 0.6s;  
}




.usp-sec .row:after {
    content: inherit;
}

.product-category .item {
    border: 0;
}

.category_item img {
    border-radius: 100px !important;
    height: 160px !important;
    width: 160px !important;
    background: #fff;
    padding: 5px;
    border: 5px solid #2D6D36;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    object-fit: cover;
}

.category-info {
    margin-top: 20px;
}

.category-info h4 {
    font-family: "Cardo", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.category-info a {
    text-decoration: none;
    color: #000;
}

.variant-buttons .variant-btn {
    background: #f2f2fb;
    padding: 0px 10px;
    border-radius: 100px;
    font-size: 12px;
}

.variant-buttons .variant-btn:hover {
    background: #c3c4f9;
}

.product-info .h2 {
    line-height: 1.3;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 10px;
}
.product_item {
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
}

.product_item img {
    background: #f7f7fb;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    transition: transform 0.6s ease;
    display: block;
}

.product_item:hover img {
    transform: scale(1.1);
}

.product-info h2 {
    font-family: "Cardo", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0px;
    padding: 15px 0px;
        background: #fff;
}

.product-info h2 a {
    text-decoration: none;
    color: #000;
}


.enquiry_btns {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 10px;
    margin-top: 15px;
}

.enquiry_btns a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.enquiry_btns .enquiry_btn {
    background-color: #25265E;
}
.enquiry_btns .enquiry_btn:hover {
    background: #e1e1f7;
    color: #000;
}

.enquiry_btns .whatsapp_btn {
    background-color: #0C851A;
}

.enquiry_btns .whatsapp_btn:hover {
    background-color: #a3ddaa;
    color: #000;
}

.enquiry_btns button i {
    padding-left: 5px;
}

.industries-serve {
    background: #F8F8F8;
    padding: 10px 0px 60px 0px;
    margin-top: 50px;
}

.industries-sec {
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 8px 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
}
.industries-sec:hover img{
      transform: rotateY(180deg);
    transition: 0.6s;  
}

.industries-sec img {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 10px;
}

.industries-sec h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}


/*Blog*/
section.home-blogs-section {
    margin-bottom: 60px;
}

.home-blog-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.home-blog-content h3 {
    margin-top: 15px;
    display: block;
    font-size: 20px;
    line-height: 28px;
}

.home-blog-content h3 a {
    color: #000;
    text-decoration: none;
    padding-right: 30px;
}

.home-blog-content p {
    margin-bottom: 30px;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 26px;
}

.home-blog-content p:empty {
    display: none;
}

.about-company {
    background-repeat: no-repeat !important;
    background-size: 50% !important;
    background-position: left center !important;
    position: relative;
    object-fit: cover !important;
}

.about-company:after {
    content: "";
    position: absolute;
    background: #2D6D36;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;

}

.about-company:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, #C0A2A200 48%, #25265E 100%);
    height: 100%;
    width: 100%;
}

.about-company:before,
.about-company:after {
    z-index: 1;
}

.about-info .heading h2:after {
    border-bottom: solid 2px #fff !important;
}



.about-info {
    position: relative;
    z-index: 999;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
}


.about-info .heading {
    color: #fff;
    text-align: left;
}

.about-info .heading h2 {
    color: #fff !important;
}

.about-info .heading p {
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
        font-weight: 300;
}

.logo-icon {
    position: relative;
}

.logo-icon img {
    position: absolute;
    width: 10%;
    right: 0;
    z-index: 999;
    top: 10px;
}

.about-info .global-btn {
    background: #ffffff;
    color: #000000;
}
}

.about-info .global-btn:hover {
    color: #000000 !important;
}

.about_img {
    z-index: 2;
}

.years-experience {
    background: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 10px 35px;
    border-radius: 10px;
    right: 0;
}

.years-experience h4 {
    font-size: 45px;
    font-weight: 700;
    padding-left: 70px;
    margin-bottom: 0px;
}

.years-experience p {
    font-size: 18px;
    font-weight: 500;
    padding-left: 70px;
    line-height: 20px;
}

.years-experience i {
    font-size: 45px;
    position: absolute;
    top: 22px;
}


.testimonial-slider {
    background: #F4F4F4;
    padding: 1px 0px 50px 0px;
}


.testimonial-sec ul {
    display: flex;
    gap: 6px;
    padding: 0px;
    margin: 0px;
}

.testimonial-sec ul li {
    list-style: none;
}

.testimonial-sec ul li i {
    color: #FFC107;
    font-size: 14px;
}

.testimonial-sec p {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 20px 0px !important;
}

.testimonial-sec h4 {

    font-family: "Cardo", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.testimonial-sec span {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
}

.testimonial-sec {
    box-shadow: inherit !important;
    border: 1px solid #0000001a;
    background: #fff;
    border-radius: 10px;
    height: 280px;
    padding: 30px;
}

.testimonial-slider .item {
    border: 0px;
}

.testimonial-slider .owl-nav {
    text-align: center;
}

.testimonial-slider .owl-carousel .owl-next {
    display: inline-block !important;
    margin: 20px 10px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    color: #000000;
    line-height: 40px;
    font-size: 16px;
    border-radius: 100px;
}

.testimonial-slider .owl-carousel .owl-prev {
    display: inline-block !important;
    margin: 20px 10px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    color: #000000;
    line-height: 40px;
    font-size: 16px;
    border-radius: 100px;
}

.testimonial-slider .owl-prev {
    position: absolute;
    left: -30px;
    top: 30%;
}

.testimonial-slider .owl-next {
    position: absolute;
    right: -30px;
    top: 30%;
}


.cta-banner {
    background: linear-gradient(135deg, #0a5c3e 0%, #0d3d28 100%);
    padding-bottom: 50px;
    position: relative;
}
.cta-banner:before {
    background: url(https://neruchemicals.co.ke/themes/user/site/default/asset/img/common/logo-img.png);
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}
.cta-banner .heading h2 {
    color: #FFFFFF;
}

.cta-banner .heading p {
    color: #FFFFFF;
}
.cta-banner .heading h2:after {
    border-bottom: solid 2px #fff;
}

.cta-banner .btn-primary-custom {
    background: #fff;
    color: #000;
    border: none;
    padding: 14px 32px;
    font-weight: 500;
    transition: all .25s;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
        border: 2px solid #fff;
}

.cta-banner .btn-primary-custom:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.cta-banner .btn-outline-custom {
    border: 2px solid rgba(255, 255, 255, 1);
    color: #fff;
    padding: 14px 32px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    transition: all .25s;
    text-decoration: none;
    display: inline-block;
        text-transform: uppercase;
}
.cta-banner .btn-outline-custom:hover{
    background: #fff;
    color: #000;
}


footer {
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 0px 0px 0px;
    background: #fbfbfb;
}

.footer-widgts h5 {
    font-family: "Cardo", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}

.footer-content .main-nav {
    float: left !important;
    margin: 0;
}


.footer-widgts ul li {
    list-style: none;
    line-height: 32px;
    margin-left: 0;
    display: block !important;
}

.footer-widgts ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
}

.footer-widgts ul li i {
    padding-right: 5px;
}

.footer-widgts .footer-content {
    padding: 0px 0;
    border: 0;
}

.footer-widgts p {
    font-weight: 300;
    padding-right: 30px;
    font-size: 15px;
}

.footer-widgts img {
    width: 150px;
    margin-bottom: 15px;
}

.footer-widgts ul.social-media li {
    width: auto;
}

.footer-widgts ul.social-media li img {
    width: 20px;
}

.footer-widgts ul.social-media {
    display: flex;
    align-items: center;
    gap: 15px;
}


.footer-widgts ul.social-media li a {
    font-size: 18px;
}

.footer-widgts .footer-content ul.main-nav li {
    width: 100%;
}
    footer .main-nav a.act {
        color: #0b563a;
    }


.footer-content li.dropdown {
    display: none !important;
}
.mini-footer p {
    font-weight: 300;
    font-size: 14px;
}


section.about-page {
    padding-top: 60px;
}

.about_sec_img figure.right {
    width: 100% !important;
}

/* Breadcrumb */
section.row.pad.breadcrumb section.w-16 {
    background: #0c851a;
    padding: 12px 10px !important;
}

section.row.pad.breadcrumb ul {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

section.row.pad.breadcrumb ul::after {
    content: none !important;
}

section.row.pad.breadcrumb ul li {
    font-size: 14px;
}

section.row.pad.breadcrumb ul li a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

section.row.pad.breadcrumb ul li:last-child {
    color: #fff;
    font-weight: 500;
}
.navigation-bar li.footer-product {
    display: none;
}
/* About Page */
.aboutus-info h1 {
    font-family: "Cardo", sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Hide Sidebar */
section.row.reverse.pad .sidebar {
    display: none;
}

/* Contact Form */
.contact-form-wrapper {
    width: 100%;
}

.content address.v-card {
    display: none;
}

.contactus-page .btn-primary {
    background: linear-gradient(135deg, #0a5c3e 0%, #0d3d28 100%);
    border: none;
}

.contact-form-wrapper .mb-3 input {
    padding: 10px 10px;
}


section.row.pad.breadcrumb:after {
    content: inherit !important;
}

section.row.pad.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}

.product_details {
    background: #fbfbfb;
    padding: 60px 0;
}

.product_details .product-image img {
    width: 100%;
    border-radius: 10px;
    transition: 0.6s;
}

.product-image {
    background: #ffffff;
    padding: 50px;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.product-image img:hover {
    transform: scale(1.2);
}

.single_product_info {
    background: #fff;
    padding: 30px 30px;
    border-radius: 12px;
}

.single_product_info h2 {
    font-size: 24px;
    font-family: "Cardo", Sans-serif;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.single_product_info p {
    font-size: 15px;
    font-weight: 300;
}

.single_product_info p b {
    font-weight: 600;
}

.single_product_info ul {
    margin-bottom: 20px;
}

.single_product_info ul li {
    font-weight: 300;
    line-height: 28px;
}


.single_product_info .enquiry_btns {
    padding: 10px 0px;
}

.single_product_info .enquiry_btns a {
    font-size: 15px;
    padding: 10px 25px 10px 25px;
}

.single_product_info .enquiry_btns a i {
    padding-left: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.single_product_info .form-select {
    background: #fffdfa;
    border: 1px solid #fff4e0;
    padding: 10px 10px;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.single_product_info .form-select option {
    font-size: 14px;
}


.weight_quantity {
    display: flex;
    align-items: end;
    gap: 25px;
}


.product-weight {
    width: 40%;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 10px;
    padding: 7px 5px;
}

.quantity button {
    width: 40px;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff !important;
    border-radius: 50px;
}

.quantity input {
    width: 50px;
    text-align: center;
    height: 14px;
    border: 0;
    box-shadow: inherit;
    outline: none;
}

.category-sidebar {
    padding: 15px;
    border: 1px solid #e8f0eb;
    border-radius: 14px;
    background: rgb(253 253 253);
}.category-sidebar ul li.active a {
    color: #0C851A;
    font-weight: 500;
}
.category-sidebar ul li.active {
    border-bottom: 1px solid #0c851a;
}

.category-sidebar h3 {
    font-size: 16px;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.category-sidebar ul li {
    list-style: none;
    line-height: 44px;
    border-bottom: 1px solid #f1f1f1;
}

.category-sidebar ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: 0.6s;
}

.category-sidebar ul li a:hover {
    padding-left: 10px;
    color: #0C851A;
}

.category-sidebar ul li:last-child {
    border-bottom: 0px solid #f1f1f1;
}

.product-listing-page .product_item {
    margin-bottom: 30px;
}

.product-listing-page {
    padding: 50px 0px;
    position: relative;
}
section.row.pad{
    position: relative;
}
section.row.pad:before {
    background: url(https://neruchemicals.co.ke/themes/user/site/default/asset/img/common/logo-img.png);
    content: "";
    position: absolute;
    right: 0;
    height: 43%;
    width: 16%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    top: 0px;
    filter: invert(1);
    overflow: hidden;
    z-index: -1;
}

section.product-listing-page:before {
    background: url(https://neruchemicals.co.ke/themes/user/site/default/asset/img/common/logo-img.png);
    content: "";
    position: absolute;
    right: 0;
    height: 25%;
    width: 15%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    top: 0px;
    filter: invert(1);
    overflow: hidden;
    z-index: -1;
}
.product-listing-page.categories:before {
    height: 35%;}


.product-listing-page  .enquiry_btns a {
    padding: 5px 10px 5px 10px;
}


.container.blog-list-page {
    margin-top: 50px;
}


.card.blog__sec img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.blog__sec h3 {
    margin-top: 15px;
    display: block;
    font-size: 20px;
    line-height: 28px;
    height: 55px;
}

.blog__sec h3 a {
    color: #000;
    text-decoration: none;
}

.blog__sec p {
    margin-bottom: 30px;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 26px;
}

.blog__sec p:empty {
    display: none;
}

.blog__sec p.card-text {
    height: auto;
    margin: 0;
    padding: 0;
}

.blog__sec a.btn.btn-primary {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 40px 14px 40px;
    background: #2D6D36;
    color: #fff;
    text-decoration: none;
    border: 0px;
}


.blog__sec a.btn.btn-primary:hover {
    background: #25265E !important;
    color: #fff !important;
}

.blog_contents {
    height: 90px;
    overflow: hidden;
}

.single_post img {
    width: 100%;
    border-radius: 10px;
}

.single_post h1 {
    font-size: 30px !important;
}

div#last-comment h3 {
    margin-bottom: 25px;
    font-size: 21px;
}

.comment.author h3.author {
    margin-bottom: 25px;
    font-size: 21px;
}

.comment.author h3.author a {
    color: #000;
}


.modal-content {
    border-radius: 8px;
    border: none;
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
}

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

.modal-body {
    padding: 1.5rem;
}

.enquiry-product-name {
    color: #666;
    font-size: 14px;
}

.enquiry-product-name strong {
    color: #2e7d32;
}

.enquiry-feedback {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 14px;
}

.heading p:empty {
    display: none;
}
.sidebar {
    display: none;
}

.single_post .comments {
    display: none;
}

.backblog a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 40px 14px 40px;
    background: #2D6D36;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
}

.backblog a:hover {
    background: #25265E !important;
    color: #fff !important;
}
.backblog a i {
    font-size: 21px;
    vertical-align: middle;
    padding-right: 6px;
}

.product-listing-page .heading {
    margin-top: 0px;
}


@media(max-width: 1400px) {

    .enquiry_btns {
        display: block;
    }

    .enquiry_btns a {
        display: inline-block;
        width: 70%;
        text-align: center;
        margin-bottom: 5px;
    }


    @media(max-width: 1200px) {

        .intro-info h1 {
            font-size: 42px;
            line-height: 60px;
        }

        .industries-sec {
            padding: 8px 20px;
        }
.testimonial-slider .owl-next {
    right: -10px;
}.testimonial-slider .owl-prev {
    left: -10px;
}

    }


    @media(max-width: 1100px) {

        .enquiry_btns a {
            width: 90%;
        }

        .usp-banner p {
            margin-bottom: 0px;
            color: #fff;
            font-size: 14px;
        }

        .usp-banner {
            gap: 10px;
        }

        .usp-banner img {
            width: 30px;
        }

        .years-experience h4 {
            font-size: 35px;
        }

        .years-experience p {
            font-size: 16px;
        }
    }


    @media(max-width: 1024px) {

        .home-intro {
            padding: 70px 0;
        }
            .main-nav li {
        margin-left: 4px;
    }
    }

    @media(max-width: 991px) {

        .intro-info h1 {
            font-size: 38px;
            line-height: 50px;
        }

        .heading h2 {
            font-size: 28px;
        }

        .cta-banner .heading p {
            color: #FFFFFF;
            line-height: 32px;
        }

        .cta-banner .heading {
            margin-bottom: 0px;
        }

        .product-category .heading {
            margin-bottom: 20px;
        }

        .category_item img {
            border-radius: 10px !important;
            height: 220px !important;
            width: 100% !important;
            padding: 5px;
            border: 5px solid #2D6D36;
        }


        .industries-sec {
            margin-bottom: 20px;
        }

        .industries-sec img {
            width: 25%;
        }

        .testimonial-slider .owl-prev {
            position: absolute;
            left: 0px;
            top: 30%;
            background: #f4f4f4 !important;
        }

        .testimonial-slider .owl-next {
            position: absolute;
            right: 0px;
            top: 30%;
            background: #f4f4f4 !important;
        }

        .testimonial-sec {
            height: 250px;
        }

        .about-info {
            padding-left: 30px;
            padding-bottom: 0px;
        }

        .about-company {
            background-size: 75% !important;
        }

        .cta-banner .btn-outline-custom {
            padding: 10px 32px;
            font-weight: 500;
        }

        .home-blog-content img {
            height: 200px;
        }

        .home-blog-content h3 {
            font-size: 18px;
            line-height: 25px;
        }

        .product_item {
            margin-bottom: 30px;
        }


.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.hamRotate.active {
            transform: rotate(45deg);
            position: absolute;
            z-index: 99999;
            background: #fff;
            left: 100%;
            top: -10px;
        }*/

.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}
.ham7 .middle {
  stroke-dasharray: 40 111;
}
.ham7 .bottom {
  stroke-dasharray: 40 161;
}
.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.ham7.active .middle {
  stroke-dashoffset: 23px;
}
.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

/*button.navbar-toggler.collapsed {
    position: relative !important;
    left: 0 !important;
    top: auto !important;
}
*/
.navigation-bar button.navbar-toggler {
    border: 0px;
    position: absolute;
    right: 0;
    padding: 0;
}
.navigation-bar .navbar-toggler:focus {
    box-shadow: inherit;
}

.navigation-bar .navbar-collapse {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999999;
    width: 60%;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    background: #111;
}



.navigation-bar .navbar-collapse.show {
    padding: 0px 0px;
    visibility: visible;
    transform: translateX(0);
    top: 0px;
}
.navigation-bar .navbar-collapse ul li.nav-item {
    padding: 10px 10px;
}
.navigation-bar .navbar-collapse ul.navbar-nav {
    padding-top: 70px;
}

.navigation-bar .main-nav {
    display: block !important;
    padding-left: 10px;
    padding-top: 20px;
}

ul.navbar-nav li {
    border-right: 0px solid#b5a973;
    border-bottom: 1px solid#3e3e3c;
}

header ul.d-flex.justify-content-end.list-unstyled {
    justify-content: flex-start !important;
}
ul.d-flex.justify-content-end.list-unstyled li a {
    font-size: 21px;
}

header {
    padding: 5px 0px;
}

.navigation-bar .main-nav li {
        display: block;
        float: inherit;
        line-height: 35px;
    }

.navigation-bar ul li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    background: inherit !important;
}




.about_sec_img figure.right {
        margin: 0px 0 0 0px;
        width: 37.5%;
    }

.aboutus-info {
    margin-top: 30px;
}.aboutus-info h1 {
    font-size: 26px;
}
.enquiry-modal .modal-dialog {
    max-width: 90%;
}.enquiry-form-wrap {
    padding: 30px 20px;
    background: #fff;
}
.main-nav .dropdown-menu {
    min-width: 100%;
}



    }


    @media(max-width: 767px) {

        .about-company {
            background-size: 100% !important;
            padding-bottom: 180px;
        }

        .about-company:after {
            width: 0%;
        }

        .about-info {
            padding-left: 30px;
            padding-bottom: 0px;
            top: 60%;
        }

        .about-company:before {
            inset: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 61%) 50%, rgba(0, 0, 0, 1) 100%);
            pointer-events: none;
        }

        .home-blog-content {
            margin-bottom: 50px;
        }

        .years-experience {
            top: 10px;
            bottom: inherit;
        }

        .years-experience p {
            margin: 0;
        }

        .intro-info h1 {
            font-size: 30px;
            line-height: 42px;
        }.category-sidebar {
    margin-bottom: 40px;
}section.row.pad.breadcrumb ul li {
    display: inline;
}

.row {
    max-width: initial;
    width: auto;
}


    }


    @media(max-width: 520px) {
        .intro-info {
            width: 95%;
        }

        .home-intro {
            padding: 50px 0;
        }

        .intro-info p {
            line-height: 28px;
            padding: 10px 0px;
        }

        .category_item img {
            padding: 5px;
            border: 2px solid #2D6D36;
        }

        .featured-product .heading {
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .enquiry_btns a {
            width: 100%;
        }

        .cta-banner .heading h2 {
            font-size: 28px;
            line-height: 40px;
        }

        .cta-banner .btn-outline-custom {
            display: block;
            width: 60%;
        }

        .home-blogs-section {
            margin-bottom: 20px;
        }

        .home-blog-content img {
            height: auto;
        }

        .home-blogs-section .heading {
            margin-bottom: 20px;
            margin-top: 40px;
        }

        .testimonial-sec {
            height: auto;
        }

        .about-company {
            background-size: 200% !important;
            padding-bottom: 160px;
        }

        .years-experience {
            top: 20px;
            bottom: inherit;
            left: 10px;
            width: 50%;
        }

        .logo-icon {
            display: none;
        }

        .about-info {
            padding-left: 10px;
            padding-bottom: 0px;
            top: 40%;
        }
                .industries-sec {
            padding: 8px 25px;
        }.product-info h2 {
    font-size: 16px;
    font-weight: 600;
}
.usp-banner p {
            font-size: 12px;
        }
                .usp-banner img {
            width: 22px;
        }        .usp-banner {
            gap: 8px;
        }

.testimonial-slider .heading {
    margin-bottom: 30px;
}        .home-blog-content {
            margin-bottom: 50px;
        }

.industries-serve .justify-content-center {
    justify-content: flex-start !important;
}
.footer-widgts {
    margin-top: 10px;
}
.mini-footer {
    margin-top: 20px;
}

.home-blog-content h3 a {
    padding-right: 0px;
}
.home-blogs-section {
    margin-bottom: 10px;
}
section.about-page {
    padding-top: 30px;
}.row.pad {
    padding: 0 0px;
}.card.blog__sec img {
    width: 100%;
}

.product_details {
    margin-bottom: 50px;
}
.single_product_info {
    padding: 30px 10px;
}

.product-image {
    padding: 30px;
}

        ul.d-flex.justify-content-end.list-unstyled li a {
            font-size: 18px;
        }
        ul.d-flex.justify-content-end.list-unstyled li:first-child {
    margin: 0 !important;
}
.enquiry-modal .modal-dialog {
    max-width: 100%;
}
.enquiry-modal {
    padding: 0;
}
form#enquiryForm {
    margin-top: 10px;
}
    .enquiry-preview-inner {
        padding: 15px 10px;
    }.enquiry-trust {
    margin-top: 12px !important;
    padding-top: 10px !important;
}
.enquiry-trust .trust-item:nth-child(2) {
    display: none;
}

.productenquiry_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .enquiry-preview h3 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 5px;
    }

.enquiry-tagline {
        text-align: left;
    }
        .enquiry-product-img {
        max-width: 70px;
        max-height: 120px;
        margin-bottom: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        padding: 6px;
    }
    .enquiry-submit {
    margin-bottom: 10px;
}
.navigation-bar .navbar-collapse{
    width: 70%;
     
}
.main-nav .dropdown-menu .dropdown-item {
    padding: 1px 10px;
}

.header-logo img {
    width: 90px;
}
header.sticky .logo2 {
    width: 50px;
}

section.product-listing-page:before {
    height: 25%;
    width: 25%;
}
section.row.pad:before {
    height: 25%;
    width: 25%;
}

    }