@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: GothamProAZMedium;
    src: url(../fonts/GothamProAZMedium.ttf)
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamProAZRegular.ttf)
}

@font-face {
    font-family: Gotham-Reg;
    src: url(../fonts/GothamProAZRegular.ttf)
}

@font-face {
    font-family: GothamProAZLight;
    src: url(../fonts/GothamProAZLight.ttf)
}

@font-face {
    font-family: GothamProAZ-Bold;
    src: url(../fonts/GothamProAZBold.ttf)
}

@font-face {
    font-family: GothamProAZBlack;
    src: url(../fonts/GothamProAZBlack.ttf)
}

@font-face {
    font-family: DomaineDispExtrabold;
    src: url(../fonts/Domaine-Display-Extrabold.ttf)
}

@font-face {
    font-family: DomaineDisplayBold;
    src: url(../fonts/Domaine-Display-Bold.otf)
}

@font-face {
    font-family: Eustache-Regular;
    src: url(../fonts/Eustache-Regular.ttf)
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body:first-child {
    overflow-y: scroll !important
}

body:nth-child(2) {
    overflow-y: scroll !important
}

.content.home-page {
    width: calc(100% - 120px);
    margin: auto;
}

.p {
    font-size: 16px;
    font-family: Gotham-Reg
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 12px 0 10px;
    z-index: 100
}

button#desktopNav {
    background: 0 0;
    box-shadow: none;
    border: none;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    display: block;
    border: none;
    width: 50px;
    outline: 0 !important;
      box-shadow: none;
}

button#desktopNav img {
    width: 70%
}

a.mini-logo img {
    width: 70%
}

button#desktopNav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #707070
}

nav#desktop {
    background-image: url(../img/menu-back.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden
}

nav#desktop {
    position: fixed;
    top: 0;
    z-index: 100;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #65656a;
    overflow-y: auto;
    color: #fff;
    transition: left .5s ease-out
}

nav#desktop.active {
    transition: left .5s ease-out;
    left: 0
}

.bina-logo {
    position: absolute
}

nav#desktop .main {
    margin: 0 0 0 25%;
    position: absolute;
    font-size: 1.3rem;
    padding-top: 15%;
    width: 25%;
    height: 100vh
}

nav#desktop .main .secondary,
nav#desktop .main .tertiary {
    padding-left: 10px;
    position: absolute;
    top: 0;
    display: none;
}

ul.social-icons li {
    list-style: none;
    display: inline
}

ul.social-icons li img {
    width: 5%;
    margin: 0 3% 0 0
}

ul.social-icons {
    margin: 25% 0 0;
    padding: 0
}

nav#desktop ul li {
    margin: 2% 0
}

nav#desktop ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 141ms ease-out
}

nav#desktop>ul,
nav#mobile>ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 3rem
}

li.hass-arrow > a:after {
    margin: 9px 20px;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/r-arrow.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute
}

nav#desktop .main .active>ul {
    display: block
}

.half-second {
    background: #464646;
    width: 50%;
    height: 100vh;
    position: absolute;
    right: -50%;
    top: 0;
    padding-top: 15%
}

.half-second.active {
    right: 0;
    transition: right 560ms ease-out
}

ul.half-list {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 3rem
}

ul.half-list>li {
    margin: 2% 0;
    border-bottom: 1px solid #555;
    width: 50%
}

ul.half-list li a {
    color: #fff;
    text-decoration: none;
    transition: color 141ms ease-out
}

ul.half-list {
    margin: 0 0 0 10%
}

ul.half-list .tertiary {
    display: none
}

ul.half-list .tertiary.active {
    display: block;
    transition: right 560ms ease-out
}

ul.half-list li:hover .tertiary {
    display: block !important
}

.tertiary li a {
    color: #b5b5b5 !important;
    font-size: 14px !important
}

.tertiary li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1rem
}

.bina-logo img {
    display: inline-block;
    position: relative;
    width: 204px;
    height: auto;
    padding: 10px
}

#menu-close {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    display: block;
    border: none;
    width: 50px;
    outline: 0 !important;
      box-shadow: none;
}

#menu-close img {
    width: 70%
}

#menu-close a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 13px
}

content.home-page .grey-bg {
    padding-bottom: 10rem
}

.grey-bg {
    background: #efefeb
}

aside#mouse-parallax {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #efefeb;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none
}

aside#mouse-parallax ul#scene,
aside#mouse-parallax ul#scene .layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    position: absolute
}

aside#mouse-parallax ul#scene .layer {
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000
}

aside#mouse-parallax ul#scene .layer .canvas {
    width: 108%;
    height: 108%;
    position: absolute;
    top: -4%;
    left: -4%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.mlayer1 {
    z-index: 1;
    background-image: url(../img/home/pepper-mobile.png)
}

.mlayer2 {
    z-index: 2;
    background-image: url(../img/home/leaf-4-moblie.png)
}

.mlayer3 {
    z-index: 3;
    background-image: url(../img/home/tomato3-mobile.png)
}

.mlayer4 {
    z-index: 4;
    background-image: url(../img/home/leaf-4-mobile.png)
}

.mlayer5 {
    z-index: 5;
    background-image: url(../img/home/leaf5-mobile.png)
}

.mlayer6 {
    z-index: 6;
    background-image: url(../img/home/pepper2-mobile.png)
}

.mlayer7 {
    z-index: 7;
    background-image: url(../img/home/sliced-tomato-mobile.png)
}

.mlayer8 {
    z-index: 8;
    background-image: url(../img/home/eggplant2-mobile.png)
}


.layer1 {
    z-index: 1;
    background-image: url(../img/slider-new/1.png)
}

.layer2 {
    z-index: 2;
    background-image: url(../img/slider-new/2.png)
}

.layer3 {
    z-index: 3;
    background-image: url(../img/slider-new/3.png)
}

.layer4 {
    z-index: 4;
    background-image: url(../img/slider-new/4.png)
}

.layer5 {
    z-index: 5;
    background-image: url(../img/slider-new/5.png)
}

.layer6 {
    z-index: 6;
    background-image: url(../img/slider-new/6.png)
}

.layer7 {
    z-index: 7;
    background-image: url(../img/slider-new/7.png)
}

.layer8 {
    z-index: 8;
    background-image: url(../img/slider-new/8.png)
}

.layer9 {
    z-index: 9;
    background-image: url(../img/slider-new/9.png)
}

.layer10 {
    z-index: 10;
    background-image: url(../img/slider-new/10.png)
}

.layer11 {
    z-index: 11;
    background-image: url(../img/slider-new/11.png)
}

.layer12 {
    z-index: 12;
    background-image: url(../img/slider-new/12.png)
}

.layer13 {
    z-index: 13;
    background-image: url(../img/slider-new/13.png)
}
.layer14 {
    z-index: 14;
    background-image: url(../img/slider-new/14.png)
}

.layer15 {
    z-index: 15;
    background-image: url(../img/slider-new/15.png)
}
.layer16 {
    z-index: 16;
    background-image: url(../img/slider-new/16.png)
}
section.slider-content {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    float: left;
    z-index: 10;
    position: relative
}

.slider-logo {
    position: relative;
    z-index: 15;
    margin: 20px auto;
    width: fit-content;
    width: -moz-fit-content;
}

.slider-action {
    margin: 20vh auto;
    height: 45vh;
    width: 60%;
    position: relative;
    z-index: 15
}

.bineagro-back {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 100vh
}

a.slider-button:hover {
    background: #b5b5b5;
    text-decoration: none
}

a.load-button:hover {
    background: #8ab661;
    text-decoration: none
}

a.slider-button {
    display: block;
    margin: 2% auto;
    background: #8ab661;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    border: none;
    width: fit-content;
    width: -moz-fit-content;
}

