:root{

    /*---------- Fonts ----------*/
    --font-light: "Montserrat-Light";
    --font-regular: "Montserrat-Regular";
    --font-semi-bold: "Montserrat-SemiBold";
    --font-bold: "Montserrat-Bold";

    /*---------- Colors ----------*/
    --primary-color: #1D1D4C;
    --secondary-color: #8DC63F;
    --third-color: #8A8A8A;

}
body{
    font-family: var(--font-regular);
    font-size: 15px;
    color: var(--third-color);
    overflow-x: hidden;
}
::selection{
    color: #000;
    background: #ccc;
}
::-moz-selection{
    color: #000;
    background: #ccc;
}
*{
    outline: none !important;
}
.allow-list ul {
    list-style:inherit ;
    padding-left:18px;
}
a{
    color: inherit !important;
    text-decoration: none !important;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.desc-block ul{
    list-style:inherit ;
    padding-left:18px;
}

.desc-block li{
}

ul.inline-list li{
    display: inline-block;
    padding: 0 7.5px;
}
ul.inline-list li:first-child{
    padding-left: 0;
}
ul.inline-list li:last-child{
    padding-right: 0;
}
.list-styled ul{
    list-style-type: disc;
    padding-inline-start: 40px;
}
img{
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}
button{
    box-shadow: none !important;
}
hr{
    border-color: var(--secondary-color);
    border-width: 2px;
    margin: 50px 0;
}
b{
    color: var(--primary-color);
    font-family: var(--font-bold);
}
p a{
    text-decoration: underline !important;
}
.prewrap{
    white-space: pre-wrap;
}
.cursor{
    cursor: pointer;
}
.arabic-font-bold{
    font-family: 'GESSTwoBold-Bold';
}

/*
|--------------------------------------------------------------------------
| General Styling
|--------------------------------------------------------------------------
*/

/*---------- Loading Screen ----------*/
.loadingScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: wait;
    z-index: 999999;
}
/*---------- End Loading Screen ----------*/

.width-less{
    max-width: 40%;
}

/*---------- Top Navbar ----------*/
.top-navbar{
    background: var(--primary-color);
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    text-align: right;
    font-size: 13px;
}
.top-navbar .list-inline-item:not(:last-child){
    margin-right: 1.5rem;
}
.top-navbar .list-inline-item:last-child{
    margin-left: 1.5rem;
}
.top-navbar .cta{
    padding: 0 15px;
    background: var(--secondary-color);
}
.top-navbar .guides{
    position: relative;
    cursor: pointer;
}
.top-navbar .guides > img{
    width: 15px;
    margin-left: 15px;
}
.top-navbar .guides:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    background: var(--secondary-color);
}
.top-navbar .c-dropdown{
    color: #8A8A8A;
}
/*---------- End Top Navbar ----------*/

/*---------- Navigation ----------*/
nav{
    font-size: 13px;
    background: rgba(255,255,255,1);
    padding: 0 25px !important;
    top: 35px !important;
    transition: all 0.3s;
}
.navbar-brand img{
    width: auto;
    height: 60px;
    object-fit: contain;
    transition: all 0.3s;
}
.navbar-nav li{
    position: relative;
}
.navbar-nav > li > a{
    padding: 40px 12.5px !important;
    color: var(--primary-color) !important;
    transition: all 0.3s;
}
.navbar-nav > li:hover > a{
    background: #8DC63F !important;
    color: #fff !important;
}
.navbar-nav li a.active{
    background: var(--secondary-color);
    color: #fff !important;
    font-family: var(--font-semi-bold);
}
/* Search */
.navbar-nav li a.nav-link svg{
    width: 17px;
}
/********************/
.nav-socials{
    position: relative;
    display: inherit;
    padding-left: 10px;
    margin-left: 10px;
}
.nav-socials:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 60%;
    background: var(--primary-color);
    transition: all 0.3s;
}
.nav-social a.nav-link{
    padding: 40px 7.5px !important;
    transition: all 0.3s;
    cursor: pointer;
}
.nav-social a i{
    color: var(--primary-color);
    font-size: 15px;
    transition: all 0.3s;
}
.nav-social a i:hover{
    color: var(--secondary-color);
}

/********************/
nav.onScroll{
    background: #fff;
    box-shadow: 0 0px 10px 0px rgba(0,0,0,0.15);
    top: 0 !important;
}
nav.onScroll .navbar-brand img{
    height: 40px;
}
nav.onScroll .navbar-nav > li a{
    padding: 25px 12.5px !important;
}
nav.onScroll .nav-social a.nav-link{
    padding: 25px 7.5px !important;
}
/*---------- End Navigation ----------*/

/*---------- Footer ----------*/
footer{
    color: #fff;
    font-size: 13px;
}

/********************/
footer .top{
    background: #8DC63F;
    padding: 50px 0;
}

/********************/
footer .contact{
    font-size: 0;
}
footer .contact li{
    margin-bottom: 10px;
    font-size: 13px;
}
footer .contact li:last-child{
    margin-bottom: 0;
}
footer .contact li .icon{
    display: inline-block;
    width: 35px;
    vertical-align: top;
}
footer .contact li .icon svg{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    object-fit: contain;
}
footer .contact li .text{
    display: inline-block;
    width: calc(100% - 40px);
}

/********************/
footer .top .links{
    column-count: 3;
}
footer .top .links li{
    margin-bottom: 10px;
}
footer .top .links li a{
    transition: all 0.3s;
}
footer .top .links li a:hover{
    color: #1D1D4C !important;
}
footer .top .links:before,
footer .top .links:after{
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
footer .top .links:before{
    right: 0;
}
footer .top .links:after{
    left: 0;
}

/********************/
footer .bottom{
    background: var(--primary-color);
    padding: 25px;
    text-align: center;
}
footer .bottom i{
    font-size: 18px;
    transition: all 0.3s;
}
footer .bottom i:hover{
    color: var(--secondary-color);
}
/*---------- End Footer ----------*/

/*---------- Custome Title ----------*/
.c-titles{
    color: var(--primary-color);
    font-family: var(--font-bold);
    margin-bottom: 50px;
    text-align: center;
}
.c-titles span{
    color: var(--secondary-color);
}

.c-titles.secondary{
    color: var(--secondary-color);
}
/*---------- End Custome Title ----------*/

/*---------- Nav Dropdown ----------*/
.top-navbar .guides:hover .c-dropdown,
.nav-item:hover .c-dropdown{
    opacity: 1;
    visibility: visible;
}
.c-dropdown{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 20px);
    background: #fff;
    border: 2px solid var(--secondary-color);
    text-align: center;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    line-height: initial;
    z-index: 9999;
}
.c-dropdown:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--secondary-color);
    transition: all 0.3s;
}
.c-dropdown ul li{
    padding: 5px 30px;
    border-bottom: 1px solid var(--secondary-color);
    white-space: nowrap;
}
.c-dropdown ul li:last-child{
    border-bottom: none;
}
.c-dropdown ul li img{
    width: 25px;
    margin-right: 5px;
}
/*---------- End Nav Dropdown ----------*/

