body {
    font-family: 'Quicksand', sans-serif !important;
    overflow: overlay;
    overflow-x: hidden;
}
*{
    font-family: 'Quicksand', sans-serif;
}
/*********** CUSTOM SCROLLBAR **************/
/* width */
::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #14429a;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #14429a;
}

/*********** CUSTOM SCROLLBAR **************/

.site-blocks-cover {
    /* background-image: url("images/banner-bg.jpg"); */
    background: linear-gradient(90deg, rgba(20, 66, 154, 1.0), rgba(20, 66, 154, 0.65)), url(images/about-bg.jpg);
    background-size: cover;
    background-color: #14429A;
}

a {
    text-decoration: none !important;
}

.p {
    padding: 20px 30px;
}

.mm-btn {
    display: none;
}

.fixed-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
    z-index: 10;
}

.fixed-menu .logo {
    /*width:100%;
    max-width: 100px;
    */
    max-height: 60px;
}

.fixed-menu .menu {
    padding: 10px;
}

.menu-a {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0px;
}

.fixed-menu .menu-t {
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-top: 10px;
}

.menu-a a {
    font-size: 1.05rem;
    color: #fff;
    margin-left: 30px;
    font-weight: 600;
}

.t-span {
    font-size: 1rem;
    color: #000;
    margin-left: 30px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #ffed00;
}

.t-span a {
    font-size: 1rem !important;
    color: #000 !important;
    font-weight: bold !important;
    margin-left: 0px !important;
    transition: all ease 0.7s;
}

.t-span:hover {
    background-color: #ffffff;
}

.t-span:hover i {
    transform: rotate(360deg);
}

.t-span i {
    transition: all ease 0.7s;
}

.menu-a a.active {
    color: #ffed00;
}

.menu-a a:hover {
    color: #ffed00;
}

.fixed-menu-active .menu-a {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0px;
}

.fixed-menu-active .menu-t {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0px;
}

.fixed-menu-active .menu {
    backdrop-filter: blur(30px) saturate(100%);
    -webkit-backdrop-filter: blur(30px) saturate(100%);
    background-color: rgb(17 17 17 / 45%);
    /* border-radius: 0;
    padding: 7px 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 5px;*/
}

.fixed-menu-active .sub-menu {
    display: none;
}

.fixed-menu-active .menu-t span {
    font-size: 1rem;
    color: #000;
    margin-left: 30px;
    font-weight: 500;
}

.fixed-menu-active .menu-a a {
    font-size: 1.05rem;
}

.fixed-menu-active .menu-a a {
    font-size: 1.05rem;
    color: #fff;
}

.fixed-menu-active .menu-a a.active {
    color: #ffed00;
}

.fixed-menu-active .menu-a a:hover {
    color: #ffed00;
}

/* .fixed-menu-active .logo{
    width:100%;
    max-width: 75px !important;
} */
.heading {
    color: #ee161f;
}

.logo-img {
    width: 100%;
    max-width: 400px;
    margin-top: 0%;
    margin-left: 15%;
}

.cap-img {
    width: 100%;
    max-width: 250px;
    margin-top: 7%;
    margin-left: 20%;
}

.banner-text {
    position: relative;
    /* height: 100vh; */
}

.social-icon {
    position: absolute;
    bottom: 34px;
    left: 5%;
}

.social-icon a {
    background-color: rgb(32 84 186);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    margin: 0 2px;
    transition: all ease 0.75s;
}

.social-icon a:hover {
    /* background-color:rgb(12 49 121); */
    background-color: #fff67c;

    transform: scale(1.2);
}

.social-icon a:hover i {
    color: rgb(32 84 186);
}

.social-icon a i {
    color: #fff67c;
    font-size: 1rem !important;
}
.banner-pc{
    display: inline;
}
.banner-mob{
    display: none;
}
.about hr {
    margin: 0;
}

.about .p {
    padding: 10px 30px 0 30px;
}

