/*@font-face {
  font-family: 'DIN';
  font-weight: normal;
  font-style: normal;
  src: url("../assets/font/DINMediumRegular.eot");
  src: url('../assets/font/DINMediumRegular.eot?#iefix') format('embedded-opentype'), url('../assets/font/DINMediumRegular.woff') format('woff'), url('../assets/font/DINMediumRegular.woff2') format('woff2'), url('../assets/font/DINMediumRegular.ttf') format('truetype'),
}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*font-family: 'DIN';*/
    font-size: 16px;
    background: #000000;
}

a {
    text-decoration: none !important;
}

h1 {
    font-weight: 700 !important;
}

.green {
    color: #34c759;
}

.white {
    color: #ffffff;
}

.rd-10 {
    border-radius: 10px;
}

.bg-w {
    background: #ffffff;
}

.bg-b {
    background: #000000;
}

.w-90 {
    width: 90%;
}

.call_back_fixed {
}

    .call_back_fixed a {
        background-color: #005118;
        position: fixed;
        right: 0px;
        transition: 0.3s;
        width: 38px;
        text-decoration: none;
        color: #fff;
        top: 300px;
        writing-mode: vertical-rl;
        font-size: 20px;
        padding: 25px 0px;
        text-align: center;
        z-index: 9999999999999999;
        transform: rotate(180deg);
    }

        .call_back_fixed a:hover, .call_back_fixed a:focus {
            background: linear-gradient(180deg, rgba(19, 152, 109, 1) 0%, rgba(42, 122, 133, 1) 100%);
            color: #FFEAEA
        }
/*==========header===============*/
.top-header {
    /* position: fixed;*/
    z-index: 1;
    width: 100%;
}

    .top-header .container {
        padding: 1.5% 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        width: 100%;
        position: relative;
    }

        .top-header .container .navbar-toggler:focus {
            box-shadow: none;
        }

        .top-header .container .brand {
            position: absolute;
            left: 0
        }

.header-right-box {
    text-align: end;
}

.top-header .header-sign-in {
    background: #009048;
    font-size: 0.8rem;
    padding: 2% 6% 2.5% 6%;
    color: #fff;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: flex-end;
}

    .top-header .header-sign-in:hover {
        background: #064526;
        color: #fff;
        transition-duration: 0.7s;
    }

