@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
img {
    max-width: 100%;
}
button:focus{
    outline: 0;
    border: 0;
    box-shadow: none;
}
.full-width {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: flex-start;
}

ul.navbar-nav {
    background-color: #1c1c1c;
    width: 100%;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.he_top ul:last-child li a {
    color: #aeaeae;
    text-transform: uppercase;
}

.navbar-nav .nav-item {
    padding: 15px 0 15px 40px;
}

.he_top ul:last-child li {
    padding: 15px 15px 15px 15px;
}

.what-app {
    color: #969696;
    font-size: 13px;
}

.what-app a {
    color: #969696;
    font-size: 18px;
    color: #8da655;
}
.input_search input{
    color: #000;
    width: 100%;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem!important;
    min-width: 315px;
    height: 35px;
    padding:5px 15px!important;
}
.btn_search{
    background-color: transparent;
    border: 0;
}
button.btn_search {
    position: absolute;
    right: 15px;
    top: 42%;
    left: auto;
    transform: translateY(-50%);
}
.btn_view_query{
background-color: #8ca655;
font-size: 18px;
font-weight: 500;
width: 180px;
height: 75px;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.btn_view_query:hover{
    color: #ffffff;
}
.btn_view_query span{
    position: relative;
    left: 0;
    transition: 0.1s;
}

.banner-captain{
    z-index: 2;
    position: relative;
}
.banner-captain h2{
    font-size: 40px;
    font-weight: 100;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 33px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
}
.browse-btn{
background-color: #edd2b8;
font-size: 13px;
width: 305px;
padding: 10px;
position: relative;
top: -20px;
border-radius: 0;
text-transform: uppercase;
font-weight: 500;
}
.banner-captain{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner .item:after{
content: "";
position: absolute;
top:0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.1);
}
/* product_slider */
#product_slider.owl-carousel .owl-item img{
width: auto;
text-align: center;
display: initial;
}
#product_slider.owl-carousel .owl-item .item{
    text-align: center;
}
#product_slider.owl-carousel span {
    display: block;
    min-height: 90px;
}
#product_slider.owl-carousel .owl-nav span{
    display: inline-block;
    min-height: auto;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    opacity: 1;
    border-radius: 50%;
    z-index: 300;
    position: absolute;

}
.owl-carousel .owl-next span, .owl-carousel .owl-prev span {
    height: 100%;
    background-position: 50%;
    background-image: url(../images/banner_left_arrow.png);
    color: #fff;
    display: block;
    background-repeat: no-repeat;
    display: block !important;

}
.owl-carousel .owl-next span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.owl-carousel .owl-prev {
    left: -50px;
}
.owl-carousel .owl-next {
    right: -50px;
}
.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #e7e7ee!important;
    border-radius: 50%;
    margin-right: 5px;
}
.owl-carousel .owl-dot.active {
    background-color: #000!important;
}
.owl-dots{
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    top: auto;
}

.footer-bg {
    /* background-image: url(../images/footer_bg.png); */
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.logo-bg{
    border-radius: 50%;
    background-color: #ffffff;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-para p {
    font-size: 13px;
    line-height: 18px;
    color: white;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
.footer-bg .container .col-md-3{
    padding: 50px 0 40px 0;
}
.footer-end {
    background-color: #181818;
}
.footer-end p.text-center.mb-0 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #969696;
    padding: 30px 0;
}


@media only screen and (min-width: 768px) and (max-width: 991px){

    #navbarTogglerDemo02 {
        position: fixed;
        height: 100vh;
        left: 0;
        right: 0;
        top: 54px;
        background: #000;
        padding: 25px;
        transition: 0.1s;
    bottom: 0;
    }
    .input_search input {
        min-width: 100%;
    }
    .navbar-nav .nav-item {
        padding: 5px 0 15px 0;
    }
    ul.navbar-nav.mr-auto.mt-2.mt-lg-0.justify-content-end{
        flex-direction: row;
    }
    ul.navbar-nav{
        background-color: #000;
    }
    .btn_view_query {
        font-size: 14px;
        width: 154px;
        height: 40px;

    }
    a.navbar-brand img{
        width: 75px;
    }
    .fixed-top{
        padding: 0;
        max-width: 100%;
    }
    .owl-carousel .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-next {
        right: 0;
    }
    .navbar-toggler{
        margin-top: 8px;
    }
    section.banner.position-relative{
        margin-top: 54px;
    }
    .banner-captain h2 {
        font-size: 20px;
        padding: 15px;
    }
    .browse-btn{
        top: -4px;
    }
    .banner-captain .container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 767px){
    #navbarTogglerDemo02 {
        position: fixed;
        height: 100vh;
        left: 0;
        right: 0;
        top: 54px;
        background: #000;
        padding: 25px;
        transition: 0.1s;
    bottom: 0;
    }
    .input_search input {
        min-width: 100%;
    }
    .navbar-nav .nav-item {
        padding: 5px 0 15px 0;
    }
    ul.navbar-nav.mr-auto.mt-2.mt-lg-0.justify-content-end{
        flex-direction: row;
    }
    ul.navbar-nav{
        background-color: #000;
    }
    .btn_view_query {
        font-size: 14px;
        width: 154px;
        height: 40px;

    }
    a.navbar-brand img{
        width: 75px;
    }
    .fixed-top{
        padding: 0;
    }
    .owl-carousel .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-next {
        right: 0;
    }
    .navbar-toggler{
        margin-top: 8px;
    }
    section.banner.position-relative{
        margin-top: 54px;
    }
    .banner-captain h2 {
        font-size: 15px;
        padding: 7px;
    }
    .browse-btn{
        top: -4px;
    }
    .banner-captain .container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .owl-dots {
        bottom: 0;
}
section .col {
    -ms-flex-preferred-size: 0;
    flex-basis: initial;
    -ms-flex-positive: 1;
    flex-grow: initial;
    max-width: 100%;
}
section.container.nature-image .img-fluid{
    margin-bottom: 15px;
}
.col-md-3.offset-2{
    margin-left: 0;
}
.logo-bg{
    margin: 0 auto;
}
.text-left.footer-para {
    text-align: center !important;
}

section.container.oil-seeds,
section.container.Vegetables,
section.container.grains {
    padding-top: 25px;
}
.footer-bg .container .col-md-3 {
    padding: 23px 0 24px 0;
}
section.container.nature-image {
    padding-top: 20px;
    padding-bottom: 20px;
}


}
