﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&amp;family=Satisfy&amp;display=swap");

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 2px;
    height: 50px;
}

html {
    scroll-behavior: smooth;
    overflow: auto;
}

body {
    font-family: "Jost", sans-serif, "Satisfy", cursive;
    overflow-x: hidden;
    animation: siteFadeIn 1.2s ease-in-out;
}

@keyframes siteFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

p {
    font-size: 18px;
    margin-bottom: 1.2rem;
    font-weight: 400;
    color: #292929;
}

a,
.button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #1f1f1f;
    outline: medium;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

*::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

*::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

a {
    color: #106eea;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
    margin-bottom: 1rem;
    line-height: 1.2;
    position: relative;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #97090e;
    color: #fff;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

#topbar {
    background: #106eea;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    text-decoration: underline;
}

#topbar .contact-info i {
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #fff;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 0 0 10px;
    top: 0;
}

#header.header-scrolled {
    top: 0;
    padding: 15px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.8px;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    transition: all 0.5s ease;
}

.header-scrolled .logo {
    margin-bottom: 0 !important;
}

.header-scrolled .logo img {
    max-height: 60px !important;
}

@media (max-width: 992px) {
    #header {
        padding: 15px;
        top: 0;
    }
}

.link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.link a {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 5px;
    margin-left: 10px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0px 0px 7px 0px rgb(1 1 1 / 16%);
}

.link a:hover {
    background: #e6a601;
}

.link a:hover i {
    color: #fff;
}

.link li .fa-facebook {
    color: #3b5999;
}

.link li .fa-twitter {
    color: #55acee;
}

.link li .fa-linkedin {
    color: #025d95;
}

.link li .fa-instagram {
    color: #ec3237;
}

.header-scrolled .top-bar {
    display: none !important;
}

.header-scrolled .nav-menu>ul>li {
    padding: 5px 10px;
}

#header .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #cc050c;
    padding: 14px 8px;
    position: relative;
    box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 7%);
    z-index: 0;
}

#header .top-bar .email a {
    color: #fff;
    margin-left: 5px;
    font-size: 18px;
}

#header .top-bar .email a:hover {
    color: #e6a601;
}

#header .top-bar:before {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: skewX(40deg);
    background: #cc050c;
    left: -25px;
    z-index: -1;
    box-shadow: -5px -1px 5px 0px rgb(0 0 0 / 17%);
}

#header .top-bar:after {
    content: "";
    width: 100%;
    height: 55px;
    position: absolute;
    left: 100%;
    background-color: #cc050c;
    top: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 7%);
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 30px 0 20px 30px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #333;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    padding: 0 3px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #cc050c;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 26px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 8px 18px;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    color: #333;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #cc050c;
}

.nav-menu .drop-down>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\f104";
        font-family: FontAwesome;
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    color: red;
    border: 0;
    background: none;
    font-size: 30px;
    transition: all 0.4s;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: red;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #222222;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    display: flex;
    align-items: center;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #cc050c;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    padding-left: 10px;
    position: absolute;
    right: 15px;
    font-size: 30px;
    line-height: normal;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f105";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

#hero {
    width: 100%;
    position: relative;
}

#hero .container {
    position: relative;
    padding-top: 150px;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 58px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}

#hero h1 span {
    color: #106eea;
}

#hero p {
    color: #fff;
    margin: 5px 0 30px 0;
    font-size: 18px;
    font-family: "sofia regular", sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .btn-get-started,
    #hero .btn-watch-video {
        font-size: 13px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 210vh;
    }
}

.mobile-sticky-footer {
    display: inline-block;
    width: 100%;
}

.mobile-sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #e5a300;
}

.mobile-sticky-footer a {
    float: left;
    width: 20%;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.mobile-sticky-footer a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.b-notification-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
}

.b-notification-bar.is-hidden {
    display: none;
}

.b-notification-bar .item {
    position: relative;
    border: 1px solid #fff;
    list-style: none;
    padding: 10px 3px;
    max-width: 75px;
}

.b-notification-bar .sticky-box p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: normal !important;
    letter-spacing: 0;
}

.txt {
    padding-top: 5px;
    font-weight: 600;
}

.b-notification-bar .sticky-box p i {
    font-size: 20px;
    margin-bottom: 5px;
}

.b-notification-bar .skype {
    background-color: #00a8e8;
    text-align: center;
    padding: 10px 0;
    border-radius: 15px 0 0 0;
}

