@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
a:hover {
    text-decoration: none;
}
.mt-75 {
    margin-top: 120px;
}
p {
    margin-bottom: 0;
    color: #878686;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-align: justify;
}
.py-75 {
    padding: 75px 0;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preload.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
/*****************/
/***START-HEADER***/
/*****************/
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #11709e;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #11709e;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-size: 16px;
    font-weight: 500;
    padding: 0.3rem 0rem;
    margin: 0 20px;
    color: #7b7b7b;
    letter-spacing: 1px;
    position: relative;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #eeeeee;
}
.header-bg {
    background: #eeeeee;
    border-bottom: 1px solid rgb(212, 212, 212);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.navbar-brad {
    transition: all 5s;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.header-bg .navbar-brand {
    width: 12%;
    transition: all 5s;
}
.header ul li.dropdown ul.dropdown-menu {
    padding: 0;
    width: 190%;
    left: -45px;
    border: 1px solid rgba(14, 112, 158, 0.22);
}
.header ul li.dropdown ul.dropdown-menu li a {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 500;
    color: #7b7b7b;
    letter-spacing: 1px;
    position: relative;
    line-height: 35px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    display: inline-block;
    padding: 5px 15px 5px 20px;
    border-bottom: 1px solid #eee;
}
.header ul li.dropdown ul.dropdown-menu li a:hover {
    color: #11709e;
    opacity: 1;
    background: #f9f9f9;
}
/*****************/
/***END-HEADER***/
/*****************/

/*****************/
/**START-SLIDER***/
/*****************/

.slider-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.slider-text h1 {
    color: #11709e;
    font-size: 50px;
    font-weight: bold;
    letter-spacing:2px;
    animation-delay: 1s;
}
.slider-text span {
    color: #72a829;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 6px;
    font-family: 'Oswald', sans-serif;
    animation-delay: 0.5s;
}
/*****************/
/****END-SLIDER***/
/*****************/


/*****************/
/*START-PROCESS**/
/*****************/
.process-img {
    animation-delay: 0.7s;
}
.process-text h3 {
    color: #11709e;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    animation-delay: 0.7s;
}
.process-text p {
    color: #878686;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height:30px;
    text-align: justify;
    animation-delay: 1s;
    word-spacing:5px;
}
.about-text p,
.about-page-text p{
    word-spacing:5px;
}
/*****************/
/***END-PROCESS***/
/*****************/

/*****************/
/*START-ABOUT-US*/
/*****************/
.about-us,
.products {
    padding: 50px;
    background: #f9f9f9;
}
.about-head h2,
.product-head h2,
.contact-head h2,
.news-head h2 {
    font-size: 48px;
    font-weight: bold;
    color: #11709e;
    letter-spacing: 2px;
    position: relative;
    animation-delay: 0.5s;
}
.about-sub-head h2{
    font-size: 30px;
    font-weight: bold;
    color: #11709e;
    letter-spacing: 2px;
    position: relative;
    animation-delay: 0.5s;
    margin-bottom:60px;
}
.about-sub-head h2:before {
    position: absolute;
    content: "";
    background: url(../images/head-pattern.png);
    width: 35px;
    height: 15px;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
.about-head h2:before,
.product-head h2:before,
.contact-head h2:before{
    position: absolute;
    content: "";
    background: url(../images/head-pattern.png);
    width: 35px;
    height: 15px;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
.about-text {
    margin-top: 50px;
}
.icon-text h4 {
    color: #11709e;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.icon-text p {
    text-align: inherit;
    font-size: 13px;
}
.about-btn a {
    font-size: 13px;
    color: #fff;
    background: #049f05;
    padding: 15px 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    margin-top: 35px;
    display: inline-block;
    border: 1px solid #049f05;
    transition: all 0.5s;
}
.about-btn a:hover {
    color: #049f05;
    background: transparent;
    border: 1px solid #049f05;
}
/*****************/
/**END-ABOUT-US**/
/*****************/


/*******************/
/****START-DEATILS***/
/*******************/
.laxmi-intro {
    background: url(../images/laxmi-bg.png);
    width: 1200px;
    height: auto;
    background-repeat: no-repeat;
    background-size:contain;
}
/*******************/
/****END-DEATILS*****/
/*******************/

/*******************/
/****START-PRODUCTS***/
/*******************/
.product-head p {
    margin-top: 40px;
}
.products-item {
    background: white;
    padding: 45px 20px;
    box-shadow: 0px 0px 5px #00000014;
    max-height: 167px;
}
.product-text h4 {
    color: #11709e;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.product-text p {
    font-size: 12px;
    text-align: inherit;
    line-height: 20px;
    margin-top: 15px;
    letter-spacing: 0.8px;
}
/*******************/
/*****END-PRODUCTS****/
/*******************/



/*******************/
/**START-WORLD**/
/*******************/
p.world {
    width: 30%;
    margin: 0 auto;
    margin-top: 40px;
}
.counter-main {
    background: url(../images/counter.jpg);
    padding: 150px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.counter-text h1 {
    line-height: 0;
    display: inline;
}
.counter-text h1 span.counter {
    color: #fff;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}
.counter-text h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}
.counter-text {
    margin-top: 5px;
}
/*******************/
/***END-WORLD***/
/*******************/

/*******************/
/*START-CONTACT**/
/*******************/
.contact-form {
    background: white;
    box-shadow: 0 0 15px #190c0c29;
    padding: 50px 80px;
}
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    font-size: 12px;
    padding: 0.375rem 0.55rem;
}
.contact-form .form-control.text {
    border: 1px solid #d4d4d4;
}
.contact-form .form-group input::placeholder,
.contact-form .form-group label {
    color: #c3c3c3;
    font-size: 12px;
    letter-spacing: 1px;
}
.contact-form .form-control:focus {
    box-shadow: none;
}
.btn-submit {
    font-size: 13px;
    color: #fff;
    background: #049f05;
    padding: 12px 45px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
    margin-top: 15px;
    display: inline-block;
    border: none;
    cursor: pointer;
    border: 1px solid #049f05;
    transition: all 0.5s;
}
.btn-submit:hover {
    background: transparent;
    border: 1px solid #049f05;
    color: #049f05;
}
.contact-head h2:before {
    left: 5%;
}
button:focus {
    outline: none;
}
.contact-main {
    padding: 50px;
}
.contact-text {
    margin-top: 70px;
}
.contact-text img {
    display: inline-block;
    float: left;
    width: 6%;
    margin-top: 6px;
}
.contact-text p {
    font-size: 13px;
    margin-left: 35px;
}
.news-bg {
    background: url(../images/news-bg.jpg);
    background-size: cover;
    height: 630px;
}
.news-head .form-control {
    border: none;
    border-bottom: 1px solid #808080;
    background: transparent;
    border-radius: 0;
}
.news-head .form-group input::placeholder {
    font-size: 16px;
    color: #c3c3c3;
    letter-spacing: 1px;
}
.news-head {
    margin-top: 35px;
}
/*******************/
/**END-CONTACT**/
/*******************/

/*******************/
/*START-FOOTER*/
/*******************/
.footer-main {
    background: url(../images/footer-bg.jpg);
    background-size: contain;
    height: auto;
    padding: 60px 0 10px 0;
}
.footer-about p {
    color: white;
    letter-spacing: 1px;
    font-size: 12px;
}
.footer-text {
    margin-top: 20px;
}
.footer-touch,
.footer-link,
.footer-social {
    margin-top: 30px;
}
.footer-touch h4,
.footer-link h4,
.footer-social h4 {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
}
.touch-text,
.footer-link ul,
.so-icon {
    margin-top: 35px;
}
.touch-text img {
    display: inline-block;
    float: left;
    width: 7%;
    margin-top: 5px;
}
.touch-text p {
    font-size: 13px;
    margin-left: 35px;
    color: white;
    text-align: inherit;
}
.footer-link {
    width: 67%;
    float: right;
}
.footer-link ul {
    padding-left: 5px;
}
.footer-link ul li {
    list-style: none;
    margin: 8px 0;
}
.footer-link ul li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-social {
    width: 76%;
    float: right;
}
.so-icon a {
    height: 35px;
    width: 35px;
    background: #fff;
    display: inline-block;
    color: #14416a;
    text-align: center;
    border-radius: 25px;
    margin-right: 10px;
    transition: all 1s;
}
.so-icon i {
    font-size: 17px;
    line-height: 35px;
    font-weight: 600;
}
.copy-right {
    border-top: 1px solid rgba(255,255,255,0.5);
    width: 100%;
    margin-top: 50px;
}
.copy-right p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 8px 0 0px 0;
    text-align: center;
}
/*******************/
/*START-FOOTER*/
/*******************/

/*************************/
/****START-PRODUCT-PAGE***/
/*************************/
.pt-100 {
    padding-top:91px;
}
.py-35 {
    padding: 35px 0;
}
.my--40 {
    margin: 35px -15px;
}
.mt--40{
    margin-top:40px;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 0 5px;
}
.breadcrumb li a {
    font-size: 14px;
    font-weight: 600;
    color: #136fa1;
    letter-spacing: 0.8px;
}
.breadcrumb li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #136fa1;
    content: ">>";
}
.breadcrumb-item.active {
    color: #0a9f03;
}
.product-head h4 {
    font-size: 20px;
    color: #11709e;
    padding: 0 5px;
    letter-spacing: 0.7px;
}
.product-page-head h4 {
    color: #11709e;
    font-size: 20px;
    letter-spacing: 0.8px;
}
.border-b {
    border-bottom: 1px solid #eee;
}
.product-details {
    margin-top: 40px;
}
.product-detail-text h4 {
    color: #11709e;
    font-size: 18px;
    letter-spacing: 0.8px;
}
.product-detail-text p {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height:30px;
    word-spacing:5px;
}
.product-page-text p,
.about-peanut-text p,
.certification-text p{
    word-spacing: 5px;
}
/*************************/
/****END-PRODUCT-PAGE***/
/*************************/
.breadcrumb-item + .breadcrumb-item {
    color: #0a9f03;
}
/*****************************/
/****STSRT-Certification-PAGE***/
/*****************************/
.pt-150 {
    padding-top: 115px;
}
.mb-35 {
    margin-bottom: 35px;
}
.my-35 {
    margin: 35px 0;
}
.certification-text {
    margin-top: 25px;
}
.certification-logo img {
    cursor: pointer;
}
/*****************************/
/****END-Certification-PAGE***/
/*****************************/


/*************************************/
/*******START-ABOUT-PEANUTS-PAGE******/
/************************************/
.about-peanut-head h3 {
    color: #11709e;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}
.about-peanut-head {
    margin-top: 25px;
}
.about-peanut-head h3:before {
    position: absolute;
    content: "";
    background: url(../images/head-pattern.png);
    width: 35px;
    height: 15px;
    background-repeat: no-repeat;
    left: 0%;
    bottom: -25px;
}
.about-peanut-text {
    margin-top: 30px;
}
.about-peanut-page-text p {
    margin-top: -10px;
}
/************************************/
/*******END-ABOUT-PEANUTS-PAGE*****/
/************************************/
span.plus{
    color:white;
    font-size:24px;
    font-weight:bold;
    margin-left:5px;
}
/************************************/
/*******START-TYPE-PEANUTS-PAGE*****/
/************************************/
.type-peanut-table .table thead tr th {
    color: #11709e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    border: 1px solid rgba(17,112,158,0.33);
}
.type-peanut-table .table tbody tr td {
    color: #767676;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 1px;
    border: 1px solid rgba(17,112,158,0.33);
}
.table {
    width: 100%;
    margin-bottom: 0rem;
    background-color: #f9f9f9;
}
.table-bordered {
    border: 1px solid rgba(17,112,158,1);
}
/************************************/
/*******END-TYPE-PEANUTS-PAGE*****/
/************************************/

.process-icon {
    padding: 0 60px;
}
.process-icon.line,
.process-icon.aero {
    position: relative;
}
.process-icon.circle {
    position: relative;
}
.process-icon.aero:before,
.process-icon.line:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 63%;
    top: 35%;
    left: 74%;
    background: #11709e;
}
.process-icon.circle:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 240px;
    background-color: transparent;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    border: 2px solid #11709e;
    border-left: 0;
    left: 75%;
    top: 35%;
}
.process-icon.circle:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #11709e;
    left: 109%;
    top: 93%;
}
.process-icon.line:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 9px solid #11709e;
    border-bottom: 7px solid transparent;
    top: 32%;
    left: 105%;
}
.process-icon.aero:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 9px solid #11709e;
    border-bottom: 7px solid transparent;
    top: 32%;
    left: 105%;
}
.process-icon span {
    color: #11709e;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
}
.process-chart {
    margin-left: -70px;
}
/*************************************/
/*****START-HOME-PAGE-RESPONSIVE********/
/*************************************/
@media(max-width:575px) {
    .laxmi-intro {
        width: 100%;
        background-size: contain;
    }
    p {
        font-size: 12px !important;
        letter-spacing: 1px !important;
        line-height: 22px !important;
    }
    .py-75 {
        padding: 35px 0;
    }
    .world-img img {
        width: 100%;
        background-size: contain;
    }
    .w-100 {
        width: 40% !important;
    }
    .process-img img {
        width: 100%;
    }
    .about-head h2, .product-head h2, .contact-head h2, .news-head h2 {
        font-size: 28px;
        letter-spacing: 0.3px;
    }
    .about-us, .products {
        padding: 20px 0;
        background: #f9f9f9;
    }
    .about-text {
        margin-top: 30px;
    }
    .slider {
        height: 37vh;
    }
    .header {
        background: #eeeeee;
        border-bottom: 1px solid rgba(169, 169, 169, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .navbar-brand {
        width: 49%;
    }
    .header-bg .navbar-brand {
        width: 49%;
        transition: all 5s;
    }
    .navbar-toggler {
        padding: 0.25rem 0.45rem;
        font-size: 0.75rem;
        background-color: #11709e;
        border: 1px solid transparent;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .slider-text span {
        font-size: 16px;
        letter-spacing: 4px;
    }
    .slider-text h1 {
        font-size: 23px;
        letter-spacing: 2px;
    }
    .process-text h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .process-text {
        margin-top: 8px;
    }
    .process-text p {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .icon-text h4 {
        font-size: 14px;
    }
    .about-btn a {
        font-size: 11px;
        padding: 12px 22px;
        letter-spacing: 0.7px;
        margin-top: 20px;
    }
    .product-head p {
        margin-top: 27px;
    }
    .contact-form {
        padding: 30px 50px;
    }
    p.world {
        width: 79%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .counter-main {
        padding: 50px 0;
    }
    .counter-text h1 span.counter {
        font-size: 18px;
    }
    .counter-text h3 {
        font-size: 14px;
    }
    .counter-icon img {
        width: 45px;
    }
    .btn-submit {
        margin-top: 0px;
        font-size: 11px;
        padding: 12px 30px;
        letter-spacing: 0.7px;
    }
    .contact-text {
        margin-top: 40px;
    }
    .contact-main {
        padding: 30px 0;
    }
    .contact-text img {
        width: 3%;
    }
    .mt-75 {
        margin-top: 50px;
    }
    .news-head {
        margin-top: 0px;
        position: relative;
        top: -30%;
    }
    .news-bg {
        height: auto;
    }
    .footer-main {
        padding: 30px 0 10px 0;
        height: auto;
    }
    .footer-link,
    .footer-social {
        width: 100%;
        float: left;
    }
    .touch-text img {
        width: 3%;
    }
    .footer-touch h4, .footer-link h4, .footer-social h4 {
        font-size: 18px;
    }
    .touch-text, .footer-link ul, .so-icon {
        margin-top: 15px;
        margin-bottom:0;
    }
    .footer-link ul li {
        list-style: none;
        margin:0;
    }
    .footer-touch, .footer-link, .footer-social {
        margin-top:25px;
    }
    .copy-right {
        margin-top: 15px;
    }
    .footer-about img{
        width:30%;
    }
    .footer-link ul li a {
        font-size: 11px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0.1rem 0rem;
        margin: 0;
    }
    .products-item {
        padding: 25px 20px;
    }
    .type-peanut-table .table tbody tr td {
        font-size: 12px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .laxmi-intro {
        width: 100%;
        background-size: contain;
    }
    p {
        font-size: 12px !important;
        letter-spacing: 1px !important;
        line-height: 22px !important;
    }
    .py-75 {
        padding: 35px 0;
    }
    .world-img img {
        width: 100%;
        background-size: contain;
    }
    .w-100 {
        width: 40% !important;
    }
    .process-img img {
        width: 100%;
    }
    .about-head h2, .product-head h2, .contact-head h2, .news-head h2 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .about-us, .products {
        padding: 20px 0;
        background: #f9f9f9;
    }
    .about-text {
        margin-top: 30px;
    }
    .slider {
        height: 37vh;
    }
    .header {
        background: #eeeeee;
        border-bottom: 1px solid rgba(169, 169, 169, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .navbar-brand {
        width: 49%;
    }
    .header-bg .navbar-brand {
        width: 49%;
        transition: all 5s;
    }
    .navbar-toggler {
        padding: 0.25rem 0.45rem;
        font-size: 0.75rem;
        background-color: #11709e;
        border: 1px solid transparent;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .slider-text span {
        font-size: 16px;
        letter-spacing: 4px;
    }
    .slider-text h1 {
        font-size: 23px;
        letter-spacing: 2px;
    }
    .process-text h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .process-text {
        margin-top: 8px;
    }
    .process-text p {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .icon-text h4 {
        font-size: 14px;
    }
    .about-btn a {
        font-size: 11px;
        padding: 12px 22px;
        letter-spacing: 0.7px;
        margin-top: 20px;
    }
    .product-head p {
        margin-top: 27px;
    }
    .contact-form {
        padding: 30px 50px;
    }
    p.world {
        width: 79%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .counter-main {
        padding: 50px 0;
    }
    .counter-text h1 span.counter {
        font-size: 18px;
    }
    .counter-text h3 {
        font-size: 14px;
    }
    .counter-icon img {
        width: 45px;
    }
    .btn-submit {
        margin-top: 0px;
        font-size: 11px;
        padding: 12px 30px;
        letter-spacing: 0.7px;
    }
    .contact-text {
        margin-top: 40px;
    }
    .product-img img {
        width: 50%;
    }
    .wheat img{
        width:35%;
    }
    .contact-main {
        padding: 30px 0;
    }
    .contact-text img {
        width: 3%;
    }
    .mt-75 {
        margin-top: 50px;
    }
    .news-head {
        margin-top: 0px;
        position: relative;
        top: -30%;
    }
    .news-bg {
        height: auto;
    }
    .footer-main {
        padding: 30px 0 10px 0;
        height: auto;
    }
    .footer-link,
    .footer-social {
        width: 100%;
        float: left;
    }
    .touch-text img {
        width: 3%;
    }
    .footer-touch h4, .footer-link h4, .footer-social h4 {
        font-size: 18px;
    }
    .touch-text, .footer-link ul, .so-icon {
        margin-top: 15px;
        margin-bottom:0;
    }
    .footer-link ul li {
        list-style: none;
        margin:0;
    }
    .footer-touch, .footer-link, .footer-social {
        margin-top:25px;
    }
    .copy-right {
        margin-top: 15px;
    }
    .footer-about img{
        width:30%;
    }
    .footer-link ul li a {
        font-size: 11px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0.1rem 0rem;
        margin: 0;
    }
    .products-item {
        padding: 25px 20px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .laxmi-intro {
        width: 100%;
        background-size: contain;
    }
    p {
        font-size: 12px !important;
        letter-spacing: 1px !important;
        line-height: 22px !important;
    }
    .py-75 {
        padding: 35px 0;
    }
    .world-img img {
        width: 100%;
        background-size: contain;
    }
    .w-100 {
        width: 40% !important;
    }
    .process-img img {
        width: 100%;
    }
    .about-head h2, .product-head h2, .contact-head h2, .news-head h2 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .about-us, .products {
        padding: 20px 0;
        background: #f9f9f9;
    }
    .about-text {
        margin-top: 30px;
    }
    .slider {
        height: 37vh;
    }
    .header {
        background: #eeeeee;
        border-bottom: 1px solid rgba(169, 169, 169, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .navbar-brand {
        width: 49%;
    }

    .header-bg .navbar-brand {
        width: 49%;
        transition: all 5s;
    }
    .navbar-toggler {
        padding: 0.25rem 0.45rem;
        font-size: 0.75rem;
        background-color: #11709e;
        border: 1px solid transparent;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .slider-text span {
        font-size: 16px;
        letter-spacing: 4px;
    }
    .slider-text h1 {
        font-size: 23px;
        letter-spacing: 2px;
    }
    .process-text h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .process-text {
        margin-top:0px;
    }
    .process-text p {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .icon-text h4 {
        font-size: 14px;
    }
    .about-btn a {
        font-size: 11px;
        padding: 12px 22px;
        letter-spacing: 0.7px;
        margin-top: 20px;
    }
    .product-head p {
        margin-top: 27px;
    }

    .contact-form {
        padding: 30px 50px;
    }

    p.world {
        width: 79%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .counter-main {
        padding: 50px 0;
    }

    .counter-text h1 span.counter {
        font-size: 18px;
    }

    .counter-text h3 {
        font-size: 14px;
    }

    .counter-icon img {
        width: 45px;
    }

    .btn-submit {
        margin-top: 0px;
        font-size: 11px;
        padding: 12px 30px;
        letter-spacing: 0.7px;
    }

    .contact-text {
        margin-top: 40px;
    }
    .product-img img {
        width: 150%;
    }
    .wheat img{
        width:100%;
    }
    .contact-main {
        padding: 30px 0;
    }
    .contact-text img {
        width: 6%;
    }
    .mt-75 {
        margin-top: 80px;
    }
    .news-head {
        margin-top: 55px;
        position: relative;
        top: -30%;
    }
    .news-bg {
        height: auto;
    }
    .footer-main {
        padding: 30px 0 10px 0;
        height: auto;
    }
    .footer-link,
    .footer-social {
        width: 100%;
        float: left;
    }
    .touch-text img {
        width: 9%;
    }
    .so-icon i {
        line-height: 30px;
        font-size:15px;
    }
    .product-text h4 {
        font-size: 16px;
    }
    .product-text p {
        font-size: 10px!important;
    }
    .so-icon a {
        height: 30px;
        width: 30px;
        margin-right: 2px;
    }
    .footer-touch h4, .footer-link h4, .footer-social h4 {
        font-size: 18px;
    }
    .touch-text, .footer-link ul, .so-icon {
        margin-top: 15px;
        margin-bottom:0;
    }
    .footer-link ul li {
        list-style: none;
        margin:0;
    }
    .footer-touch, .footer-link, .footer-social {
        margin-top:25px;
    }
    .copy-right {
        margin-top: 15px;
    }
    .footer-about img{
        width:70%;
    }
    .footer-link ul li a {
        font-size: 11px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0.1rem 0rem;
        margin: 0;
    }
    .products-item {
        padding: 25px 20px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .laxmi-intro {
        width: 100%;
        height: auto;
        background-size: contain;
    }
    .process-img img{
        width:100%;
    }
    p.world {
        width: 40%;
    }
    .counter-text h3 {
        font-size: 19px;
    }
    .footer-main {
        height: auto;
        padding: 10px 0;
    }
    .footer-link {
        width: 72%;
    }
    .footer-social {
        width: 96%;
        float: right;
    }
    .slider {
        background-size: contain;
        height: 60vh;
    }
    .slider-text span {
        font-size: 24px;
    }
    .slider-text h1 {
        font-size: 40px;
    }
    .py-75 {
        padding: 50px 0;
    }
}

/*************************************/
/*****END-HOME-PAGE-RESPONSIVE********/
/*************************************/

/******************************************/
/*****START-PRODUCT-PAGE-RESPONSIVE********/
/******************************************/

.product-detail-img img,
.product-page-img img{
    width: 100%;
}
.calender-chart img{
    width:100%;
}

@media(max-width:575px) {
    .categories {
        width: 100%;
        padding: 7px 5px;
        color: white;
        font-size: 14px;
    }
    .product-details {
        margin-top: 20px;
    }
    .product-list {
        width: 100%;
    }
    .pt-100 {
        padding-top: 49px;
    }
    .py-35 {
        padding: 20px 0;
    }
    .search button {
        right: 9%;
    }
    .pt-150 {
        padding-top: 60px;
    }
    .certification-text {
        margin-top: 0px;
    }
    .certification-logo img {
        width: 100%;
    }
    .my-35 {
        margin: 10px 0;
    }
    .about-peanut-head h3 {
        font-size: 24px;
    }
    .breadcrumb li a {
        font-size: 11px;
    }
    .breadcrumb li {
        font-size: 11px;
    }
    .about-peanut-head {
        margin-top: 10px;
    }
    .process-icon img {
        width: 100%;
    }
    .process-chart {
         margin-left:0px; 
    }
    .process-icon {
        padding: 0px 0px;
    }
    .process-icon.aero:before, .process-icon.line:before {
        width: 100%;
        top: 3%;
        left: 70%;
    }
    .process-icon.line:after {
        border-top: 5px solid transparent;
        border-left: 7px solid #11709e;
        border-bottom: 5px solid transparent;
        top: 1%;
        left: 115%;
    }
    .process-icon.aero:after {
        border-top: 5px solid transparent;
        border-right: 7px solid #11709e;
        border-bottom: 5px solid transparent;
         top: 1%;
        left: 115%;
    }
    .process-icon span {
        font-size: 11px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 59px;
        height: 102px;
        left: 35%;
        top: 66%;
    }
    .process-icon.circle:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #11709e;
        left: 88%;
        top: 98%;        
    }
    
}

@media(min-width:576px) and (max-width:767px){
    .pt-100 {
        padding-top: 57px;
    }
    .pt-150 {
        padding-top: 85px;
    }
    .certification-text {
        margin-top: 0px;
    }
    .certification-logo img {
        width: 100%;
    }
    .about-peanut-head h3 {
        font-size: 26px;
    }
    
    .breadcrumb li a {
        font-size: 12px;
    }

    .breadcrumb li {
        font-size: 12px;
    }

    .about-peanut-head {
        margin-top: 10px;
    }
    .process-icon img {
        width: 100%;
    }

    .process-chart {
        margin-left: 0px;
    }

    .process-icon {
        padding: 0px 0px;
    }

    .process-icon.aero:before, .process-icon.line:before {
        width: 93%;
        top: 3%;
        left: 69%;
    }

    .process-icon.line:after {
        border-top: 5px solid transparent;
        border-left: 7px solid #11709e;
        border-bottom: 5px solid transparent;
        top: 1%;
        left: 112%;
    }

    .process-icon.aero:after {
        border-top: 5px solid transparent;
        border-right: 7px solid #11709e;
        border-bottom: 5px solid transparent;
        top: 1%;
        left: 112%;
    }

    .process-icon span {
        font-size: 11px;
        margin-top: 14px;
    }

    .process-icon.circle:before {
        width: 59px;
        height: 102px;
        left: 35%;
        top: 67%;
    }

    .process-icon.circle:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #11709e;
        left: 86%;
        top: 98%;
    }
}
@media(min-width:768px) and (max-width:991px){
    .pt-100 {
        padding-top: 70px;
    }
    .pt-150 {
        padding-top: 95px;
    }
    .certification-text {
        margin-top: 13px;
    }
    .about-peanut-img img{
        width:100%;
    }
    .about-peanut-head h3 {
        font-size: 28px;
    }
    .breadcrumb li a {
        font-size: 13px;
    }
    .breadcrumb li {
        font-size: 13px;
    }
    .about-peanut-head {
        margin-top: 10px;
    }
    .process-icon img {
        width: 70%;
    }
    .process-chart {
        margin-left: 0px;
    }
    .process-icon {
        padding: 0px 10px;
    }
    .process-icon.aero:before, .process-icon.line:before {
        width: 98%;
        top: 3%;
        left: 61%;
    }
    .process-icon.line:after {
        border-top: 5px solid transparent;
        border-left: 7px solid #11709e;
        border-bottom: 5px solid transparent;
        top: 0%;
        left: 112%;
    }
    .process-icon.aero:after {
        border-top: 5px solid transparent;
        border-right: 7px solid #11709e;
        border-bottom: 5px solid transparent;
        top: 0%;
        left: 112%;
    }
    .process-icon span {
        font-size: 13px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 59px;
        height: 108px;
        left: 41%;
        top: 61%;
    }
    .process-icon.circle:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #11709e;
        left: 77%;
        top: 98%;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .certification-logo img{
        width:100%;
    }
    .about-peanut-img img {
        width: 100%;
    }
    .process-icon.aero:before, .process-icon.line:before {
        width: 58%;
        top: 31%;
        left: 83%;
    }
    .process-icon.line:after {
        border-top: 6px solid transparent;
        border-left: 8px solid #11709e;
        border-bottom: 6px solid transparent;
        top: 29%;
        left: 108%;
    }
    .process-icon.aero:after {
        border-top: 6px solid transparent;
        border-right: 8px solid #11709e;
        border-bottom: 6px solid transparent;
        top: 29%;
        left: 108%;
        left: 105%;
    }
    .process-icon.circle:before {       
        width: 90px;
        height: 260px;       
        left: 84%;
        top: 35%;
    }
    .process-icon.circle:after {       
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #11709e;
        left: 120%;
        top: 95%;
    }
}
@media(min-width:1200px){
    .certification-logo img{
        width:100%;
    }
}
/******************************************/
/*****START-PRODUCT-PAGE-RESPONSIVE********/
/******************************************/


@media(max-width:320px){
    .process-icon.aero:before, .process-icon.line:before {
        width: 115%;
        top: 3%;
        left: 71%;
        height: 1px;
    }
    .process-icon.line:after {
        border-top: 4px solid transparent;
        border-left: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon.aero:after {
        border-top: 4px solid transparent;
        border-right: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon span {
        font-size: 8px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 39px;
        height: 102px;
        left: 35%;
        top: 54%;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        border: 1px solid #11709e;
        border-left:0;
        background-color: transparent;
    }
    .process-icon.circle:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #11709e;
        left: 104%;
        top: 110%;
    }
}

@media(min-width:321px) and (max-width:360px){
    .process-icon.aero:before, .process-icon.line:before {
        width: 110%;
        top: 3%;
        left: 71%;
        height: 1px;
    }
    .process-icon.line:after {
        border-top: 4px solid transparent;
        border-left: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon.aero:after {
        border-top: 4px solid transparent;
        border-right: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon span {
        font-size: 8px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 39px;
        height: 102px;
        left: 36%;
        top: 59%;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        border: 1px solid #11709e;
        border-left: 0;
        background-color: transparent;
    }
    .process-icon.circle:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #11709e;
        left: 93%;
        top: 110%;
    }
}

@media(min-width:361px) and (max-width:375px){
    .process-icon.aero:before, .process-icon.line:before {
        width: 106%;
        top: 3%;
        left: 71%;
        height: 1px;
    }
    .process-icon.line:after {
        border-top: 4px solid transparent;
        border-left: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon.aero:after {
        border-top: 4px solid transparent;
        border-right: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon span {
        font-size: 8px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 39px;
        height: 102px;
        left: 38%;
        top: 61%;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        border: 1px solid #11709e;
        border-left:0;
        background-color: transparent;
    }
    .process-icon.circle:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #11709e;
        left:92%;
        top: 110%;
    }
}

@media(min-width:376px) and (max-width:411px){
    .process-icon.aero:before, .process-icon.line:before {
        width: 108%;
        top: 3%;
        left: 71%;
        height: 1px;
    }
    .process-icon.line:after {
        border-top: 4px solid transparent;
        border-left: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon.aero:after {
        border-top: 4px solid transparent;
        border-right: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon span {
        font-size: 8px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 39px;
        height: 91px;
        left: 35%;
        top: 63%;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        border: 1px solid #11709e;
        border-left:0;
        background-color: transparent;
    }
    .process-icon.circle:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #11709e;
        left: 83%;
        top: 110%;
    }
}
@media(min-width:412px) and (max-width:414px){
    .process-icon.aero:before, .process-icon.line:before {
        width: 105%;
        top: 3%;
        left: 71%;
        height: 1px;
    }
    .process-icon.line:after {
        border-top: 4px solid transparent;
        border-left: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon.aero:after {
        border-top: 4px solid transparent;
        border-right: 6px solid #11709e;
        border-bottom: 4px solid transparent;
        top: 0%;
        left: 125%;
    }
    .process-icon span {
        font-size: 8px;
        margin-top: 14px;
    }
    .process-icon.circle:before {
        width: 39px;
        height: 91px;
        left: 39%;
        top: 64%;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        border: 1px solid #11709e;
        border-left: 0;
        background-color: transparent;
    }
    .process-icon.circle:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #11709e;
        left: 85%;
        top: 105%;
    }
}
#carousel .carousel-item.boat {
    background: url(../images/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#carousel .carousel-item.sea {
    background: url(../images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#carousel .carousel-item.river {
    background: url(../images/slider-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#carousel .carousel-item {
    height: 100vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: white;
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 2s;
}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 2.2s;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: red;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: red;
    background-color: #1c8314;
    border-color: #40ba37;
}
.carousel-indicators li {
    background-color: #0e709e4a;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 15;
}
    .carousel-indicators .active {
        background-color: #0e709e;
    }
@media(max-width:575px){
    #carousel .carousel-item.boat,
    #carousel .carousel-item.sea,
    #carousel .carousel-item.river {
        height: 37vh;
    }
    #carousel .carousel-item {
        height: 100vh;
        width: 100%;
        min-height:0px;
        background: no-repeat center center scroll;
        background-size: cover;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 6px;
        left: 0;
        z-index: 15;
    }
    .carousel-indicators {
        bottom: 6px;
    }
    .carousel-indicators li {
        width: 10px;
    }
}
@media(min-width:576px) and (max-width:767px){
    #carousel .carousel-item.boat,
    #carousel .carousel-item.sea,
    #carousel .carousel-item.river {
        height: 37vh;
    }
    #carousel .carousel-item {
        height: 100vh;
        width: 100%;
        min-height:0px;
        background: no-repeat center center scroll;
        background-size: cover;
    }
    .carousel-indicators {
        bottom: 6px;
    }

    .carousel-indicators li {
        width: 10px;
    }
}
@media(min-width:768px) and (max-width:991px){
    #carousel .carousel-item.boat,
    #carousel .carousel-item.sea,
    #carousel .carousel-item.river {
        height: 50vh;
    }
    #carousel .carousel-item {
        height: 100vh;
        width: 100%;
        min-height:0px;
        background: no-repeat center center scroll;
        background-size: cover;
    }
    .carousel-indicators {
        bottom: 8px;
    }
    .carousel-indicators li {
        width: 12px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    #carousel .carousel-item.boat,
    #carousel .carousel-item.sea,
    #carousel .carousel-item.river {
        height: 70vh;
    }
    #carousel .carousel-item {
        height: 100vh;
        width: 100%;
        min-height:0px;
        background: no-repeat center center scroll;
        background-size: cover;
    }
}
.categories option{
    letter-spacing:1px!important;
    display:inline-block;
}
selct:focus{
    border:none;
}
.carousel-control-prev-icon {
    background-image: url(../images/left.png);
    opacity:1;
}
.carousel-control-next-icon {
    background-image: url(../images/right.png);
    opacity: 0.5;
}
.carousel-control-next:hover .carousel-control-next-icon {
    opacity: 1;
}
.mb--35{
    margin-bottom:35px;
}
.certification-text h4 {
    color: #1371a2;
    font-size: 18px;
    letter-spacing: 1px;
}