@import url('https://fonts.googleapis.com/css2?family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Blender_Pro';
    color: #393939;
    overflow-x: hidden;
    background-color: #d9d9d8;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-family: 'Blender_Pro';
    font-size: 16px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Blender_Pro';
    src: url(../fonts/Blender_Pro_Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'hudsonNY-serif';
    src: url(../fonts/hudsonNY-serif.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 0px 10px 0 20px;
    border: unset;
    color: #ffffff;
    z-index: 1;
    background: #9f2121;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    height: 50px;
    border-radius: 30px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #4a1418;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn span {
    width: 50px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
}

.theme_btn:hover span {
    background: #991925;
}

.theme_btn:hover span img {
    filter: invert(1);
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'hudsonNY-serif';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'hudsonNY-serif';
    font-size: 70px;
    line-height: 1.2;
    color: #a15e19;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: uppercase;
}

h3 {
    font-family: 'hudsonNY-serif';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Blender_Pro';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Blender_Pro';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Blender_Pro';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.menu_sec #menu li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Blender_Pro';
    text-transform: uppercase;
}

.menu_sec #menu {
    justify-content: center;
    gap: 80px;
    margin: 0;
    background: #9f2121;
    padding: 20px 0;
    position: absolute;
    width: 90%;
    left: 5%;
    z-index: 9;
}

.menu_sec #menu>li>ul {
    background: #000;
    width: 240px;
    position: absolute;
    top: -90px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}

.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: green;
    padding: 10px;
}


/* Header */

.logo a img {
    margin: 0 auto;
    display: block;
    width: 500px;
    margin-top: 30px;
}


/* end */


/* Banner */

.main-div {
    position: relative;
}

.container-fluid {
    padding: 0 5%;
}

.banner-img {
    position: relative;
    margin-top: 80px;
    padding-bottom: 0;
}

.banner-img img {
    margin: 0 auto;
    display: block;
    padding-bottom: 120px;
}

.scroll-down {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}

.scroll-down h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}

.banner-img:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 64%;
    bottom: 0;
    left: 0;
    z-index: -1;
}


/* end */


/* About */

.abt-wrap {
    padding: 80px 0 0px;
    background: #fff;
}

.abt-text p {
    font-size: 18px;
    line-height: 29px;
}

section.about-us .row {
    align-items: center;
}

section.about-us.meat-proce h2 {
    font-size: 43px;
}


/* end */

.meat-wrap {
    padding: 100px 0px;
    position: relative;
    background: url(../images/mear-bg.png)no-repeat;
    background-size: cover;
}

.meat-img {
    bottom: 0;
    height: 90%;
    position: absolute;
    left: 13%;
}

.meat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.meat-text h3 {
    color: #fff;
    font-size: 70px;
    font-weight: 100;
}

.meat-text p {
    width: 80%;
    color: #ffffff63;
}


/* service */

.service-sec .service-wrap {
    background: #fff;
    padding: 80px 0;
}

.service-box {
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px auto 25px;
    justify-content: center;
}

.service-box-img {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
    object-fit: cover;
}

.service-box h3 {
    color: #33080b;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-box ul {
    text-align: center;
}

.service-box p {
    font-size: 17px;
    color: #8a8989;
    text-align: center;
    margin-bottom: 25px;
}


/* service */


/* contact us */

.contact-sec .contact-warp {
    background: #fff;
    padding: 110px 0px;
}

.contact-sec .contact-warp .container {
    padding: 50px 25px;
    background: url(../images/contact-bg.png)no-repeat;
    background-size: cover;
    box-shadow: 0px 16px 103px 0px rgba(13, 14, 14, 0.29);
}

.contact-heading h2 {
    color: #fff;
    text-align: center;
}

.contact-heading {
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-input input {
    width: 100%;
    height: 60px;
    color: #ffffff65;
    padding: 15px 25px;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #8e6367;
}

.contact-input input {
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 15px 25px;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #8e6367;
}

.contact-input textarea {
    width: 100%;
    height: 200px;
    display: block;
    color: #ffffff65;
    align-content: end;
    padding: 15px 25px;
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #8e6367;
}

.contact-input input::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.contact-input textarea::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.theme_btn2 {
    gap: 10px;
    z-index: 1;
    height: 50px;
    display: flex;
    font-size: 17px;
    overflow: hidden;
    color: #ffffff;
    width: fit-content;
    position: relative;
    border-radius: 30px;
    align-items: center;
    background: #a15e19;
    transition: all 250ms;
    justify-content: center;
    border: 1px solid #fff;
    padding: 0px 10px 0 20px;
    text-transform: uppercase;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.theme_btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #4a1418;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn2:hover {
    color: #fff;
}

.theme_btn2:hover::before {
    width: 100%;
}

.theme_btn2 span {
    width: 50px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
}

.theme_btn2:hover span {
    background: #991925;
}

.theme_btn2:hover span img {
    filter: invert(1);
}

.contactbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* contact us */


/* Testimonial Section Start */

.testimonial-sec .container-fluid {
    padding: 0px 5%;
}

.testimonial-warp {
    padding: 0px 0px 100px;
    background: #fff;
}

.sec-head {
    text-align: center;
    margin-bottom: 40px;
}

.testi-small-imag {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 7px;
}

.testi-small-imag img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.testi-small-imag i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: #00000030;
}

