@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}



a.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000000e3;
}


.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
}


img.logo {
    width: 242px;
}


section.home {
    background: linear-gradient(45deg, #000000e0, #0000007a, #0000008f), url(../img/home.jpg);
    height: 580px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}



.home .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #d0303a;
}





.home span {
    font-size: 18px;
    font-weight: 700;
    color: #d0303a;
}


.home .cnt p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


.home form {
    padding: 25px;
    background: #37686c;
    box-shadow: 0px 24px 12px 0 #00000057;
    border-radius: 10px;
}



.home .title h4 {
    color: #fff;
    font-weight: 700;
}


.home form .form-control {
    margin-bottom: 12px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: #fff;
    color: #000 !important;
    border-radius: 10px;
}


.home .col-lg-7 {
    display: flex;
    justify-content: center;
    align-items: center;
}




.home .form-control1 {
    padding: 4px 30px;
    border: none;
    background: #d0303a;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
}

.home .bts button a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.home .title1 h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}


.home .bts button {
    padding: 6px 30px;
    background: #d0303a;
    border: none;
    border-radius: 10px;
}


.about .for_img img {
    width: 100%;
    border-radius: 20px;
    height: 380px;
    object-fit: cover;
}


.msme .about .for_img img {
    width: 100%;
    border-radius: 20px;
    height: 380px;
    object-fit: contain;
}


.about .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #d0303a;
}


.about .main_title span {
    color: #0f2324;
}


.about .cnt p {
    font-size: 16px;
    font-weight: 500;
}


.about .cnt span {
    color: #d0303a;
}


.about .title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3c7175;
}


.about .start span {
    font-size: 18px;
    font-weight: 600;
    color: #d0303a;
}






.serv .hdr h2 {
    font-size: 35px;
    font-weight: 700;
    margin: auto;
    width: 27%;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #fff;
    margin-bottom: 46px;
}


.serv .hdr span {
    color: #d0303a;
}

.serv ul li {
    list-style: none;
}

.serv div#v-pills-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
    background: #ffffff33;
    padding: 20px 0;
    padding: 10px 0;
    border-radius: 10px;
}

.serv .main ul.ul_ser {
    background: #ffffff00;
    padding: 20px !important;
    margin: 0;
    height: 100%;
    border-radius: 10px;
}

.serv .main ul.ul_ser li span.in_sr_icon {
    padding-right: 10px;
    font-size: 24px;
    color: #d0303a;
}

.serv .main ul.ul_ser li a {
    color: #f8f9fa;
    transition: all 0.5s;
}

.serv .main ul.ul_ser li {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 35px;
    padding-left: 12px;
    transition: all 0.5s;
    background: #47868b;
    border-radius: 10px;
}

.serv .col {
    padding: 0px 5px 0px 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background: #d0303a !important;
}

.serv .col .main {
    height: 100%;
}

.serv .main ul.ul_ser li a:hover {
    letter-spacing: 1px;
}

button#v-pills-home-tab {
    background: #0f2324;
    width: 25%;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

button#v-pills-profile-tab {
    background: #0f2324;
    width: 25%;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

button#v-pills-profilevtg-tab {
    background: #0f2324;
    width: 25%;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

button#v-pills-profilevtg1-tab {
    background: #0f2324;
    width: 25%;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}


.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #570140;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 26px 40px 16px;
}


.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}


.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 14px;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #8cbaf6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #070707 !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #2f307a !important;
}

.we-offer-area h4 {
    font-size: 20px;
    color: #570140;
}

.we-offer-area h2 {
    padding-bottom: 20px;
}


section#services {
    background: linear-gradient(45deg, #00000042, #00000052), url(../img/services_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.why .for_icon i {
    font-size: 35px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4b8c91;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.why .title h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
}


.why .cnt p {
    font-size: 15px;
    font-weight: 400;
}

.why .main {
    box-shadow: 0 0 4px 0 #00000052;
    padding: 20px 20px;
    border-radius: 12px;
}


.why .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 36px;
    color: #0f2324;
}


.why .main_title span {
    color: #d0303a;
}


.why .main_title p {
    font-size: 18px;
    font-weight: 500;
}




section.jou {
    background: #396b70;
}


