/* @import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800'); */


/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap'); */

/* font-family: "Montserrat", "Helvetica Neue","Mukta Malar", Helvetica, Arial, sans-serif !important; */

@import url('./fonts-more/font-4/font_Aowsome.css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');
:root {
    --body-text: #010101;
    --myprimary: #015d01;
    --myprimary-header: #008000;
    --myprimary-btn: #28a745;
    --myprimary-navlink: #ffcc4b;
    --inverse-navlink: #ffffff;
    --mysecondary: #28a745;
    --footer-bg: #0e2106;
    --footer-text: #cccccc;
}

body {
    color: var(--body-text);
 
    font-weight: 500;
    font-size: .9rem;
   
    color: #444444;
    font-family: "Open Sans","Mukta Malar", Helvetica, Arial, sans-serif !important; 
}

a {
    color: var(--myprimary);
}

a:hover {
    color: var(--myprimary);
    opacity: 0.7;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

.space30 {
    height: 30px;
    display: block;
}


/* Header  */

.header_top {
    background-color: #e0ede0;
    padding: 7px 0px 7px;
}

.header_top h1 {
    margin: 0px;
}

.max_price {
    color: #fcfc49;
}

.min_price {
    color: #ffedb0;
}

.crop_inr {
    color: #f5c8b3;
}

.bg-inverse {
    background-color: var(--mysecondary)!important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(../images/download.svg);
}

.navbar-toggler.btn-success {
    background-color: var(--myprimary-btn);
    border-color: var(--myprimary-btn);
    margin-top: 20%;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, .1);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: #fff;
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open>.nav-link {
    color: var(--myprimary-navlink);
}

.navbar-inverse .navbar-nav .nav-link {
    color: var(--inverse-navlink);
    font-weight: bold;
}

.dropdown-item {
    /*color: #FFF !important;*/
    color: #FFF !important;
    background: #228e3a;
    border: 2px solid #28a745;
    padding: 6px;
    filter: drop-shadow(2px 4px 6px black);
}

.dropdown-item:hover {
    color: var(--myprimary-navlink) !important;
}

.navbar-toggler {
    display: none;
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
    .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
    .navbar-nav .nav-link {
       font-size: 13px;
    }
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100%;
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: block;
    }
    .navbar {
        padding: 0rem 1rem;
    }
}

.navbar .dropdown-menu {
    background-color: var(--mysecondary);
    border: none;
}


/*Gallery*/

.gallery-img {
    padding: 10px;
}

.img-thumbnail {}


/* Slider */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    height: 25rem;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 25rem;
}

.carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #fccc4b;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}


/* home welcome design */

.graybg {
    /*background-color: #e5e5e5;*/
}

.welcome {
    margin-bottom: 20px;
    padding: 30px 0;
    text-align: justify;
    line-height: 25px;
}

.welcome h2,
.featurette-heading {
    font-weight: 600;
    font-size: 30px;
    margin: 22px 0 20px;
    color: var(--myprimary);
}

.readmore {
    font-weight: 600;
}


/* Policy and Commissioner Desk */

.policys {
    padding: 20px 0;
}

.policys .rounded-circle {
    background-color: #e4fea4;
    border: 1px solid var(--myprimary);
}

.policys .featurette-heading {
    font-size: 22px;
}


/* Footer */

footer {
    background-color: var(--footer-bg);
    padding: 40px 0 10px;
    font-size: 14px;
    color: var(--footer-text);
}

