body {
    font-family: Source Sans Pro;
}
p {
	line-height:1.7rem;
}

.main-header {
    -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
}

.top-nav-wrap {
    padding: 8px 10px;
}

.logo-wrap {
    display: inline-block;
    max-width: 200px
}

.dt-one a {
    color: #166339;
    text-decoration: none;
    margin-right: 20px;
}

.dt-one i,
.dt-two i {
    color: #9dbf4a;
    font-size: 22px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
}

.dt-two a {
    color: #166339;
    text-decoration: none;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

/*navbar */
@media only screen and (min-width: 960px) {
    .navbar .navbar-nav .nav-link {
        padding: 0.8em 1.6em;
        border-right: 1px solid #f4f4f4;
        text-transform: uppercase;
        color: #176339;
        font-weight: 600;
    }
}

.navbar .navbar-nav .nav-link {
    position: relative;
}

.navbar .navbar-nav .nav-link:hover {
    color: #9dbf4a;
    transition: all 0.5s;
}

.navbar .navbar-nav .nav-link::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #9dbf4a;
    color: transparent;
    width: 0%;
    content: '';
    height: 1px;
    transition: all 0.5s;
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*.bs1 li:hover > a,*/
.bs1 li.current_page_item>a {
    color: #9dbf4a !important;
}

.bs1 li.current_page_item>a:after {
    width: 100% !important;

}

/*navbar */

/*footer-one*/

.footer-one {
    padding: 0px 0px;
    background: #166339;
    color: white;
    background-image: url(../img/mint.jpg);
    background-size: cover;
    background-position: center;
}

.footer-one h3 {
    text-transform: uppercase;
    color: #e7f74b;
    font-size: 15px;
    font-family: Lato;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-weight: 800;
}

.footer-one p {
    line-height: 28px;
}

.footer-one ul {
    margin: 0px;
    padding: 0px;
}

.footer-one a {
    color: #ffffff;
    text-decoration: none;
}

.footer-one ul li {
    padding-left: 0px;
    list-style: none;
    transition: ease all 0.3s;
    font-size: 15px;
    line-height: 30px;
}

.footer-one ul li:hover {
    padding-left: 20px;
    transition: ease all 0.3s;

}

.footer-one ul li:hover::before {
    font-family: 'FontAwesome';
    content: '\f178';
    margin: 0 5px 0 -15px;
    color: #9dbf4a;
    transition: ease all 0.4s;
}

.footer-two {
    padding: 12px 0px;
    background: #9dbf4a;
    background:#195015;
    color: white;
}

.footer-two p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;

}


/*footer-one-end*/


.section-1 {
    padding: 100px 10px;
    background-image: url(../img/himanchal-pradesh.jpg);
    background-size: cover;
    background-position: center;
    color:#ffffff!important;

}
.section-1 h3 {
    color:#ffffff;
}
.section-1 p{
    font-size: 18px;
    line-height: 30px;
    color:#ffffff;
}

.section-1-inside {
    background-color: rgba(255, 255, 255, 0.0);
    padding: 80px 60px!important;
}

.section-1 img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section-2 {
    padding: 80px 10px;
    background: #fdf6e0;
}

.section-2 img {
    cursor: pointer;
}

.section-4 {
    padding: 120px 10px;
    background: rgb(249, 249, 249);
    background: linear-gradient(124deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(245, 245, 245, 1) 100%);
    background-image: url(../img/12.jpg);
    background-size: cover;
}

.section-4 img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #e7e7e7;
}

.section-4 p {
    font-size: 18px;
    line-height: 32px;
}


.section-3 {
    padding: 80px 10px 100px 10px;
    background-image: url('../img/bg1.jpg');
    background-position: top;
    background-size: cover;
}


h1,
h2,
h3,
h3 {
    font-family: 'Lato';
    font-weight: 700;
    color: #000;
}

.outer-pro {
    background-color: #ffffff;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 10px;
    margin-top: 15px;
}

.outer-pro img {
    border-radius: 50%;
    padding: 1px 12%;
}

.outer-pro h2 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-top: 25px;
}

.pro-btnn {
    font-size: 14px;
    color: #fff;
    background: #9dbf4a;
    border-radius: 2px;
    padding: 8px 25px;
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease all 0.3s;
}

.pro-btnn:hover {
    color: #ffffff;
    background-color: #166339;
    transition: ease all 0.3s;

}

.text-justify {
    text-align: justify !important;
}


.social-footer a {
    text-align: center;
    float: left;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 100%;
    margin-right: 12px;
    transition: ease-in-out 0.3s;
    color: #9dbf4a;
    line-height: 32px;
}

.social-footer a:hover {
    background: #9dbf4a;
    transition: ease-in-out 0.3s;
    color: #ffffff;
}


.footer-contact {
    padding: 30px 10px;
    background-image: url('../img/h-contact.jpg');
    background-size: cover;
    background-position: center;
    color: #edffaa;
}