a.load-button {
    display: block;
    margin: 2% auto;
    background: #b5b5b5;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    border: none;
    width: fit-content;
    width: -moz-fit-content;
}

.slider-action>svg {
    margin-left: -2%;
    margin-bottom: -2%
}

.slider-text {
    text-align: center
}
.slider-action > span {
    font-family: Eustache-Regular;
    font-size: 60px;
    color: #464646;
}

.slider-text h2 {
    font-family: GothamProAZBlack;
    color: #464646;
    font-size: 50px;
}

.slider-text h2 span {
    color: #8AB661;
    font-family: DomaineDispExtrabold;
}

.white-bg {
    text-align: center;
    padding: 50px 0;
    width: 100%;
    display: block;
    position: relative;
    float: left
}

.slider-bottom {
    background: url(../img/dotted-border.png);
    background-size: 200px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 16
}

.slider-bottom svg {
    margin-top: 50px;
    margin-bottom: 20px
}

.white-bg.leaf-back {
    background: url(../img/leaf-background.png);
    background-size: 280px;
    background-repeat: no-repeat !important;
    background-position: 20% center !important;
    background-color: #fff
}

h3.home-product {
    font-size: 20px;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: GothamProAZBlack;
}
.first-producttitle h2 {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 60px;
    display: block;
}
.home-product-title h2 {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 50px;
    display: block;
}

.home-product-title h2 > span {
    color: #464646;
}

.home-product-title >div>span {
    font-family: Eustache-Regular;
    font-size: 60px;
    text-align: end;
    color: #464646;
    float: right;
    margin-right: 8%;
}
.first-producttitle h2 > span {
    color: #464646;
}
.home-product-title h2:after {
    content: "";
    width: 17%;
    vertical-align: middle;
    right: -20%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute;
}
.home-product-title h2:before {
     content: "";
    width: 17%;
    vertical-align: middle;
    left: -20%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute;
}

.home-product-cover {
    background: url(../img/product-background.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 70vh;
    float: left;
    z-index: 2;
    position: static
}

.home-product-title {
    position: absolute;
    top: 51vh;
    width: 100%;
    z-index: 1
}

.svg-title {
    padding: 4vh;
    width: 60%;
    margin: auto 20%;
    text-align: center;
    position: absolute;
    z-index: 3;
    background: #f6f6f4;
}

.svg-title svg:nth-child(3) {
    width: 50%;
    text-align: center
}

.svg-title svg:nth-child(1) {
    display: block;
    width: 30%;
    margin-bottom: -2%
}

.svg-title svg:nth-child(2),
.svg-title svg:nth-child(4) {
    padding: 0 20px;
    vertical-align: middle !important;
    margin: auto 0 !important;
    margin-bottom: -2%
}

.home-product {
    position: relative;
    width: 100%;
    float: left
}

.product-list {
    display: block;
    width: 1024px;
    margin: 6% auto
}
.product-list h2 {
    text-align: center;
    font-family: DomaineDispExtrabold;
    color: #464646;
}
.product-area {
    float: left;
    position: relative;
    width: 100%;
    background: #f6f6f4
}

.single-product {
    text-align: center;
    display: inline-block;
    height: 200px;
    vertical-align: middle;
    background: #fdfdfc;
    margin: 5px;
    border-radius: 10px;
    transition: background 611ms ease-out
}
.single-product {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.product-svg {
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    height: 200px
}
.product-svg svg {
    max-width: 70%;
}
.single-product {
    position: relative;
}
.single-product > .single-product-gradient {
    border-radius: 10px;
     display: none; 
    z-index: 1;
    opacity:0.5;
}

.single-product {
   position: relative; 
}

.product-svg {
    z-index: 2;
    position: relative;
}
.single-product:nth-child(2),
.single-product:nth-child(4),
.single-product:nth-child(9) {
    width: calc(50% - 13px)
}

.single-product:nth-child(1),
.single-product:nth-child(6),
.single-product:nth-child(8) {
    width: calc(20% - 13px)
}

.single-product:nth-child(3),
.single-product:nth-child(5),
.single-product:nth-child(7) {
    width: calc(30% - 13px)
}

.single-product:hover svg line,
.single-product:hover svg path,
.single-product:hover svg text,
.single-product:hover svg rect {
    fill: #fff;
    stroke: #fff
}
.single-product svg line, .single-product svg path, .single-product svg text, .single-product svg rect {
    fill: #464646;
    stroke: #464646
}
.home-kithcen-cover {
    background: url(../img/kitchen-back.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: auto;
    float: left;
    z-index: 2;
    position: relative
}

.kithcen-title {
    width: 700px;
    margin: 5% auto 0;
    text-align: start
}
.kithcen-title>span {
    font-family: Eustache-Regular;
    font-size: 60px;
    text-align: end;
    color: white;
    line-height: 30px;
    margin-left: -10px;
}

.kithcen-title>h2 {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 50px;
    display: block;
    margin-bottom: 40px;
}
.kithcen-title svg:nth-child(3) {
    display: block
}

.kithcen-title svg:nth-child(1) {
    margin-left: -3%
}

.kithcen-title svg:nth-child(2) {
    margin-bottom: -4%
}

.kitchen-slider {
    height: 30vh;
    width: 700px;
    margin: 1% auto 5%;
    text-align: start;
    display: block
}

.kitchen-slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.kitchen-slider ul li .k-slider-first {
    height: 200px;
    width: 150px;
    display: inline-block;
    background: #ecf4f3;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 30px 0;
    border-radius: 5px 0 0 5px
}

.kitchen-slider ul li .k-slider-second {
    width: 420px;
    display: inline-block;
    background: #fff;
    margin: 0;
    height: 200px;
    vertical-align: middle;
    margin-left: -1%;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 140px;
    border-radius: 0 0 5px 0
}

.kitchen-slider ul li {
    width: 700px ;
    position: relative;
    height: 100%
}

.k-slider-first img {
    height: 90px;
    margin: 0 auto 10px
}

.k-slider-first svg {
    height: 40px;
    max-width: 80%
}

.k-slider-second h3 {
    font-size: 16px;
    font-family: GothamProAZBlack
}

.k-slider-second p {
    font-size: 14px;
    font-family: GothamProAZLight
}

.serving img,
.serving p {
    display: inline !important;
    height: 20px;
    font-size: 14px;
    vertical-align: middle;
    font-family: GothamProAZ-Bold;
    color: #8ab661
}

.k-slider-absolute {
    position: absolute;
    width: 120px;
    right: 18%;
    display: inline-block;
    top: 20px;
    border-radius: 0
}

.k-slider-absolute img {
    height: 160px;
    object-fit: cover;
    width: 220px;
    border-radius: 5%;
}

button.slick-next.slick-arrow {
    top: -34px;
    position: absolute;
    right: 19%
}

button.slick-arrow {
    background: #8ab661;
    border: none;
    padding: 5px 10px
}

button.slick-arrow svg path {
    fill: #fff
}

button.slick-arrow svg {
    width: 15px;
    height: 15px
}

button.slick-prev.slick-arrow {
    top: -34px;
    position: absolute;
    right: 23%
}

.kitchen-bg {
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    float: left
}

.gray-bg.galler-back {
    background: #f6f6f4;
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0
}

.first-newstitle {
    padding: 2vh;
    width: 60%;
    height: 250px;
    margin: 0 auto;
    z-index: 3
}

.first-newstitle svg:nth-child(3) {
    width: 50%;
    text-align: center
}

.first-newstitle svg:first-child {
    display: block;
    margin-left: 20%;
    margin-bottom: -2%
}

.first-newstitle svg:nth-child(2),
.first-newstitle svg:nth-child(4) {
    padding: 0 20px;
    margin-bottom: -2%;
    width: 20%
}

a.news-button:hover {
    background: #b5b5b5;
    text-decoration: none
}

a.news-button {
    display: block;
    background: #8ab661;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    border: none;
    width: fit-content;
    width: -moz-fit-content;
}

.home-news {
    display: block;
    width: 1024px;
    margin: -30px auto 0
}
.first-newstitle > span {
    font-family: Eustache-Regular;
    font-size: 60px;
    text-align: left;
    margin-left: 70px;
    margin-bottom: -20px;
    color: #464646;
}

.first-newstitle h2 {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 60px;
    display: block;
}

.first-newstitle h2 > span {
    color: #464646;
}

.first-newstitle h2:after {
    content: "";
    width: 20%;
    vertical-align: middle;
    right: -25%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute;
}
.first-newstitle h2:before {
    content: "";
    width: 20%;
    vertical-align: middle;
    left: -25%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute;
}
.home-news .gallery-part,
.home-news .news-part {
    padding: 10px;
    text-align: center;
    width: 49%;
    vertical-align: top;
    display: inline-block
}

.home-news .news-part img {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    object-fit: cover;
    border-radius: 3%;
    z-index: 1;
    position: relative
}

.home-news .news-part .text {
    border-radius: 3%;
    background: #fff;
    padding: 30px 20px;
    width: 85%;
    margin: 0 auto;
    height: 300px;
    margin-top: -80px;
    z-index: 3;
    position: relative;
    box-shadow: 0 10px 40px -20px #000
}

.news-part .text h4 {
    font-size: 18px;
    text-align: start;
    font-family: GothamProAZ-Bold;
    margin-bottom: 20px;
    color: #464646
}

.news-part .text p {
    font-size: 16px;
    text-align: start;
    font-family: Gotham-Reg;
    color: #464646
}

.gallery-part .single-photo {
    background-size: cover !important;
    width: 46%;
    margin: 20px 2% 0;
    text-align: center;
    display: inline-block;
    height: 200px;
    border-radius: 3%;
    position: relative;
    padding: 10px;
    vertical-align: middle
}

.gallery-part .single-photo img {
    width: 100%
}

.gallery-part .video-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 3%
}

span.play-button {
    background-repeat: no-repeat !important;
    background-image: url(../img/play.png) !important;
    background-size: 24px !important;
    background-position: center center !important;
    width: 10%;
    height: 15%;
    background: #fff;
    position: absolute;
    top: 42.5%;
    right: 45%;
    z-index: 2;
    border-radius: 50%;
    display: none
}

.gallery-part .video-gallery {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    z-index: 1;
    border-radius: 3%
}

span.green-gradient {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #8ab661);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: none
}

.video-gallery:hover .green-gradient {
    display: block;
    top: 0;
    border-radius: 3%
}

.video-gallery:hover .play-button {
    display: block
}

.photo-gallery h6 {
    color: #fff;
    font-family: GothamProAZ-Bold;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 20px 0
}

.photo-gallery {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    left: 0px;
}

span.photo-gradient {
    border-radius: 3%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: .9;
    left: 0;
    top: 0;
    z-index: 1;
    display: block
}

.photo-gallery .gallery-cat {
    display: block;
    font-family: 'Montserrat', sans-serif;;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
    z-index: 3
}

.photo-gallery .gallery-cat {
    display: block;
    font-family: 'Montserrat', sans-serif;;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
    z-index: 3
}

.photo-gallery .gallery-cat:before {
    left: 15%;
    width: 70%;
    margin-top: -10px;
    z-index: 3;
    content: "";
    height: 2px;
    background: #fff;
    position: absolute
}

a.g-button {
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 5px 10px;
    bottom: -20px
}

a.g-button:hover {
    text-decoration: none;
    color: #fff
}

.single-photo:hover .photo-gradient {
    background: #8ab661
}

.single-photo:first-child {
    margin: 20px 15px 0 0
}

.single-photo:nth-child(2) {
    margin: 20px 0 0 15px
}

footer {
    background: #f6f6f4;
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0 0
}

.instagram-block {
    width: 100%;
    height: fit-content;
    display: block;
    float: left;
    margin: 10px 0;
    padding: 0;
    position: relative
}

footer .single-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative
}

.insta-item img {
    width: 100%;
    object-fit: cover;
    position: relative;
    float: left
}

.text-item.single-item {
    text-align: center;
    position: relative;
    vertical-align: middle
}

.text-item.single-item h5 {
    display: block;
    vertical-align: middle;
    font-family: DomaineDispExtrabold;
    color: #464646;
    font-size: 30px;
    margin: 20% 0 10px
}

.instagram-block ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    position: relative
}