.p-img {
    width: 100%;
    z-index: 10;
    margin-top: 15%;
    /* filter: drop-shadow(0px 8px 8px #222); */
}

.read-more {
    display: inline-block;
    background-color: #ffed00;
    color: #2f5eba;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    transition: all ease 0.7s;
}

.read-more:hover {
    opacity: 0.9;
    transform: scale(0.95);
}

.about {
        height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-pro-img {
    display: none;
}

.d-pro-img {
    display: inline;
}

.about-content-div {
    display: flex;
    align-items: center;
}

.about-content {
    background-color: rgb(25 78 180 / 100%);
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    z-index: 1;
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(100%);
}

.about-content h1 {
    color: #ffed00;
}

.about-content p {
    color: #fff;
    font-weight: 500;
}

.product {
    background-color: #eee;
    /* background-image: url("images/product-bg.png"); */
}

.product .p {
    padding: 65px 30px;
}

.product h1 {
    color: #14429a;
    font-weight: 600;
}

.p-card {
    /* display: inline-block; */
    margin: 0 5%;
    box-shadow: 0 0 8px 4px #ddd;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    /* padding: 20px; */
    transition: all ease 0.75s;
}

.p-card:hover {
    transform: scale(1.05);
}

.p-card img {
    width: 100%;
    max-width: 240px;
    padding: 10px;
    filter: drop-shadow(0px 2px 4px #888);
}

.p-card div {
    background-color: #ffeb3b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    /* border-top: 1px solid #ffed00; */
}

.p-card span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
}

.p-under {
    width: 100%;
    max-width: 440px;
}

.view-btn {
    color: #14429a;
    font-weight: 700;
}

.view-btn:hover {
    padding: 5px 15px;
    color: #ffed00;
    background-color: #14429a;
    border-radius: 15px;
}

.section {
    position: relative;
    min-height: 40vh;
    margin: 90px 0 0 0;
    display: block;
    overflow: hidden;
}

.section .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 100%;
    max-width: 700px;
    background-image: url("images/truck.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.counter-box {
    display: block;
    padding: 30px 0px 0px 0px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #14429a;
    font-size: 18px;
    font-weight: 600;
}

.counter-box i {
    font-size: 40px;
    margin: 0 0 15px;
    color: #14429a;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #14429a;
    line-height: 28px
}


.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.count {
    background-color: #ffed00;
}

.count .p {
    padding: 40px 30px;
}

.count-card-div {
    padding: 20px;
    margin: 60px 0 100px 0;
}

.count-card {
    z-index: 10;
    backdrop-filter: blur(21px) saturate(117%);
    -webkit-backdrop-filter: blur(21px) saturate(117%);
    background-color: #ffffff70;
    border-radius: 15px;
    box-shadow: rgb(25 25 25 / 9%) 0px 8px 24px;
    padding: 25px;
}

.count-card h1 {
    font-weight: 600;
    color: #14429a;
}

.footer {
    background-color: #14429a;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #ffed00;
}

.footer .p {
    padding: 40px 40px 20px 40px;
}

.f-logo {
    width: 100%;
    max-width: 160px;
}

.footer span {
    font-weight: 400;
}

.footer h5 {
    color: #ffed00;
    font-weight: 600;
    font-size: 1.1rem;
}

.footer hr {
    color: #0d347e;
    opacity: 1;
    margin-bottom: 8px;
}

.footer-copy {
    margin-top: 30px;
}

.add img {
    width: 100%;
    max-width: 50px;
}

.iso {
    width: 100%;
    max-width: 70px;
    margin-top: 10px;
}

.haccp {
    width: 100%;
    margin-left: 5px;
    max-width: 75px;
    margin-top: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffed00;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #14429A;
    display: block;
    transition: 0.3s;
    font-weight: 500;
}

.sidenav a:hover {
    color: #14429A;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.bIBMON {
    height: 55px;
    z-index: 99999999999;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    outline: transparent;
    background-color: #14c656;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 55px;
    border: 1px solid #14c656;
    transition: all ease 0.75s;
}

.bIBMON:hover {
    transform: scale(1.1);
}

.eiAeRi {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
    display: block !important;
}

.fOpOe {
    display: flex;
}

.etUuSs svg {
    height: 25px;
    width: 25px;
    position: static !important;
    fill: #fff
}

.dVCSHH {
    display: block;
    color: rgb(79, 206, 93);
}

.bIBMON::before,
.bIBMON::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(79, 206, 93);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
}