.footer-contact h4,
.footer-contact a {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.bs-example {
    margin: 20px;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}

.modal-body {
    padding: 0rem;
}

.modal-content {
    background: transparent;
    border: 0px;
}

.modal-header {
    border-bottom: 0px;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0px;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-top: 1px solid #9dbf4a;
    transition: ease all 0.3s;
}

.dropdown-menu a {
    padding: 10px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}


.hum-icon {
    font-size: 26px;
    color: #9ebf4b;
    margin-top: 27px;
}



.lg-about-founder {
    padding: 40px 40px 40px 254px;
    position: relative;
    color: #ffffff;
}
.lg-about-founder h2{
    color: #ffffff;
}

.lg-founder-img {
    position: absolute;
    display: block;
    border: 5px solid white !important;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 200px;
    height: 200px;
    left: 0px;
}

/*Manage for mobile screen */
@media (max-width: 767px) {
    .nav-link {
        display: block;
        padding: 0.9rem 1rem;
        color: #000000;
        text-decoration: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        border-bottom: 1px solid #f4f4f4;
        font-size: 18px;
        font-weight: 500;
    }

    .rock {
        font-size: 80% !important;
        margin-top: 20px;
        text-align: center !important;
    }


    .lg-about-founder {
        
        padding: 250px 40px 40px 40px;
        position: relative;
        text-align: center !important;
    }

    .lg-founder-img {
        position: absolute;
        display: block;
        border: 5px solid white !important;
        left: 50%;
        transform: translatex(-50%) !important;
        width: 200px;
        height: 200px;
        top: 20px;
    }
}

.all-pages {
    padding: 120px 0px;
    background-size: cover;
    background-position: center;
}

.all-pages h1 {
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 2px #000000;
}

.the-justify {
    text-align: justify!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
}


.shadow-1 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 8px;
    border: 10px solid #ffffff;
}

.career-border {
    padding: 20px;
    border: 1px dashed #cddc39;
}

.form-control {
    transition: none;
    border-radius: 0px;
    margin-top: 25px;
    font-weight: 500;
    padding: 0.875rem 0.75rem;
}

.form-control textarea {
    height: 100px!important;
}

.submit-button {
    border: 0px;
    padding: 13px 46px;
    background: #9dbf4a;
    font-weight: bold;
    font-size: 16px;
    border-radius: 2px;
    display: inline-block;
    transition: ease all 0.3s;
    margin-top: 30px;
}

.submit-button:hover {
    background: #166339;
    color: #ffffff;
    transition: ease all 0.3s;
}

.wpcf7-spinner {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    border-radius: 2px;
}

.contact-texts {
    text-decoration: none;
}

.contact-texts a{
    text-decoration: none;
    color:#ffffff;
}

.lg-about-advisor {
    border: 1px solid rgb(233, 233, 233);
    padding: 50px 50px 40px 260px;
    position: relative;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top:70px;
}

.lg-advisor-img {
    position: absolute;
    display: block;
    border: 2px solid white !important;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 190px;
    height: 190px;
    left: 30px;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 8px;
    border: 2px solid #ffffff;
}

.lg-about-advisor h4 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}
.lg-about-advisor h5 {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}


@media (max-width: 767px) {
    .lg-about-advisor {
        border: 1px solid rgb(233, 233, 233);
        padding: 260px 20px 40px 20px;
        position: relative;
        background: rgba(255, 255, 255, 1.0);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        margin-top:70px;
    }
    
    .lg-advisor-img {
        position: absolute;
        display: block;
        border: 2px solid white !important;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 190px;
        height: 190px;
        top: 40px;
        border-radius: 50%;
    }
}

.the-title-wrap {
    background: rgba(0, 0, 0, 0.555);
    padding: 30px 120px 30px 50px ;
    display: inline-block;
    background: linear-gradient(256deg, transparent 60px, rgba(0, 0, 0, 0.555) 0);
}

.footer-1 {
    background-image:url('../img/f-1.jpg');
    background-position: center;
    background-size: cover;
    padding: 46px 30px;
}

.footer-2 {
    background-image:url('../img/f-2.jpg');
    background-position: center;
    background-size: cover;
    padding: 46px 30px;
}
.footer-3 {
    background-image:url('../img/f-3.jpg');
    background-position: center;
    background-size: cover;
    padding: 46px 20px;
}

.footer-4 {
    background-image:url('../img/f-4.jpg');
    background-position: center;
    background-size: cover;
    padding: 46px 30px;
}

.product-d-wrap{
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 30px;
    border-radius: 4px;

}

.products-head {
    background-image:url('../img/s-1.jpg');
    background-size: cover;
    background-position: top, center;
    padding: 32px 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}
.products-head-2 {
    background-image:url('../img/food.jpg');
    background-size: cover;
    background-position: top, center;
    padding: 32px 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}
.products-head-3 {
    background-image:url('../img/hawan.jpg');
    background-size: cover;
    background-position: top, center;
    padding: 32px 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.products-head-spices {
    background-image:url('../img/spices-natural-from-himalaya.jpg');
    background-size: cover;
    background-position: top, center;
    padding: 32px 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.products-head-cereals-grains {
    background-image:url('../img/cereals-grains.jpg');
    background-size: cover;
    background-position: top, center;
    padding: 32px 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.product-body {
    padding: 40px 30px;
}

.product-body h5 {
    color:#18643a;
    font-size: 1.12rem;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top:44px;
}
.cursive {
    font-family: 'Satisfy', cursive;
    font-size: 24px;
    text-align: center;
    color: #18643a;
    margin-bottom: 10px;
}

.product-body ul { padding-left:20px; list-style:none; }
.product-body li { margin-bottom:10px; }
.product-body li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 5px 0 -15px;
    color:#9ebf4b;
}

.pt-80 {
    padding-top: 80px;
}

.whatsapp-1 {
    position: fixed;
    z-index: 30;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #8bc34a;
    background: #8bc34a;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
