@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

* {
    box-sizing: border-box;
}
img {max-width: 100%;}
/*html {
    overflow-x: hidden;
}*/
body {
    margin:0px;
    /*overflow-x: hidden;*/
    -webkit-font-smoothing: antialiased;
    padding: 0;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
input:focus, button:focus, select:focus, a:focus, textarea:focus {
    box-shadow: none;
    outline: none;
}
input, textarea, select {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
}
textarea {
    resize: none;
}
h2, h1, h3, h4, h5, h6, p, figure ul p{
  margin: 0; padding: 0; line-height: 1.4; font-weight: 400;
}

h1 {font-size: 50px; font-weight: 700;}
h2 {font-size: 32px; margin: 0 0 15px;}
h3 {font-size: }
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 14px;}

p {font-size: 18px; margin: 15px 0;}

ol, ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a:hover, button, input[type="submit"]{
        transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

.container {
    width: 1250px;
    max-width: 100%;
}
.cmn-btn {
    background: #A58526;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 25px;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
}
.cmn-btn:hover, .cmn-btn:focus {
    color: #fff;
}
.home-map-btn {
    width: 100%;
    float: left;
}

/***Main Css***/
/*****header******/
.navbar.is-black {
    text-align: right;
    background-color: #111;
    color: white;
    padding: 13px 0;
}
.social-icons a {
    margin: 0 8px;
}
header .container {
    width: 100%;
    max-width: 1400px;
}
nav.navbar.is-dark {
    background-color: #1C1C1C;
    padding: 0;
    float: left;
    width: 100%;
}
.navbar-brand img {
    width: 106px;
}
.navbar-menues {
    float: right;
}
.navbar-menues li a.visit-website {
    font-size: 14px;
    background: #111111;
    color: #fff;
    border-bottom: 4px solid #111;
    font-weight: 500;
}
.navbar-menues li {
    float: left;
}
.navbar-menues li a.visit-website:hover {
    border-color: #A58526 !important;
}
.navbar-menues li a.enquiry {
    color: #fff;
    background: #A58526;
    border-bottom: 4px solid #a5852c;
    font-weight: 700;
}
.navbar-menues li a {
    display: inline-block;
    padding: 15px 40px;
        font-size: 14px;
}
.navbar-menues.header-social li a i {
    font-size: 16px;
    display: none;
}
.navbar-brand {
    position: absolute;
    top: -40px;
}
nav.navbar.is-dark .container {
    max-width: 100%;
    padding: 0 0px 0 24px;

}

/****banner***/
.banner-section > img{
    width: 100%;
}
.banner-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
    position: relative;
}
.banner-content {
    position: relative;
    width: 100%;
    float: left;
    padding: 150px 0 100px;
}
.banner-text {
    max-width: max-content;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.banner-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #111;
    padding: 17px 28px;
}
.banner-text h6 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
    margin: 13px 0 35px;
}

.banner-text a {
    padding: 14px 20px;
}
.navbar-brand {
    position: absolute;
    margin-top: 0;
}

.team-established-sec {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 150px 0;
}
.team-est-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.team-est-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-est-title h2 {
    border-bottom: 8px solid #A48430;
    padding-bottom: 30px;
    max-width: max-content;
}
.team-est-title, .team-est-desc {
    width: 100%;
    float: left;
}
.team-est-desc {
    max-width: 700px;
}

.team-est-desc p {font-weight: 500;}