.jou .main_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0f2324;
}


.jou .main_title span {
    color: #d0303a;
}


.jou .cnt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


.jou .bts button {
    padding: 5px 30px;
    border: none;
    background: #d0303a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}


.jou .bts button a {
    color: #fff;
}




.contact .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #0f2324;
}


.contact .main_title span {
    color: #d0303a;
}



.contact .for_icon i {
    font-size: 25px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #d0303a;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.contact .title h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}


.contact .main {
    box-shadow: 0 0 6px 0 #00000045;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
}


.contact .cnt a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}


.contact .title h4 a {
    color: #0f2324;
}



section.footer {
    background: #00000000;
    box-shadow: 0px 0px 6px 0px #00000042;
}


.footer .ftr_logo img {
    width: 155px;
    background: #fff;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px;
}


.footer .ftr_logo {
    padding-bottom: 10px;
}



.footer .main h4 {
    font-size: 20px;
    font-weight: 600;
    color: #d23842;
}


.footer ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding-right: 2px;
    transition: all 0.5s;
    text-decoration: none;
    color: #080808;
}


.footer ul li a:hover {
    padding-left: 10px !important;
}



.footer p {
    color: #040404;
}


.footer .ftr_icon a i {
    border-radius: 50%;
    width: 40px;
    color: #0f2324;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0303a;
    transition: all 0.5s;
    background: #fff;
}





.ftr_child {
    display: flex;
    align-items: center;
    margin-top: 15px;
}


.ftr_child .ftr_cnt {
    padding-left: 14px;
}


.footer .ftr_cnt a {
    font-size: 14px;
    text-transform: lowercase;
}


section.copyright {
    background: #3b6f73;
    color: #fff;
}

.footer .ftr_cnt a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: math-auto;
}


.footer .link_icon i {
    font-size: 18px;
    color: #d0303a;
    font-weight: 600;
}


h2.fs-6.text-center {
    font-size: 20px !important;
    margin-bottom: 0px !important;
}