li.insta-item.single-item .ig-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../img/ig-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center
}

li.insta-item.single-item {
    width: 18%
}

li.text-item.single-item {
    width: 28%
}

li.text-item.single-item .hashtag {
    display: block;
    color: #464646;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

li.text-item.single-item a {
    display: block;
    color: #464646;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    padding-bottom: 10px;
    border-bottom: 3px solid #fd8665;
    width: fit-content;
    width: -moz-fit-content;
    margin: 5% auto 0
}

li.text-item.single-item a:hover {
    text-decoration: none
}

ul.f-menu-ul li {
    display: inline;
    list-style: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px
}

ul.f-menu-ul li a:hover {
    text-decoration: none
}

ul.f-menu-ul li a {
    color: #909090;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
    text-transform: uppercase;
}

ul.f-menu-ul {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px
}

.footer-copyright {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px 0;
    vertical-align: middle;
    text-align: center
}

.footer-menu {
    display: block;
    position: relative;
    float: left;
    height: fit-content;
    width: 100%
}

.footer-copyright p {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 14px;
    font-family: Gotham-Reg;
    margin-bottom: 0; 
}
/*.footer-copyright a { */
/*    float: right;*/
/*    margin-right: 20px;*/
/*}*/


.product-cover {
    background: url(../img/products.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 70vh;
    float: left;
    z-index: 2;
    position: relative
}

.product-title {
    position: absolute;
    top: 51vh;
    width: 100%;
    z-index: 3
}
.product-title h2 {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 50px;
    display: block;
}

.product-title >.svg-title>span {
    font-family: Eustache-Regular;
    font-size: 60px;
    text-align: end;
    color: #464646;
    float: right;
    margin-right: 8%;
}

.product-title h2 > span {
    color: #464646;
}

.product-title h2:after {
    content: "";
    width: 17%;
    vertical-align: middle;
    right: -20%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute;
}
.product-title h2:before {
     content: "";
    width: 17%;
    vertical-align: middle;
    left: -20%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute;
}
.product-select {
    text-align: center;
    margin-top: 5%;
    margin-top: 80px;
}

.product-select>.dropdown>a,.product-select> form >.dropdown>a {
    background: #8ab661 !important;
    width: 250px;
    border-radius: 0;
    font-family: GothamProAZ-Bold;
    font-size: 16px;
    border: none
}

.show>.btn-secondary.dropdown-toggle {
    background: #fff !important;
    box-shadow: none !important;
    color: #464646 !important;
    border: none
}

.product-select>.dropdown>a::after,.product-select> form >.dropdown>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/down-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: none
}

.product-select>.dropdown.show>a::after,.product-select> form > .dropdown.show>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/upper-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: none
}

.product-select .dropdown-menu.show {
    width: 250px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin: 0 auto !important;
    border-top: 0;
    border-radius: 0;
    border: #ffdead
}

.product-select .dropdown-menu a {
    color: #464646;
    font-family: GothamProAZ-Bold;
    font-size: 16px;
    cursor: pointer
}

.product-select .dropdown-menu.show a:hover {
    background: #8ab661;
    color: #fff;
    margin: 0 20px;
    width: auto
}

.product-select .dropdown {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 0;
    height: auto;
}