.top-header .search-box input {
    background: url("../images/search-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 97% 80%;
    border: 2px solid #016938;
    border-radius: 50px;
    padding: 1%;
    display: flex;
    width: 300px;
    padding-left: 20px
}

.top-header ul {
    margin: 0 !important;
}

    .top-header ul li {
        display: inline-block;
        list-style: none;
        color: #000000;
        font-weight: 600;
        padding: 0 10px;
        font-size: 1.1em
    }

        .top-header ul li a {
            color: #ffffff;
            position: relative;
            padding: 15px 20px;
        }

            .top-header ul li a.active {
                border: 2px solid #016938;
            }

            .top-header ul li a:hover {
                color: #016938;
            }

        .top-header ul li:last-child {
            padding-right: 0px;
        }

.top-header .brand a img {
    max-width: 100%;
    width: 100%;
}
/*========header end==============*/
.navbar-light .navbar-toggler {
    color: #ffffff !important;
    border: none !important;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(30%) sepia(99%) saturate(1457%) hue-rotate(126deg) brightness(92%) contrast(101%) !important;
    font-size: 30px
}
/*==========banner slider===============*/
.banner {
    position: relative;
    padding: 0;
    margin: 0;
}

    .banner h1 {
        color: #000000;
    }

.carousel {
    padding-top: 50px;
}

.carousel-indicators [data-bs-target] {
    width: 3px !important;
    background: #06763c !important;
    border: solid 1px #06763c !important;
    border-radius: 50% !important;
}

.carousel-indicators {
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
}

.slick-hero-navs {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 1%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    z-index: 99999;
}

    .slick-hero-navs img {
        max-width: 50px;
    }

    .slick-hero-navs .slide-arrow {
        cursor: pointer;
    }
/*==========end banner slider==============*/
.Sub_Menu {
    padding: 30px 0 80px 0;
}

    .Sub_Menu ul {
        padding: 0 !important;
        margin: 0 !important;
    }

        .Sub_Menu ul li {
            display: inline-block;
            list-style: none;
            font-weight: 600;
            padding: 10px 25px;
            font-size: 1.3em;
        }

            .Sub_Menu ul li a {
                color: #000;
                position: relative;
            }

                .Sub_Menu ul li a:hover {
                    color: #016938;
                }

    .Sub_Menu .Sub_Menu-wrapper-1st {
        width: 720px !important;
        border-bottom: 4px solid #f0f0f0;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }

    .Sub_Menu .Sub_Menu-wrapper-2nd {
        margin-top: 4rem;
        width: 70%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }

        .Sub_Menu .Sub_Menu-wrapper-2nd h2 {
            color: #019047;
            margin-right: 0 !important;
        }

        .Sub_Menu .Sub_Menu-wrapper-2nd h1 {
            color: #019047;
            font-size: 5.5em;
            font-weight: 600 !important;
            line-height: 1;
            margin-bottom: 0 !important;
        }

        .Sub_Menu .Sub_Menu-wrapper-2nd p {
            color: #000;
            line-height: 1.2;
            margin-top: 15px;
            margin-bottom: 0 !important;
            width: 85%;
        }

.border-right {
    border-right: 3px solid #f0f0f0;
}

.gradient-outer {
    background: rgb(0, 103, 46);
    background: linear-gradient(183deg, rgba(0, 103, 46, 1) 10%, rgba(124, 196, 155, 1) 40%, rgba(0, 103, 46, 1) 100%);
}

.bg-gradient-1 {
    background: rgb(19, 152, 109);
    background: linear-gradient(180deg, rgba(19, 152, 109, 1) 0%, rgba(42, 122, 133, 1) 100%);
}

.rupee-bg {
    max-width: 70%;
}

.color-1 {
    color: #00a760;
}

.color-2 {
    color: #3e8cff;
}

.color-3 {
    color: #6d1a78;
}

.bg-theme-gray {
    background: #edf1f9;
}

.heading-portfolio {
    font-size: 40px;
    color: #000000;
    text-align: center;
}

.pro-wrapper {
    padding: 10px;
}

    .pro-wrapper h4 {
        text-align: center;
        font-weight: bold !important;
    }

.pro-desc {
    text-align: center;
}

    .pro-desc p {
        font-size: 13px
    }

.btn-buy-now {
    border-radius: 30px !important;
}

.enquiries-wrapper {
    border-right: 1px solid #DEDEDE;
    margin-bottom: 40px;
}

.enquiries-desc {
    padding: 5%;
    background: #008e10;
    color: #fff
}

.enquiries-wrapper figure {
    min-height: 140px;
}

    .enquiries-wrapper figure img {
        padding-left: 9%;
    }

.enquiries-desc p {
    margin-bottom: 0.2rem !important;
}

    .enquiries-desc p a {
        color: #fff;
    }

.theme-hr {
    background-color: #016938;
    opacity: 1;
}

.distributor-partners h2 {
    font-weight: bold;
    color: #019047;
}

.distributor-partners .table thead {
    background-color: #016938;
    color: #fff;
    border: none
}
/*Home page start*/
.homesign {
    text-align: center;
    margin: 70px 0 80px
}

    .homesign p {
        color: #fff;
        font-size: 20px;
    }

    .homesign a {
        color: #fff;
        background: #00953a;
        padding: 3px 15px 7px;
        font-size: 24px;
        font-weight: 500;
        display: inline-block;
    }

.homeproductlist h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

    .homeproductlist h2 span {
        font-size: 50px;
        font-weight: 300;
        background: linear-gradient(-45deg, #22bc57, #33b996, #6cc04a);
        -webkit-background-clip: text;
        -webkit-text-stroke: 2px transparent;
        color: #000;
    }

.homeproductlist {
    padding: 0 50px
}

    .homeproductlist .productbox {
        background: rgb(49, 20, 47);
        background: radial-gradient(circle, rgba(49, 20, 47, 1) 20%, rgba(32, 29, 31, 1) 70%);
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 30px;
        transition: all 1s;
    }

        .homeproductlist .productbox h3 {
            color: #ffffff;
            font-size: 40px;
            font-weight: 600;
        }

        .homeproductlist .productbox h4 {
            color: #ffffff;
            font-size: 24px;
            font-weight: 600;
        }

        .homeproductlist .productbox p {
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
        }

        .homeproductlist .productbox a {
            color: #00953a;
            font-size: 20px;
            font-weight: 500;
        }

        .homeproductlist .productbox img {
            display: block;
            text-align: center;
            margin: 0 auto
        }

        .homeproductlist .productbox:hover {
            background: #fff;
        }

            .homeproductlist .productbox:hover h3 {
                color: #000000;
            }

            .homeproductlist .productbox:hover h4 {
                color: #000000;
            }

            .homeproductlist .productbox:hover p {
                color: #000000;
            }

.textwhite {
    color: #ffffff;
}

.f14 {
    font-size: 14px
}

.homeproductlist .productboxfull {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 1s;
}

    .homeproductlist .productboxfull h3 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
    }

    .homeproductlist .productboxfull h4 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
    }

    .homeproductlist .productboxfull p {
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
    }

    .homeproductlist .productboxfull a {
        color: #00953a;
        font-size: 20px;
        font-weight: 500;
    }

    .homeproductlist .productboxfull img {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .homeproductlist .productboxfull:hover {
        background: #fff;
    }

        .homeproductlist .productboxfull:hover h3 {
            color: #000000;
        }

        .homeproductlist .productboxfull:hover h4 {
            color: #000000;
        }

        .homeproductlist .productboxfull:hover p {
            color: #000000;
        }
/*Home page end*/
/*Product list page start*/
.productbannertext {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.productlist .prolistbox {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 15px;
}

    .productlist .prolistbox h3 {
        font-size: 38px;
        color: #ffffff;
        margin-top: 15px;
    }

        .productlist .prolistbox h3 a {
            color: #ffffff;
        }

    .productlist .prolistbox p {
        font-size: 16px;
        color: #ffffff;
        margin-top: 15px;
    }

    .productlist .prolistbox .pr-colour {
        margin-top: 35px;
    }

        .productlist .prolistbox .pr-colour p {
            font-size: 15px;
            color: #ffffff;
        }

        .productlist .prolistbox .pr-colour ul {
            margin: 0 auto;
            padding: 0;
        }

            .productlist .prolistbox .pr-colour ul li {
                display: inline-block;
                width: 23px;
                height: 23px;
                border-radius: 50%;
                position: relative;
            }

                .productlist .prolistbox .pr-colour ul li + li {
                    margin-left: 10px;
                }

                .productlist .prolistbox .pr-colour ul li.btngrey {
                    background: #92979b
                }

                .productlist .prolistbox .pr-colour ul li.btnwhite {
                    background: #f6f6f6
                }

                .productlist .prolistbox .pr-colour ul li.active:after {
                    content: '';
                    position: absolute;
                    left: -6px;
                    top: -6px;
                    background: transparent;
                    width: 35px;
                    height: 35px;
                    border: 2px #00953a solid;
                    border-radius: 50%;
                }

    .productlist .prolistbox .pr-price {
        width: 90%;
        text-align: center;
        border-top: 2px #00953a solid;
        padding-top: 1px;
        margin: 30px auto 0;
    }

        .productlist .prolistbox .pr-price h4 {
            font-size: 32px;
            color: #ffffff;
            padding-bottom: 0
        }

        .productlist .prolistbox .pr-price p {
            font-size: 14px;
            color: #ffffff;
            padding-top: 0;
            margin-top: 0
        }
/*Product list page start*/
/*Product detail page start*/
.productdetail {
    padding: 0 0 0 13%;
    position: relative;
}

    .productdetail .prodetailbox {
        text-align: left;
        padding: 20px 80px 20px 0px;
        margin-bottom: 15px;
    }

        .productdetail .prodetailbox h3 {
            font-size: 38px;
            color: #ffffff;
            margin-top: 15px;
        }

        .productdetail .prodetailbox p {
            font-size: 18px;
            color: #ffffff;
            margin-top: 15px;
        }

        .productdetail .prodetailbox .pr-price {
            margin: 30px auto 0;
        }

            .productdetail .prodetailbox .pr-price h4 {
                font-size: 32px;
                color: #ffffff;
                padding-bottom: 0
            }

            .productdetail .prodetailbox .pr-price p {
                font-size: 14px;
                color: #ffffff;
                padding-top: 0;
                margin-top: 0
            }

    .productdetail .prodetailright {
        background: #242424;
        padding: 50px;
    }

.textgreen {
    color: #6cc04a !important
}

.prorightinner {
    padding-right: 50px;
    height: 700px;
    overflow-y: scroll;
    width: 80%
}

    .prorightinner::-webkit-scrollbar {
        width: 2px;
    }

    .prorightinner::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 10px;
    }

    .prorightinner::-webkit-scrollbar-thumb {
        background: #00953a;
        border-radius: 10px;
    }

        .prorightinner::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

.productdetail .prodetailright h4 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 40px
}

.productdetail .prodetailright h4 {
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 40px
}

.productdetail .prodetailright .detailbox p {
    font-size: 16px;
    color: #ffffff;
}

.productdetail .prodetailright .detailbox .price {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 15px
}

.productdetail .prodetailright .divider {
    width: 100%;
    height: 1px;
    background: #6cc04a;
    margin: 40px 0
}
/*Product detail page end*/
/*Login page start*/
.loginpage {
    /*margin-bottom: 150px*/
}

    .loginpage .loginleft {
        text-align: center;
        padding: 0 40px
    }

        .loginpage .loginleft p {
            font-size: 14px;
            color: #ffffff;
            margin-bottom: 10px;
        }

    .loginpage .loginright h4 {
        /*font-size: 26px;
        margin-bottom: 35px;*/
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        margin-left: -10px;
    }

    .loginpage .loginright form input {
        background: transparent;
        margin-bottom: 15px;
        border-radius: 0;
        /*height: 50px;
        font-size: 22px;*/
        color: #fff;
    }

    .loginpage .loginright .capchahead {
        /*font-size: 21px;*/
        color: #ffffff;
    }

    .loginpage .loginright p {
        font-size: 13px;
        color: #ffffff;
    }

    .loginpage .loginright .formsubmit {
        margin-top: 15px;
    }

        .loginpage .loginright .formsubmit button {
            /*padding: 15px 20px;
            font-size: 24px;*/
            background: #00953a;
            color: #ffffff;
            transition: all .5s;
        }

            .loginpage .loginright .formsubmit button:hover {
                background: #ffffff;
                color: #00953a;
            }

        .loginpage .loginright .formsubmit p {
            margin-bottom: 0;
            font-size: 13px;
            text-align: right;
        }

            .loginpage .loginright .formsubmit p a {
                color: #ffffff;
                text-decoration: underline;
            }

                .loginpage .loginright .formsubmit p a:hover {
                    color: #00953a;
                }
/*Login page end*/
/* FOOTER CSS */
.footer-sec-main {
    color: #ffffff !important;
    background: #026937;
    padding: 30px;
}

    .footer-sec-main .container {
        width: 80%;
    }

    .footer-sec-main h2 {
        color: #019047;
        font-weight: 500;
    }

    .footer-sec-main p {
        color: #000;
    }

.fotr-two-sec {
    padding: 20px 0px 20px 0px;
    border-bottom: 2px solid #3d3d3d;
}

    .fotr-two-sec a {
        color: #fff;
        text-decoration: underline;
    }

.redint-fotr-one h5, .redint-fotr-one h6 {
    color: #fff;
    padding: 20px 0px 40px;
}

.redint-fotr-btn-grn {
    padding: 40px 0px 10px;
}

.redint-fotr-two h5 {
    color: #fff;
    padding: 20px 0px;
}

.redint-fotr-two ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.redint-fotr-btn-grn ul {
    list-style-type: none;
    padding: 0px;
}

.redint-fotr-btn-grn h6 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}