.about .start p {
    margin-bottom: 4px;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



@media (max-width: 767px) {

    button#v-pills-profilevtg1-tab {
        margin-top: 1px !important;
    }


    button#v-pills-profilevtg-tab {
        margin-top: 1px !important;
    }


    section.home {
        height: 100%;
    }

    .home .main_title h2 {
        font-size: 26px;
    }

    .home .bts button {
        margin-bottom: 20px;
    }

    section#services {
        padding: 25px 0 !important;
        background-position: 55% 50%;
    }

    .ftr ul li a {
        font-size: 13px;
    }

    .scrvis div#v-pills-tab {
        padding: 0px !important;
    }

    .nav-pills .nav-link {
        border-right: none;
    }

    .nav-pills .nav-link {
        border-bottom: 1px solid #f8f9fa;
        width: 100% !important;
    }

    button#v-pills-profilevtg-tab {
        border-bottom: none;
        margin-bottom: 1px;
    }

    .serv .col {
        padding: 0px 5px 0px 0px;
        width: 100% !important;
        flex: 100% 0 0 !important;
    }

    .serv .col {
        padding: 0;
        margin-bottom: 10px;
    }


    .serv .hdr h2 {
        font-size: 25px;
        width: 77% !important;
        margin-bottom: 25px;
    }


    .serv .main ul.ul_ser li {
        padding-left: 6px;
    }

    .serv .main ul.ul_ser li span.in_sr_icon {
        padding-right: 2px;
        font-size: 18px;
    }


    .serv .main ul.ul_ser {
        padding: 9px !important;
    }


    .serv .main ul.ul_ser li a {
        color: #f8f9fa;
        transition: all 0.5s;
        font-size: 13px;
    }

    .about .main_title h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .about .cnt p {
        font-size: 14px;
    }

    .about .start p {
        font-size: 14px;
    }


    .why .main_title h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .why .main_title p {
        font-size: 14px;
    }

    .why .main {
        margin-bottom: 15px;
    }

    .jou .main_title h2 {
        font-size: 24px;
    }

    .jou .cnt p {
        font-size: 14px;
    }


    .contact .col-lg-3.col-md-6 {
        margin-bottom: 15px;
    }

    h2.fs-6.text-center {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    .home .title h4 {
        font-size: 16px;
    }

    .about .for_img img {
        margin-top: 14px;
    }

    section#about {
        padding: 30px 0px !important;
    }

    section.why.py-5 {
        padding: 30px 0px !important;
    }

    section#contact {
        padding: 30px 0px !important;
    }

    .msme .home .cnt p {
        font-size: 14px;
    }

    .msme .about .title h3 {
        font-size: 18px;
    }

    .iec .home .main_title h2 {
        font-size: 20px;
    }

    .iec .about .title h3 {
        font-size: 17px;
    }


    .startup .home .main_title h2 {
        font-size: 20px !important;
    }

    .startup .home .cnt p {
        font-size: 13px;
    }

    .startup .about .title h3 {
        font-size: 20px;
    }

    .fssai .home .main_title h2 {
        font-size: 19px;
    }


    .fssai .about .title h3 {
        font-size: 16px;
    }

    .trades .about .title h3 {
        font-size: 20px;
    }

    .gst .home .main_title h2 {
        font-size: 24px;
    }

    .gst .about .title h3 {
        font-size: 20px;
    }

    .book .home .main_title h2 {
        font-size: 16px;
    }


    .book .about .title h3 {
        font-size: 17px;
        font-weight: 600;
        color: #3c7175;
    }


    .digital .about .main_title h2 {
        font-size: 25px;
    }


    .digital .about .title h3 {
        font-size: 22px;
    }


    .shop .home .main_title h2 {
        font-size: 22px;
    }


    .shop .about .main_title h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .shop .about .title h3 {
        font-size: 23px;
    }

    .partner .about .title h3 {
        font-size: 18px;
    }

    .limited .home .cnt p {
        font-size: 15px;
    }

    .limited .about .main_title h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .one .home .main_title h2 {
        font-size: 18px;
    }

    .one .about .main_title h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .one .about .cnt p {
        font-size: 13px;
    }

    .private .about .main_title h2 {
        font-size: 25px;
        margin-bottom: 16px;
    }

    .private .about .title h3 {
        font-size: 20px;
    }

    .prop .home .main_title h2 {
        font-size: 22px;
    }

    .prop .home .cnt p {
        font-size: 15px;
    }

    .prop .about .main_title h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }


    .prop .about .title h3 {
        font-size: 20px;
    }

    .skill .about .title h3 {
        font-size: 18px;
    }

    .home .cnt p {
        font-size: 15px;
    }

    .about .main_title h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .about .title h3 {
        font-size: 20px;
    }

    .home .main_title h2 {
        font-size: 22px;
    }


    .about .main_title h2 {
        font-size: 23px;
        margin-bottom: 16px;
    }


    .gmp .home .main_title h2 {
        font-size: 30px;
    }


    .gmp .about .title h3 {
        font-size: 19px;
    }

    img.logo {
        width: 150px !important;
    }

    .bifma .home .main_title h2 {
        font-size: 28px;
    }

    .bifma .about .title h3 {
        font-size: 18px;
    }


    .org .home .main_title h2 {
        font-size: 25px;
    }


    .org .about .title h3 {
        font-size: 17px;
    }


    .rohs .about .title h3 {
        font-size: 19px;
    }

    .haccp .about .title h3 {
        font-size: 18px;
    }

    .kosher .about .title h3 {
        font-size: 18px;
    }

    .us .home .main_title h2 {
        font-size: 19px;
    }

    .us .about .title h3 {
        font-size: 17px;
    }

    .iaf9 .home .main_title h2 {
        font-size: 19px;
    }


    .about .for_img img {
        height: 100%;
    }

    .trades .about .for_img img {
        height: 185px !important;

    }


    .prop .home .main_title h2 {
        font-size: 22px !important;
    }


    .skill .about .for_img img {
        height: 194px !important;
    }



    .serv .main ul.ul_ser li a {
        font-size: 14px !important;
    }

    .serv .main ul.ul_ser li span.in_sr_icon {
        padding-right: 0;
        font-size: 20px !important;
    }

    .iso13485 .home .main_title h2 {
        font-size: 24px !important;
    }

    .iso45001 .home .title h4 {
        font-size: 18px;
    }


    .iso14001 .home .main_title h2 {
        font-size: 24px !important;
    }


    .iso8000 .home .main_title h2 {
        font-size: 24px !important;
    }

    .home .main_title h2 {
        font-size: 24px !important;
    }


    .iso22000 .home .main_title h2 {
        font-size: 22px !important;
    }

    .iso27001 .home .main_title h2 {
        font-size: 24px !important;
    }


    .iso15189 .home .main_title h2 {
        font-size: 24px !important;
    }

    .content {
        margin-top: 100px;
    }

    .offset-1 {
        margin-left: 0 !important;
    }

    .footer p {
        font-size: 15px;
    }

}