.product-select> form > .dropdown>a:focus {
    border: none;
    box-shadow: none
}

.single-recipe {
    position: relative;
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: calc(33% - 10px);
    border-radius: 3%;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    vertical-align: middle
}

.recipe-list {
    display: block;
    width: 1024px;
    margin: 6% auto
}

a.single-recipe h6 {
    color: #fff;
    font-family: GothamProAZ-Bold;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 60%;
    margin: 12% auto 5%
}

a.single-recipe img {
    border-top: 2px #fff solid;
    padding-top: 20px;
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 5px 10px;
    margin: auto
}
a.single-recipe svg {
    border-top: 2px #fff solid;
    padding-top: 20px;
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 5px 10px;
    margin: auto;
    height: 70px;
    max-width:300px;
}
a.single-recipe svg line,
a.single-recipe svg path,
a.single-recipe svg text {
    fill: #fff;
    stroke: #fff
} 
a.single-recipe h6:hover,
a.single-recipe:hover,
a.single-recipe:hover h6 {
    text-decoration: none !important
}

.single-recipe h6,
.single-recipe svg,
.single-recipe span {
    display: none
}

a.single-recipe:hover h6,
a.single-recipe:hover svg,
a.single-recipe:hover span {
    display: block
}

.single-recipe span.photo-gradient {
    background: #6d67a5;
    border-radius: 3%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .9;
    left: 0;
    top: 0;
    z-index: 1
}

.product-top {
    position: relative;
    display: block;
    width: 100%;
    float: left
}

.single-product-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    float: left;
    z-index: 2;
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
}
.single-product-cover svg line,
.single-product-cover svg path,
.single-product-cover svg text {
    fill: #fff;
    stroke: #fff
} 
.single-product-gradient {
    background: #c55;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .9;
    left: 0;
    top: 0;
    z-index: 1;
    display: block
}

.single-product-cover svg {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: block;
    width: 20%
}

.product-photo {
    width: fit-content;
    width: -moz-fit-content;
    z-index: 4;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto !important
}

.product-photo img {
    height: 300px;
    width: auto;
    margin-top: -150px;
    margin-bottom: 0px
}

.product-bottom,
.product-top {
    background: #f6f6f4
}

.single-product-title {
    /*background: url(../img/Bandita.png);*/
    /*background-size: 60%;*/
    /*background-repeat: no-repeat !important;*/
    /*background-position: top;*/
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    padding: 0 0 30px
}

.single-product-title span {
    font-family: Eustache-Regular;
    font-size: 60px;
    color: #464646
}

h1.prod-title {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 75px
}

h1.prod-title:before {
    content: "";
    width: 50%;
    vertical-align: middle;
    left: -60%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute
}

h1.prod-title:after {
    content: "";
    width: 50%;
    vertical-align: middle;
    right: -60%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute
}

span.product-category {
    font-family: GothamProAZBlack;
    color: #464646;
    font-size: 25px;
    letter-spacing: 4px
}

.single-product-title > p {
    font-family: Gotham-Reg;
    width: 60%;
    margin: 20px auto;
    color: #464646
}

.product-carousel .carusel-image {
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto !important;
    display: block;
    position: relative;
    text-align: center !important;
    vertical-align: middle
}

.product-carousel .carusel-image img {
    width: auto;
    margin: 120px 50px !important;
    height: 400px;
    display: block;
    position: relative
}

ul.product-carousel-slick li {
    list-style: none;
    display: inline-block;
    margin: 0 20px
}

ul.product-carousel-slick li img {
    width: 100px;
    height: auto
}

ul.product-carousel-slick {
    margin: 20px auto;
    padding: 0;
    width: 700px;
    display: block;
    position: relative;
    text-align: center !important
}

ul.product-carousel-slick li span {
    display: block;
    position: relative;
    color: #464646;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 15px
}

ul.product-carousel-slick li a {
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff
}

ul.product-carousel-slick li a:hover {
    border: 1px solid #464646
}

.product-carousel-slick button.slick-next.slick-arrow {
    background: 0 0;
    right: -5% !important;
    top: 30% !important
}

.product-carousel-slick button.slick-prev.slick-arrow {
    background: 0 0;
    left: -5% !important;
    right: unset !important;
    top: 30% !important
}

.product-carousel-slick button.slick-arrow svg {
    width: 30px;
    height: 30px
}

.product-carousel-slick button.slick-arrow svg path {
    fill: #464646
}

ul.product-carousel-slick li a:focus,
ul.product-carousel-slick li:focus {
    outline: 0 !important;
      box-shadow: none;
}

button.slick-arrow:focus {
    outline: 0 !important;
      box-shadow: none;
}

button.slick-arrow:focus {
    outline: 0 !important;
      box-shadow: none;
}

.product-fact-title h2 {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 60px;
    display: block
}

.product-fact-title h2:before {
    content: "";
    width: 50%;
    vertical-align: middle;
    left: -60%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute
}

.product-fact-title h2:after {
    content: "";
    width: 50%;
    vertical-align: middle;
    right: -60%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute
}

.product-fact-title {
    /*background: url(../img/bilirdiniz.png);*/
    /*background-size: 60%;*/
    /*background-repeat: no-repeat !important;*/
    /*background-position: center;*/
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    padding: 50px 0
}

.product-fact-title h2 span.grey-span {
    font-family: Eustache-Regular;
    font-size: 60px;
    color: #464646
}

.product-fact-title h2 span.green-span {
    font-family: Eustache-Regular;
    font-size: 80px;
    line-height: 60px
}

.fact-gallery {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.gallery-center {
    width: 1024px;
    margin: 0 auto;
    position: relative
}

.left-gallery {
    width: 72%;
    position: relative;
    display: inline-block;
    float: left
}

.right-gallery {
    width: 27.5%;
    display: inline-block;
    position: relative;
    float: right
}

.left-gallery img:nth-child(1) {
    width: 100%;
    padding: 10px 5px
}

.left-gallery img:nth-child(2) {
    width: 40%;
    padding: 10px;
    display: inline-block;
    position: relative;
    float: left
}

.left-gallery img:nth-child(3) {
    width: 60%;
    display: inline-block;
    position: relative;
    padding: 10px 5px 10px 10px
}

.right-gallery img:nth-child(1) {
    width: 100%;
    padding: 10px 5px;
    float: left;
    display: block
}

.right-gallery img:nth-child(2) {
    width: 100%;
    padding: 10px 5px;
    float: left;
    display: block
}

.product-bottom {
    position: relative;
    display: block;
    width: 100%;
    float: left
}

.fact-parts {
    width: 100%;
    float: left;
    display: block;
    position: relative
}

.fact-carusel {
    background: #fff;
    width: 350px;
    margin: auto;
    text-align: center;
    padding: 10px;
    border-radius: 3%;
    margin-top: -13%
}

.fact-title .left-title {
    font-family: Eustache-Regular;
    font-size: 40px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: -20px;
    float: left;
    color: #464646
}

.fact-title h3 {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 35px;
    display: block
}

.fact-title h3 span {
    font-family: Eustache-Regular;
    font-size: 70px;
    line-height: 50px;
    text-align: left;
    color: #464646
}

.fact-carusel-list ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 20px
}

.fact-carusel-list ul li p {
    font-family: Gotham-Reg;
    width: 100%;
    color: #464646
}

.fact-carusel-list ul button.slick-arrow {
    display: none !important
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0 !important;
      box-shadow: none;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    background: #8ab661;
    font-size: 6px;
    line-height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 5px;
    content: "" text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background: #8ab661;
    width: 50px;
    font-size: 20px
}

ul.slick-dots .slick-active {
    width: 50px
}

.related-products {
    width: 100%;
    display: block;
    float: left
}