.b-notification-bar .whatsapp {
    background-color: #22ac7c;
    text-align: center;
}

.b-notification-bar .inquiry {
    background-color: #cc050c;
}

.b-notification-bar .case-studies {
    background-color: #6472c0;
}

.b-notification-bar .client-speaks {
    background-color: #6bac5e;
    border-bottom: 0;
    border-radius: 0 0 0 15px;
}

.b-notification-bar .d-md-block {
    display: block;
}

.b-notification-bar .btn {
    display: block;
    transition: background-color 0.4s ease-out;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.b-notification-bar .btn i {
    color: #fff;
}

.b-notification-bar .btn::after {
    position: absolute;
    top: 30px;
    right: 72px;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
    transition: border 0.2s ease-out, left 0.2s ease-out;
    z-index: 3;
}

.contact::after,
.submitrfp::after {
    border-right: 10px solid #cc050c;
}

.b-notification-bar .info-box {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px 25px;
    top: -81px;
    right: 72px;
    width: 415px;
    color: #323232;
    background-color: #eee;
    text-indent: 0;
    text-align: left;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / 9%);
}

.info-box1,
.info-box2 {
    display: block !important;
}

.info-box2 {
    top: -142px !important;
}

.closeInquiry,
.closeRfp {
    right: 10px;
    position: absolute;
    font-size: 18px;
    top: 10px;
    color: #fff;
    background: #858585;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.b-notification-bar .info-box .inner {
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.b-notification-bar .title {
    display: block;
    margin-bottom: 13px;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.inquiry-box .form-group {
    width: 45%;
    float: left;
}

.form-group-block {
    margin-left: -10px;
    margin-right: -10px;
}

.form-group-block .form-group {
    margin: 0 9px;
}

.form-group.fullwidth,
.form-group.fullwidthtextbox {
    width: 100%;
    margin: 0 0 1px;
}

.form-group.fullwidth .form-control {
    height: 70px;
    font-family: inherit;
}

.form-group.fullwidthtextbox .form-control {
    height: auto;
}

.Captcha-Image {
    width: 80px;
    height: 40px;
}

#imgCaptchaRFP {
    width: 49%;
    float: left;
    height: 35px;
}

.b-notification-bar #imgCaptcha {
    height: auto !important;
}

#txtCaptchaRFP {
    width: 49%;
    float: right;
    height: 35px;
}

#txtCaptcha {
    float: right;
    width: 80px;
}

#lblInfo {
    padding-bottom: 5px;
}

.form-group.Clear {
    margin-bottom: 0;
}

.inquiry-box .form-control {
    border: 1px solid #ccc;
    color: #000;
    padding: 6px 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
}

.inquiry-box .btn-submit {
    margin: 0;
    background-color: #e5a300;
    color: #fff;
    border-radius: 0;
    border-color: #e5b180;
    padding: 8px 55px;
    border: 1px solid transparent;
    cursor: pointer;
}

.listing li {
    width: 100%;
    padding-left: 30px;
    color: #4d4d4d;
    background: none;
    font-size: 1em;
    padding-bottom: 15px;
    position: relative;
}

.listing li::before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f196";
    left: 0;
    color: #e71c24;
    top: 0px;
    font-size: 18px;
    font-weight: bold;
}

.section-header h2 {
    font-weight: 600;
    color: #222;
    font-size: 2.875em;
    margin-bottom: 1rem;
    font-family: "Jost";
}

.white-txt {
    color: #fff !important;
}

.section-header h4 {
    font-size: 2rem;
    color: #cc050c;
    margin-bottom: 5px;
    /* font-family: "Satisfy"; */
}

.head22 {
    font-size: 1.375em;
    color: #292929;
    font-weight: 500;
}

.head26 {
    font-size: 1.625em;
    color: #292929;
    font-family: "Satisfy";
}

.head32 {
    font-size: 2em;
    color: #222;
    font-family: "Satisfy";
}

.head46 {
    font-size: 46px;
    color: #cc050c;
    font-family: "Jost";
    font-weight: 700;
}

.btn-box a {
    background-color: #e5a300;
    color: #fff;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 50px;
}

.btn-box a:hover {
    background: #df1a24;
}

