/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

figure {
    margin: 0;
}

a, button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: auto;
    width: 100%;
}

.container {
    max-width: 1170px;
}

h1, h2 {
    font-family: "Rakkas", serif;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    z-index: 120;
    height: 114px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

    header.nav-new {
        padding: 0 0;
        background: rgba(255, 255, 255, 1);
        border: none;
        height: 85px;
    }

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin: 0;
    display: none;
}

    .navbar-brand img {
        max-width: 100%;
        height: 100px;
    }

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 auto;
}

    .navbar-light .navbar-nav li {
        margin-right: 25px;
    }

        .navbar-light .navbar-nav li:last-child {
            margin-right: 0;
        }

    .navbar-light .navbar-nav .nav-link {
        padding: 45px 0px;
        color: #39382D;
        font-size: 16px;
        font-weight: 600;
        transition: 0.4s linear;
        -webkit-transition: 0.4s linear;
    }

        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link:hover {
            color: #8A9A5B;
        }

    .navbar-light .navbar-nav li.logo-link a {
        padding: 0;
    }

        .navbar-light .navbar-nav li.logo-link a figure {
            max-width: 196px;
            transition: 0.4s linear;
            -webkit-transition: 0.4s linear;
        }

            .navbar-light .navbar-nav li.logo-link a figure img {
                width: 100%;
            }

header.nav-new .navbar-light .navbar-nav li.logo-link a figure {
    max-width: 120px;
}

header.nav-new .navbar-light .navbar-nav .nav-link {
    padding: 30px 0;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: auto;
    padding: 0;
}

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: unset;
    }

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 14px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #39382D;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 30px;
        position: absolute;
        height: 2px;
        background-color: #39382D;
        top: 0;
        right: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
        width: 22px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
    width: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
    width: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner {
    position: relative;
}