#whatsapp_popup {
    position: fixed;
    z-index: 99999999999;
    bottom: 60px;
    right: 24px;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease 0.5s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
    pointer-events: all;
    visibility: hidden;
    touch-action: auto;
    padding: 0;
}

#whatsapp_popup.shown {
    visibility: visible;
    opacity: 1;
    bottom: 90px;
}

.whatsapp_header {
    background: rgb(9, 94, 84);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px;
}

.Close__Component-sc-9nuxpx-0.jquJIT {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex !important;
    z-index: 100;
}

.Close__Component-sc-9nuxpx-0.jquJIT::before,
.Close__Component-sc-9nuxpx-0.jquJIT::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}

.jquJIT::before {
    transform: rotate(45deg);
}

.jquJIT::after {
    transform: rotate(-45deg);
}

.whatsapp_header img {
    border-radius: 100%;
    width: 48px;
}

.whatsapp_body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}

.whatsapp_body::before {
    display: block;
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://www.ociuz.com/images/whatsapp.png);
}

.emLEvA {
    display: flex;
    z-index: 1;
}

.eIODLm {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.dBELLQ {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    /* transition: all 0.3s ease 0s; */
    opacity: 0;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.isCfED {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.fbPzzf {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.gaaZOM {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
}

.dBELLQ::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.kcAHIS {
    position: relative;
    display: flex;
}

.gFktBT {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    display: inline-block !important;
}

.devGdz {
    background-color: rgb(158, 157, 162);
    animation-name: dJHihm;
}

.iweHrw {
    animation-name: goHzKU;
}

.ifXxgw {
    animation-name: krEmjx;
}

.gCZVtB {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: rgb(20, 198, 86);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
    text-decoration: none !important;
}

.gCZVtB::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
}

.ecYRLg {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

@media (max-width: 1100px) {
    .mm-btn {
        display: block;
    }

    .menu-a a,
    .t-span {
        display: none;
    }

    .fixed-menu-active .menu-a a {
        display: none;
    }
    .p-card {
        margin: auto;
    }

    .about .p {
        padding: 95px 15px !important;
    }

    .section {
        display: none;
    }

    .logo-img {
        width: 100%;
        max-width: 350px;
        margin-top: 5%;
        margin-left: 10%;
    }

    .cap-img {
        width: 100%;
        max-width: 220px;
        margin-top: 20%;
        margin-left: 10%;
    }
}

@media (max-width: 992px) {
    .p-pro-img {
        display: inline;
    }

    .d-pro-img {
        display: none;
    }
    .about{
        height: auto;
    }
    .p-card.p-d {
        display: none;
    }

    .section {
        display: none;
    }

    .p-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner-pc{
    display: none;
}
.banner-mob{
    display: inline;
}
    .address_info {
        height: auto !important;
        margin-bottom: 2em !important;
    }

    /* .logo {
        width: 100%;
        max-width: 80px !important;
    } */
    .logo-img {
        width: 100%;
        max-width: 200px;
        margin-top: 28%;
        margin-left: 0%;
    }

    .fixed-menu .logo {
        max-height: 50px;
    }

    .menu-a {
        margin-top: 0px;
    }

    .cap-img-y {
        width: 100%;
        max-width: 180px;
        margin-top: 30%;
        margin-left: 50%;
    }

    .social-icon {
        left: 0%;
    }

    .section {
        display: none;
    }
}