/*---------- Search ----------*/
.searchBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d1d4ce3;
    z-index: 9999;
}
.searchBox i{
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.searchBox .form-search{
    position: relative;
    width: 450px;
    height: 55px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border-radius: 0;
    border: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.searchBox .form-search::-webkit-input-placeholder {
    color: #fff;
}
/*---------- End Search ----------*/

section{
    padding: 80px 0;
}

.bg-grey{
    background: #F0F0F0;
}

.bg-green{
   background: rgba(141, 198, 63, 0.1);
}

/*
|--------------------------------------------------------------------------
| End General Styling
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Home Page
|--------------------------------------------------------------------------
*/

/*---------- Home SLick ----------*/
.home-slick .single-slick {
    position: relative;
    height: 600px;
}
.home-slick .single-slick .info{
    font-family: 'Comfortaa-Regular';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.home-slick .single-slick .info h1{
    font-weight: bold;
}
.home-slick .single-slick .info h1,
.home-slick .single-slick .info h4{
    text-shadow: 0px 3px 5px #0005;
}
.home-slick .single-slick button{
    margin-top: 35px;
}

/********************/
.slick-dots {
    bottom: 0;
    margin-bottom: 15px;
}
.slick-dots li {
    margin: 0 2.5px;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
    width: 15px;
    height: 15px;
    padding: 0;
}
.slick-dots li button:before{
    content: "";
    background: #fff;
    border-radius: 100%;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
    background: var(--secondary-color);
    border: 2px solid #fff;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-slide img{
    width: 100%;
    height: 100%;
}

/********************/
.slick-prev,
.slick-next{
    width: auto;
    height: auto;
    top: 60%;
    z-index: 1;
}
.slick-prev{
    left: 15px;
}
.slick-prev:before {
    content: url('../images/icons/angle-left.svg');
}
.slick-next{
    right: 15px;
}
.slick-next:before {
    content: url('../images/icons/angle-right.svg');
}
/*---------- End Home SLick ----------*/

/*---------- About Section ----------*/
.about-section button{
    width: 100%;
    padding: 7.5px 0;
}
/*---------- End About Section ----------*/

/*---------- Information ----------*/
.information{
    text-align: center;
}
.information .picture{
    height: 80px;
    margin-bottom: 20px;
}
.information .picture img{
    width: auto;
    height:100%;
}
.information span{
    color: var(--secondary-color);
}
.information p{
    color: var(--primary-color);
    font-size: 20px;
    margin-top: 5px;
    font-family: var(--font-semi-bold);
}
.news-image img{
    width: 100%;
    height: 100%;
}
.map{
    margin-bottom: 50px;
    padding: 0 50px;
}
.map img{
    width: 100%;
    height: 100%;
}
/*---------- End Information ----------*/

/*---------- News Section ----------*/
.news{
    padding: 0 20px;
}
.news:hover hr{
    width: 100%;
}
.news .date{
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 8px 15px;
}
.news .date b,
.article .date b{
    color: #fff;
}
.article p img{
    width: auto !important;
    max-width: 100%;
}
.news .news-image{
    height: 360px;
    margin-bottom: 25px;
}
.news .title{
    position: relative;
    color: var(--primary-color);
    font-family: var(--font-bold);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 26px;        /* fallback */
    height: 52px;
}
.news hr{
    width: 100px;
    border-width: 3px;
    margin: 20px 0;
    transition: all 0.3s;
}
.news .description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    line-height: 22px;
    max-height: 176px;
}
.news .link{
    display: block;
    color: var(--secondary-color) !important;
    margin-top: 10px;
    font-family: var(--font-semi-bold);
}
.news-section button{
    margin-top: 80px;
}
/*---------- End News Section ----------*/

/*
|--------------------------------------------------------------------------
| End Home Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| About Page
|--------------------------------------------------------------------------
*/

.cover{
    height: 400px;
}

iframe{
    display: block;
    width: 100% !important;
    height: 500px !important;
    margin-top: 80px;
    margin-bottom: 45px;
}

/*---------- Objectives Section ----------*/
.objectives{
    height: 250px;
    padding: 0 85px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 35px;
}
.objectives .c-titles{
    margin-bottom: 15px;
}
/*---------- End Objectives Section ----------*/

/*---------- Mission Section ----------*/
.mission-section ul{
    font-size: 0;
    text-align: center;
}
.mission-section li{
    width: calc(calc(100% - 20px) / 3);
    display: inline-block;
    text-align: center;
    font-size: 15px;
    height: 300px;
    padding: 25px;
    border-radius: 35px;
    border: 2px solid #F0F0F0;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}
.mission-section li:nth-child(3n){
    margin-right: 0;
}
.mission-section li .title{
    position: relative;
    color: var(--secondary-color);
    margin-bottom: 40px;
    font-family: var(--font-semi-bold);
}
.mission-section li .title:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
}
/*---------- End Mission Section ----------*/

/*---------- Ingredients Section ----------*/
.ingredients-section{
    text-align: center;
}
.ingredients-section img{
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}
.ingredients-section .title{
    color: var(--primary-color);
    font-family: var(--font-bold);
    margin-bottom: 15px;
}
.ingredients-section .description{
    font-size: 13px;
}
/*---------- End Ingredients Section ----------*/

/*---------- Story Section ----------*/
.story-section ul{
    position: relative;
}
.story-section ul:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #1D1D4C;
}
.story-section ul li{
    position: relative;
    width: 50%;
    padding: 25px 50px;
}
.story-section ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}
.story-section ul li:nth-child(odd){
    left: 50%;
    padding-left: 80px
}
.story-section ul li:nth-child(odd):before{
    content: attr(data-date);
    left: 0;
    transform: translate(-50%, -50%);
    background: var(--secondary-color);
}
.story-section ul li:nth-child(even){
    text-align: right;
    padding-right: 80px;
}
.story-section ul li:nth-child(even):before{
    content: attr(data-date);
    right: 0;
    transform: translate(50%, -50%);
    background: var(--primary-color);
}
.story-section ul li:nth-child(even) hr{
    margin-left: auto;
}
.story-section ul li img{
    width: auto;
    max-width: 200px;
    height: 50px;
    margin-bottom: 20px;
    object-fit: contain;
}
.story-section hr{
    margin: 15px 0;
    border-color: #707070;
    width: 150px;
}
/*---------- End Story Section ----------*/

/*
|--------------------------------------------------------------------------
| End About Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Our Partners Page
|--------------------------------------------------------------------------
*/

.top-section{
    margin-top: 80px;
}

/*---------- Filters ----------*/
.filter{
    color: #1D1D4C;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 10px;
}
.filter .title{
    height: 30px;
    line-height: 30px;
    font-family: var(--font-bold);
}