.testimonial-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -1px 3px 5px 0 #98979773;
    margin: 10px 0;
    padding: 0;
    background: #f5efe8;
}

.testimonial-box::before {
    right: 30px;
    width: 60px;
    content: '';
    bottom: 30px;
    height: 40px;
    position: absolute;
    background: url(../images/qt-2.png)no-repeat;
    background-size: cover;
}

img.ts-design {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}

.testi-left-content {
    width: 880px;
    height: 220px;
    display: flex;
    position: relative;
    padding: 0 0 0 20px;
    background: #9f2121;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.testi-left-content img {
    top: -25px;
    left: 10px;
    width: auto;
    position: absolute;
    margin: 0 0 0 -20px;
}

.smal-imag.wow.slideInRight {
    position: absolute;
    top: 15px;
}

.smal-imag.wow.slideInRight img {
    width: 120px;
    height: 120px;
}

.smal-imag.wow.slideInDown {
    top: 15px;
    left: -25px;
    position: absolute;
}

.smal-imag.wow.slideInDown img {
    width: 120px;
    height: 120px;
}

img.ts-2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.testi-left-content h5 {
    font-size: 25.58px;
    margin: 20px 0 0;
    color: #fff;
    text-transform: uppercase;
}

.testi-left-content h6 {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.testi-left-right p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
}

ul.testim-review {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0px;
}

ul.testim-review span {
    color: #3f5b4b;
    font-size: 12px;
    font-weight: 500;
}

ul.testim-review a {
    color: #000;
    font-size: 12px;
}

.testi-left-right {
    padding: 0px 50px 0px 100px;
}

.testimonial-sec .row {
    align-items: center;
}

.testi-left-content .testi-small-imag {
    position: absolute;
    top: 0;
    right: -80px;
    bottom: 0;
    margin: auto;
}

.testi-slider .slick-dots li button:before {
    position: absolute;
    content: '\f111';
    font-size: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #666666 !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    opacity: 1 !important;
}

.testi-slider .slick-dots li.slick-active button:before {
    content: '\f192';
    font-size: 20px;
    font-weight: 100;
    color: #ffa200 !important;
    opacity: 5 !important;
}

.testi-slider .slick-dots {
    bottom: -40px;
}

.sec-head h2 {
    text-transform: uppercase;
    font-size: 80px;
    color: #a15e19;
}

.sec-head p {
    width: 60%;
    margin: auto;
    font-size: 17px;
    color: #8a8989;
    position: relative;
}

section.testimonial-sec.pt-8.pb-8 {
    margin-bottom: 50px;
}


/* Testimonial Section End */


/* footer sec */

.footerSec {
    background: #d9d9d8;
    position: relative;
    z-index: 9;
}

.links ul {
    justify-content: center;
    gap: 80px;
    margin: 0;
    display: flex;
    padding: 20px 0;
    z-index: 9;
}

.links ul li a {
    color: #121111;
}

.copyright_sec {
    margin-top: 15px;
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #adadac;
    background-color: #d9d9d8;
}

.copyright_sec h4 {
    margin: 0;
    font-size: 17px;
    color: #121111;
    font-weight: 400;
    line-height: 25px;
}

.logo-link img {
    width: 400px;
}