.heading_section {
    margin-top: 142px;
    position: relative;
    padding: 8rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading_section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.heading_section .row {
    align-items: center;
}

.heading_section .head-title h1 {
    font-size: 3.4em;
    color: #e4a504;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.heading_section .head-title h1:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #fff;
    bottom: 0;
}

.sidebar {
    background: #00b0ec30;
    padding: 1.5rem;
}

.about_bg {
    background-image: url("images/head_banner/about_bg.webp");
}

.products_bg {
    background-image: url("images/head_banner/products_bg.webp");
}

.flours_bg {
    background-image: url("images/head_banner/flours_bg.webp");
}

.dals_pulses_bg {
    background-image: url("images/head_banner/dals_pulses_bg.webp");
}

.whole_spices_bg {
    background-image: url("images/head_banner/whole_spices_bg.webp");
}

.poha_mamra_bg {
    background-image: url("images/head_banner/poha_mamra_bg.webp");
}

.papad_bg {
    background-image: url("images/head_banner/papad_bg.webp");
}

.jaggery_bg {
    background-image: url("images/head_banner/jaggery_bg.webp");
}

.other_bg {
    background-image: url("images/head_banner/other_bg.webp");
}

.other_branded_bg {
    background-image: url("images/head_banner/other_branded_bg.webp");
}

.gallery_bg {
    background-image: url("images/head_banner/gallery_bg.webp");
}

.contact_bg {
    background-image: url("images/head_banner/contact_bg.webp");
}

.web_orange {
    background: #e5a300;
    color: #fff;
    padding: 12px 30px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.5s;
    border-radius: 50px;
}

.web_orange span,
.crusta span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.web_orange span:after,
.crusta span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: -9px;
    right: -30px;
    transition: 0.5s;
    font-size: 32px;
}

.web_orange:hover span,
.crusta:hover span {
    padding-right: 25px;
}

.web_orange:hover span:after,
.crusta:hover span:after {
    opacity: 1;
    right: 0;
}

.web_orange:hover {
    background: #cc050c;
    color: #fff;
}

#slider {
    z-index: 0;
    margin-top: 120px;
}

#slider .over-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    z-index: 1;
    text-align: center;
}

#slider .carousel-item {
    position: relative;
}

#slider_area .carousel-caption {
    margin: 0 auto;
    bottom: 0;
    top: 40%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    padding-right: 0;
    z-index: 0;
}

#slider .left-text h3 {
    font-size: 42px;
    color: #ffb700;
    font-family: "Satisfy";
    text-shadow: 2.5px 4.33px 5px rgb(0 0 0 / 35%);
}

#slider .left-text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.77);
}

#slider .left-text h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.77);
}

#slider .left-text p {
    color: #fff;
    font-size: 18px;
    text-shadow: 2.5px 4.33px 5px rgb(0 0 0 / 35%);
    font-weight: 500;
}

#slider .carousel-indicators {
    bottom: 25px;
}

#slider .carousel-indicators li {
    background-color: #000;
}

/* Export Excellence Section */
.export-excellence {
    background: #fff;
    overflow: hidden;
}

.export-excellence .text-orange {
    color: #f39200 !important;
}

.export-excellence .btn-orange {
    background-color: #f39200;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
}

.export-excellence .btn-orange:hover {
    background-color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(243, 146, 0, 0.2);
}