/********************/
.generalSelect{
    position: relative;
    font-size: 13px;
}
.generalSelect .s-hidden {
    visibility: hidden;
}
.generalSelect .select {
    display: inline-block;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.generalSelect .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.generalSelect .options {
    display: none;
    position: absolute;
    font-size: 1em;
    left: 0;
    right: 0;
    top: 100%;
    list-style: none;
    background-color: #fff;
    z-index: 999;
}
.generalSelect .options li {
    padding: 7.5px 25px;
}
.generalSelect svg{
    position: absolute;
    width: 15px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

/********************/
.sortingSelect{
    position: relative;
    background: var(--secondary-color);
    border-radius: 15px;
}
.sortingSelect.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sortingSelect span{
    position: absolute;
    top: 50%;
    left: 15px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sortingSelect.active span{
    font-family: var(--font-bold);
}
.sortingSelect .select{
    height: 30px;
    text-align: right;
}
.sortingSelect .styledSelect{
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 50%;
    padding-left: 115px;
    padding-right: 35px;
    color: #fff;
    background: transparent !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sortingSelect .options {
    text-align: center;
    border: 2px solid var(--secondary-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.sortingSelect .options li {
    border-bottom: 1px solid var(--secondary-color);
}
.sortingSelect .options li:last-child {
    border: none;
}
.sortingSelect .options li:hover {
    color: var(--secondary-color);
}
.sortingSelect i{
    position: absolute;
    top: 50%;
    right: 15px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*---------- End Filters ----------*/

/*---------- Brands ----------*/
.brands{
    margin-bottom: 80px;
    font-size: 0;
}
.brands li{
    display: inline-block;
    width: calc(100% / 4);
    height: 200px;
    padding: 50px;
    cursor: pointer;
}
.brands li img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.member .picture, .member .picture img{
    width: 100%;
    height: 100%;
}

/********************/
.brand-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.brand-modal-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 35px;
    padding: 60px 80px;
    text-align: center;
    max-width: 650px;
    box-shadow: 0 7px 10px rgba(0,0,0,0.25);
}
.brand-modal-box i{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: var(--secondary-color);
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.3s;
    cursor: pointer;
}
.brand-modal-box i:hover{
    border-color: var(--secondary-color);
    background: #fff;
    color: var(--secondary-color);
}
.brand-modal-box img{
    display: block;
    height: 120px;
    margin: auto;
    object-fit: contain;
}
.brand-modal-box p{
    margin-top: 40px;
}

/********************/
.popup .brand-modal-box{
    padding: 40px;
    max-width: 550px;
}
.popup img{
    height: 400px;

}
.popup h4{
    color: #F6871F;
    max-width: 60%;
    margin: auto;
    margin-bottom: 15px;
}
.popup .info p{
    margin: 0;
    font-size: 13px;
}
.popup strong{
    color: var(--primary-color);
    font-family: var(--font-bold);
}
/*---------- End Brands ----------*/

/*
|--------------------------------------------------------------------------
| End Our Partners Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Our Peopple Page
|--------------------------------------------------------------------------
*/

.filter.team{
    border-top: 2px solid var(--secondary-color);
    padding-top: 10px;
}
.filter.team .team-country-fiter{
    display: inline-block;
}
.filter.team .team-country-fiter label{
    color: var(--primary-color);
    border: 2px solid transparent;
    border-radius: 35px;
    padding: 2px 20px;
    margin: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.filter.team .team-country-fiter label:hover{
    border-color: var(--secondary-color)
}
.filter.team .team-country-fiter input:checked + label{
    background: var(--secondary-color);
    color: #fff;
}
.filter.team .team-country-fiter input{
    display: none;
}

.subCategorySelect{
    display: none;
}

/********************/
.team-section{
    margin-bottom: 80px;
}
.member{
    margin-bottom: 75px;
}
.member .picture{
    position: relative;
    height: 400px;
    background: #fff;
    border: 3px solid #1D1D4C;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
    cursor: pointer;
}
.member .picture,
.member .picture img{
    border-radius: 15px;
}
.member .picture span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-bold);
    text-transform: uppercase;
    text-align: center;
    color: #F0F0F0;
    font-size: 22px;
}
.member .info{
    padding: 25px 20px;
    transition: all 0.3s;
    border-radius: 0 0 15px 15px;
}
.member .info p{
    color: #1D1D4C;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 18px;
}
.member .info span{
    color: #8DC63F;
    display: block;
    height: 45px;
}
.member .picture:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-color: #8DC63F;
    box-shadow: 0 0px 30px -5px #8DC63F;
}
.member .picture:hover,
.member .picture:hover img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.member .picture:hover + .info{
    background: #8DC63F;
    box-shadow: 0 0px 30px 0px #8DC63F;
}
.member .picture:hover + .info p,
.member .picture:hover + .info span{
    color: #fff;
}

/*
|--------------------------------------------------------------------------
| End Our Peopple Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Latest News Page
|--------------------------------------------------------------------------
*/

.news-page{
    margin-bottom: 80px;
}
.news-page .news-grid{
    font-size: 0;
}
.news-page .news{
    margin-bottom: 80px;
    width: calc(100% / 3);
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
}

/*
|--------------------------------------------------------------------------
| Latest News Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Products Page
|--------------------------------------------------------------------------
*/

.products-sorted-list{
    border-right: 3px solid var(--secondary-color);
    padding-right: 15px;
}
.products-sorted-list > li{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--secondary-color);
    color: var(--primary-color);
}
.products-sorted-list > li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.products-sorted-list .main-title{
    color: var(--primary-color);
    font-family: var(--font-bold);
    font-size: 18px;
    margin-bottom: 10px;
}
.products-sorted-list li.active{
    color: var(--secondary-color);
    font-family: var(--font-bold);
}
.products-sorted-list .seemoreCollapse{
    display: none;
}
.products-sorted-list .seemore{
    text-decoration: underline;
    font-family: var(--font-bold);
    margin-top: 15px;
    cursor: pointer;
}

/********************/
.products-sorted-list .drop-list p{
    position: relative;
    cursor: pointer;
}
.products-sorted-list .drop-list p svg.rotate{
    transform: translateY(-50%) rotate(-180deg);
}
.products-sorted-list .drop-list p svg{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
    background: #fff;
}
.products-sorted-list .drop-list ul{
    display: none;
    padding-left: 25px;
    list-style: circle;
}

/********************/
.products-section {
    margin-bottom: 80px;
}
.products-section .heading{
    padding-bottom: 35px;
    border-bottom: 3px solid var(--secondary-color);
    margin-bottom: 65px;
}
.products-section .heading-image{
    width: auto;
    height: 100px;
    margin-bottom: 25px;
}
.products-section .heading-title{
    color: var(--primary-color);
    font-family: var(--font-bold);
}

.products-list .product{
    position: relative;
    margin-bottom: 80px;
}
.products-list .product .new{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
    background: var(--primary-color);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 3px 20px;
    font-family: var(--font-bold);
}
.products-list .product .image{
    position: relative;
    height: 250px;
    border: 2px solid var(--primary-color);
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 15px;
}
.products-list .product .image img{
    object-fit: contain;
    width:100%;
    height:100%;
}
.products-list .product .image span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-bold);
    text-transform: uppercase;
    text-align: center;
    color: #F0F0F0;
    font-size: 22px;
}
.products-list .product .name{
    color: var(--primary-color);
    font-family: var(--font-bold);
}
.products-list .product .sku{
    font-family: var(--font-bold);
}
.products-list .product .sku span{
    font-family: var(--font-regular);
}
.products-list .product label{
    background: var(--secondary-color);
    color: #fff;
    border-radius: 35px;
    padding: 2px 20px;
    margin: 0;
    margin-top: 2px;
    transition: all 0.3s;
}
.page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}


.featured img{
    height: 350px;
    border-radius: 25px;
    width: 100%;
}
.featured h4{
    color: var(--secondary-color);
    font-family: var(--font-bold);
}
.featured h6{
    color: var(--primary-color);
    font-family: var(--font-bold);
}


/*
|--------------------------------------------------------------------------
| End Products Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Article Page
|--------------------------------------------------------------------------
*/