.trades .about .for_img img {
    width: 100%;
    border: 4px solid #0f2324;
    border-radius: 20px;
    height: 380px;
    object-fit: contain;
}



.prop .home .main_title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #d0303a;
}



.skill .about .for_img img {
    width: 100%;
    border: 4px solid #0f2324;
    border-radius: 20px;
    height: 380px;
    object-fit: contain;
}




@media (max-width: 1024px) {

    section.home {
        height: 100%;
    }

    .home form {
        margin-top: 15px;
    }

    .serv .hdr h2 {
        width: 50%;
        margin-bottom: 30px;
    }

    button#v-pills-profile-tab {
        width: 50%;
    }

    button#v-pills-home-tab {
        width: 50%;
    }

    button#v-pills-profilevtg-tab {
        width: 50%;
        margin-top: 3px;
    }

    button#v-pills-profilevtg1-tab {
        width: 50%;
        margin-top: 5px;
    }

    .about .for_img img {
        margin-top: 10px;
    }




    .serv .main ul.ul_ser li span.in_sr_icon {
        padding-right: 0;
        font-size: 14px;
    }


    .serv .main ul.ul_ser {
        padding: 1px !important;
        border-radius: 10px;
    }


    .serv .main ul.ul_ser li {
        padding-left: 4px;
    }

    .serv .main ul.ul_ser li a {
        font-size: 10px;
    }

    .home .title h4 {
        font-size: 22px;
    }


    .home .main_title h2 {
        font-size: 35px;
    }


    .why .main {
        margin-bottom: 12px;
    }

    .contact .col-lg-3.col-md-6 {
        margin-bottom: 12px;
    }

    img.logo {
        width: 200px;
    }


    .offset-1 {
        margin-left: 0 !important;
    }



}





.wrapper-1 {
    background: #fff;
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}


.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 p {
    text-decoration: none;
    color: black;
}

.go-home {
    color: #fff !important;
    background: #d0313b;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


.wrapper-2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #458388;
}

.go-home a {
    color: #fff !important;
    text-decoration: none;
}

.footer-like {
    text-align: center;
}

.content {
    margin-top: 200px;
}






.footer .social-icons a {
    color: #FFFFFF;
    margin-left: 10px;
}



.social-icons i {
    color: #d0303a;
    font-size: 24px;
}




.social-section {
    padding: 30px 0px;
    background-color: #49898e;
    text-align: center;
}


.social-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.social-icons img {
    width: 40px;
    height: 40px;
    margin: 0 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 12px;
}

.social-icons a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

@media (max-width: 768px) {
    .social-icons img {
        width: 60px;
        height: 60px;
        margin: 10px;
    }


    .content {
        margin-top: 100px;
    }
}


.social-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




@media (max-width: 768px) {


    .social-section .container {
        flex-direction: column;
    }


    .social-section h2 {
        font-size: 28px;
    }


    .social-icons img {
        width: 40px;
        height: 40px;
    }

}




.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1.4rem;
    bottom: 15rem;
    background: red;
    width: 60px;
    height: 60px;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 27px;

}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 160px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 767.98px) {

    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 101px !important;
        right: 10px !important;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 1000;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }



    .call-buton .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        right: 10px !important;
        bottom: 177px !important;
        background: red;
        width: 60px;
        height: 60px;
        padding: 1rem;
        border-radius: 100%;
        box-sizing: border-box;
        color: #ffffff;
        display: flex !important;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        font-size: 27px;
    }



}






section#about {
    padding: 80px 0px !important;
}