.export-excellence .f-item span {
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

/* SVG Logistics Animation */
.svg-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.logistics-svg {
    width: 100%;
    height: auto;
}

/* Animation Keyframes */
@keyframes orbit-motion {
    0% {
        transform: rotate(0deg) translateX(350px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(350px) rotate(-360deg);
    }
}

@keyframes float-center {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        opacity: 0.3;
        stroke-width: 1;
    }

    50% {
        opacity: 0.8;
        stroke-width: 3;
    }
}

.center-node {
    animation: float-center 4s ease-in-out infinite;
    transform-origin: 400px 300px;
}

.orbit-line {
    animation: pulse-glow 3s linear infinite;
}

/* Animate the items along paths */
.moving-item {
    offset-rotate: auto;
}

.item-ship {
    offset-path: ellipse(350px 120px at 400px 300px);
    animation: ship-move 15s linear infinite;
}

.item-plane {
    offset-path: ellipse(300px 180px at 400px 300px);
    animation: ship-move 10s linear reverse infinite;
}

@keyframes ship-move {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

@media (max-width: 991px) {
    .export-excellence {
        text-align: center;
    }

    .export-excellence .section-header h2 {
        font-size: 2.5rem;
    }

    .export-excellence .features-grid {
        text-align: left;
        display: inline-block;
        max-width: 400px;
        margin: 0 auto;
    }
}

.products .row {
    justify-content: center;
}

.products .inner-box {
    text-align: center;
    margin: 2rem 0;
}

.products .inner-box aside {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.products .inner-box aside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 30px;
    transition: 0.5s;
}

.products .inner-box:hover aside img {
    transform: scale(1.05);
}

.products .inner-box h5 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 1rem;
}

.products .inner-box a {
    color: #222;
}

.inner-products .prod-box {
    border: 1px solid #d8d9d9;
    padding: 1.3rem;
    border-radius: 10px;
    border-bottom: 10px solid #f3bf3f;
    margin: 1.5rem 0;
    transition: all 0.5s ease;
    text-align: center;
}

.inner-products .prod-box h3 {
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 24px;
}

.why_choose {
    background: url("images/why_choose_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why_choose .right-side .why-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.why_choose .right-side .why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(243, 146, 0, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: 0.3s;
}

.why_choose .right-side .why-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(243, 146, 0, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.why_choose .right-side .why-card:hover::before {
    opacity: 1;
}

.why_choose .why-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(243, 146, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.2rem;
    color: #f39200;
    transition: 0.4s;
    border: 1px solid rgba(243, 146, 0, 0.2);
}

.why_choose .why-card:hover .why-icon-box {
    background: #f39200;
    color: #fff;
    transform: rotateY(360deg);
    box-shadow: 0 0 20px rgba(243, 146, 0, 0.4);
}

.why_choose .why-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
}

.why_choose .left-side .section-header h2 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.why_choose .left-side .content p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
}

.why_choose .sprite {
    background-image: url("images/why.webp");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.why_choose .sprite.i1 {
    background-position: 0 0;
    width: 80px;
    height: 73px;
}

.why_choose .sprite.i2 {
    background-position: 0 -78px;
    width: 80px;
    height: 73px;
}

.why_choose .sprite.i3 {
    background-position: 0 -156px;
    width: 80px;
    height: 73px;
}

.why_choose .sprite.i4 {
    background-position: 0 -234px;
    width: 80px;
    height: 73px;
}

.certification {
    background: #fdfdfd;
    padding: 2.5rem 0;
}

.certification .item {
    padding: 15px;
}

.certification .inner-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.certification .inner-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #f39200;
}

.certification .inner-box img {
    max-height: 100%;
    width: auto !important;
    filter: grayscale(1);
    opacity: 0.6;
    transition: 0.3s;
}

.certification .inner-box:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.certification ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.certification .owl-dots .owl-dot.active span,
.certification .owl-dots .owl-dot:hover span {
    background: #869791;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.certification .owl-dots {
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.certification .owl-dots .owl-dot {
    display: inline-block;
}

.certification .owl-dots .owl-dot span {
    background: #cc050c;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.5);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}

.gallery .product-image,
.videos .inner-box {
    margin: 1.2rem 0;
    transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
}

.gallery .product-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.gallery .product-image:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.quick_support .inner-quick-support {
    padding: 30px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0 10px 5px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0px 0 10px 5px rgb(0 0 0 / 6%);
}

.quick_support .inner-quick-support .image-inner-quick {
    height: 90px;
}

.quick_support .inner-quick-support h3 {
    margin-top: 1.5rem;
    font-size: 24px;
    font-weight: 600;
}

.quick_support .inner-quick-support p {
    margin-bottom: 10px;
}

.quick_support .inner-quick-support a {
    color: #333;
}

.quick_support .inner-quick-support a:hover {
    color: #cc050c;
}

.quick_support .image-inner-quick svg {
    width: 60px;
    display: block;
    height: auto;
}

.contact_form #contact-form-main .form-control {
    margin-bottom: 1.5rem;
    font-size: 18px;
    letter-spacing: 0.1rem;
    color: #666;
    background: transparent;
    border-width: 0 0 1px 0;
    border-color: #cc050c;
}

.footer_section {
    background: #e5a300;
    padding: 3rem 0;
}

.footer_section .left-side {
    padding-top: 3.5rem;
}

.footer_section .left-side p {
    color: #000;
    font-size: 18px;
}

.footer_section .left-side .onther-links a {
    color: #9e9898;
}

.footer_section .left-side .onther-links a:hover {
    color: #fdb515;
}

.footer_section .foot-links h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding-top: 3.5rem;
}

.footer_section .foot-links ul.menu-link a {
    color: #000;
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.footer_section .foot-links ul.menu-link a:hover {
    color: #fff;
}

.footer_section .foot-links ul.menu-link li {
    position: relative;
    font-size: 18px;
    padding-left: 1rem;
    margin-bottom: 10px;
}

.footer_section .foot-links ul.menu-link li::before {
    position: absolute;
    content: "\f105";
    left: 0;
    font-family: FontAwesome;
    color: #cc050c;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}

.footer_section .link {
    justify-content: flex-start;
}

.footer_section .link a {
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.footer_section .link a:hover {
    background: #cc050c;
}

.address-box {
    background: #f4f6e8;
    text-align: center;
    padding: 1.5rem 1rem;
    min-height: 100%;
    border-radius: 15px;
}

.address-box .contact-box {
    /* text-align: left; */
    margin-top: 10px;
}

.address-box .contact-box .fa {
    padding-right: 5px;
}

.address-box h2 {
    font-size: 26px;
}

.address-box aside {
    padding: 1rem 0;
}

.address-box p {
    line-height: normal;
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.address-box a {
    color: #000;
    font-size: 18px;
    word-break: break-all;
}

.address-box a:hover {
    color: #cc050c;
}

.copyright {
    padding: 1.5rem 0;
    background: #cc050c;
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.copyright .paymet {
    text-align: right;
}

.copyright .paymet a {
    display: inline-block;
    margin-left: 10px;
}

.news-events-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.news-event-box {
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.news-event-imgbox {
    width: 28%;
    float: left;
    padding-right: 15px;
    border-right: 2px solid #ccc;
}

.news-event-content {
    width: 72%;
    float: left;
    padding-left: 15px;
    display: inline-block;
}

.news-event-box img {
    border: 1px solid #ddd;
}

.news-event-box h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.news-event-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-event-box a.Centered-Link {
    margin-top: 5px;
    padding: 7px 20px;
    border-radius: 0;
}

.certi_section .pdf-box {
    margin: 1rem 0;
    text-align: center;
}

.certi_section .pdf-box img {
    border: 1px solid #ccc;
    padding: 5px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 992px) {
    .pt-3 {
        padding-top: 5rem !important;
    }

    .pb-3 {
        padding-bottom: 5rem !important;
    }

    .pt-2 {
        padding-top: 2rem !important;
    }

    .pb-2 {
        padding-bottom: 2rem !important;
    }

    .mt-3 {
        margin-top: 3rem !important;
    }

    .mb-3 {
        margin-bottom: 3rem !important;
    }

    .mt-2 {
        margin-top: 2rem !important;
    }

    .mb-2 {
        margin-bottom: 2rem !important;
    }

    .floats {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 75px;
        right: 16px;
        background-color: #13990a;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
    }

    .svg-inline--fa {
        font-size: inherit;
        height: 1em;
        transition: all 0.5s ease;
        color: #fff;
    }

    .svg-inline--fa:hover {
        color: #fff;
    }

    #slider .row {
        width: 100%;
    }

    .label {
        background-image: url("images/icon/red-leaf.png");
        background-repeat: no-repeat;
        background-position: right 60%;
    }

    .label .right-side {
        position: relative;
        margin-bottom: -90px;
    }

    .bulk {
        background-image: url("images/icon/green-leaf.png");
        background-repeat: no-repeat;
        background-position: left 40%;
    }

    .bulk .right-side {
        position: relative;
        margin-bottom: -100px;
    }

    .why_choose {
        padding-bottom: 20%;
    }

    .mobile-sticky-footer {
        display: none;
    }

    .why_choose .content {
        padding-right: 0.5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .logo img {
        max-height: 70px;
    }

    .why_choose .left-side aside {
        text-align: center;
    }

    .certification ul li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
        text-align: center;
    }

    #slider .img-box img {
        max-width: 100%;
        height: 500px;
        background: #000;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .nav-menu>ul>li {
        padding-left: 1em;
    }

    .address-box {
        margin: 1.5rem 0;
        min-height: unset;
    }
}

@media (max-width: 991px) {
    #header .logo img {
        max-height: 60px !important;
    }

    .pt-3 {
        padding-top: 3rem !important;
    }

    .pb-3 {
        padding-bottom: 3rem !important;
    }

    .pt-1 {
        padding-top: 20px !important;
    }

    .pb-1 {
        padding-bottom: 20px !important;
    }

    .pt-2 {
        padding-top: 1.5rem !important;
    }

    .pb-2 {
        padding-bottom: 1.5rem !important;
    }

    .mt-3 {
        margin-top: 2rem !important;
    }

    .mb-3 {
        margin-bottom: 2rem !important;
    }

    .mt-2 {
        margin-top: 1.5rem !important;
    }

    .mb-2 {
        margin-bottom: 1.5rem !important;
    }

    #header .top-bar {
        display: none;
    }

    .mobile-sticky-footer {
        display: none !important;
    }

    .why_choose {
        padding-bottom: 5rem;
    }

    .whatsapp,
    .b-notification-bar,
    .top-bar,
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .back-to-top {
        bottom: 50px;
    }

    .why_choose .left-side aside {
        text-align: center;
    }

    .bulk .inner-box {
        flex-direction: column-reverse;
    }

    .copyright {
        padding-bottom: 4rem;
    }

    .heading_section {
        margin-top: 80px;
    }

    .products .inner-box h5 {
        font-size: 30px;
    }

    .address-box {
        margin: 1.5rem 0;
        min-height: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-nav {
        bottom: unset;
    }

    .mobile-nav-toggle {
        right: 0;
        left: 0;
        padding: 0 15px;
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }

    #slider {
        margin-top: 80px;
    }

    .certification ul li {
        flex: 0 0 50%;
        max-height: 50%;
        padding: 0 15px;
        margin: 2rem 0;
        text-align: center;
    }

    #slider .over-text .row {
        width: 100%;
    }

    #slider .img-box img {
        max-width: unset;
        height: 500px;
        background: #000;
        object-fit: contain;
    }

    .quick_support .row {
        justify-content: center;
    }

    .quick_support .col-xl-4 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .head46 {
        font-size: 34px;
    }

    #slider {
        margin-top: 85px;
    }

    .section-header,
    .about_inner .img-box,
    #slider_area .banner-btn,
    .home_about .inner-box,
    .heading_section .head-title,
    #slider .over-text .banner-btn {
        text-align: center;
    }

    #slider .over-text {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    #slider .left-text h3 {
        font-size: 1.2rem;
    }

    #slider .left-text h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    #slider .left-text h2 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .web_orange {
        font-size: 16px;
        padding: 8px 20px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .d-block {
        display: unset !important;
    }

    .heading_section .head-title h1 {
        font-size: 38px;
        line-height: normal;
    }

    .btn-box {
        text-align: center;
    }

    .label .inner-box,
    .bulk .inner-box {
        padding: 3rem 1rem;
    }

    .products .inner-box h5 {
        font-size: 30px;
    }

    .why_choose .left-side,
    .quick_support .col-xl-4 {
        margin-bottom: 2rem;
    }

    #myModal {
        z-index: 9999;
    }

    .heading_section .head-title h1:before {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .mobile-nav-toggle {
        right: 0;
        left: 0;
        padding: 0 15px;
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
    }

    .certification ul li {
        flex: 0 0 50%;
        max-height: 50%;
        padding: 0 15px;
        margin: 2rem 0;
        text-align: center;
    }

    #slider .over-text .row {
        width: 100%;
    }

    #slider .img-box img {
        max-width: 100%;
        height: 450px;
        background: #000;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 640px) {
    #slider .mobile-view {
        display: none;
    }
}