.article h1{
    color: var(--primary-color);
    max-width: 50%;
    font-family: var(--font-bold);
}
.article .date{
    display: inline-block;
    float: right;
    background: var(--secondary-color);
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 8px 15px;
}
.article .cover-image{
    height: auto;
    width: 100%;
    margin-bottom: 35px;
}
.article p{
    white-space: pre-wrap;
}

/********************/
.article .share i{
    transition: all 0.3s;
}
.article .share i:hover{
    color: var(--secondary-color);
}

/*
|--------------------------------------------------------------------------
| End Article Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Why Bidfood Me Page
|--------------------------------------------------------------------------
*/

.cover.coverBidfood{
    position: relative;
    height: 500px;
}
.cover .coverBidfood img{
    width: 100%;
    height: 100%;
}
.cover.coverBidfood .info{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: var(--font-bold);
    max-width: 35%;
    text-align: center;
}
.working-section h2{
    color: var(--secondary-color);
    font-family: var(--font-bold);
}
.working-section h5{
    color: var(--primary-color);
    margin-bottom: 40px;
}

.information-section .picture{
    height: 115px;
}
.information-section p{
    font-family: var(--font-bold);
}

/*
|--------------------------------------------------------------------------
| End Why Bidfood Me Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Join The Team Page
|--------------------------------------------------------------------------
*/

.steps{
    position: relative;
    width: 500px;
    height: 2px;
    background: var(--secondary-color);
    margin: auto;
}
.steps span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
}
.steps span.active{
    background: var(--secondary-color);
}
.steps span:nth-child(1){
    left: 0;
}
.steps span:nth-child(2){
    left: 50%;
    transform: translate(-50%, -50%);
}
.steps span:nth-child(3){
    right: 0;
}

/********************/
.join-steps{
    display: none;
    padding-top: 0;
}
.join-steps.active{
    display: block;
}
.join-steps[data-step="1"]{
    padding-bottom: 0;
}
.join-steps iframe{
    margin: 0;
    height: auto !important;
    border: none;
}

/********************/
.jobs-filter{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 35px;
}
.jobs-filter span{
    margin-right: 15px;
}
.jobs-filter .filter{
    padding: 20px 0;
    border-top: 0 !important;
    border-bottom: 6px solid var(--secondary-color);
}

/********************/
.join-header{
    margin-bottom: 80px;
}
.join-header h3{
    color: var(--secondary-color);
    font-family: var(--font-bold);
}
.join-header p{
    color: var(--primary-color);
    font-family: var(--font-bold);
}

/********************/
.jobs-view{
    width: 100%;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.jobs-view:last-child{
    margin-bottom: 100px;
}
.jobs-view img{
    border-radius: 25px;
    height: 175px;
    width: 100%;
}
.jobs-view .title{
    display: inline-block;
    color: var(--primary-color);
}
.jobs-view .title,
.jobs-view  span{
    font-family: var(--font-bold);
}
.jobs-view span{
    margin-right: 25px;
    color: var(--secondary-color);
    cursor: pointer;
}
.jobs-view svg{
    transition: all 0.3s;
}
.jobs-view svg.rotate{
    transform: rotate(-180deg);
}
.job-description{
    display: none;
    margin: 45px 0 0;
}
.jobs-view.active .job-description{
    display: block;
}

/********************/
.join-list{
    margin-bottom: 80px;
}
.join-list:last-child{
    margin-bottom: 0;
}
.join-list .picture{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid var(--secondary-color);
    padding: 5px;
    float: left;
}
.join-list .picture img{
    border-radius: 100%;
}
.join-list .info{
    display: inline-block;
    width: calc(100% - 200px);
    padding-left: 20px;
    margin-top: 35px;
}
.join-list .info h4{
    color: var(--primary-color);
    font-family: var(--font-bold);
    margin-bottom: 15px;
}
.join-list .info h4 span{
    display: inline-block;
    background: var(--secondary-color);
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
}

/********************/
.subscription-section{
    position: relative;
    background: #F0F0F0;
    padding-top: 80px;
    overflow: hidden;
}
.subscription-section img{
    position: absolute;
    width: 300px;
    height: 300px;
    object-fit: contain;
    bottom: -100px;
    left: 100px;
}
.subscription-section .title{
    color: var(--primary-color);
    font-family: var(--font-bold);
}
.subscription-section p{
    margin-bottom: 25px;
}
/*.subscription-section input{
    border-radius: 35px;
}
.subscription-section input,
.subscription-section button{
    height: 45px;
}
.subscription-section button{
    margin-top: 0;
    }*/

/*
|--------------------------------------------------------------------------
| End Join The Team Page
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Contact Page
|--------------------------------------------------------------------------
*/

.contact-page{
    position: relative;
}

.contact-page:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#1d1d4c21 10%, transparent 50%);
}
.contact-page .map{
    padding: 0 75px;
    margin-bottom: 100px;
}
.contact-form{
    display: none;
}
.contact-form .select2-container .select2-selection--multiple,
.supplier-form .select2-container .select2-selection--multiple,
.prospects-form .select2-container .select2-selection--multiple {
    min-height: 55px !important;
}
.contact-form .select2-selection--multiple ,
.supplier-form .select2-selection--multiple,
.prospects-form .select2-selection--multiple {
    border-radius: 15px !important;
    border-color: var(--secondary-color) !important;
}

/********************/
.location{
    margin-bottom: 40px;
}
.simple-title{
    position: relative;
    margin-bottom: 40px;
    color: var(--secondary-color);
    font-family: var(--font-bold);
    font-size: 30px;
}
.simple-title:before{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}
.simple-title span{
    font-family: var(--font-regular);
    font-size: 10px;
    margin-left: 10px;
}
.location .col-md-12 .contact-info li {
    width: 33.33%;
}
.location .col-md-8 .contact-info li{
    width: 50%
}
.location .contact-info{
    color: var(--primary-color);
    margin-bottom: 60px;
    font-size: 0;
    margin: 0 -15px;
    margin-bottom: 45px;
}
.location .contact-info li{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    vertical-align: top;
    padding: 0 15px;
}
.location .contact-info svg{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    object-fit: contain;
    vertical-align: top;
}
.location .contact-info .text{
    display: inline-block;
    width: calc(100% - 40px);
}

