:root {--primary-color: #e74032;--secondary-color: #572c8b;--white: #FFFFFF}
::-webkit-scrollbar {width: 10px;background-color: #f5f5f5}
::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {display: none}
::-webkit-scrollbar-track-piece {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #dedede}
::-webkit-scrollbar-thumb:vertical {border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #050607}
[class^=box-] {display: none}
[class^=box-].showfirst {display: block}
.customradio {display: inline-block;position: relative;padding-left: 25px;margin-bottom: 0;cursor: pointer;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;vertical-align: middle;font-weight: 400;color: var(--white)}
.customradio input {position: absolute;opacity: 0;cursor: pointer}
.checkmark {position: absolute;top: 4px;left: 0;height: 11px;width: 11px;border-radius: 3px;background-color: #e0e0e0}
.customradio input:checked ~ .checkmark {background: #ff6101}
.slick-list {margin: 0 -15px}
.slick-slide {margin: 0 15px}
ul.slick-dots {padding: 20px 0 0;text-align: center}
ul.slick-dots li {margin: 0 8px 0 0;width: auto;display: inline-block;vertical-align: middle;overflow: hidden;padding: 0;border: none}
.slick-dots li button:before {color: var(--white);opacity: 1;font-size: 20px}
.slick-dots li button {height: 11px;width: 11px;border-radius: 50%;padding: 0;background: #d6d6d6;border: none;cursor: pointer;font-size: 0;padding: 0;-webkit-transition: all .4s ease-In-out;-moz-transition: all .4s ease-In-out;-o-transition: all .4s ease-In-out;transition: all .4s ease-In-out;box-sizing: border-box}
.slick-dots li.slick-active button {background: #c9022c}
span.arrows {width: 36px;height: 36px;border: none;position: absolute;top: 0;bottom: 0;margin: auto;z-index: 2;cursor: pointer;line-height: 39px;font-size: 12px;text-align: center;font-weight: 300;top: 0;border-radius: 0;background: #dde2e6;color: #222}
span.arrows.next {right: 1%}
.slick-initialized .slick-slide {outline: 0 !important}
p {color: #202221;font-size: 18px;line-height: 34px;margin-bottom: 0}
p + p {margin-top: 15px}
ul {padding: 0;margin: 0;list-style: none}
@media (min-width: 100px) {
    .padding-full {padding-right: 15px;padding-left: 15px}
    .no-padding {padding-left: 0;padding-right: 0}
    .no-padding-left {padding-left: 0}
    .no-padding-right {padding-right: 0}
}
body {font-family: 'Roboto', sans-serif;overflow-x: hidden !important}
.header-menu ul {
    display: flex;
    align-items: center;
}

.header-menu ul li a {
    color: #80918D;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
    border-bottom: 2px solid #fff;
}

.header-menu ul li+li {
    margin-left: 30px;
}

.header-menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-img img {
    width: 100%;
    height: auto;
}
.banner-item {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-con-iner h2 {
    color: #419343;
    font-weight: 800;
    font-size: 36px;
    line-height: 70px;
    text-transform: uppercase;
}

.banner-con-iner h2 span {
    color: #B0D136;
}

.banner-btn a {
    background: #B0D136;
    color: #fff;
    font-weight: 600;
    display: table;
    width: 250px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.3s;
}

.banner-btn {
    margin-top: 30px;
}
header {
    padding: 12px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 2%);
    position: relative;
    z-index: 9999;
}
ul.slick-dots {
    padding: 5px 0 0;
    text-align: center;
}
.about-con {
    text-align: center;
}

.about-con .banner-btn {
    display: table;
    margin: 30px auto 0;
}

.about-con h2 {
    color: #419343;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px;
}

section.sec-2.about-schone {
    padding: 120px 0px;
    position: relative;
    background: #F5F9F9;
}
.slick-dots li button {
    background: transparent;
    border: 1px solid #419343;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #419343;
    height: 13px;
    width: 13px;
}
.banner-btn a i.fa {
    margin-right: 7px;
}
.about-schone img.about-left-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.about-schone img.about-right-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.banner-btn a:hover {
    background: #419343;
}
.food-con h2 {
    color: #419343;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: center;
}

.food-con p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.food-con {
    margin-bottom: 50px;
}
section.sec-3.food-category {
    background: #F3F2F2 url("../images/category-bg.png") bottom center / cover no-repeat;
    padding: 70px 0;
}
.food-catory-details .row > div {
    padding: 0 !important;
}

.food-catory-details .row {
    margin: 0;
    height: 100%;
}

.food-category-lst {
    background: #fff;
    border-radius: 7px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.food-category-lst ul li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    line-height: 22px;
}

.food-category-lst ul li.active a,.food-category-lst ul li:hover a {
    background: #419343;
    color: #fff;
    font-weight: 600;
}

.food-category-lst ul li+li a {
    border-top: 1px solid #ccc;
}

.food-category-lst ul + a {
    color: #333;
    text-align: center;
    padding: 0 0 10px;
}
.food-catory-details .row .category-product {
    background: #fff;
    padding: 18px 0 !important;
}

.category-product ul {
    padding: 0 15px;
    list-style: circle;
    padding-left: 33px;
}

.category-product h5 {
    font-size: 16px;
    font-weight: 700;
    color: #419343;
    padding: 0 15px;
    line-height: 24px;
}

.category-product ul li {font-size: 14px;line-height: 26px;font-weight: 500;text-transform: capitalize;}

.categoyr-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.food-catory-details > div {
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
}
.food-con.white-title h2 {
    color: #fff;
}

section.sec-4.tech-expertise {
    background: url("../images/green-bg.jpg") center center / cover no-repeat;
    padding: 70px 0;
}
.texh-box h3 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.tech-boxes {
    text-align: center;
}

.tech-boxes img {
    margin-bottom: 20px;
    max-height: 90px;
}
.about-con p {max-width: 100%;margin: 0 auto;}
img.search-sec-left-img {
    position: absolute;
    left: 3%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

img.search-sec-right-img {
    position: absolute;
    right: 3%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

section.sec-2.about-schone.search-sec {
    padding: 140px 0;
    background: #f3f2f2 url("../images/research-bg.png") center center / cover no-repeat;
}
footer {
    padding: 70px 0 0;
    border-top: 5px solid #F3F2F2;
}

.logo-footer h4 {
    color: #B2B2B2;
    font-weight: 400;
    margin: 25px 0 15px;
    font-size: 20px;
}

ul.social-ico {
    display: flex;
    align-items: center;
}

ul.social-ico li a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #B2B2B2;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    transition: 0.3s;
}

ul.social-ico ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-ico li+li {
    margin-left: 10px;
}

ul.social-ico li:hover a {
    background: #419243;
}
.footer-col h3 {
    color: #80918D;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
}

.footer-col ul#menu-primary-menu-1 li a {
    color: #262626;
    font-size: 18px;
    line-height: 40px;
}
.contact-details ul li b {
    font-size: 15px;
    color: #419243;
    line-height: 28px;
}

.contact-details ul li a {
    color: #000;
    font-size: 14px;
    line-height: 32px;
}

.contact-details ul+ul {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}
.copyright p {
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
}

.copyright {
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.about-inner img.about-left-img {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.about-con.about-con-inner {
    text-align: left;
}

.about-con.about-con-inner p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
}

.about-con.about-con-inner h2 {
    margin: 20px 0 10px;
}

.col-md-12.about-con.about-con-inner {
    margin-top: 40px;
}
section.main-banner img {
    width: 100%;
    height: auto;
}
img.product-left-img {
    position: absolute;
    left: 0;
    top: 10%;
    max-height: 100%;
}

img.product-right-img {
    right: 0;
    position: absolute;
    top: 4%;
    max-height: 20%;
}
.product-inner .food-category-lst {
    border: 1px solid #ccc;
    justify-content: space-between;
}

.product-inner .food-category-lst h3 {
    padding: 12px;
    color: #464F4D;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.product-inner .categoyr-img img {
    height: 355px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 15px;
}
.product-inner .food-category-lst {
    border: 1px solid #ccc;
    justify-content: space-between;
}

.product-inner .food-category-lst h3 {
    padding: 12px;
    color: #464F4D;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.product-inner .food-catory-details .row .category-product {
    background: transparent;
    padding: 0 !important;
}

.product-inner .food-catory-details .row .category-product h5 {
    font-size: 20px;
    padding: 0;
    margin: 8px 0 12px;
}

.product-inner .food-catory-details .row .category-product ul li {
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: calc(100% / 3 - 4px);
    margin: 4px 0;
    margin-left: 6px;
}

.product-inner .food-catory-details .row .category-product ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-inner .food-catory-details .row .category-product ul li:nth-child(3n+1) {
    margin-left: 0;
}
.product-inner .food-catory-details p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.custom-main h3 {
    color: #B0D136;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 18px;
    padding-top: 20px;
    position: relative;
}

.custom-main-inner {
    background: #fff;
    padding: 10px 20px 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 5%);
    border-radius: 7px;
}

.custom-main ul li {
    color: #000;
    font-size: 18px;
    line-height: 42px;
}

.custom-main h3:after {
    content: "";
    background: #ccc;
    width: 70%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom-main img {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-main {
    margin-top: 20px;
}
.contact-main-inner h4 {
    font-size: 25px;
    color: #419243;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-main-inner {
    background: #ffff;
    padding: 22px;
}
.form-field input,.form-field textarea {
    border: 1px solid #E9E9E9;
    height: 42px;
    padding: 12px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.form-field label {
    color: #999999;
    display: block;
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
}

.form-field label span {
    color: red;
    margin-left: 3px;
}

.form-field textarea {
    width: 100%;
    height: 150px;
    resize: none;
}

.form-field-btn input {
    width: 150px;
    background: #b0d136;
    border: none;
    color: #fff;
    height: 44px;
    border-radius: 32px;
    font-family: 'Roboto', sans-serif;
}

.form-field-half {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-field-half .form-field {
    width: 49%;
}

.form-field-main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-field-btn {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.form-field-btn span.wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 10px;
    margin: 0px;
}
.contact-page.contact-details h3 {
    color: #464F4D;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
ul#menu-primary-menu li.active a,
ul#menu-primary-menu li:hover a{
    color: #5aa25c !important;
    border-bottom: 2px solid #B0D136;
}
section.main-slider {
    background: #f5f9f9;
}
.category-detail {
    height: 100%;
}
.product-inner .food-category-lst .food-cat-list {
    padding-bottom: 30px;
}
.home .category-product ul {
    max-height: 520px;
    overflow-y: auto;
}
.product-inner .food-catory-details .row {
    height: auto !important;
}
.tech-boxes img {
    border-radius: 100%;
}
/* .main-ban-slider .slick-slide:nth-child(3) .banner-con-iner {
    background: rgb(255 255 255 / 59%);
    padding: 30px;
    border-radius: 5px;
} */
.banner-con-iner p {
    text-shadow: 0 0 black;
}
.home .category-product ul::-webkit-scrollbar {width: 3px;background-color: #f5f5f5}
.home .category-product ul::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {display: none}
.home .category-product ul::-webkit-scrollbar-track-piece {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #dedede}
.home .category-product ul::-webkit-scrollbar-thumb:vertical {border-radius: 0;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #050607}
.banner-con-iner br {
    display: block;
}
.header-menu ul li.engLanguage.ara a {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}
ul#menu-primary-menu li.nohover.active a, ul#menu-primary-menu li.nohover:hover a {
    border-color: #fff !important;
}
footer li.nohover {
    display: none;
}