.hero-slide-back {
    position: relative;
    padding: 200px 0 50px;
    background-size: cover;
    background-position: center;
}

    .hero-slide-back:after {
        position: absolute;
        content: '';
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .hero-slide-back:before {
        position: absolute;
        content: '';
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.banner-data-row {
    max-width: 675px;
    position: relative;
    z-index: 1;
}

    .banner-data-row h1 {
        font-size: 36px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 46px;
        margin: 0;
    }

    .banner-data-row p {
        font-size: 18px;
        font-weight: 600;
        color: #E7E3DA;
        line-height: 26px;
        margin: 0 0 45px;
    }

.category-box {
    position: relative;
}

    .category-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

    .category-box:before {
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

    .category-box:hover img {
        filter: none;
    }

    .category-box h2 {
        font-size: 24px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 34px;
        margin: 0;
        padding: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

.hero-slider .slick-prev,
.hero-slider .slick-next {
    position: absolute;
    right: 150px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    bottom: 50px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

    .hero-slider .slick-prev:before,
    .hero-slider .slick-next:before {
        width: 30px;
        height: 30px;
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';
        color: #E7E3DA;
        background: transparent;
        border: 1px solid #E7E3DA;
        font-weight: 400;
        line-height: 28px;
        display: block;
        border-radius: 0;
        text-align: center;
        font-size: 14px;
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

.hero-slider .slick-prev {
    right: 190px;
}

    .hero-slider .slick-prev:before {
        content: "\f053";
    }

    .hero-slider .slick-prev:hover:before,
    .hero-slider .slick-next:hover:before {
        color: #fff;
        background: #8A9A5B;
        border-color: #8A9A5B;
    }

.our-value-wrp {
    padding: 45px 0;
    background: #8A9A5B;
}

    .our-value-wrp h2 {
        margin: 0;
        font-size: 24px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 36px;
        max-width: 175px;
    }

.values-data p {
    font-size: 18px;
    font-weight: 600;
    color: #E7E3DA;
    line-height: 26px;
    margin: 0 0 15px;
}

    .values-data p:last-child {
        margin: 0;
    }

.benefits-wrp {
    padding: 107px 0;
    background: #39382D;
}

.benefits-slider {
    margin: 0 auto;
    max-width: 955px;
}

    .benefits-slider .slick-slide {
        margin: 0 15px;
    }

    .benefits-slider .slick-list {
        margin: 0 -15px;
    }

.benefits-block img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.benefits-slider .slick-prev,
.benefits-slider .slick-next {
    position: absolute;
    right: -80px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

    .benefits-slider .slick-prev:before,
    .benefits-slider .slick-next:before {
        width: 30px;
        height: 30px;
        content: "\f061";
        font-family: 'Font Awesome 5 Pro';
        color: #E7E3DA;
        background: transparent;
        font-weight: 400;
        line-height: 30px;
        border: 1px solid #E7E3DA;
        display: block;
        border-radius: 0;
        text-align: center;
        font-size: 14px;
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

.benefits-slider .slick-prev {
    left: -80px;
    right: auto;
}

    .benefits-slider .slick-prev:before {
        content: "\f060";
    }

    .benefits-slider .slick-prev:hover:before,
    .benefits-slider .slick-next:hover:before {
        color: #fff;
        background: #8A9A5B;
        border-color: #8A9A5B;
    }

.why-us-wrp {
    padding: 30px 0;
    background: #39382D;
}

    .why-us-wrp h2 {
        margin: 0 0 25px;
        font-size: 24px;
        font-weight: normal;
        color: #8A9A5B;
        line-height: 34px;
    }

    .why-us-wrp .row {
        margin: 0 -70px;
    }

        .why-us-wrp .row .col-md-4 {
            padding: 0 70px;
        }

.why-us-box {
    margin: 0 0 30px;
    max-width: 250px;
}

.why-icon {
    max-width: 60px;
    margin: 0 auto 20px;
}

.why-data h3 {
    font-size: 18px;
    font-weight: 600;
    color: #E7E3DA;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 10px;
    min-height: 52px;
}

.why-data p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #E7E3DA;
    line-height: 24px;
}

.dairy-products-wrp {
    padding: 125px 0;
    background: #E7E3DA;
    overflow: hidden;
}

.dairy-product-box {
    position: relative;
    top: -60px;
}

    .dairy-product-box img {
        width: 120%;
    }

.dairy-product-data {
    padding: 50px 0 50px 60px;
    background: #39382D;
    position: relative;
}

    .dairy-product-data:after {
        position: absolute;
        content: '';
        width: 130%;
        height: 100%;
        background: #39382D;
        right: -130%;
        top: 0;
    }

    .dairy-product-data h2 {
        font-size: 24px;
        color: #8A9A5B;
        line-height: 32px;
        margin: 0 0 15px;
        position: relative;
        z-index: 1;
    }

    .dairy-product-data p {
        font-size: 16px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 24px;
        margin: 0 0 24px;
        position: relative;
        z-index: 1;
    }

    .dairy-product-data ul li {
        margin: 0 0 10px;
        padding: 0 0 0 30px;
        font-size: 16px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 24px;
        position: relative;
        position: relative;
        z-index: 1;
    }

        .dairy-product-data ul li:after {
            position: absolute;
            content: '';
            width: 20px;
            height: 15px;
            background: url('../images/chackic.svg') 0 0 no-repeat;
            background-size: 100% 100%;
            top: 3px;
            left: 0;
        }

.our-partners-wrp {
    padding: 65px 0 35px;
}

    .testimonail-wrp h2, .our-partners-wrp h2 {
        font-size: 24px;
        font-weight: normal;
        color: #39382D;
        text-align: center;
        margin: 0 auto 40px;
    }

.partner-slider .slick-slide {
    margin: 0 15px;
}

.partner-slider .slick-list {
    margin: 0 -15px;
}

.partner-box img {
    margin: 0 auto;
}

.testimonail-wrp {
    padding: 30px 0 50px;
}

.testimonail-row {
    padding: 45px;
    background: #F6F6F8;
    border-radius: 15px;
    max-width: 890px;
    margin: 0 auto;
}

.testimonail-block {
    padding: 0 15px;
}

.raiting-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

    .raiting-block i {
        font-size: 16px;
        color: #FCBF02;
        margin-right: 5px;
    }

        .raiting-block i:last-child {
            margin: 0;
        }

.testimonail-block p {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 35px;
}

.testimonail-user-bx figure {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    margin: 0 auto 15px;
}

    .testimonail-user-bx figure img {
        width: 65px;
        height: 65px;
        border-radius: 100%;
        object-fit: cover;
    }

.testimonail-user-bx h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 auto 5px;
}

    .testimonail-user-bx h3 span {
        display: block;
        font-size: 13px;
        font-weight: normal;
        color: #777;
    }

.testimonail-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
}

    .testimonail-slider .slick-dots li {
        line-height: 0;
        margin-right: 8px;
    }

        .testimonail-slider .slick-dots li:last-child {
            margin: 0;
        }

        .testimonail-slider .slick-dots li button {
            width: 8px;
            height: 8px;
            border: none;
            font-size: 0;
            background: #000;
            opacity: 0.50;
            border-radius: 100%;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .testimonail-slider .slick-dots li.slick-active button {
            background: #8A9A5B;
            opacity: 1;
        }

.partner-slider .slick-prev, .partner-slider .slick-next,
.testimonail-slider .slick-prev,
.testimonail-slider .slick-next {
    position: absolute;
    right: -15px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

    .partner-slider .slick-prev:before, .partner-slider .slick-next:before,
    .testimonail-slider .slick-prev:before,
    .testimonail-slider .slick-next:before {
        width: 30px;
        height: 30px;
        content: "\f061";
        font-family: 'Font Awesome 5 Pro';
        color: #333;
        background: transparent;
        font-weight: 400;
        line-height: 30px;
        border: 1px solid #333;
        display: block;
        border-radius: 0;
        text-align: center;
        font-size: 14px;
        transition: .4s linear;
        -webkit-transition: .4s linear;
    }

.partner-slider .slick-prev,
.testimonail-slider .slick-prev {
    left: -15px;
    right: auto;
}

    .partner-slider .slick-prev:before,
    .testimonail-slider .slick-prev:before {
        content: "\f060";
    }

    .partner-slider .slick-prev:hover:before, .partner-slider .slick-next:hover:before,
    .testimonail-slider .slick-prev:hover:before,
    .testimonail-slider .slick-next:hover:before {
        color: #fff;
        background: #8A9A5B;
        border-color: #8A9A5B;
    }

footer {
    background: #39382D;
}

    footer .container {
        max-width: 1280px;
    }

.footer-top {
    padding: 50px 0;
    border-bottom: 1px solid #B8A68A;
}

.quicklinks-row {
    max-width: 450px;
}

.quicklinks h3 {
    font-size: 14px;
    font-weight: 600;
    color: #E7E3DA;
    line-height: 22px;
    margin: 0 0 5px;
}

.quicklinks p {
    font-size: 14px;
    font-weight: normal;
    color: #E7E3DA;
    line-height: 22px;
    margin: 0;
}

.quicklinks a {
    color: #E7E3DA;
}

    .quicklinks a:hover {
        color: #fff;
    }

.quicklink-nav {
    max-width: 250px;
}

    .quicklink-nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

        .quicklink-nav ul li {
            width: 50%;
            padding: 0 10px;
            margin: 0 0 10px;
        }

            .quicklink-nav ul li a {
                font-size: 14px;
                font-weight: 600;
                color: #E7E3DA;
                line-height: 24px;
                display: flex;
                width: fit-content;
            }

                .quicklink-nav ul li a:hover {
                    color: #fff;
                }

.copyright-wrp {
    padding: 20px 0;
}

    .copyright-wrp ul {
        display: flex;
        align-items: center;
    }

        .copyright-wrp ul li {
            margin-right: 25px;
        }

            .copyright-wrp ul li:last-child {
                margin: 0;
            }

            .copyright-wrp ul li a {
                display: block;
                font-size: 14px;
                font-weight: normal;
                color: #E7E3DA;
            }

                .copyright-wrp ul li a:hover {
                    color: #fff;
                }
/* **** End Home Page **** */

/* **** Farm Tour Page **** */
.inner-banner {
    padding: 200px 0 100px;
    background-image: url('../images/banner-img.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

    .inner-banner:after {
        position: absolute;
        content: '';
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .inner-banner:before {
        position: absolute;
        content: '';
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.buffalo-tour-wrp {
    padding: 45px 0;
    background: #39382D;
    overflow: hidden;
}

    .inquiry-wrp h2,
    .buffalo-tour-wrp h2 {
        margin: 0 0 30px;
        color: #8A9A5B;
        font-size: 24px;
        font-weight: normal;
        line-height: 34px;
    }

.buffalo-tour-data {
    max-width: 522px;
}

    .buffalo-tour-data h3 {
        font-size: 18px;
        font-weight: 600;
        color: #F9F9F9;
        line-height: 26px;
        margin: 0 0 15px;
    }

    .buffalo-tour-data p {
        font-size: 16px;
        font-weight: normal;
        color: #F9F9F9;
        line-height: 24px;
        margin: 0 0 10px;
    }

.tour-bx {
    max-width: 100px;
    display: table;
}

    .tour-bx img {
        margin: 0 auto 5px;
    }

    .tour-bx h5 {
        margin: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #F9F9F9;
        line-height: 24px;
    }

.buffalo-tour-img img {
    width: 120%;
}

.buffalo-tour-row:nth-child(odd) .buffalo-tour-img {
    position: relative;
    right: -20%;
}

.inquiry-wrp {
    padding: 35px 0 75px;
    background: #39382D;
}

    .inquiry-wrp .form-group {
        margin: 0 0 25px;
    }

        .inquiry-wrp .form-group label {
            display: block;
            margin: 0 0 10px;
            font-size: 16px;
            font-weight: normal;
            color: #E7E3DA;
        }

        .inquiry-wrp .form-group .form-control {
            padding: 12px 15px;
            border-radius: 5px;
            border: 1px solid #B8A68A;
            background: #39382D;
            height: auto;
            box-shadow: none;
            color: #fff;
            font-size: 15px;
            resize: none;
        }

    .inquiry-wrp .btn-main {
        border: none;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #39382D;
        background: #E7E3DA;
        display: table;
        margin: 0 0 0 auto;
    }

        .inquiry-wrp .btn-main:hover {
            background: #8A9A5B;
            color: #fff;
        }

.hausen-cheese-wrp {
    padding: 135px 0 50px;
}

    .hausen-cheese-wrp .dairy-product-data h2 {
        color: #E7E3DA;
    }

.gastronomy-tips-wrp {
    padding: 55px 0 0;
    background: #E7E3DA;
}

.gastronomy-tips-data {
    max-width: 850px;
    margin: 0 0 55px;
}

    .gastronomy-tips-data h2 {
        font-size: 24px;
        font-weight: normal;
        color: #39382D;
        margin: 0 0 16px;
    }

    .gastronomy-tips-data p {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        color: #39382D;
        line-height: 24px;
    }

    .gastronomy-tips-data ul li {
        padding: 0 0 0 20px;
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        color: #39382D;
        line-height: 24px;
        position: relative;
    }

        .gastronomy-tips-data ul li:before {
            position: absolute;
            content: '';
            width: 4px;
            height: 4px;
            background: #39382D;
            border-radius: 100%;
            top: 10px;
            left: 0;
        }

        .gastronomy-tips-data ul li strong {
            font-weight: 600;
        }

.gastronomy-row {
    margin: -130px auto 0;
    position: relative;
    bottom: -130px;
}

.gastronomy-img-box img {
    width: 100%;
    object-fit: cover;
}

.gastronomy-row .col-md-4:nth-child(even) .gastronomy-img-box {
    margin: 60px 0 0;
}

.our-pg-partners-wrp {
    padding: 250px 0 50px;
}

    .our-pg-partners-wrp h2 {
        font-size: 24px;
        font-weight: 400;
        color: #39382D;
        text-align: center;
        line-height: 34px;
        margin: 0 auto 24px;
    }

    .our-pg-partners-wrp ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .our-pg-partners-wrp ul li {
            margin-right: 30px;
        }

            .our-pg-partners-wrp ul li:last-child {
                margin: 0;
            }

.food-trail-wrp {
    padding: 135px 0 50px;
}

    .food-trail-wrp .dairy-product-data ul {
        margin: 0 0 24px;
    }

        .food-trail-wrp .dairy-product-data ul li {
            padding: 0;
            display: flex;
        }

            .food-trail-wrp .dairy-product-data ul li figure {
                min-width: 20px;
                margin-right: 10px;
                max-width: 20px;
            }

                .food-trail-wrp .dairy-product-data ul li figure img {
                    margin: 0 auto;
                }

            .food-trail-wrp .dairy-product-data ul li:after {
                display: none;
            }

    .food-trail-wrp .dairy-product-data .btn-main {
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #39382D;
        background: #E7E3DA;
        border-radius: 30px;
        display: table;
    }

        .food-trail-wrp .dairy-product-data .btn-main:hover {
            background: #8A9A5B;
            color: #fff;
        }

.footer-img-row {
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}

    .footer-img-row .food-img-box {
        width: 50%;
    }

        .footer-img-row .food-img-box:last-child {
            margin: 50px 0 0;
        }

.food-img-box img {
    width: 100%;
}
/* **** End Farm Tour Page **** */

/* **** Meat Sales Page **** */
.meat-sales-wrp {
    padding: 60px 0 0;
    background: #39382D;
}

    .meat-why-us-wrp .container,
    .meat-sales-wrp .container {
        max-width: 1280px;
    }

.meat-sales-data {
    max-width: 955px;
}

    .meat-sales-data h2 {
        font-size: 24px;
        font-weight: normal;
        color: #8A9A5B;
        line-height: 34px;
        margin: 0 0 15px;
    }

    .meat-sales-data p {
        font-size: 16px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 24px;
        margin: 0 0 60px;
    }

.meat-sales-wrp .gastronomy-row {
    margin: -160px auto 0;
    position: relative;
    bottom: -160px;
}

.meat-why-us-wrp {
    padding: 250px 0 50px;
    background: #E7E3DA;
}

.meat-why-block h2 {
    font-size: 24px;
    font-weight: normal;
    color: #39382D;
    line-height: 34px;
    margin: 0 0 15px;
}

.meat-why-block .why-data p, .meat-why-block .why-data h3 {
    color: #39382D;
}

.meat-why-block {
    padding: 0 40px 0 0;
}

.intrested-sidebar {
    padding: 0;
}

    .intrested-sidebar h2 {
        margin: 0 0 24px;
        font-size: 24px;
        font-weight: normal;
        color: #8A9A5B;
        line-height: 34px;
    }

    .intrested-sidebar .form-group {
        margin: 0 0 25px;
        max-width: 340px;
    }

        .intrested-sidebar .form-group label {
            font-size: 16px;
            font-weight: normal;
            color: #1C1C1C;
            line-height: 22px;
            display: flex;
            margin: 0 0 10px;
        }

        .intrested-sidebar .form-group h6 {
            font-size: 16px;
            font-weight: normal;
            color: #1C1C1C;
            line-height: 22px;
            margin: 0 0 10px;
            display: block;
        }

            .intrested-sidebar .form-group h6 span {
                display: block;
                font-size: 12px;
                font-weight: normal;
                color: #1C1C1C;
                font-style: italic;
            }

        .intrested-sidebar .form-group .form-control {
            padding: 12px 15px;
            border-radius: 5px;
            border: 1px solid #B8A68A;
            height: auto;
            box-shadow: none;
            font-size: 15px;
            color: #000;
            line-height: 22px;
            background: transparent;
            resize: none;
        }

.custome-chackbx {
    margin: 0 0 10px;
}

    .custome-chackbx .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .custome-chackbx .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
            font-size: 14px;
            font-weight: normal;
            color: #1C1C1C;
            line-height: 22px;
            margin: 0;
        }

            .custome-chackbx .styled-checkbox + label span {
                line-height: 22px;
            }

            .custome-chackbx .styled-checkbox + label:before {
                content: "";
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                min-width: 24px;
                width: 24px;
                height: 24px;
                background: transparent;
                border: 1px solid #B8A68A;
                border-radius: 5px;
            }

        .custome-chackbx .styled-checkbox:checked + label:after {
            content: "\f00c";
            position: absolute;
            font-family: "Font Awesome 5 Pro";
            left: 0;
            top: 0px;
            background: #8A9A5B;
            border-radius: 5px;
            color: #fff;
            font-weight: 300;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 14px;
        }

.intrested-sidebar .form-group.address-bx {
    max-width: 100%;
}

.intrested-sidebar .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.intrested-sidebar button {
    padding: 8px 20px;
    border-radius: 50px;
    background: #39382D;
    font-size: 16px;
    font-weight: 600;
    color: #E7E3DA;
    border: none;
    margin: 0 0 0 auto;
}

    .intrested-sidebar button:hover {
        background: #8A9A5B;
        color: #fff;
    }
/* **** End Meat Sales Page **** */

/* **** About Page **** */
.about-banner {
    padding: 250px 0;
}

.about-wrp {
    padding: 60px 0 100px;
    background: #39382D;
    overflow: hidden;
}

    .our-animales-wrp .container, .about-wrp .container {
        max-width: 1280px;
    }

    .about-wrp h1 {
        font-size: 24px;
        font-weight: normal;
        color: #8A9A5B;
        line-height: 34px;
        margin: 0 0 15px;
    }

    .about-wrp p {
        max-width: 855px;
        font-size: 16px;
        font-weight: normal;
        color: #E7E3DA;
        line-height: 24px;
        margin: 0 0 75px;
    }

.about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-img {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

    .about-img img {
        width: 100%;
    }

.abt-smlimg {
    max-width: 80%;
}

.about-data {
    width: 60%;
    padding: 40px 0;
    background: #E7E3DA;
    position: relative;
}

    .about-data:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #E7E3DA;
        top: 0;
        right: -100%;
    }

    .about-data:before {
        position: absolute;
        content: '';
        width: 65px;
        height: 100%;
        background: #E7E3DA;
        top: 0;
        left: -65px;
    }

    .about-data p {
        font-size: 16px;
        font-weight: normal;
        color: #39382D;
        line-height: 24px;
        margin: 0 0 24px;
    }

    .about-data h3 {
        font-size: 16px;
        font-weight: 600;
        color: #39382D;
        line-height: 24px;
        margin: 0 0 24px;
    }

    .about-data ul {
        margin: 0 0 25px;
    }

        .about-data ul li {
            padding: 0 0 0 20px;
            margin: 0;
            font-size: 16px;
            font-weight: normal;
            color: #39382D;
            line-height: 24px;
            position: relative;
        }

            .about-data ul li:before {
                position: absolute;
                content: '';
                width: 4px;
                height: 4px;
                background: #39382D;
                border-radius: 100%;
                top: 10px;
                left: 0;
            }

.our-animales-wrp {
    position: relative;
    padding: 70px 0 100px;
    background: #E7E3DA;
}

    .our-animales-wrp h2 {
        font-size: 24px;
        font-weight: normal;
        color: #8A9A5B;
        line-height: 32px;
        margin: 0 0 15px;
    }

    .our-animales-wrp h6 {
        margin: 0 0 25px;
        font-size: 16px;
        font-weight: normal;
        color: #000000;
        line-height: 24px;
        max-width: 290px;
    }

.animal-list-top {
    margin: 0 0 45px;
}

    .animal-list-top ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

        .animal-list-top ul li {
            width: 16.66%;
            padding: 0 10px;
        }

.animal-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}

.animal-box p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    margin: 0;
}

.animal-meat-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .animal-meat-list ul li {
        width: 33.33%;
        padding: 0 10px;
    }

.animal-meat-block {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}

    .animal-meat-block h3 {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        line-height: 26px;
    }

    .animal-meat-block p {
        font-size: 16px;
        font-weight: normal;
        color: #000;
        line-height: 24px;
        margin: 00 0 40px;
    }

/* **** End About Page **** */


.partner-box img {
    margin: 0 auto;
    max-width: 300px;
    max-height: 120px;
}

.partn-lg img {
    max-width: 200px;
    max-height: 120px;
}
