/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Mali:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&display=swap');


html {
    scroll-behavior: smooth; /* bas! */
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #00210A;
    padding: 0px;
    margin: 0px;
}

.urdu {
    font-family: 'Noto Nastaliq Urdu', serif;
}


.location_icon {
    background: url("../img/location_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 4px;
}

.phone_icon {
    background: url("../img/phone_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 4px;
}

.time_icon {
    background: url("../img/time_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 4px;
}

.email_icon {
    background: url("../img/email_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 4px;
}




.linkden_icon {
    background: url("../img/linkden_icon.svg") no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100%;
    display: inline-block;
}

.facebook_icon {
    background: url("../img/facebook_icon.svg") no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100%;
    display: inline-block;
}

.twitter_icon {
    background: url("../img/twitter_icon.svg") no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100%;
    display: inline-block;
}

.instagram_icon {
    background: url("../img/instagram_icon.svg") no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100%;
    display: inline-block;
}

.socamedia_iconbox {
    text-align: center;
    border-left: solid 1px #F0F0F0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_topsection {
    border-bottom: solid 1px #F0F0F0;
}

.topinfobox {
    border-left: solid 1px #F0F0F0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.loginbox_btn {
    font-weight: 600;
    font-size: 14px;
    background: #007A2B;
    color: #fff;
    width: 50%;
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.loginbox_btn:hover {
    font-weight: 600;
    font-size: 14px;
    background: #007A2B;
    color: #fff;
    width: 50%;
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}


.signup_btn {
    font-weight: 600;
    font-size: 14px;
    background: #FFD400;
    color: #00210A;
    width: 50%;
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.signup_btn:hover {
    font-weight: 600;
    font-size: 14px;
    background: #FFD400;
    color: #00210A;
    width: 50%;
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.header_logobox img {
    max-width: 240px;
}

ul.menu_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
    margin-top: 10px;
}

    ul.menu_list li {
        display: inline-block;
        padding-left: 100px;
        font-weight: 700;
    }

        ul.menu_list li a {
            color: #00210A;
            text-decoration: none;
            padding-bottom: 5px;
        }

            ul.menu_list li a:hover {
                border-bottom: solid 4px #007A2B;
            }


.header_section {
    padding-top: 15px;
    padding-bottom: 15px;
}


.banner_section {
    background: url(../img/background_bg.jpg) no-repeat;
    height: 100%;
    background-size: cover;
}

.banner_bg {
    background: #002f1196;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner_unit {
    background: #000;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 40px;
}

.banner_validity {
    background: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    color: #FF0000;
}



.banner_notifaction {
    font-size: 24px;
}

.banner_address {
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}

.banner_itemtext {
    font-weight: 700;
    font-size: 75px;
    font-family: Mali;
    color: #FFD400;
    line-height: 85px;
}

.banner_price {
    font-weight: 700;
    font-size: 30px;
    font-family: Mali;
}

.banner_heading {
    font-weight: 700;
    font-family: Mali;
    font-size: 40px;
    color: #fff;
}

.banner_p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.button_defult {
    background: #FFD400;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 8px;
    border: 0px;
}

.slider_btnbox {
    background: url("../img/slider_btn.svg") no-repeat;
    width: 70px;
    height: 24px;
    margin: auto;
    background-size: 100%;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_100 {
    margin-top: 100px;
}




.services_section {
    background: url(../img/maize_bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.small_heading {
    color: #9E9E9E;
    text-decoration: underline;
}


.heading_icon {
    background: url(../img/maize_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.services_heading {
    font-size: 60px;
    font-weight: 700;
    font-family: Mali;
    line-height: 60px;
}


.services_box {
    box-shadow: 0px 0px 10px rgba(108, 108, 108, 0.16);
    border-radius: 16px;
    background: #fff;
    padding: 30px;
    height: 100%;
}

.services_boxh1 {
    font-size: 24px;
    font-weight: 700;
    font-family: Mali;
    line-height: 30px;
}

.readmore_btn {
    text-decoration: none;
    color: #00210A;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 3px #007A2B;
}


.supply_commodities_icon {
    background: url(../img/supply_commodities_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
    float: right;
}







.register_complaints_icon {
    background: url(../img/register_complaints_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
    float: right;
}

.check_invoices_icon {
    background: url(../img/check_invoices_icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: 100%;
    float: right;
}

.callusbox {
    background: #FFD400;
    padding: 20px 20px;
    position: relative;
    top: 130px;
    margin-top: -70px;
}

.callus_text {
    font-size: 27px;
    font-weight: 600;
}

.callus_number {
    float: right;
    font-size: 27px;
    font-weight: 600;
    background: #ffffff61;
    color: #007A2B;
    padding: 10px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.callus_phoneicon {
    background: url("../img/callus_phoneicon.svg") no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: -35px;
    top: 0px;
}

.solutions_imgbox {
    padding-right: 30px;
}

    .solutions_imgbox img {
        max-width: 100%;
    }

.solution_btn1 {
    display: block;
    color: #00210A;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    background: #FFD400;
    padding: 20px 40px;
}
.solution_btn1:hover { color: #00210A;}


.solution_btn2 {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    background: #007A2B;
    padding: 20px 40px;
}
    .solution_btn2:hover {
        color: #fff;
    }


.testimonial_section {
    background: #FCFAEF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testi_topbox {
    text-align: center;
}

.heading_icon2 {
    background: url(../img/maize_icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
}


.testi_contentbox {
    padding: 30px 40px;
    background: #fff;
    border: solid 3px #007A2B;
    position: relative;
}

.testi_border {
    border: solid 3px #007A2B;
    position: absolute;
    width: 100%;
    height: 100%;
}



.testi_border {
    border: solid 3px #007A2B;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 10px;
    z-index: 0;
}

.testi_userimg {
    width: 93px;
    height: 93px;
    border-radius: 50px;
    background: #000;
    background-size: cover !important;
    border: solid 2px #FFD400
}

.testi_staractive {
    background: url(../img/star_icon.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
}

.testi_text {
    padding-top: 20px;
    border-top: solid 1px #F0F0F0;
}

.testi_name {
    font-size: 18px;
    font-weight: 700;
    font-family: Mali;
}



.blog_box {
    box-shadow: 0px 10px 38px rgba(88, 88, 88, 0.16);
    border: 2px solid #e4e3e3;
    border-radius: 55px;
    background: #fff;
    padding-bottom: 30px;
}

.blog_imgbox {
    border-radius: 55px;
    width: 100%;
    height: 325px;
    background: #ddd;
    margin-top: 1px;
    background-size: cover !important;
    position: relative;
}

ul.bloglist {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

    ul.bloglist li {
        display: inline-block;
        padding-left: 30px;
    }


.admin_icon {
    background: url("../img/admin_icon.svg") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 5px;
}

.comment_icon {
    background: url("../img/comment_icon.svg") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 5px;
}


.blog_titlebox {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0px;
    border-bottom: solid 1px #F0F0F0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog_cat {
    background: #FFD400;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
}

.blog_datebox {
    background: #007A2B;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -12px;
    margin-left: 30px;
    padding: 10px 22px;
    text-align: center;
    font-size: 16px;
}

    .blog_datebox::after {
        content: "";
        background: url(../img/blogdate_icon.svg) no-repeat;
        width: 12px;
        height: 12px;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: -12px;
    }


.ml_30 {
    margin-left: 30px;
}



.contact_section {
    background: url(../img/contact_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}


.contactbox {
    box-shadow: 0px 0px 10px rgba(108, 108, 108, 0.16);
    background: #fff;
    border-radius: 16px;
    padding: 70px;
}

.input_text {
    background: #FAF9F2;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    border: 0px;
    padding: 15px;
}

    .input_text:focus {
        outline: none;
        border: solid 3px #FFD400;
    }



.textarea_input {
    background: #FAF9F2;
    width: 100%;
    height: 152px;
    border-radius: 8px;
    border: 0px;
    padding: 15px;
    resize: none;
}

    .textarea_input:focus {
        outline: none;
        border: solid 3px #FFD400;
    }

.contactphone {
    width: 45px;
}

.contact_textbox {
    padding-left: 30px;
}

.contactphone_icon {
    background: url(../img/contactphone_icon.svg) no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 100%;
}

.contactlocation_icon {
    background: url(../img/contactlocation_icon.svg) no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 100%;
}




.contact_number {
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.contact_number {
    font-weight: 700;
    font-size: 16px;
    display: block;
}



footer {
    background: #021C0E;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}


.footer_logo img {
    max-width: 250px;
}

.footerlogo_text {
    margin-top: 20px;
    padding-right: 50px;
}

.footer_input {
    width: 100%;
    height: 50px;
    background: #13271D;
    border-radius: 8px;
    border: 0px;
    padding: 15px;
    margin-top: 20px;
    color: #fff;
}

    .footer_input:focus {
        outline: none;
    }


.footerbtn {
    background: #FFD400;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 8px;
    border: 0px;
    width: 100%;
    text-align: center;
}

.footermenu_heading {
    font-weight: 700;
    font-size: 18px;
}


footer a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
}

    footer a:hover {
        color: #fff;
        text-decoration: none;
        border-bottom: solid 2px #007A2B;
    }


.footer_linkden {
    background: url(../img/footer_linkden.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    margin-right: 5px;
}


.footer_facebook {
    background: url(../img/footer_facebook.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    margin-right: 5px;
}

.footer_twitter {
    background: url(../img/footer_twitter.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    margin-right: 5px;
}

.footer_instagram {
    background: url(../img/footer_instagram.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    margin-right: 5px;
}

.maize_icon2 {
    background: url(../img/maize_icon2.svg) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100%;
    float: right;
}



.rate_unit {
    background: #000;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
}

.rate_item {
    font-size: 40px;
    font-weight: 700;
    font-family: Mali;
    color: #007A2B;
}

.rate_price {
    font-size: 20px;
    font-weight: 700;
    font-family: Mali;
}

.rate_validity {
    color: #FF9D00;
    font-weight: 700;
}

.rate_border {
    border-top: solid 2px #F0F0F0;
    margin-top: 10px;
}





.hamburger_btn {
    display: none;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 99;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #007b2c;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }



        /* Icon 3 */

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 12px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 24px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 15px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 15px;
        width: 0%;
        left: 50%;
    }


/*NAV*/
nav {
    background-color: #fff;
    border-right: solid 5px #007A2B;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    width: 70%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    nav.show {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        padding: 35px 0px;
        padding-top: 10px;
        padding-bottom: 0px;
    }


/*OVERLAY*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #39393a;
    opacity: 0;
    visibility: hidden;
}

    .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }






.mobile_logo {
    width: 200px;
    padding-left: 25px;
}

    .mobile_logo img {
        width: 100%;
    }


ul.mobile_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.mobile_menu li {
        display: block;
    }

        ul.mobile_menu li a {
            background: #fff;
            text-decoration: none;
            font-size: 16px;
            color: #000;
            padding: 20px;
            display: block
        }

            ul.mobile_menu li a:hover {
                background: #007A2B;
                color: #fff;
            }

nav .request_demobtn {
    margin-left: 20px;
}




ul.carousel-indicators {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

    ul.carousel-indicators li {
        display: inline-block;
        width: 20px !important;
        height: 20px !important;
        background: #fff;
        border-radius: 50px;
        cursor: pointer;
        margin-left: 4px;
        margin-right: 4px;
        border:0px !important;
    }

.carousel-indicators {
    position: relative;
}

    .carousel-indicators .active {
        background: #FFD400;
    }




.faqs_sectionbox {
    background: #ECFBF2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.faqs_textheading {
    font-weight: 700;
    font-size: 22px;
}

.faqs_mainbox {
    border: solid 2px #00210A;
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
}

.faqs_titlebox {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    padding: 15px;
    line-height: 30px;
}

.faqs_textbox {
    border-top: solid 2px #00210A;
}

.accordion .card-header:after {
    content: "";
    background: url("../img/fqas_close.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    float: right;
}

.accordion .card-header.collapsed:after {
    background: url(../img/fqas_open.svg) no-repeat;
    background-size: 100%;
}


.faqs_titlebox {
    background: #e4f7ed;
}

.collapsed {
    background: #fff;
}


.englishurdu_btn {
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 3px;
}

.englishurdu_active {
    color: #007A2B;
    border-bottom: solid 3px #007A2B;
}



.urdu_languagebox {
    display: none;
    font-family: 'Noto Nastaliq Urdu', serif;
    direction: rtl;
    line-height: 40px;
}

.english_languagebox {
    display: block;
}


.urdu_languagebox .accordion .card-header:after {
    float: left;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F7DF6A;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #007A2B;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #034A1C;
    }

.fixed {
    margin-top: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.09);
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
ul.vendormenu_list li {
    padding-left: 60px;
}
ul.adminmenu_list li {
    padding-left: 40px;
}

.username_heading {
    color: #fff; font-weight:700;
    font-family:Mali;
}
.username_text2{ color:#fff;}
.dropdown-toggle::after{ color:#fff;}

.userprofile_imgbox {
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    border: solid 2px #fff;
    margin-right: 10px;
}