@media (max-width: 639px) {
    #slider .img-box {
        display: none;
        background: #000;
    }

    #slider .mobile-view {
        display: block;
        text-align: center;
        background: transparent;
    }

    #slider .mobile-view img {
        width: 100%;
        height: auto;
        max-height: 80vh;
        background: transparent;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }

    #slider .carousel-indicators {
        bottom: -30px;
    }

    #slider .carousel-inner {
        margin-bottom: 30px;
    }

    .certification ul {
        display: block;
    }

    .certification ul li {
        margin: 2rem 0;
        text-align: center;
    }

    .news-event-imgbox {
        border-right: 0;
        text-align: center;
        margin-bottom: 2rem;
    }

    .news-event-imgbox,
    .news-event-content {
        width: 100%;
    }

    .why_choose {
        background-position: inherit;
    }
}


.red-border {
    border: 1px solid #cd2828 !important;
}


/* Global Breadcrumbs - Premium & Responsive */
.breadcrumb-custom {
    background: #fdf7ee;
    padding: 12px 25px;
    margin-bottom: 30px;
    border-radius: 50px;
    display: inline-flex;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f9e6cc;
}

.breadcrumb-item {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: #f39200;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #d68100;
}

.breadcrumb-item.active {
    color: #888;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #f39200;
    padding: 0 12px;
    font-weight: 900;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .breadcrumb-custom {
        padding: 10px 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .breadcrumb-item {
        font-size: 13px;
    }
}