.home-map-sec {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}
.home-map-desc, .home-map-inr {
    width: 100%;
    float: left;
}
.home-map-inr {
    padding: 100px 0;
    background-color: #EFEFEF;
}
.home-map-desc p {
    font-weight: 500;
}
.home-map-area {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.home-map-area img {
    width: 100%;
}

.food-safety-left {
    width: 50%;
    float: left;
}
.food-safety-img {
    width: 100%;
    height: 100%;
}
.food-safety-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.food-safety-inr {
    background: #000;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.food-safety-right {
    width: 50%;
    float: left;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
}
.food-safety-desc {
    max-width: 460px;
    margin: 0 auto;
}
.food-safety-desc p {
    color: #b2b2b2;
    font-weight: 500;
}

.sustainable-farm-sec {
    width: 100%;
    float: left;
    padding: 150px 0;
    text-align: center;
    background: #F8F8F8;
}
.sustainable-farm-title-desc {
    max-width: 850px;
    margin: 0 auto;
}
.sustainable-farm-title-desc p {
    color: #b2b2b2;
    font-weight: 500;
}
.sustainable-farm-item-wrap {
    width: 100%;
    float: left;
    margin: 70px 0 0;
}
.sustainable-farm-item {
    width: 100%;
    float: left;
    position: relative;
}
.sustainable-farm-item-col:last-child .sustainable-farm-item::before {
    display: none;
}
.sustainable-farm-item::before {
    content: "";
    position: absolute;
    top: 27px;
    left: calc(100% + 15px);
    width: 50%;
    height: 2px;
    background: #0F1010;
    transform: translateX(-50%);
}
.sustainable-farm-item::after {
    content: "\f105";
    font-family: 'fontawesome';
    font-weight: 400;
    position: absolute;
    top: 28px;
    left: calc(100% + 15px);
    width: 30px;
    height: 30px;
    transform: translateX(-50%) translateY(-50%);
    background: #A58526;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}
.sustainable-farm-item-col:last-child .sustainable-farm-item::after {
    display: none;
}
.sustainable-farm-item-inr {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
}
.sustainable-farm-item img {
    height: 54px;
    object-fit: scale-down;
    margin: 0 0 10px;
}
.sustain-farm-item-desc {
    width: 100%;
}
.sustain-farm-item-desc p {
    color: #838383;
    font-size: 14px;
}

.sold-products-sec, .team-established-sec {
    position: relative;
    width: 100%;
    float: left;
}
.sold-products-sec {
    background: #f8f8f8;
    text-align: center;
    padding: 20px;
}
.sold-products-inr {
    position: relative;
    padding: 110px 0;
    z-index: 1;
}
.sold-products-desc h2 {
    background: #111111;
    color: #fff;
    font-size: 50px;
    display: inline-block;
    padding: 5px 30px;
}
a.sold-products-btn.cmn-btn {
    text-transform: none;
    margin-top: 25px;
}


footer.footer-sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 95px 0;
}
.footer-left {
    width: 100%;
    float: left;
}
.footer-right {
    width: 100%;
    float: left;
}
.footer-desc.footer-address p a {
    color: #111;
}
.footer-desc.footer-address p {
    font-size: 14px;
}
.footer-desc.footer-address {
    width: 100%;
    max-width: 253px;
}
.footer-newsletter-sec {
    width: 100%;
    max-width: 275px;
}
.footer-newsletter-title-desc {
    max-width: 260px;
}
.footer-newsletter-title-desc p {
    color: #838383;
    font-size: 14px;
}
.footer-newsletter-form form {
    display: flex;
}
.footer-newsletter-form {
    margin: 0;
    width: 100%;
}
.footer-newsletter-form .submit-field {
    margin: 0;
    padding: 0;
    width: auto;
}

.footer-newsletter-form .es-field-wrap input {
    height: 35px;
    padding: 5px 10px;
    line-height: normal;
    width: 100%;
    border: 1px solid #111;
    color: #111;
    font-weight: 500;
    font-size: 14px;
}

.footer-newsletter-form input {
    font-size: 12px;
    background: none;
}
.es-field-wrap {margin: 0;}
.footer-newsletter-form input::placeholder {
    color: #919191;
    opacity: 1;
}
.footer-newsletter-form input[type="submit"] {
    height: 35px;
    background: #111;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

.footer-right-form {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    transition: .3s;
    box-shadow: rgba(0,0,0,.1) 0 3px 6px;
}
.form-field {
    width: 100%;
    float: left;
    margin: 15px 0;
    font-size: 0;
}
.footer-right-form .form-field {
    padding: 0 12px;
}
.form-field > label {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    margin: 0 0 7px;
}
.footer-right-form .form-field > label {
    padding: 0 10px;
}
.form-field input, .form-field select, .form-field textarea {
    height: 35px;
    padding: 5px 10px;
    line-height: normal;
    width: 100%;
    border: 1px solid #111;
    color: #111;
    font-weight: 500;
    font-size: 14px;
}
.footer-right-form input::placeholder {
    color: #111;
    opacity: 1;
}
.footer-right-form .form-field input, .footer-right-form .form-field select {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: none;
}
.footer-right-form .form-field textarea {
    background: none;
}
.form-field textarea {
    height: 112px;
    border: 1px solid #4C4C4C;
    font-weight: 300;
}
.form-field textarea::placeholder {
    color: #111;
    opacity: .25;
}
.submit-field {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.footer-right-form .submit-field {
    text-align: right;
    padding: 0 10px;
}
.submit-field input[type="submit"] {
    background: #A58526;
    text-transform: uppercase;
    padding: 14px 25px;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
}
.copyright-sec {
    width: 100%;
    float: left;
    background: #f8f8f8;
    text-align: center;
}
.copyright-desc {
    width: 100%;
    float: left;
}
.copyright-desc p {
    font-size: 12px;
    color: #5B5E6C;
}
/***************Mobile View*****************/

@media (min-width: 1200px) {


}

@media (max-width: 991px) {
    h1, .sold-products-desc h2 {font-size: 35px;}
    h2 {font-size: 25px;}
    .footer-right-form .submit-field {text-align: left;}
}



@media (max-width: 767px) {
    .navbar-menues.header-social li a {font-size: 0;  padding: 15px 25px}
    .navbar-menues.header-social li a i {display: inline-block;}
    br {
    display: none;
}
.sold-products-sec, .home-map-sec, .banner-section {padding: 20px 15px;}
    .sustainable-farm-item::before, .sustainable-farm-item::after {
        display: none;
    }
    .banner-content {padding: 100px 0 70px;}
    .team-established-sec {padding: 70px 0;}
    .food-safety-img img {height: auto;}
    .home-map-inr {padding: 70px 0;}
    .food-safety-left, .food-safety-right {width: 100%;}
    .sustainable-farm-sec {padding: 70px 0;}
    .sustainable-farm-item-wrap {margin: 30px 0 0;}
    .sustainable-farm-item {margin: 15px 0;}
    .footer-left {   margin: 0 0 40px;}
    footer.footer-sec {padding: 70px 0;}
    .footer-right-form {padding: 20px 15px;}
}