footer ul {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

/*footer .col-md-3 {
    margin-bottom: 10px;
}*/
footer .col-md-3 {
    padding: 5px;
    text-align: center;
    margin-bottom: 17px;
    margin-top:17px;
}

footer h5 {
    color: #fff;
    margin-bottom: 15px;
}

footer li {
    margin-bottom: 5px;
}

footer li a {
    color: var(--footer-text);
}

footer .container .row p {
    word-break: break-all;
}

.removeb {
    margin-bottom: 0px;
}

.copyright {
    border-top: 1px solid #0a2a3c;
    margin-top: 20px;
    padding-top: 20px;
}


/* Blogs design */

.blogs {
    margin-bottom: 20px;
    padding: 30px 0;
    text-align: justify;
    line-height: 30px;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.topbanner {
    background-color: #f7f7f7;
}

.topbanner h2 {
    font-weight: 600;
    font-size: 25px;
    padding: 13px 0 0;
    line-height: 28px;
    margin: 0;
    color: var(--myprimary);
}

.breadcrumb {
    background-color: transparent;
    padding: 15px 0px 0;
}

.colr1 {
    background: #4CAF50;
}

.colr2 {
    background: #FF9800;
}

.colr3 {
    background: #03A9F4;
}

.colr4 {
    background: #FF5722;
}

.colr {
    height: 20px;
    width: 20px;
    margin-bottom: 5px;
}

.color-panel {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
    background-color: #fff;
    width: 310px;
    height: 37px;
    padding: 4px 0 0px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.color-panel ul li,
.color-panel ul {
    list-style: none;
    padding: 0px;
}

.color-panel ul li {
    display: inline-block;
}

.color-panel ul li a {
    display: inline-block;
}

.color-panel ul.screen-zoom {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--myprimary-header);
}

.color-panel ul.colr-panel {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--myprimary-header);
}

.lng-panel,
.screen-zoom,
.colr-panel {
    display: inline-block;
}

.screen-zoom a {
    font-size: 100%;
    width: 20px;
    font-weight: 600;
}

header .navbar {
    z-index: 30;
}

.blog-title {
    font-size: 20px;
}

.secondary-title {
    font-size: 18px;
    font-weight: 600;
}

.address-info {
    font-weight: bold;
}

.address {
    padding-left: 35px;
    position: relative;
}

.address-info i.fa-map-marker {
    left: 0px;
    position: absolute;
}

.address-info i {
    vertical-align: baseline;
    font-size: 18px;
    border: 1px solid #1e7e34;
    border-radius: 50%;
    padding: 4px 0px;
    width: 27px;
    text-align: center;
    margin-right: 5px;
}


/* Home Price slider */

.Commodity-slider {
    background-color: var(--myprimary-header);
}

.Commodity-slider a,
.Commodity-slider {
    color: #ffffff;
}

.wrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.jctkr-label {
    height: 45px;
    padding: 0 17px;
    line-height: 45px;
    background: #ffc107;
    font-size: 14px;
    color: #985c04;
    cursor: default;
}

.jctkr-label:hover {
    background: rgba(69, 78, 140, 0.9);
}

[class*="js-conveyor-"] ul {
    display: inline-block;
    opacity: 0.5;
}

[class*="js-conveyor-"] ul li {
    padding: 0 20px;
    line-height: 45px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .color-panel {
       
        top: 80px;
        left: 89%;
    }
    .color-panel::before {
         content: "<";
         font-size: 20px;
         font-weight: 400px;
    }
}


/*-- testimonials --*/

.testimonials {
    padding-top: 5em;
}

.testimonials-main img {
    margin: 0 auto;
    width: 50%;
    float: left;
    object-fit: contain;
}

.testimonials-main {
    float: right;
    width: 100%;
}

.inner-testimonials-w3ls {
    position: relative;
}

.testimonial-info-wthree {
    padding: 3em 0em 0em 2em;
    width: 50%;
    float: right;
}

.testimonial-info-wthree h5 {
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #56d25b;
    margin-bottom: 30px;
}

.testimonial-info-wthree span {
    display: block;
    margin: 0.8em 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-style: italic;
    color: #000;
}


/*-- //testimonials --*/

.accordion>.card>.card-header {
    background-color: #28a745;
    padding: 2px;
}

.card>.card-body {
    padding: 10px;
    overflow: hidden;
}

.accordion>.card>.card-header>.mb-0>.btn-link {
    color: white;
}

.side-menu {
    padding-right: 5px;
    padding-left: 5px;
}