/********************/
.partners{
    text-align: center;
    margin-bottom: 100px;
    font-size: 0;
}
.partners .inline-list li:nth-child(2){
    margin: 0 10px;
}
.partners li{
    width: calc(calc(100% - 20px) / 3);
    height: 250px;
    padding: 0 !important;
    background: #F0F0F0;
    border: 2px solid #F0F0F0;
    border-radius: 35px;
    transition: all 0.3s;
    cursor: pointer;
}
.partners li .d-table-cell{
    padding: 0 15px;
}
.partners li .picture{
    width: 55px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.partners li .picture svg .cls-1{
    transition: all 0.3s;
}
.partners li p{
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    color: #1D1D4C;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.partners li .arrow{
    height: 30px;
}
.partners li:hover{
    border: 2px solid #8DC63F;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}
.partners li:hover .picture svg .cls-1{
    fill: #8DC63F !important;
    stroke: #8DC63F !important;
}

/********************/
.contactSelect{
    min-height: 55px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    margin-bottom: 15px;
}
.contactSelect.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.contactSelect .select{
    height: 53px;
}
.contactSelect .styledSelect{
    width: 100%;
    height: 51px;
    /* line-height: 51px; */
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 1.9rem;
    color: #BABAC8;
    background: transparent;
}
.contactSelect .options {
    left: -2px;
    width: calc(100% + 4px);
    border: 2px solid #8dc63f;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 0;
    overflow: hidden;
}
.contactSelect.suppliers-options .options {
    max-height: 400px !important;
    overflow: auto !important;
}
.contactSelect .options li {
    background: var(--secondary-color);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.contactSelect .options li:last-child {
    border: none;
}
.contactSelect .options li:hover {
    background: #fff;
    color: var(--secondary-color);
}

/*
|--------------------------------------------------------------------------
| End Contact Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Impossible Products Page
|--------------------------------------------------------------------------
*/

.impossible-products .hero-section{
    padding: 80px 0 0 0;
}

.impossible-products .hero-section img{
    width: 100%;
    height: 400px;
}

.impossible-products .hero-description{
    padding: 90px 0;   
}

.impossible-products .hero-description h1{
    font-family: 'montserrat-bold';
    font-size: 32px;
    color: #1D1D4C;
    text-transform: uppercase;
}

.impossible-products .hero-description h1 span{
    color: #8DC63F;
}

.impossible-products .hero-description p{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #1D1D4C;
}

.impossible-products .common-section{
    padding: 0 0 90px 0;
}

.impossible-products .common-section .image-wrapper img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.impossible-products .partnership.common-section .description{
    margin: 0 auto 0 0;
}

.impossible-products .common-section .text-wrapper h2{
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    color: #1D1D4C;
    text-transform: uppercase;
}

.impossible-products .partnership .text-wrapper p{
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #1D1D4C;
}

.impossible-products .food-quality{
    padding: 0 0 90px 0;
}

.impossible-products .food-quality .wrapper{
    height: 400px;
    width: 100%;
}

.impossible-products .food-quality .wrapper img{
    height: 100%;
}

.impossible-products .food-quality .wrapper:after{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: #1D1D4C;*/
    /*opacity: 50%;*/
}

.impossible-products .food-quality .section-title{
    font-family: Montserrat-SemiBold;
    font-size: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
}

.impossible-products .our-products{
    padding: 0 0 90px 0;
}

.impossible-products .our-products h2{
    font-family: 'montserrat-bold';
    font-size: 32px;
    color: #1D1D4C;
    text-transform: uppercase;
}

.impossible-products .our-products h2 span{
    color: #8DC63F;
    display: block;
}

.impossible-products .our-products p{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #1D1D4C;
}

.impossible-products .our-products .products-list{
    margin-top: 45px;
}

.impossible-products .our-products .products-list .product{
    margin-bottom: 0;
}

.impossible-products .our-products .products-list .product .product-image-wrapper{
    width:100%;
    height: 390px;
    border: 2px solid #1D1D4C;
    border-radius: 15px;
    overflow: hidden;
}

.impossible-products .our-products .products-list .product .product-image-wrapper img{
    width:100%;
    height:100%;
    object-fit: contain;
}

.impossible-products .our-products .products-list .product h2{
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #1D1D4C;
    margin-top: 20px;
    text-transform: capitalize;
}

.impossible-products .our-products .products-list .product h3.product-name{
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #1D1D4C;
}

.impossible-products .our-products .products-list .product p{
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #808080;
    margin-top: 15px;
}

.impossible-products .our-products .products-list .product h5.product-number{
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #8A8A8A;
    margin-top: 20px;
}

.impossible-products .our-products .products-list .product h5.product-number span{
    display: inline-block;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #808080;
}

.impossible-products .our-products .products-list .product span.product-size{
    display: inline-block;
    margin-top: 5px;
    padding: 1px 16px;
}

.impossible-products .our-products .mid-section{
    padding-top: 42px;
    padding-bottom: 55px;
}

.impossible-products .our-products .mid-section .bottom-text p{
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #808080;
}

.impossible-products .our-products .section-wrapper{
    width: calc(100% - 280px);
}

.impossible-products .our-products .bottom-section a .btn-custom{
    width: 280px;
}

/*
|--------------------------------------------------------------------------
| End Impossible Products Page
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Product Guides
|--------------------------------------------------------------------------
*/

.product-guides iframe{
    height: 750px !important;
}

/*
|--------------------------------------------------------------------------
| End Product Guides
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Register Form Page
|--------------------------------------------------------------------------
*/

.language button{
    background: #fff;
    border: 2px solid transparent;
    border-radius: 35px;
    padding: 2px 20px;
    margin: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.language button:hover{
    border-color: var(--secondary-color);
}
.language button.active{
    background: var(--secondary-color);
    color: #fff;
}

/********************/
.uploadloading{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
}
.uploadloading .loader,
.uploadloading .loader:before,
.uploadloading .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.uploadloading .loader {
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 11px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.uploadloading .loader:before,
.uploadloading .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.uploadloading .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.uploadloading .loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
}
40% {
    box-shadow: 0 -2em;
    height: 5em;
}
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
}
40% {
    box-shadow: 0 -2em;
    height: 5em;
}
}


.registerform-section{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.registerform-section > img{
    position: absolute;
    height: auto;
    object-fit: contain;
}
.registerform-section > img:nth-child(1){
    top: 25%;
    left: -90px;
    width: 300px;
}
.registerform-section > img:nth-child(2){
    top: 35%;
    right: -30px;
    width: 200px;
}
.registerform-section > img:nth-child(3){
 top: 50%;
 left: 75px;
 width: 150px;
}
.registerform-section > img:nth-child(4){
    top: 65%;
    right: -30px;
    width: 200px;
}
.registerform-section > img:nth-child(5){
 top: 75%;
 left: -50px;
 width: 250px;
}
.registerform-section > img:nth-child(6){
    top: 90%;
    right: -30px;
    width: 300px;
}
.registerform-section .desc-block{
    margin-bottom: 100px;
}
.registerform-section iframe{
    border-radius: 35px;
    margin-top: 0;
    margin-bottom: 80px;
}
.registerform-section .simple-title{
    color: var(--primary-color);
    margin-bottom: 30px;
}
.registerform-section .simple-title:before{
    background: var(--secondary-color);
}
.registerform-section .simple-title span{
    color: var(--secondary-color);
    font-size: inherit;
    margin: 0;
    font-family: var(--font-bold);
}

/********************/
.registerform-section label{
 color: var(--secondary-color);
 font-family: var(--font-bold);
 margin-bottom: 0;
}
.registerform-section table{
    width: 100%;
}
.registerform-section table input{
    border: none;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.registerform-section table,
.registerform-section th,
.registerform-section td {
    border: 2px solid #8A8A8A;
}

.drop-upload{
    padding: 25px;
    border: 2px solid #8A8A8A;
    border-radius: 35px;
}
.drop-upload .picture-wrapper{
    border-radius: 15px;
    overflow: hidden;
}

.checkbox-box{
    position: relative;
    padding: 0;
    padding-left: 25px;
    margin: 0;
    margin-right: 35px;
    cursor: pointer;
}
.checkbox-box input{
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.checkbox-box .checkmark{
    position: absolute;
    top: -1px;
    left: 0;
    transform: translateY(25%);
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #000;
}
.checkbox-box .checkmark:after{
 display: none;
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 10px;
 height: 10px;
}
.checkbox-box input:checked ~ .checkmark:after {
  display: block;
  background: var(--secondary-color);
}

/********************/
.upload-profile-image {
    position: relative;
    height: 150px;
    margin-right: -1rem;
    margin-bottom: 15px;
    border: 2px solid transparent;
    border-radius: 15px;
    font-family: initial;
    overflow: hidden;
    background: #8A8A8A;
}

.upload-profile-image:before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 80px;
}

.upload-profile-image input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.upload-profile-image-preview{
    position: relative;
    height: 150px;
    margin-right: -1rem;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px dashed #707070;
}

.upload-profile-image-preview svg{
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    width: 1rem;
    cursor: pointer;
    z-index: 9999;
}

.upload-profile-image-preview > div {
    height: 100%;
}

.upload-profile-image-preview img {
    height: 100%;
    width: 100%;
}

/********************/
.image-upload-w{
    padding: 0 25px;
}
.image-upload-w label {
   margin-top: 2rem;
}
.image-upload-w .error {
    display: none;
    color: red;
    margin-bottom: 0.5rem;
}
.image-upload-w .row {
   margin-right: 0;
}
.image-upload-w:not(.empty) .empty-col {
   display: none;
}
.image-upload-w .empty-col article {
   border: 1px dashed #707070;
}
.image-upload-w article {
   position: relative;
   height: 150px;
   margin-right: -1rem;
   margin-bottom: 15px;
   border: 2px solid transparent;
   border-radius: 15px;
   overflow: hidden;
}
.image-upload-w article.input-w {
    font-family: initial;
    position: relative;
    background: #8A8A8A;
}
.image-upload-w article.input-w:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 80px;
}
.image-upload-w article.input-w input {
   opacity: 0;
   height: 100%;
   width: 100%;
   cursor: pointer;
}
.image-upload-w article.input-w span {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 75px;
   font-weight: bold;
   color: #fff;
   cursor: pointer;
}
.image-upload-w article .remove {
   position: absolute;
   top: 10px;
   right: 10px;
   left: auto;
   width: 1rem;
   cursor: pointer;
   z-index: 1;
}
.image-upload-w article img {
   height: 100%;
   width: 100%;
}

/********************/
.award-section{
    padding: 30px 0 60px 0;
}
.award-section img{
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px
}
.award-section .c-titles{
    margin-bottom: 15px;
}
.award-section ul{
    width: 100%;
    font-family: var(--font-bold);
    margin-bottom: 50px;
}
.award-section ul li{
    position: relative;
    color: var(--primary-color) !important;
    padding: 0 30px;
}
.award-section ul li:before{
    content: "";
    position: absolute;
    bottom: 7px;
    left: 20px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--primary-color);
}
.award-section ul li span{
    color: var(--secondary-color) !important;
}
.btn-custom.btn-big{
    padding: 15px 45px;
    margin-top: 0;
    margin-bottom: 30px;
}

/*
|--------------------------------------------------------------------------
| End Register Form Page
|--------------------------------------------------------------------------
*/



/*
|--------------------------------------------------------------------------
| Inputs & Buttons Styling
|--------------------------------------------------------------------------
*/

.btn-custom{
    background: var(--secondary-color);
    color: #fff;
    border-radius: 35px;
    border: 2px solid transparent;
    font-family: var(--font-semi-bold);
    padding: 7.5px 45px;
    margin-top: 35px;
    transition: all 0.3s;
}
.btn-custom.shadow{
    border-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5) !important;
}
.btn-custom:hover{
    background: #fff;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-custom.shadow:hover{
    border-color: var(--secondary-color);
    box-shadow: none !important;
}

.btn-back{
    border: 2px solid var(--secondary-color);
    border-radius: 35px;
    background: #fff;
    color: var(--primary-color);
    padding: 8px 30px;
    font-family: var(--font-bold);
    margin-bottom: 40px;
    transition: all 0.3s;
}
.btn-back i{
    margin-right: 15px;
}
.btn-back:hover{
    background: var(--secondary-color);
    color: #fff;
}

/*---------- General Input Styling ----------*/
.form-control{
    color: #BABAC8 !important;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: var(--secondary-color);
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BABAC8;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #BABAC8;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #BABAC8;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #BABAC8;
}
textarea{
    resize: none;
}
/*---------- End General Input Styling ----------*/

/*---------- NewsLetter Section ----------*/
.newsletter p{
    font-size: 24px;
    margin-bottom: 25px;
    font-family: var(--font-bold);
    line-height: 1;
}
.form-newsletter{
    position: relative;
    height: 45px;
}
.form-newsletter input{
    width: 100%;
    border-radius: 35px;
    border: none;
    height: 45px;
    padding: 8px 20px;
    padding-right: 95px;
}
.form-newsletter button{
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    font-size: 13px;
    background: #fff;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    font-family: var(--font-bold);
    color: var(--primary-color);
}
/*---------- End NewsLetter Section ----------*/

/*---------- Contact Form Input Styling ----------*/
.form-custom{
    height: 55px;
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    margin-bottom: 15px;
    color: var(--secondary-color) !important;
}
form .form-response {
    display: none;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 15px;
    color: rgb(255, 255, 255);
    background: var(--secondary-color);
}
form .form-response.error {
    background: red;
}
form .btn-submit:before {
    content: attr(data-text);
}
form.loading .btn-submit:before {
    content: attr(data-loading-text);
}
form .btn-save:before {
    content: attr(data-text);
}
form.loading-save .btn-save:before {
    content: attr(data-loading-text);
}

/*****/
.registerSelect .styledSelect{
    height: 45px;
    line-height: 40px;
    padding: 0 25px;
    border: 2px solid #8A8A8A;
    border-radius: 35px;
    transition: all 0.3s;
    font-size: 15px;
    position: relative;
}
.registerSelect .s-hidden{
    display: none;
}
.registerSelect .options {
    border: 2px solid #8dc63f;
    border-radius: 15px;
    overflow: auto;
    max-height: 350px;
}
.registerSelect .options li {
    background: var(--secondary-color);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.registerSelect .options li:last-child {
    border: none;
}
.registerSelect .options li:hover {
    background: #fff;
    color: var(--secondary-color);
}

/*****/
.form-register{
    width: 100%;
    height: 45px;
    background: #fff;
    padding: 0.375rem 25px;
    border: 2px solid #8A8A8A;
    border-radius: 35px;
    transition: all 0.3s;
    font-size: 15px;
}
textarea.form-register{
    height: 350px;
}

.form-register:disabled,
.form-register[readonly]{
    background-color: #fff !important;
}

.select2-container{
    width: 100% !important;
}
.select2-selection__rendered{
    height: 100%;
    padding: 0 15px !important;
}
.select2-selection--multiple{
  border-width: 2px !important;
  border-radius: 35px !important;
  border-color: #8A8A8A !important;
}
.suppliers-form .select2-selection--multiple{
    border-width:  none !important;
    border-radius: 35px !important;
    border-color: transparent !important;
}

.prospects-form .select2-selection--multiple{
    border-width:  none !important;
    border-radius: 35px !important;
    border-color: transparent !important;
}
.select2-container .select2-selection--multiple{
    min-height: 45px !important;
}
.select2-container--open .select2-dropdown{
    border: 2px solid var(--secondary-color);
    border-radius: 15px;
    background: var(--secondary-color);
    color: #fff;
    overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #fff;
    color: var(--secondary-color);
}
/*---------- End Contact Form Input Styling ----------*/

/*---------- Type File ----------*/
.input-file-container {
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-family: var(--font-bold);
}
.js .input-file-container .title{
    height: 40px;
    line-height: 40px;
}
.js .input-file-trigger {
    display: block;
    height: 40px;
    line-height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 35px;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.js .input-file {
    display: none;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: var(--primary-color);
    color: #fff;
}

.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}
/*---------- End Type File ----------*/

/* Type Number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
}

.ui-datepicker {
   background-color: #fff;
   box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.ui-datepicker .ui-datepicker-header {
   position: relative;
   background: var(--secondary-color);
   padding: 10px 0;
   margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
   left: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
   right: 10px;
}
.ui-datepicker .ui-datepicker-header select{
    background: transparent !important;
    border: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
   text-align: center;
   padding: 0 30px;
}
.ui-datepicker table {
   margin-bottom: 15px;
}
.ui-datepicker table th, .ui-datepicker table td {
   padding: 10px;
   text-align: center;
}

/*---------- MailChimp Message ----------*/
.mailchimpMessage{
    margin-top: 10px;
}
/*---------- End MailChimp Message ----------*/

/*
|--------------------------------------------------------------------------
| End Inputs & Buttons Styling
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Responsiveness Media Queries
|--------------------------------------------------------------------------
*/

@media (max-width: 1299px){

    /*---------- Navigation ----------*/
    nav{
        padding: 0 15px !important;
        background: rgba(255,255,255,1);
    }
    nav.onScroll .navbar-nav li a,
    .navbar-nav li a{
        padding: 12px 0 !important;
    }
    .navbar-nav li a.active{
        background: transparent;
        color: #8DC63F !important;
    }
    .navbar-nav li a:hover{
        background: #fff !important;
        color: var(--primary-color) !important;
    }

    nav .c-dropdown{
        display: none !important;
    }
    nav .nav-social .c-dropdown{
        display: block !important;
    }

    /********************/
    .nav-socials:before{
        content: none;
    }
    .nav-socials{
        padding-left: 0;
        margin-left: 0;
    }
    nav.onScroll .nav-social a.nav-link,
    .nav-social a.nav-link{
        padding: 12px 7.5px !important;
    }

    /********************/
    .navbar-toggler{
        background: #fff !important;
        transition: all 0.3s;
    }
    .navbar-toggler span{
        position: relative;
        display: block;
        background: #1D1D4C;
        width: 25px;
        height: 2px;
        margin: 5px 0;
        transition: all 0.3s;
    }
    nav .navbar-toggler[aria-expanded="true"] span:nth-child(1){
        transform: rotate(45deg);
        top: 6.5px;
    }
    nav .navbar-toggler[aria-expanded="true"] span:nth-child(2){
        background: transparent !important;
    }
    nav .navbar-toggler[aria-expanded="true"] span:nth-child(3){
        transform: rotate(-45deg);
        top: -6.5px;
    }

    /********************/
    .navbar-brand img,
    nav.onScroll .navbar-brand img{
        height: 50px;
        padding: 5px 0;
    }
    /*---------- End Navigation ----------*/
}

@media (max-width: 1200px){
    .impossible-products .common-section .image-wrapper{
        height: 250px;
    }
}

@media (max-width: 991px) {

    /*---------- Footer ----------*/
    footer .top .links{
        column-count: 2;
        margin: 45px 0;
    }
    footer .top .links:before,
    footer .top .links:after{
        content: none
    }
    footer .bottom,
    footer .bottom ul{
        text-align: center;
    }
    footer .bottom ul{
        margin-top: 20px;
    }
    /*---------- End Footer ----------*/

    /********************/
    .ingredient{
        margin-bottom: 45px;
    }

    /********************/
    .contact-page .map{
        padding: 0;
        margin: 0;
        margin-bottom: 50px;
    }

    /********************/
    .mobile-filters{
        font-size: 18px;
        font-family: var(--font-bold);
        color: var(--primary-color);
        margin-bottom: 35px;
    }
    .mobile-filters svg{
        transition: all 0.3s;
    }
    .mobile-filters svg.rotate{
        transform: rotate(-180deg);
    }
    .products-sorted-list{
        display: none;
        border-right: 0;
        margin-bottom: 50px;
    }
    .mobile-product-section{
        padding-bottom: 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .mission-section li{
        width: calc(calc(100% - 20px) / 2);
    }
    .mission-section li:nth-child(2n){
        margin-right: 0;
    }
    .mission-section li:nth-child(3n){
        margin-right: 10px;
    }

    /********************/
    .brands li{
        padding: 25px;
    }

    /********************/
    .member .picture{
        height: 300px;
    }

}

@media (max-width: 767px) {
    
    .width-less{
        max-width: 90%;
    }

    .top-section {
        margin-top: 40px;
    }
    .searchBox{
        padding: 0 15px;
    }
    .searchBox .form-search{
        width: 100%;
    }

    /********************/
    .home-slick .single-slick{
        height: 100vh;
    }
    .home-slick .single-slick .info {
        top: 50%;
        width: 100%;
        padding: 0 15px;
    }
    .home-slick .single-slick .info h1{
        font-size: 2rem;
    }
    .home-slick .single-slick .info h4{
        font-size: 1rem;
    }

    /********************/
    .col-mob{
        margin-bottom: 35px;
    }
    .map{
        padding: 0;
    }

    /********************/
    .news-section .news{
        margin-bottom: 80px;
    }
    .news-section button{
        margin-top: 0;
    }

    /********************/
    .cover{
        height: 250px;
    }
    iframe{
        height: 250px !important;
    }

    /********************/
    .objectives-section button{
        white-space: pre-wrap;
    }
    .objectives{
        padding: 25px;
        margin-bottom: 15px;
    }

    /********************/
    .mission-section li{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    /********************/
    .story-section ul:before{
        content: none;
    }
    .story-section ul li{
        width: 100%;
        left: 0 !important;
        padding: 0 !important;
        margin-bottom: 80px;
    }
    .story-section ul li:nth-child(odd):before{
        top: 0;
        right: 0;
        left: auto;
        transform: translate(0, 0);
    }
    .story-section ul li:nth-child(even):before{
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    /********************/
    .member,
    .news-page .news{
        width: 100%;
        margin-bottom: 50px;
    }

    /********************/
    .sortingSelect{
        margin-bottom: 15px;
    }

    /********************/
    .news {
        padding: 0;
    }

    /********************/
    .article h1{
        max-width: 100%;
        margin-bottom: 25px;
        font-size: 24px;
    }
    .article img {
        height: 300px;
    }

    /********************/
    .steps{
        width: 100%;
    }

    /********************/
    .cover.coverBidfood .info{
        max-width: 100%;
    }

    /********************/
    .partners li{
        width: 100%;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    /********************/
    .brand-modal-box{
        width: 90%;
        max-height: 90%;
        padding: 35px;
        overflow: auto;
    }
    .brand-modal-box img{
        height: 70px;
    }
    .popup img{
        height: auto;
        width:100%;
    }

    /********************/
    .location .contact-info{
        margin-bottom: 30px;
    }
    .location .col-md-12 .contact-info li {
        width: 100%;
    }

    /********************/
    .jobs-view img,
    .jobs-view .title{
        margin-bottom: 15px;
    }

    /********************/
    .join-list .picture{
        display: block;
        margin: auto;
        float: none;
    }
    .join-list .info{
        width: 100%;
    }

    /********************/
    .location .col-md-8 .contact-info li {
        width: 100%;
    }
    
    .impossible-products .hero-section img{
        height: 250px;
    }
    
    /*.impossible-products .common-section .image-wrapper{*/
    /*    height: 250px;*/
    /*}*/
    
    .impossible-products .food-quality .wrapper{
        height: 200px;
    }
    
    .impossible-products .food-quality .section-title{
        width: 100%;
        padding: 0 20px;
        font-size: 24px;
    }
    
    .impossible-products .our-products .products-list .product .product-image-wrapper{
        height: 300px;
    }
    
    /*.impossible-products .our-products .bottom-section a .btn-custom{*/
    /*    width: 100%;*/
    /*}*/

}


@media (min-width: 576px) and (max-width: 767px) {

    .brands li {
        padding: 10px;
        width: calc(100% / 3);
    }

}

@media (max-width: 575px){

    .brands li {
        padding: 20px;
        width: calc(100% / 2);
    }

}

/*
|--------------------------------------------------------------------------
| End Responsiveness Media Queries
|--------------------------------------------------------------------------
*/
.cover img{
    width:100%;
    height:100%;
}

.rich-textbox-wrapper img {
    max-width: 100%;
    object-fit: contain;
}


/*
|--------------------------------------------------------------------------
| Start styling for Own Brands Pages
|--------------------------------------------------------------------------
*/

.img-wrapper-70{
    position: relative;
    padding-top: 70%;
}

.image-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.capital{
    text-transform: uppercase;
}

.banner-img{
    margin-top: 100px;
    height: 400px;
    width: 100%;
}
.banner-img img{
    width: 100%;
    height: 100%;
}

.brand-title{
    height: 210px;
}

.brand-img img{
    height: 100%;
    width: 100%;
}

.primary-bold{
    font-family: "Montserrat-Bold" ;
}

.primary-light{
    font-family: "Montserrat-Light";
}
.primary-regular{
    font-family: "Montserrat-Regular";
}
.primary-semibold{
    font-family: "Montserrat-SemiBold";
}

.color-black{
    color: black;
}
.color-darkblue{
    color: #1D1D4C;
}
.color-grey{
    color:#808080;
}
.color-green{
    color:#8DC63F;
}
.fs-16 {
     font-size: 16px;
}
.lh-16{
    line-height: 1.6;
}

.f-32{
    font-size: 32px;
}

.f-20{
    font-size: 20px;
}
.f-24 {
    font-size: 24px; 
}
.brand-text{
    background-color: #F0F0F0;
}

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

.pointer{
    cursor: pointer;
}

.check-brand-btn{
    max-width: 200px;
    height: 40px;
    border-radius: 50px;
    background-color: #8DC63F;
    color: white;
    border: 1px solid transparent;
    transition: 0.3s;
}

.check-brand-btn:hover{
    background-color: transparent;
    color: #8DC63F;
    border: 1px solid #8DC63F;
}

.brand-details-btn{
    width: 280px;
    height: 40px;
    border-radius: 50px;
    background-color: #8DC63F;
    color: white;
    border: 1px solid transparent;
    transition: 0.3s;
}

.brand-details-btn:hover{
    background-color: transparent;
    color: #8DC63F;
    border: 1px solid #8DC63F;
}

.brand-img{
    border-radius: 30px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 16%), 8px 8px 35px 0 rgb(0 0 0 / 16%);
}
.parallax{
    position: relative;
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto;*/
    height:400px;
    overflow:hidden;

}
.parallax .para-content{
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
}
.parallax img {
    height:400px;
    object-fit:cover;
}
#siqiframe {
    margin-top:0px !important; 
}
.overlay-black{
    position:relative;
}
.parallax {
  background-size:cover;  
}
.overlay-black::before {
    content:"";
    position:absolute;
    top:0;
    background:#000000;
    opacity:0.3;
    z-index:10;
    left:0;
    width:100%;
    height:100%;
}
.pos-z {
    position:relative;
    z-index:11;
}
.recipe-box-content {
    position:absolute;
    display:flex;
    top:0;
    left:0;
    width:100%;
    align-items:center;
    justify-content:center;
    height:100%;
    z-index:10;
    flex-direction:column;
    text-align:Center;
    opacity:0;   transition:.5s;
}
.recipe-box::before {
     opacity:0;
     transition:.5s;
     border-radius:30px;
}

.recipe-box:hover::before {
    opacity:0.5;
}
.recipe-box:hover .recipe-box-content{
    opacity:1;
}
.text-green {
    color:#8DC63F;
}
.recipe-box img {
      height: 340px;
    width: 100%;
    border-radius: 30px;
}

@media(max-width: 500px){
    .banner-img h1 {
        font-size:2rem;
    }
    .banner-img {
        margin-top:60px;
    }
}
/*
|--------------------------------------------------------------------------
| End styling for Own Brands Pages
|--------------------------------------------------------------------------
*/
.slick-image-wrapper {
        padding-top: 45%;
}
.home-slick {
    margin-top:99px;
}
@media (max-width: 1299px) {
   .home-slick {
    margin-top:60px;
} 
.home-slick .single-slick .info h1, .home-slick .single-slick .info h4 {
    font-size:1.5rem;
}
}


.slick-image-wrapper img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*.slick-slide img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height:unset !Important;*/
/*}*/
.home-slick .single-slick {
    height:unset !Important;
}

/*.home-slick .single-slick {*/
/*    height:unset !Important;*/
/*    position: relative;*/
/*    padding-top: 100%;*/
/*    overflow: hidden;*/
/*    overflow: hidden;*/
/*}*/
.text-blue  {
    color:#1D1D4C;
}
.product-ratio-image {
      position: relative !important;
    padding-top: 100% !important;
    overflow: hidden;
}
.product-ratio-image.image {
     height:auto !important;
}
.product-ratio-image img, .training-image-wrapper  img {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
object-fit:cover !important;
}

.training-image-wrapper    {
        box-shadow: 0 0 0 0 rgb(0 0 0 / 16%), 8px 8px 35px 0 rgb(0 0 0 / 16%);
}
.lh-13 {
    line-height:1.3;
}
.pt-90 {
    padding-top:90px;
}
.pb-90 {
     padding-bottom:90px;
}
.pt-45 {
    padding-top:45px;
}
@media (min-width:1250px){
    .custom-row-30 {
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.custom-row-30  .col-lg-3 {
    padding-left:30px !Important;
     padding-right:30px !Important;
}
}

@media (max-width:560px) {
    .pt-90 {
    padding-top:45px;
}
.pb-90 {
     padding-bottom:45px;
}
.pt-force-0 {
    padding-top:0px !Important;
}
}

.fs-20 {
    font-size:20px;
    font-weight:600;
}
.fw-sb {
      font-weight:600 !important;
}
.training-image-wrapper {
    position: relative !important;
    padding-top: 100% !important;
    overflow: hidden;
    border-radius:20px;
}
.training-image-wrapper.noration {
     padding-top:  0!important;
}
.training-image-wrapper.noration img {
  position: relative !important;
}

/*
|--------------------------------------------------------------------------
|  styling for horeca Pages
|--------------------------------------------------------------------------
*/

.objectives.horeca{
    border: 1px solid transparent;
    transition: .3s all ease-in-out;

}

.objectives.horeca:hover{
border-color: #8DC63F;

}

.alert-danger{
    display: none;
    border-radius: 15px;
    background-color: red;
    color: white;
    padding: 10px 0px;
}