.logo-link {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* footer sec */



/*new css*/







.contact-sec0 {
    padding: 50px 25px;
    background: url(https://demolinksphp8.com/Meats-Lockers-wp/wp-content/uploads/2024/12/contact-bg-1.png) no-repeat;)
    no-repeat;
    background-size: cover;
    box-shadow: 0px 16px 103px 0px rgba(13, 14, 14, 0.29);
}

.contact-sec0 .wpb_text_column h4 {
    color: white !important;!i;!;
    font-family: 'hudsonNY-serif';
    font-size: 25px;
    line-height: 1.2;
    color: #a15e19;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.contact-sec0 .social-icon-01 {
    border: 1px solid #a15e19;
    padding: 20px;
}



body.home .menu_sec #menu {
    bottom: -360px;
}

.wpb_text_column p {
    font-size: 18px;
    line-height: 29px;
    font-family: 'Blender_Pro';
    margin-bottom: 1rem;
}






.service-box .wpb_raw_code.wpb_content_element.wpb_raw_html {
    text-align: center;
    align-items: center;
    justify-content: center;
}


.service-box .wpb_raw_code {
    display: flex;
}


.service-sec .service-wrap {
    background: #fff;
    padding: 80px 0;
}



.vc_row.wpb_row.vc_row-fluid.service-wrap {
    padding: 0px;
}


section.vc_section.service-sec .vc_row {
    background: transparent;
}


header.entry-header {
    display: none;
}


section.banner.inn .col-md-12 {
    text-align: center;
    margin-top: 60px;
}


.vc_toggle {
    background: #9f2121;
    padding: 10px 10px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.vc_toggle h4 {
    color: white;
}




.vc_toggle_content p {
    color: white;
}




body.home .menu_sec #menu {
    position: relative;
    top: 820px !important;
    width: 100%;
    left: 0px;
}



p.hf-message {
    color: white;
    border: 1px solid;
    padding: 10px;
    margin-top: 20px;
}


.contact-sec0 .social-icon-01 p {
    color: white;
}


.contact-sec0 .social-icon-01 a {
    color: #ffffff;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: white;
    color: white;
}


.contactbtn br {
    display: none;
}


.wpcf7-response-output {
    color: white;
    border-color: white !important;
}


.footerSec {
    margin-top: 60px;
}



.form0 form {
    background: #a15e19;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form0 form label {
    color: white !important;
}

.form0 form input {
    border-radius: 10px;
    border: 1px solid white;
}


.form0 form .ginput_container.ginput_container_fileupload input {
    padding: 10px 10px;
}

.form0 form input#gform_submit_button_1 {
    padding: 10px 20px;
}

.form0 form select {
    border-radius: 10px;
    border: 1px solid white;
}



.gform_heading {
    display: none;
}


ul.sub-menu {
    z-index: 999999999999;
    background: #9f2121 !important;!i;!;
    visibility: visible;
    opacity: 100;
    top: 70px !important;
}

.current-menu-parent:hover ul.sub-menu {
    opacity: 1 !important;
}


.form0 form h4 {
    color: white;
}


.menu-item-has-children:hover ul.sub-menu {
    z-index: 2 !important;
    opacity: 1 !important;
}


.livestock-item {
   border: 1px solid #ddd;
   padding: 20px;
   margin-bottom: 20px;
}
.livestock-item h2 {
   font-size: 24px;
   margin-bottom: 10px;
}
.livestock-item p {
   font-size: 16px;
   margin-bottom: 5px;
}





.livestock-item {
    border: 1px solid;
    border-radius: 10px;
}


.form0 {
    margin-bottom: 40px !important;
}


.container.colm02 h4 a {
    color: black;
    font-weight: 700;
}


.form0 form h4 a {
    color: white;
    font-weight: 800;
}
.form0 form h2 {
    color: white;
    font-size: 40px;
    margin-bottom: 0px;
}

.form0 form legend {
    color: white;
}


.form0 form span.gfield_required.gfield_required_text {
    color: white;
}



input#input_1_36 {
    color: white;
    font-size: 22px;
}



.note1 {
    color: white;
    font-weight: 700;
    font-size: 17px;
}



.note1 ul li {
    list-style: circle;
    margin-left: 17px;
}




input#input_2_52 {
    color: white;
    font-size: 22px;
}


.vc_toggle_content p {
    color: white;
    font-size: 19px;
}



li {
    font-size: 17px;
    color: #8a8989;
}



.glsr-reviews .glsr-review {
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.glsr-reviews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.glsr-field.glsr-field-text {
    display: none;
}

.glsr-field.glsr-field-text.glsr-required {
    display: block;
}



section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}




.sectionbut404 {
    justify-items: center;
}



.livestock-item a {
    color: black;
    font-weight: 700;
}




.gfield--type-html li {
    color: white;
}

.livestock-item {
    background: #ffffff;
    box-shadow: #9f212124 0px 7px 29px 0px;
}




.logo img.custom-logo {
    height: auto;
}

.footerSec img.custom-logo {
    height: auto;
}
