.product-related-title h2 {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 60px;
    display: block
}
.product-related-title h2 > span {
  color: #464646;
}
.product-related-title {
    margin: 20px auto 0px;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 3;
    display: block;
    position: relative;
    padding: 50px 0 20px;
}

.product-related-title .left-title {
    font-family: Eustache-Regular;
    font-size: 60px;
    text-align: left;
    margin-left: -10px;
    margin-bottom: -20px;
    color: #464646
}

.related-product-list ul {
    padding: 0;
    height: 360px;
    width: 1024px;
    display: block;
    list-style: none;
    margin: 0 auto;
    margin-bottom: -75px;
}

.related-product-list ul li {
    text-align: center;
    float: left;
    position: relative;
    background: #ebebe7;
    width: 180px;
    top: 80px;
    height: 260px;
    border-radius: 5%;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}

.related-product-list ul li.single-related-product h5 {
    font-family: GothamProAZ-Bold;
    font-size: 22px;
    color: #464646;
    margin-top: 75px;
    height: 50px;
}

.related-product-list ul li a.related-p-button {
    display: block;
    background: #8ab661;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}

.related-product-list ul li a.related-p-button:hover {
    background: #b5b5b5;
    text-decoration: none
}

.related-product-list ul li img {
    width: 150px;
    height: auto;
    position: absolute;
    display: block;
    margin: 0 15px;
    top: -75px;
    vertical-align: baseline;
}

.related-product-list {
    width: 100%;
    margin: 0px 0 50px;
    float: right;
    position: relative;
    display: block;
}

.share-product {
    width: 100%;
    margin: 0 auto 50px !important;
    position: relative;
    float: left
}

.share-part {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    display: block
}

.share-part p {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
    color: #464646;
    padding: 0 10px
}

ul.social-share {
    padding: 0;
    list-style: none
}

ul.social-share li {
    display: inline-block;
    margin: 10px 20px 10px 0;
    position: relative;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

ul.social-share li a {
    align-items: center;
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 10px;
    padding: 10px;
    border: 1px solid #6b6b6b;
    border-radius: 50%
}

ul.social-share li a img {
    width: 20px;
    height: auto;
    vertical-align: middle
}

p.share-tex:after {
    content: "";
    width: 900px;
    vertical-align: middle;
    right: 30px;
    top: 50%;
    height: 2px;
    background: #464646;
    position: absolute
}

.product-carousel {
    background: url(../img/product-leaf.png);
    background-size: 200px;
    background-repeat: no-repeat !important;
    background-position: right top
}

.related-background-icons {
    background: url(../img/product-tomato.png);
    background-size: 200px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 200px;
    height: 200px;
    right: 20px;
    position: absolute
}

.top-background-icons {
    background: url(../img/product-tomatos.png);
    background-size: 200px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 200px;
    height: 200px;
    left: : 20px;
    bottom: 20px;
    position: absolute
}

.recipe-top {
    position: relative;
    display: block;
    width: 100%;
    float: left
}

.single-recipe-cover {
    background: url(../img/recipe-cover.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    height: 70vh
}

.single-recipe-gradient {
    background: #464646;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    left: 0;
    top: 0;
    z-index: 1;
    display: block
}

.single-recipe-title {
    background: #ebebe7;
    width: 1024px;
    padding: 0 0 20px;
    margin: auto;
    display: block;
    position: relative;
    text-align: center
}

.single-recipe-area {
    width: 100%;
    display: block;
    position: relative;
    float: left
}

.single-recipe-title svg:first-child {
    width: auto;
    text-align: center;
    margin-bottom: -20px;
    margin-left: -150px
}

.single-recipe-title svg:nth-child(2) {
    display: block;
    width: auto;
    margin: 0 auto
}

.single-recipe-details {
    background: #f6f6f4;
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.single-recipe-name {
    text-align: center;
    margin: auto;
    width: 1024px;
    padding: 50px
}

.single-recipe-name h1 {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #464646;
    font-family: DomaineDisplayBold;
    font-size: 50px;
    display: block
}

.single-recipe-name h1 span {
    color: #8ab661
}

.single-recipe-name p {
    width: 80%;
    margin: 10px auto;
    color: #464646;
    font-family: Gotham;
    font-size: 20px
}

.s-recipe-details {
    width: 1024px;
    margin: auto
}

.s-recipe-details>ul li {
    margin: 10px 10px;
    display: inline-block
}

ul.recipe-icons li span {
    display: inline-block;
    background: #dadfdf;
    border-radius: 50%
}

ul.recipe-icons li p span {
    background: 0 0;
    color: #8ab661;
    margin: 0;
    padding: 0;
    line-height: 20px
}

ul.recipe-icons li span img {
    width: 60px;
    padding: 15px
}

ul.recipe-icons li p {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 20px;
    color: #6b6b6b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;;
    text-align: start
}

.s-recipe-details ul li a:hover {
    text-decoration: none
}

.recipe-detailpart {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: 50px
}

.recipe-detailpart h3 {
    width: 95%;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    margin: 0 auto;
    line-height: 100px;
    background: #fff;
    border-radius: 3%;
    color: #464646;
    font-family: DomaineDisplayBold;
    font-size: 32px
}

.ingredients > ul {
    list-style: none
}

.ingredients > ul li:before {
    position: absolute;
    margin-left: -1.5em;
    padding-right: 1em;
    color: #8ab661;
    content: '\25CF'
}

.directions > ul {
    counter-reset: list 0
}

.directions > ul li {
    list-style-type: none;
    position: relative;
    margin: 25px 0;
    line-height: 25px;
    padding-left: 50px;
    font-family: Gotham;
    font-size: 18px;
    color: #464646
}

.directions > ul li:before {
    content: counter(list) "";
    counter-increment: list;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    background: #8ab661;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: DomaineDisplayBold
}

.ingredients > ul li {
    list-style-type: none;
    position: relative;
    margin: 25px 0 5px;
    line-height: 25px;
    padding-left: 50px;
    font-family: Gotham;
    font-size: 18px;
    color: #464646
}

.single-recipe-form {
    width: 100%;
    display: block;
    float: left;
    background: #ebebe7;
    position: relative
}

.recipe-form-title {
    background-repeat: no-repeat !important;
    background-position: 15% 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    padding: 50px 0
}

.recipe-form-title h3 {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 60px;
    display: block
}

.recipe-form-title h3>span {
    color: #464646
}

.recipe-form-title>span {
    font-family: Eustache-Regular;
    font-size: 60px;
    color: #464646;
    display: block;
    width: auto;
    margin-bottom: -20px;
    margin-left: -50%
}

.recipe-form-area {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.recipe-form-area form {
    width: 1024px;
    margin: 0 auto 30px;
    padding: 50px 30px;
    position: relative;
    background: #f6f6f4
}

.recipe-form-area form textarea {
    background: #fff;
    display: block;
    margin: 0 auto !important;
    padding: 20px;
    border: none;
    width: 90%;
    color: #909090;
    font-family: Gotham;
    font-size: 18px;
    border-radius: 10px !important
}

.recipe-form-area form textarea:focus {
    outline: #ffdead
}

.input-container {
    width: 90%;
    height: 60px;
    display: block;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px !important
}

.input-container input {
    border: none !important;
    padding: 15px 20px 15px 10px !important;
    color: #909090 !important;
    font-family: Gotham !important;
    font-size: 18px !important;
    line-height: 30px !important;
    position: relative !important;
    width: calc(100% - 50px) !important;
    display: inline-block;
    align-items: center;
    height: auto;
}

.input-container img {
    padding: 15px 0 15px 20px;
    width: 45px;
    position: relative;
    vertical-align: middle
}

.input-container input:focus {
    outline: 0 !important;
    border:none !important;
      box-shadow: none;
}
textarea:focus{
    outline: 0 !important;
    border:none !important;
    box-shadow: none !important;
}
.input-container input::placeholder,
.recipe-form-area form textarea::placeholder {
    color: #909090;
    font-family: Gotham;
    font-size: 18px
}

button.recipe-button {
    display: block;
    margin: 2% auto;
    background: #8ab661;
    color: #fff !important;
    padding: 5px 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    border: none;
    width: fit-content;
    width: -moz-fit-content;
}

button.recipe-button:hover {
    text-decoration: none;
    background: #b5b5b5
}

.recipe-leaf-background {
    background: url(../img/leaf-background.png);
    background-size: 200px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 200px;
    height: 200px;
    bottom: 20px;
    left: 20px;
    position: absolute
}

.recipe-kasa-background {
    background: url(../img/kasa.png);
    background-size: 250px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 250px;
    height: 250px;
    top: 20px;
    right: 20px;
    position: absolute
}

.recipe-saltz-background {
    background: url(../img/saltz.png);
    background-size: 140px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 150px;
    height: 200px;
    bottom: 350px;
    right: 20px;
    position: absolute
}

.recipe-tava-background {
    background: url(../img/tava.png);
    background-size: 250px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 250px;
    height: 250px;
    top: 20px;
    right: 20px;
    position: absolute
}

.recipe-cengel-background {
    background: url(../img/cengel.png);
    background-size: 130px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 150px;
    height: 150px;
    left: 10px;
    bottom: 180px;
    position: absolute
}

.recipe-comce-background {
    background: url(../img/comce.png);
    background-size: 250px;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 150px;
    height: 350px;
    top: 150px;
    left: 0;
    position: absolute
}

.nesw-top {
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    width: 100%;
    position: relative;
    height: 60vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left
}

span.news-gradient,
span.static-gradient {
    background: #464646;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    left: 0;
    top: 0;
    z-index: 1;
    display: block
}

.news-top-area {
    padding: 5%;
    width: 1024px;
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    vertical-align: middle;
    height: auto
}

.news-top-area h2 {
    font-size: 40px;
    font-family: GothamProAZ-Bold
}

.news-top-area .news-time {
    font-family: GothamProAZ-Bold;
    font-size: 25px
}

.news-top-area p {
    font-family: Gotham;
    font-size: 16px
}

.news-top-area a.news-button {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto
}

.news-area-part,
.static-section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f6f6f4
}
.news-area-part{
   padding: 20px 0 50px; 
}
.news-area-title {
    background-size: 60%;
    background-repeat: no-repeat !important;
    background-position: 0 center;
    width: 1024px;
    margin: 0 auto;
    z-index: 3;
    display: block;
    position: relative;
    text-align: center;
    padding: 0px 0 50px;
}

.news-area-title h2 {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 60px;
    display: block;
}

.news-area-title h2:before {
    content: "";
    width: 20%;
    vertical-align: middle;
    left: -30%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute
}

.news-area-title h2:after {
    content: "";
    width: 20%;
    vertical-align: middle;
    right: -30%;
    top: 50%;
    height: 2px;
    background: #909090;
    position: absolute
}

.news-area-title span {
    font-family: Eustache-Regular;
    display: block;
    margin-bottom: -20px;
    font-size: 60px;
    margin-left: -20%;
}

.news-list-area {
    position: relative;
    display: block;
    width: 1024px;
    margin: 0 auto;
}

ul.news-list li {
    width: 33.33%;
    position: relative;
    float: left;
    padding: 10px 20px;
    margin: 20px 0;
    list-style: none;
}

ul.news-list li img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    list-style-type: none
}

ul.news-list h5 {
    height: 110px;
    color: #464646;
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
}

ul.news-list .news-list-time {
    color: #909090;
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px
}

ul.news-list>li>p {
    color: #464646;
    font-family: Gotham;
    font-size: 15px;
    line-height: 25px
}

ul.news-list a.news-list-button {
    display: block;
    background: #8ab661;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    width: fit-content;
    width: -moz-fit-content;
}

ul.news-list a.news-list-button:hover {
    background: #464646;
    text-decoration: none
}

.news-list-area ul {
    margin: 0;
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    position: relative
}

.pagination {
    text-align: center;
    width: 100% !important;
    float: left;
    margin: 50px 0;
    position: relative
}

ul.pagination {
    width: fit-content !important;
    width: -moz-fit-content !important;
    margin: 0 auto !important;
    position: relative
}

ul.pagination li {
    display: inline
}

ul.pagination li a {
    font-family: DomaineDisplayBold;
    color: #464646;
    font-size: 17px;
    line-height: 20px
}

ul.pagination li a:hover {
    text-decoration: none
}

ul.pagination li {
    line-height: 20px;
    margin: 0 10px
}

.pagination li.prev {
    background: url(../img/pagi-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    position: relative;
    display: inline-block
}

.pagination li.next {
    background: url(../img/pagi-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    position: relative;
    display: inline-block
}

.pagination li.next a,
.pagination li.next span,
.pagination li.prev a,
.pagination li.prev span {
    display: none
}

ul.pagination li.active a {
    color: #8ab661
}

ul.pagination li.active {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50%;
    margin: 0
}

.single-news-area,
.static-area {
    width: 100%;
    background: #f6f6f4;
    display: block;
    float: left
}

.single-news-section {
    width: 1024px;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
    text-align: center
}

.single-news-title h2 {
    font-size: 40px;
    font-family: GothamProAZ-Bold;
    color: #464646
}

.single-news-title .news-time {
    font-family: GothamProAZ-Bold;
    font-size: 25px;
    color: #909090
}

.single-news-inner p {
    color: #464646;
    font-size: 15px;
    font-family: Gotham;
    margin: 20px 0
}

.single-news-inner p img {
    padding: 10px
}

.single-news-inner blockquote {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    color: #464646;
    font-family: 'Montserrat', sans-serif;;
    font-size: 21px;
    box-shadow: -15px -15px 0 #efefeb;
    margin: 30px 0
}

.single-news-inner h3 {
    font-size: 21px;
    font-family: GothamProAZ-Bold;
    color: #464646;
    margin-top: 50px
}

.gallery-top {
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    width: 100%;
    position: relative;
    height: 30vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left
}

.gallery-top-area {
    margin: auto;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    vertical-align: middle;
    height: auto
}

.gallery-top-area h2 {
    font-size: 54px;
    font-family: DomaineDisplayBold
}

.gallery-area-part {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f6f6f4
}

.gallery-list-area {
    position: relative;
    display: block;
    width: 1024px;
    margin: 0 auto 50px
}

ul.gallery-list li {
    width: 33.33%;
    position: relative;
    float: left;
    padding: 10px;
    height: 350px;
    margin: 20px 0;
    list-style: none;
}

ul.gallery-list li img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    list-style-type: none;
        height: 250px;
    object-fit: cover;
}
ul.gallery-list h5 a {
    color: #464646;
    text-decoration: none;
}
ul.gallery-list h5 {
    color: #464646;
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px
}

ul.gallery-list .gallery-list-item {
    color: #909090;
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px
}

.gallery-list-area ul {
    margin: 0;
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    position: relative
}

.gallery-top-area h2 span {
    color: #8ab661
}

.single-gallery-area {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f6f6f4
}

.galllery-inner {
    width: 33.3%;
    display: block;
    position: relative;
    float: left
}

.galllery-inner img {
    width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 10px
}

.gallery-item .green-gradient {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #8ab661);
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    position: absolute;
    left: 10px;
    display: none;
    border-radius: 10px
}

.gallery-item:hover .green-gradient {
    display: block;
    top: 0;
    border-radius: 3%
}

.gallery-item:hover .photo-button {
    display: block
}

.gallery-item .photo-button {
    background-repeat: no-repeat !important;
    background-image: url(../img/photo.png) !important;
    background-size: 24px !important;
    background-position: center center !important;
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 42.5%;
    right: 45%;
    z-index: 2;
    border-radius: 50%;
    display: none
}

.gallery-item {
    position: relative
}

.gallery-video-item .green-gradient {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #8ab661);
    width: calc(100% - 40px);
    height: calc(100% - 10px);
    position: absolute;
    left: 20px;
    display: none;
    border-radius: 10px
}

.gallery-video-item .play-button {
    background-repeat: no-repeat !important;
    background-image: url(../img/play.png) !important;
    background-size: 24px !important;
    background-position: center center !important;
    width: 50px !important;
    height: 50px !important;
    background: #fff;
    position: absolute;
    top: 42.5%;
    right: 45%;
    z-index: 2;
    border-radius: 50%;
    display: none
}

.gallery-video-item .play-button-black {
    background-repeat: no-repeat !important;
    background-image: url(../img/play-pack.png) !important;
    background-size: 24px !important;
    background-position: center center !important;
    width: 50px !important;
    height: 50px !important;
    background: #464646;
    position: absolute;
    top: 42.5%;
    right: 45%;
    z-index: 2;
    border-radius: 50%;
    display: block
}

.gallery-video-item {
    position: relative
}

.gallery-video-item img {
    width: 100%;
    padding: 20px
}

.gallery-video-item:hover .green-gradient {
    display: block;
    top: 0;
    border-radius: 3%
}

.gallery-video-item:hover .play-button {
    display: block
}

.gallery-video-item:hover .play-button-black {
    display: none

}
.static-top{
        display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    width: 100%;
    position: relative;
    height: 30vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;

}
.static-title {
    /*background: url(../img/haqqimizda.png);*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat !important;*/
    /*background-position: center;*/
    width: 1024px;
    margin: 0 auto;
    z-index: 3;
    display: block;
    position: relative;
    text-align: center;
    padding: 50px 0px;
}
.static-title h2 {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    color: #8AB661;
    font-family: "DomaineDispExtrabold";
    font-size: 60px;
    display: block;
}

.static-inner {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0px;
    position: relative;
    display: block;
}
.left-static-image {
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 20px;
    vertical-align: middle;
    flex: 0 0 360px;
    width: 360px;
    height: 360px;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
}

.right-static-p {
    float: right;
    padding: 20px;
    position: relative;
    flex: 0 0 664px;
    width: 664px;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
    height: 360px;
}

.left-static-image img,.right-static-image img {
    width: 300px;
    z-index: 2;
    position: relative;
        border-radius: 50%;
    height: 300px !important;
    object-fit:cover;
    
}

.left-static-p {
 flex: 0 0 664px;
 max-width: 664px;
 height: 360px;
 margin-top: 49px;
 padding: 20px;
 position: relative;
 float: left;
 margin: 0;
 display: -webkit-flex;
 display: flex !important;
 -webkit-align-items: center;
 align-items: center !important;
 -webkit-justify-content: center;
 justify-content: center !important;
}

.right-static-image {
    flex: 0 0 360px;
    width: 360px;
    height: 360px;
    float: right !important;
    position: relative;
    padding: 20px;
    margin: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
}

.full-static-p {
    flex: 0 0 1024px;
    width: 1024px;
    display: inline;
    float: left;
    padding: 20px;
}

.left-static-image:before {
    display: block;
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #EFEFEB;
    z-index: 1;
    left: 0;
    top: 30px;
}

.right-static-image:before {
    display: block;
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #EFEFEB;
    z-index: 1;
    right: 0;
    top: 30px;
}

.static-inner p {
    color: #464646;
    font-family: 'Montserrat', sans-serif;;
    font-size: 15px;
}
.static-title.corporate h2 > span {
    color: #464646;
}

.static-title.corporate h2:before {
    background: #909090;
    width: 20%;
    left: -25%;
}

.static-title.corporate h2:after {
    background: #909090;
    width: 20%;
    right: -25%;
}
/*.static-title.work {*/
/*    background: url(../img/bineaqro2.png) !important;*/
/*    background-size: 600px !important;*/
/*    background-repeat: no-repeat !important;*/
/*    background-position: 5px 70px!important;*/
/*}*/
.static-title.greenhouse {
    background: url(../img/istixana.png) !important;
    background-size: 800px !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.static-title.corporate{
    background: url(../img/bineaqro2.png) !important;
    background-size: 600px !important;
    background-repeat: no-repeat !important;
    background-position: 5px 20px!important;
    height: 200px;
}
.static-title.work > span,.static-title.greenhouse >span {
    font-family: Eustache-Regular;
    display: block;
    margin-bottom: -20px;
    font-size: 60px;
    margin-left: -30%;
}
.static-title.greenhouse h2:before {
    background: #909090;
    width: 110%;
    left: -120%;
}

.static-title.greenhouse h2:after {
    background: #909090;
    width: 110%;
    right: -120%;
}
.static-title.food-security h2:before, .static-title.food-security h2:after {
    display: none;
}
.static-title.food-security {
  background: url(../img/haqqimizda.png);
  background-size: 100%;
  background-repeat: no-repeat !important;
  background-position: center;
  width: 1024px;
  margin: 0 auto;
  z-index: 3;
  display: block;
  position: relative;
  text-align: center;
  padding: 50px 0px;
}
.static-title.food-security > span{
  font-family: Eustache-Regular;
  display: block;
  margin-bottom: -20px;
  font-size: 60px;
  margin-left: -80%;

}
.static-title.food-security h2 > span{
  color: #464646;
}
.static-title.partners {
  /*background: url(../img/terefdasliq.png);*/
  /*background-size: 100%;*/
  /*background-repeat: no-repeat !important;*/
  /*background-position: center;*/
  width: 1024px;
  margin: 0 auto;
  z-index: 3;
  display: block;
  position: relative;
  padding: 50px 0px;
}
.static-title.partners p{
  color: #464646;
    font-family: 'Montserrat', sans-serif;;
    font-size: 15px;
    width: 50%;
    text-align: center;
    margin: 20px auto
}

.partner-logos-item {
    width: 33.33%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}

a.parner-logo img {
    max-width: 130px;
    max-height: 140px;
}

a.parner-logo {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex!important;
    -webkit-align-items: center;
    align-items: center!important;
    -webkit-justify-content: center;
    justify-content: center!important;
}
.partner-logos-item h4 {
    font-family: "DomaineDispExtrabold";
    color: #464646;
    margin: 15px 50px;
}

.partner-logos-item a:hover {
    text-decoration: none;
}
.static-title.contact {
  background-repeat: no-repeat !important;
  background-position: center;
  width: 1024px;
  margin: 0 auto;
  z-index: 3;
  display: block;
  position: relative;
  padding: 50px 0px;
}
.static-title.contact >span {
    font-family: Eustache-Regular;
    display: block;
    margin-bottom: -20px;
    font-size: 60px;
    margin-left: -10%;
}

.static-title.contact h2:before {
    width: 150%;
    vertical-align: middle;
    left: -170%;
}

.static-title.contact h2:after {
    width: 150%;
    vertical-align: middle;
    right: -170%;
}

.static-title.contact p {
    color: #464646;
    font-family: 'Montserrat', sans-serif;;
    font-size: 15px;
    width: 50%;
    text-align: center;
    margin: 20px auto;
}
.contact-item h4 {
    align-items: center!important;
    font-family: "DomaineDispExtrabold";
    color: #464646;
    margin: 20px 0;
    width: 100%;
    display: block;
    float: left;
}

.contact-left-side {padding: 30px 0px;width: 400px;float: left;display: block;}

.contact-item img {
    margin-top: 5px !important;
    text-align: center;
    max-width: 30px;
    max-height: 30px;
    float: left;
    display: block;
    margin-right: 20px;
}
.contact-item {
    display: block;
    float: left;
}

.contact-details a {
    color: #464646 !important;
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
    width: calc(100% - 100px);
    float: left;
}
.contact-details {
    vertical-align: middle;
    width: 100%;
    display: block;
    float: left;
    height: 60px;
}
.contact-details a:hover {
    text-decoration: none;
}
.contact-right-side {
    width: 624px;
    float: left;
    display: block;
}
.main-form-area {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.main-form-area form {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px 30px;
    position: relative;
    background: #f6f6f4;
}
.main-form-area form textarea {
    background: #fff;
    display: block;
    margin: 0 auto!important;
    padding: 20px;
    border: none;
    width: 90%;
    color: #909090;
    font-family: Gotham;
    font-size: 18px;
    border-radius: 10px!important;
}

button.main-button {
    display: block;
    margin: 2% auto;
    background: #8ab661;
    color: #fff!important;
    padding: 5px 35px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Gotham-Reg;
    font-weight: 700;
    border: none;
    width: fit-content;
    width: -moz-fit-content;
}
span.map-arrow-icon {
    display: inline-block;
    width: 36px !important;
    height: 20px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: url(../img/arrow.png);
}

/* Career */
.static-title.career {
  background-repeat: no-repeat !important;
  background-position: left;
  width: 1024px;
  margin: 0 auto;
  z-index: 3;
  display: block;
  position: relative;
  padding: 50px 0px;
}
.faq-quest{margin: 10px;border-radius: 3px;font-size: 18px;}
.faq-quest .card a{color: #47bbe3;}
.faq-quest .card{border: 0;padding: 30px 0 20px;}
.faq-content.career-area h5 a img {
    float: right;
    width: auto;
    margin: 22px 0;
    height: 10px;
    text-align: center;
}
.faq-content.career-area h5 a img.faq-up{
  display: none;
}

.faq-content.career-area h5 a:hover {
    text-decoration: none;
}
.faq-content.career-area h5 a {
    display: block;
    padding: 10px 20px;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid #EBEBE7;
    align-items: center!important;
    font-family: "DomaineDispExtrabold";
    color: #464646;
    width: 100%;
    font-size: 18px;
}
a.grend-career-bg {
    background: #8AB661;
    color: white !important;
}
.faq-quest .card-body {
    background: none;
}
.faq-content.career-area .card h6 {
    font-family: "GothamProAZ-Bold";
    color: #464646;
    margin: 0px 0px 20px;
    font-size: 21px;
}

.faq-content.career-area .card p,.faq-content.career-area .card ul li {
    color: #464646 !important;
    font-family: 'Montserrat', sans-serif;;
    font-size: 18px;
}

.faq-quest ul {
    list-style: none;
}
.faq-quest ul li:before {
    position: absolute;
    margin-left: -1em;
    padding-right: 1em;
    font-size: 30px;
    color: #8ab661;
    content: '\25CF';
}

.faq-quest ul li {
    list-style-type: none;
    position: relative;
    margin: 10px 0 5px;
    line-height: 20px;
    padding-left: 6px;
    font-family: Gotham;
    font-size: 18px;
    color: #464646;
}
h6.career-request-title {
    color: #8AB661 !important;
    font-size: 28px;
}


.faq-content.career-area form {
    padding: 0px;
}

.faq-content.career-area .input-container, .faq-content.career-area textarea {
    width:100%;
}
input#file-7 {
    display: none;
}

.form-group.field-file-7 {
    margin: 20px 0px;
}

.cv-file img {
    display: inline;
    width: 30px;
    position: relative;
    margin: 20px;
}

.cv-file:before {content: "";position: absolute;width: 60px;height: 60px;background: #DADFDF;border-radius: 50%;top: 5px;left: 5px;}

label.cv-file {
    position: relative;
}

label.cv-file span {
    color: #6B6B6B;
    font-family: 'Montserrat', sans-serif;;
    font-size: 18px;
}
.input-container select {
    height: 60px;
    border: none;
    color: #6B6B6B;
}
.input-container select::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.input-container select::-webkit-scrollbar-track {
  background: #EFEFEB;
}

/* Handle */
.input-container select::-webkit-scrollbar-thumb {
  background: #B5B5B5;
}

/* Handle on hover */
.input-container select::-webkit-scrollbar-thumb:hover {
  background: #B5B5B5;
}
.input-container select.custom-select {
    background: #fff url(../img/select-down.png) no-repeat right 20px center;
    background-size: 20px;
}
.input-container select.custom-select:focus{
    background: #fff url(../img/select-up.png) no-repeat right 20px center;
    background-size: 20px;
      outline: 0 !important;
      box-shadow: none;
}
.faq-content.career-area form .main-button {
    float: left;
}

ul.news-list li img {
    height: 300px;
    object-fit: cover;
} 

/* 3 DOT LOADER */

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #ffffff91;
}

.flexbox > div {
  width: 300px;
  height: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: auto;
}


.slider-logo.web-view img {
    width: 150px;
}
a.footer-logo img {
    width: 150px;
}
.dot-loader {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #8ab661;
  position: relative;
  -webkit-animation: 1.2s grow ease-in-out infinite;
  animation: 1.2s grow ease-in-out infinite;
}

.dot-loader--2 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
  animation: 1.2s grow ease-in-out infinite 0.15555s;
  margin: 0 20px;
}
.dot-loader--3 {
  -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
  animation: 1.2s grow ease-in-out infinite 0.3s;
}
ul.news-list .text-base {
    height: 120px;
}
.reports a img {
    display: inline-block;
    width: 20px;
    float: left;
    margin-right: 20px;
}

.reports {
    width: 100%;
    display: block;
    float: left;
    margin: 20px 0px;
}
.report-area h4 {
    position: relative;
    width: 100%;
    color: #8AB661;
    font-family: "DomaineDispExtrabold";
    font-size: 30px;
    display: block;
    float: left;
}
.reports a {
    display: block;
    line-height: 30px;
    align-items: center!important;
    font-family: "DomaineDispExtrabold";
    color: #464646;
    width: 100%;
    font-size: 18px;
}
.reports a:hover {
    text-decoration: none;
    color:#464646;
}
.corp-punks {
    border-radius: 10px;
    width: calc(33% - 20px);
    margin: 10px;
    text-align: justify;
    box-shadow: 0px 0px 12px 0px #8ab661c9;
    float: left;
    padding: 20px;
    height: 250px;
    border: 1px solid #8ab66;
}

.corp-punks h5 {
        text-align: center;
    color: #8ab661;
    font-size: 25px;
    font-family: "DomaineDispExtrabold";
    height: 70px;
}
.static-inner.corporative {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.related-product-list button.slick-prev.slick-arrow {
    left: -50px;
    top: 150px;
}
.related-product-list button.slick-next.slick-arrow {
    right: -50px;
    top: 150px;
}
.related-product-list  ul li:focus{
    outline:none;
    border:none;
    box-shadow:none;
}
.gallery-center.one img {
    width: 100%;
    border-radius: 10px;
}
img.svglogo {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    min-height: 150px;
    max-width: 300px;
}
ul.dropdown-language {
    float: left;
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

ul.dropdown-language li {
    display: inline-block;
    margin: 5px;
}
ul.dropdown-language li a {
    font-size: 14px;
    padding: 10px;
    font-weight:bold;
    border: 1px solid white;
    border-radius: 5px;
}
ul.about-slider {
    width: 100%;
    float: left;
    display: block;
}

ul.about-slider li img {
    width: 100%;
    float: left;
    display: block;
    height: 400px;
    object-fit: contain;
}
.fact-carusel-list .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding: 10px 20px;
}
.product-fact-title {
    display: none;
}
@-webkit-keyframes grow {
  0%, 40%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes grow {
  0%, 40%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