section.why {
    padding: 80px 0px !important;
}


section#contact {
    padding: 80px 0px !important;
}





@media (max-width: 767.98px) {

    section#about {
        padding: 50px 0px 60px !important;
    }


    section.why.py-5 {
        padding: 50px 0px !important;
    }

    section#contact {
        padding: 50px 0px !important;
    }


}







#documents-required .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.6s;
    opacity: 0;
    transform: translateY(50px);
}

#documents-required .card.fade-in {
    opacity: 1;
    transform: translateY(0);
}

#documents-required .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#documents-required .icon i {
    transition: transform 0.3s ease, color 0.3s ease;
}

#documents-required .card:hover .icon i {
    transform: scale(1.2);
    color: #0d6efd;
    /* Bootstrap primary color */
}



#documents-required h5 {
    color: #d0303a !important;
}



#documents-required .icon i {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #274c4f !important;
}





.process-card:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.process-card .icon {
    background: #d0303a1f;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    border-radius: 50%;
}


#process h5 {
    color: #d0303a !important;
}


.process-card i {
    color: #498a8f !important;
}


section#process {
    padding: 80px 0 0 !important;
}







footer {
    background-color: #eaf2f8;
    color: #333;
}

footer h6 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    transition: color 0.3s ease;
}



footer .text-muted {
    font-size: 15px;
    line-height: 1.6;
}


footer .bi {
    color: #444;
    transition: all 0.3s ease;
}

footer .bi:hover {
    color: #007bff;
    transform: scale(1.2);
}



footer .text-center.mb-3 img {
    margin: 5px;
    transition: transform 0.3s ease;
    width: 200px;
}

footer img:hover {
    transform: scale(1.05);
}


footer .small a {
    text-decoration: none;
    color: #444;
    transition: color 0.3s ease;
    font-size: 15px;
}





.row.footer-content {
    display: flex;
    justify-content: center;
}



footer.bg-light.pt-5.pb-3 {
    background: #0f23244d !important;
}



img.social-media {
    height: 45px;
}




footer h6.fw-bold {
    color: #d0303a;
    font-size: 18px;
}







/* ===== New FSSAI Services Design ===== */
.fssai-services-2 {
    padding: 0px 0px 40px !important;
}

.fssai-services-2 h2 {
    font-size: 2rem;
    color: #222;
}

.fssai-services-2 p {
    font-size: 15px;
    line-height: 1.6;
}

/* Service Box */
.fssai-services-2 .service-box {
    border-radius: 15px;
    background: #fff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.fssai-services-2 .service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.fssai-services-2 .service-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #40797d;
    background: #eef4ff;
    transition: all 0.3s ease;
}

.fssai-services-2 .service-box:hover .icon {
    background: #d0303a;
    color: #fff;
    transform: rotate(10deg) scale(1.1);
}

.fssai-services-2 .service-box h5 {
    font-size: 18px;
    margin-bottom: 12px;
}

.fssai-services-2 .service-box p {
    font-size: 14px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .fssai-services-2 h2 {
        font-size: 1.6rem;
    }

    .fssai-services-2 .service-box {
        padding: 20px;
    }
}



.fssai-services-2 h5.fw-bold.text-uppercase.text-primary {
    color: #d0303a !important;
}










@media (max-width: 430px) {

    .fssai-about {
        padding: 50px 0px 20px !important;
    }


    .fssai-services-2 p {
        width: 100% !important;
    }


    .fssai-services-2 h2 {
        font-size: 25px;
    }
    
    
footer .text-center.mb-3 img {
    margin: 5px;
    transition: transform 0.3s ease;
    width: 190px;
}


}



@media (max-width: 412px) {

    .fssai-about {
        padding: 50px 0px 20px !important;
    }


    .fssai-services-2 p {
        width: 100% !important;
    }


    .fssai-services-2 h2 {
        font-size: 22px;
    }
    
    
    
    footer .text-center.mb-3 img {
    margin: 5px;
    transition: transform 0.3s ease;
    width: 135px;
}





.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 10px !important;
    bottom: 177px !important;
    background: red;
    width: 60px;
    height: 60px;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    display: none !important;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 27px;
}

}