.redint-fotr-btn-grn ul li {
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
}

.redint-fotr-two li {
    background-image: url(../images/icon-arow.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 0 7.8px;
    line-height: 35px;
}

.redint-btn-cont {
    background: #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    color: #026937;
    text-decoration: none;
}

    .redint-btn-cont:hover {
        background: #1e1e1e;
        color: #fff;
        text-decoration: none;
        transition-duration: 0.6s;
    }

.redint-fotr-btn-grn a {
    background: #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    color: #026937;
    text-decoration: none;
}

    .redint-fotr-btn-grn a:hover {
        background: #1e1e1e;
        color: #fff;
        text-decoration: none;
        transition-duration: 0.6s;
    }

.redint-fotr-two a {
    color: #fff;
    text-decoration: none;
}

.copy-rit {
    background: #171717;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.text-underline {
    text-decoration: underline !important;
}
/*===================================================*/
/*----------Responsive----------*/
/*===================================================*/
@media only screen and (max-width :1365px) {
    .homeproductlist {
        padding: 0 10px;
    }

    .homesign {
        text-align: center;
        margin: 40px 0;
    }
}

@media only screen and (min-width :1401px) and (max-width:2200px) {
}

@media only screen and (min-width :991px) and (max-width:1400px) {
    .prorightinner {
        width: 90%;
    }
}

@media only screen and (min-width :768px) and (max-width:991px) {
    .top-header .container {
        position: relative;
    }

    .top-header .brand .d-flex {
        display: block !important;
    }

    .top-header .brand h4 {
        font-size: 16px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .top-header .container .navbar {
        position: initial;
        position: 99999;
    }

    .top-header .container .navbar-collapse {
        position: absolute;
        left: 0;
        top: 80px;
        background: #000000;
        width: 100%;
        padding: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }

    .top-header {
        position: relative;
        z-index: 999999;
        width: 90%;
        margin: auto;
    }

        .top-header ul {
            padding: 10px 0;
        }
}

@media only screen and (min-width :768px) and (max-width:1280px) {
    .prorightinner {
        width: 100%;
    }

    .productdetail {
        padding: 0 0 0 0%;
    }
}

@media only screen and (min-width :576px) and (max-width:767px) {
    .prorightinner {
        width: 100%;
    }

    .productdetail {
        padding: 0 0 0 0%;
    }
}

@media only screen and (min-width :200px) and (max-width:575px) {
	.tab-content > .active {
        overflow-x: scroll;
    }
    .top-header .container {
        position: relative;
    }

    .top-header .brand .d-flex {
        display: block !important;
    }

    .top-header .brand h4 {
        font-size: 16px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .top-header .container .navbar {
        position: initial;
        position: 99999;
    }

    .top-header .container .navbar-collapse {
        position: absolute;
        left: 0;
        top: 80px;
        background: #000000;
        width: 100%;
        padding: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }

    .top-header {
        position: relative;
        z-index: 999999;
        width: 90%;
        margin: auto;
    }

        .top-header ul {
            padding: 10px 0;
        }

        /*.top-header .brand a img {
            max-width: 100%;
            width: 80%;
        }*/
        .top-header .brand a img {
            max-width: 78%;
            width: 76%;
            margin-top: 20px;
        }

    .img-fluid {
        margin-top: 15px;
        max-width: 65%;
        width: 80%;
    }

    .loginpage .loginright .formsubmit p {
        text-align: left;
        margin-top: 15px;
    }

    .productdetail {
        padding: 0;
        text-align: center
    }

        .productdetail .prodetailbox {
            text-align: left;
            padding: 20px;
            margin-bottom: 15px;
        }

            .productdetail .prodetailbox .ps-5 {
                padding-left: 0 !important
            }

        .productdetail .prodetailright {
            padding: 30px 0;
            margin-bottom: 20px;
        }

    .prorightinner {
        height: auto;
        overflow-y: hidden;
        width: 100%;
        padding: 0 15px;
    }
}

.top-header .brand a img {
    max-width: 65%;
    width: 100%;
}

.img-fluid {
    max-width: 65% !important;
}
