


body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-family: 'Cairo', sans-serif;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.shadowText {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a:hover{
    text-decoration: none;
    transition: all 0.5s;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}
.wrapper {
    padding: 1em 0 4em 0;
}
:focus {
    outline: 0;
}
.fa{vertical-align: middle;}
.error {
    color: #b92c28;
    width: 100%;
    float: left;
    text-align: right;
}
.alert-danger,
.alert-success {
    text-align: right;
    direction: rtl;
}
.close {
    float: left;
}
.hoverIcon > a > img {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 10px auto;
    transition: all 0.5s;
}
.hoverIcon > a:hover > img:nth-child(1),
.hoverIcon > a.active > img:nth-child(1),
.hoverIcon > a > img:nth-child(2){
    display: none;
    transition: all 0.5s;
}
.hoverIcon a:hover > img:nth-child(2),
.hoverIcon a.active > img:nth-child(2){
    display: block;
    transition: all 0.5s;
}
.fancybox-lock .fancybox-overlay {
    z-index: 999999;
}
.fancybox-opened {
    z-index: 99999999;
}
.fancybox-overlay {
    z-index: 999999;
}
.fancybox-close{
    background-image: url('/public/img/closeFancyboxM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    position: fixed;
}
.fancybox-close:hover{
    opacity: 0.5;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.fancybox-next span{
    background-image: url('/public/img/nextFancyM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 55px;
    visibility: visible !important;
}
.fancybox-prev span{
    background-image: url('/public/img/prevFancyM.svg')!important;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 55px;
    visibility: visible !important;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 0.5;
}
.fancybox-prev {
    left: -100px!important;
    width: 50px;
}
.fancybox-next {
    right: -100px!important;
    width: 50px;
}
.fancybox-skin {
    padding: 0px !important;
}
div.fancybox-thumb{
    transition:none;
}

    a.whatsappFixed{
    position: fixed;
    left: 15px;
    bottom: 60px;
    width: auto;
    height: auto;
    border-radius: 20px;
    background-color: rgba(155,155,155,0.3);
    color: #01e677;
    text-align: center;
    z-index: 9999999;
    display: block;
    cursor: pointer;
    padding: 5px 15px;
    transition: all 0.5s;
}
a.whatsappFixed i{
    float: left;
    font-size: 35px;
}
a.whatsappFixed p{
    font-size: 20px;
    float: left;
    margin-top: 2px;
    color: #636363;
    padding-left: 10px;
}
a.whatsappFixed:hover{
    transition: all 0.5s;
    background-color: #1ebea5;
}
a.whatsappFixed:hover p{
    color: #ffffff;
}


.section{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}
a.loadMore{
    font-size: 20px;
    color: #555555;
    cursor: pointer;
    margin-top: 60px;
}
a.loadMore:hover{
    color: #cccccc;
}
a.loadMore:focus{
    outline: none;
    text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------*/


/*********----  Start menu  ----**********/
.navbar-nav.arabic{
    display: block;
}
.navbar-nav.english{
    display: none;
}
.menu{
    width: 100%;
    height: auto;
    min-height: 80px;
    float: left;
    background-color: rgba(0,0,0,0.6);
    padding-bottom: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    overflow: hidden;
}
.menu.fixed-header{
    position: fixed;
    top: 0px;
    left: 0px;
}

.navbar-nav {
    position: absolute;
    left: 15px;
    top: 26%;
    width: 100%;
    float: right;
    margin-right: 0px;
    text-align: center;
}
.navbar-nav li{
    float: none;
    display: inline-flex;
    padding: 0px 10px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 50px;
    text-transform: capitalize;
}

.navbar-default .navbar-nav>li.dropdown a.title {
    padding-left: 25px;
}
.navbar-default .navbar-nav>li:last-child a {
    border-right: 0px;
}
.navbar-nav li.dropdown{
    position: relative;
}
.navbar-nav li.dropdown .dropdown.list{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}
.navbar-nav li.dropdown .dropdown.list a{
    color: #555;
    width: 100%;
    float: right;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #555;
}
.navbar-nav li.dropdown .dropdown.list ul.dropdown-menu{
    float: left;
    width: 100%;
    right: 0px;
    left: auto;
}
.navbar-nav li.dropdown .dropdown.list ul.dropdown-menu li{
    float: left;
    width: 100%;
}
.navbar-nav li.dropdown .dropdown.list ul.dropdown-menu li a{
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}
.navbar-nav li.dropdown .dropdown.list ul.dropdown-menu li:last-child a{
    border-bottom: 0px;
}
.dropdown-menu .divider {
    height: 5px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #701012;
}
.navbar-header {
    float: left;
}

.navbar-brand {
    float: right;
    height: auto;
    padding: 10px;
    z-index: 99999;
    position: relative;
    margin-top: 0px;
}
.navbar-brand>img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100px;
}
.navbar-brand>img.logoSection3,
.navbar-brand>img.logoSection2 {
    display: block;
    width: 130px;
    margin: auto;
    margin-bottom: -8.6px;
}
.navbar-brand>img.logoSection3,
.navbar-brand>img.logoSection2,
.navbar-brand>img.logoSection1{
    opacity: 0;
    transition: all 0.5s;
}
.navbar-brand>img.logoSection3.fadeInLeft,
.navbar-brand>img.logoSection2.fadeInRight,
.navbar-brand>img.logoSection1.bounceInDown{
    opacity: 1;
    transition: all 0.5s;
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.langList{
    float: right;
    z-index: 999999;
    position: absolute;
    right: 0px;
    top: 27%;
}
.langList ul{
    float: right;
    width: auto;
}
.langList ul li{
    float: right;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    padding: 6px 10px;
    cursor: pointer;
}
.langList ul li:hover{
    color: #fff;
    background-color: #000;
    transition: all 0.5s;
}
.langList ul li.arabic{
    font-family: 'El Messiri', sans-serif;
}
.langList ul li.turkish{
    font-family: 'Amaranth', sans-serif;
}



/*********----  Start Slider ----**********/
.slider{
    width: 100%;
    height: 700px;
    float: left;
    position: relative;
}
.slider img.strip{
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.slider .carousel{
    width: 100%;
    height: auto;
    float: left;
    max-height: inherit;
}
.slider .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.slider .carousel-inner .item{
    height: 100%;
    width: 100%;
    float: left;
    padding-top: 0%;
    display: block;
}
.slider .carousel-inner .item .image{
    height: auto;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: bottom;
    cursor: -webkit-grab;
    position: relative;
    display: inline-grid;
}
.control-round .carousel-control {
    top: 40%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
    background-color: transparent;
}
.control-round .carousel-control i{
    font-size: 50px;
    color: #ff0c32;
}
.control-round .carousel-control:hover{
    background: none;
}
.control-round .carousel-control.right {
    right: 0%;
    border-radius: 100%;
}
.control-round .carousel-control.left {
    left: 0%;
    border-radius: 100%;
}
.bs-slider {
    background: transparent;
}
.slide-text {
    width: 100%;
    height: 100%;
}
.slide-text img.glasses{
    width: 150px;
    position: absolute;
    right: 100px;
    top: 200px;
}
.slide-text img.glasses.two{
    width: 150px;
    position: absolute;
    right: 227px;
    top: 210px;
}
.slide-text img.orang{
    position: absolute;
    bottom: 85px;
    width: 170px;
    right: 30px;
}
.slide-text img.limon{
    position: absolute;
    right: 235px;
    bottom: 85px;
    width: 240px;
}
.slide-text img.treeLeaves{
    position: absolute;
    right: 0px;
    top: 50%;
}
.slide-text {
    text-align: center !important;
    direction: rtl !important;
    width: 100% !important;
    left: 0px !important;
    right: auto !important;
    height: auto;
    bottom: auto;
    top: 33% !important;
}
/*********----  End Slider ----**********/


/*********----  Start parallax ----**********/
.parallax{
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background-color: #434345;
}
.parallax h4{
    position: absolute;
    left : 17%;
    right: 9.8%;
    top: 20%;
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.parallax a.back{
    position: absolute;
    left: 9.8%;
    top: 25px;
    font-size: 25px;
}
.parallax a.back i{
    margin-right: 5px;
    margin-top: 5px;
}
.parallax a.back:hover{
    opacity: 0.6;
}
.parallax img.bg{
    width: 100%;
}
.slick-slider {
    margin-top: 15px;
    margin-bottom: 150px;
}
.saladSlider .item,
.slickSlider .item{
    float: left;
    width: 100%;
    min-height: 350px;
    text-align: center;
}
.saladSlider .item a,
.slickSlider .item a{
    float: left;
    width: 100%;
    padding: 0px 10px;
}
.saladSlider .item a:focus,
.slickSlider .item a:focus{
    outline: none;
}
.saladSlider .item a:hover,
.slickSlider .item a:focus{
    outline: none;
}

.slickSlider .item a img{
    float: none;
    margin: auto;
    max-width: 190px;
}
.slickSlider .item a h2{
    float: left;
    width: 100%;
    padding: 15px 0px;
    font-size: 30px;
    color: #030303;
    text-transform: capitalize;
}
.slick-next{
    background-image: url('/public/img/next.svg');
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 26px;
    right: -15px;
    z-index: 999;
    position: absolute;
    bottom: auto;
    top: 60%;
}
.slick-next:focus,
.slick-next:hover{
    background-image: url('/public/img/next.svg');
    background-position: center;
    background-size: cover;
    opacity: 0.6;
    height: 40px;
    width: 26px;
}
.slick-prev{
    background-image: url('/public/img/prev.svg');
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 26px;
    left: -15px;
    z-index: 999;
    position: absolute;
    bottom: auto;
    top: 60%;
}
.slick-prev:focus,
.slick-prev:hover{
    background-image: url('/public/img/prev.svg');
    background-position: center;
    background-size: cover;
    opacity: 0.6;
    height: 40px;
    width: 26px;
}
.sectionFour{
    float: left;
    width: 100%;
    height: auto;
    padding: 100px 0px 0px 0px;
}
.sectionFour h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #434345;
}
.sectionFour .saladSlider .item a .section{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    transition: all 0.5s;
}
.sectionFour .saladSlider .item a:hover .section{
    box-shadow: 7px 5px 20px -8px #959ab1;
    transition: all 0.5s;
}
.sectionFour .saladSlider .item a .imageCont{
    float: left;
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.sectionFour .saladSlider .item a .imageCont img{
    width: 100%;
}
.sectionFour .saladSlider .item a .imageCont .image{
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
.sectionFour .saladSlider .item a .imageCont .mask{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    direction: rtl;
}
.sectionFour .saladSlider .item a .imageCont .mask h2{
    font-size: 25px;
    color: #fff;
    margin-top: 75px;
}
.sectionFour .saladSlider .item a .imageCont .mask p{
    float: left;
    width: 100%;
}
.sectionFour .saladSlider .item a:hover .imageCont .mask{
    opacity: 1;
    transition: all 0.5s;
}
.sectionFour .saladSlider .item a:hover .imageCont .image{
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)rotate(2deg);
    transition: all 0.5s;
}
.sectionFour .saladSlider .item a .text{
    float: left;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 15px 15px 50px 15px; 
}
.sectionFour .saladSlider.catigories .item a .text{
    min-height: inherit;
}
.sectionFour .saladSlider .item a .text h2{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #030303;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
    direction: rtl;
}
.sectionFour .saladSlider .item a .text p{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: right;
    direction: rtl;
    text-transform: capitalize;
}
.sectionFour .saladSlider .item a .text.sc0{
    background-color: #f2cd0a;
}
.sectionFour .saladSlider .item a .text.sc1{
    background-color: #eb1954;
}
.sectionFour .saladSlider .item a .text.sc2{
    background-color: #fa9c15;
}
.sectionFour .saladSlider .item a .text.sc3{
    background-color: #9ecf08;
}
.sectionFour .saladSlider .item a .text.sc4{
    background-color: #f2cd0a;
}
.sectionFour .saladSlider .item a .text.sc5{
    background-color: #eb1954;
}
.sectionFour .saladSlider .item a .text.sc6{
    background-color: #fa9c15;
}
.sectionFour .saladSlider .item a .text.sc7{
    background-color: #9ecf08;
}
.sectionFour .slick-slider {
    margin-bottom: 50px;
}
ul.catigories{
    float: left;
    width: 100%;
    padding: 0px;
}
ul.catigories li{
    float: left;
    width: 100%;
    text-align: right;
    direction: rtl;
    list-style: disc;
    line-height: 40px;
}

ul.catigories li a{
    float: right;
    width: auto;
    font-size: 20px;
}
ul.catigories li a:hover{
    opacity: 0.5;
}
.saladSlider .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.saladSlider .text .animated {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.saladSlider .item.productsHome{
    float: left;
    width: 25%;
    min-height: inherit;
}
.saladSlider .item.productsHome a{
    padding: 0px;
}
.saladSlider .item.productsHome a .imageCont{
    height: 300px;
}

/*********----  End parallax ----**********/


/*********----  Start social ----**********/
.social .social_icons{
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0px;
}
.social .social_icons ul{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.social .social_icons ul li{
    float: none;
    display: inline-block;
    opacity: 0;
}
.social .social_icons ul li.fadeInUp{
    opacity: 1;
    transition: all 0.5s;
}
.social .social_icons ul li a.sub{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 34px;
    text-align: center;
}
.social .social_icons ul li a i{
    margin-top: -4px;
}
.social .social_icons ul li a.facebook{
    background-color: #3b5998;
}
.social .social_icons ul li a.twitter{
    background-color: #1da1f2;
}
.social .social_icons ul li a.instagram{
    background: -webkit-radial-gradient(70% 70% ellipse,#ee583f 8%,#d92d77 42%,#bd3381 58%);
    background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);
}
.social .social_icons ul li a.snapshat{
    background-color: #0274b3;
}
/*********----  End social ----**********/


/*********----  Start footer ----**********/
.footer{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    position: relative;
}
.footer a.designed{
    position: relative;
    top: 35px;
    font-size: 15px;
}
.footer a.designed:hover{
    opacity: 0.6;
}
.footer ul{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.footer ul.english{
    display: none;
}
.footer ul.arabic{
    display: block;
}
.footer ul li{
    float: right;
    display: inline-flex;
    padding: 0px 10px;
}
.footer ul li a{
    font-size: 20px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.footer ul li a:hover{
    opacity: 0.6;
}
/*********----  End footer ----**********/


/*********----  Start about ----**********/
.about .text{
    float: left;
    width: 100%;
    height: auto;
    text-align: right;
    direction: rtl;
}
.about .text p{
    float: left;
    width: 100%;
    text-align: right;
    direction: rtl;
    font-size: 20px;
    color: #555;
}
.about .text a{
    float: right;
    width: auto;
    font-size: 20px;
    color: #0af;
    margin-top: 10px;
}
.about .text a:hover{
    opacity: 0.6;
}
.about .imageCont{
    float: left;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    margin-top: -100px;
    border-radius: 50px 0px;
}
.about.details .imageCont{
    height: auto;
    margin-top: 0px;
}
.about.ourServicesSection .imageCont{
    height: auto;
    margin-top: 0px;
}
/*********----  End about ----**********/

/*********----  Start products ----**********/
.products .saladSlider .item a,
.products .slickSlider .item a {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 30px;
}
.parallax.products{
    margin-top: 50px;
}
/*********----  End products ----**********/


/*********----  Start gallery ----**********/
.gallery ul{
    float: left;
    width: 100%;
    height: auto;
}
.gallery ul li{
    float: right;
    width: 20%;
    height: auto;
}
.gallery ul li a{
    float: left;
    width: 100%;
    height: 200px;
    padding: 5px;
}
.gallery ul li a .image{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery ul li a .imageCont{
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all 0.5s;
}
.gallery ul li a .imageCont .mask{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}
.gallery ul li a .imageCont .mask i{
    font-size: 25px;
    color: #fff;
    margin-top: 85px;
    transition: all 0.5s;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.gallery ul li a:hover .imageCont .mask{
    opacity: 1;
    transition: all 0.5s;
}
.gallery ul li a:hover .imageCont .mask i{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}
.gallery ul li a:hover .imageCont{
    transform: scale(1.09)rotate(2deg);
    transition: all 0.5s;
}
/*********----  End gallery ----**********/


/*********----  Start productDetails ----**********/
.productsDetails .slick-slider{
    float: left;
    width: 100%;
    margin-top: -0px;
    margin-bottom: 0px;
}
.productsDetails .slick-slider .item{
    float: left;
    width: 100%;
    height: auto;
}
.productsDetails .slider-for.slick-slider .item .imageCont{
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.productsDetails .slider-for.slick-slider .item a{
    float: left;
    width: 100%;
    height: auto;
}
.productsDetails .slider-for.slick-slider .item a img{
    margin: auto;
}
.productsDetails .slider-nav.slick-slider .item .imageCont{
    float: left;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}
.productsDetails .slider-nav.slick-slider .item{
    padding: 10px;
    opacity: 0.5;
}
.productsDetails .slider-nav.slick-slider .item.slick-current{
    opacity: 1;
    width: 150px !important;
}
.productsDetails .slider-nav.slick-slider .item img{
    max-width: 200px;
    margin: auto;
}
.productsDetails .text{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 100px;
    text-align: right;
}
.productsDetails .text span{
    float: left;
    width: 100%;
    font-size: 30px;
/*    color: #434345;*/
    transition: all 0.5s;
}
.productsDetails .text p{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #555;
}
.productsDetails .text ol,
.productsDetails .text ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
    padding-right: 20px;
}

.productsDetails .text ol li{
    float: left;
    width: 100%;
    padding: 0px;
    list-style:  disc;
    font-size: 20px;
    color: #555;
    direction: rtl;
}

.productsDetails .text ul li{
    float: left;
    width: 100%;
    padding: 0px;
    list-style:  decimal;
    font-size: 20px;
    color: #555;
    direction: rtl;
}
/*********----  End productDetails ----**********/


/*********----  Start contactUs ----**********/
.sectionForm .form-group{
    width: 100%;
    height: auto;
    float: left;
}
.sectionForm .sc{
    min-height: 95px;
}
.sectionForm .sc .error {
    position: absolute;
}
.sectionForm .form-group .title{
    width: 100%;
    float: left;
    text-align: right;
    font-size: 18px;
    color: #4c4c4c;
    min-height: 25px;
    margin-bottom: 5px;
}
.sectionForm .form-group .form-control {
    height: 45px;
    color: #555;
    border-radius: 4px;
    text-align: right;
}
/*.sectionForm .form-group .form-control.birthday{
    width: 33.333%;
    float: left;
}*/
.sectionForm .form-group textarea.form-control {
    height: auto;
    min-height: 160px;
}
.sectionForm .form-group #addButton{
    padding: 11px 15px;
    font-size: 18px;
    transition: all 0.5s;
    border-radius: 4px;
}
.sectionForm .form-group #addButton:hover{
    opacity: 0.6;
}
.form-control:focus {
    outline: 0;
    /*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(245, 158, 26);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(245, 158, 26);*/
}

.contactUs .text{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 60px;
    text-align: right;
}
.contactUs .text h2{
    float: left;
    width: 100%;
    font-size: 30px;
    color: #434345;
    transition: all 0.5s;
}
.contactUs .text h3{
    float: left;
    width: 100%;
    font-size: 23px;
    color: #434345;
    transition: all 0.5s;
}
.contactUs .text a,
.contactUs .text p{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #555;
}
.contactUs .text a{
    width: auto;
    margin-top: 10px;
}
.contactUs .text a:hover{
    opacity: 0.5;
}
/*********----  End contactUs ----**********/


.slider {
    position: relative;
    height: auto;
    overflow: hidden;
}
.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider__control {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}
.slider__control--right {
    left: 95%;
}
.slider__control:hover {
    background-color: #333;
}
.slider__control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(-135deg);
    transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
    left: 37px;
    -webkit-transform-origin: 1px 0;
    transform-origin: 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(135deg);
    transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.slider__control:hover .slider__control-line:after {
    background-color: #fff;
}
.slider__control.a--rotation .slider__control-line:after {
    -webkit-animation: arrowLineRotation 0.49s;
    animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
    -webkit-animation: arrowLineRotationRev 0.49s;
    animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation {
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes arrowLineRotation {
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes arrowLineRotationRev {
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
@keyframes arrowLineRotationRev {
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
.slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 150vmax;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: -webkit-clip-path 0s 0.91s;
    transition: -webkit-clip-path 0s 0.91s;
    transition: clip-path 0s 0.91s;
    transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
    -webkit-clip-path: circle(30px at 120vw 50%);
    clip-path: circle(30px at 120vw 50%);
}
.slide.s--prev {
    -webkit-clip-path: circle(30px at 30vw 50%);
    clip-path: circle(30px at 30vw 50%);
}
.slide.s--active {
    z-index: 1;
    -webkit-transition: -webkit-clip-path 1.3s;
    transition: -webkit-clip-path 1.3s;
    transition: clip-path 1.3s;
    transition: clip-path 1.3s, -webkit-clip-path 1.3s;
    -webkit-clip-path: circle(120vmax at 120vw 50%);
    clip-path: circle(120vmax at 120vw 50%);
}
.slide.s--active.s--active-prev {
    -webkit-clip-path: circle(120vmax at 30vw 50%);
    clip-path: circle(120vmax at 30vw 50%);
}
/*.slide:nth-child(1) .slide__inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-2.jpg");
}
.slide:nth-child(2) .slide__inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-3.jpg");
}
.slide:nth-child(3) .slide__inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-4.jpg");
}
.slide:nth-child(4) .slide__inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-5.jpg");
}
.slide:nth-child(5) .slide__inner {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/onepgscr-6.jpg");
}*/
.slide__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
}
.slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.slide__content {
    position: absolute;
    left: auto;
    right: 5%;
    top: auto;
    bottom: 185px;
    margin-left: -30px;
    margin-top: 48px;
    max-width: 480px;
    color: #fff;
    text-align: right;
    direction: rtl;
}
.slide__heading {
    margin-bottom: 20px;
    font-size: 60px;
}
.slide__text {
    font-size: 25px;
}
.slide__text a {
    color: inherit;
}
h2{
    position: relative;
    margin-bottom: 25px;
}
h2.title{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #434345;
}
h2.title span{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 2px;
    left: 50%;
    margin-left: -50px;
}

.parallaxTwo{
    width: 100%;
    height: auto;
    min-height: 600px;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.parallaxTwo:after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(37,37,37,0.8);
}
.parallaxTwo h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 65px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 15px;
    margin-bottom: 30px;
    margin-top: 90px;
    position: relative;
    z-index: 999;
}
.parallaxTwo p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
    direction: rtl;
    position: relative;
    z-index: 999;
}
.parallaxTwo a{
    font-size: 18px;
    position: relative;
    top: 60px;
    padding: 5px 20px;
    border-radius: 20px;
    position: relative;
    z-index: 999;
}
.parallaxTwo a:hover{
    opacity: 0.5;
}

.sectionAbout{
    text-align: center;
}
.sectionAbout h2{
    font-size: 40px;
    color: #434345;
}
.sectionAbout p{
    font-size: 18px;
    color: #555555;
    direction: rtl;
}
.sectionAbout a{
    font-size: 18px;
}
.sectionAbout a:hover{
    opacity: 0.5;
}

a.arrowUp{
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #080808;
    font-size: 35px;
    color: #fff;
    text-align: center;
    z-index: 9999999;
    display: none;
    cursor: pointer;
}
a.arrowUp.fadeInDown{
    display: block;
}
a.arrowUp i{
    float: left;
    width: 100%;
    height: 100%;
}

.ourServicesSection .imageCont{
    margin-top: 0px;
}
.ourServicesSection .imageCont img{
    width: 100%;
}
.ourServicesSection .text h2{
    font-size: 30px;
}

.downArrwo{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    z-index: 9999;
}
.downArrwo a{
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.downArrwo a i{
    font-size: 25px;
}
.downArrwo a:hover{
    opacity: 0.6;
}

.orderBtn{
    width: auto;
    padding: 11px 15px;
    font-size: 18px;
    transition: all 0.5s;
    border-radius: 4px;
    cursor: pointer;
}
.orderBtn:hover{
    opacity: 0.8;
}

#gender{
    direction: rtl;
}
#wayToRegister{
    direction: rtl;
}


/*********----  Start responsive ----**********/


@media (min-width:1500px) and (max-width:1700px) {

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }
}


@media (min-width:1400px) and (max-width:1500px) {

    .menu .col-md-offset-1{
        margin-left: 0%;
    }
    .menu .col-md-10{
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .langList ul li {
        font-size: 20px;
    }
    .saladSlider .item a, .slickSlider .item a {
        padding: 0px 30px;
    }

    .sectionFour.products .section.saladSlider .col-md-3{
        width: 33.3333%;
    }
    .menu .col-md-offset-1{
        width: 100%;
        margin-left: 0%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }
    .footer .col-md-offset-1{
        margin-left: 0%;
        width: 100%;
    }
    .footer ul li a {
        font-size: 18px;
        padding: 10px 10px;
    }


}
@media (min-width:1200px) and (max-width:1400px) {

    .menu .col-md-offset-1{
        margin-left: 0%;
    }
    .menu .col-md-10{
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }
    .langList ul li {
        font-size: 18px;
    }
    .slickSlider .item a img {
        max-width: 170px;
    }
    .slickSlider .item a h2 {
        font-size: 20px;
    }
    .saladSlider .item a, .slickSlider .item a {
        padding: 0px 15px;
    }
    .saladSlider .item a, .slickSlider .item a {
        padding: 0px 20px;
    }
    .saladSlider .item, .slickSlider .item {
        min-height: 300px;
    }
    .sectionFour .saladSlider .item a .text {
        min-height: 120px;
    }
    /*    .sectionFour.products .section.saladSlider .col-md-3{
            width: 29.8%;
        }*/
    .footer ul li a {
        font-size: 20px;
        padding: 10px 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
    }
    .footer .col-md-offset-1{
        margin-left: 0%;
        width: 100%;
    }
    .footer ul li a {
        font-size: 18px;
        padding: 10px 10px;
    }

}
@media (min-width:1024px) and (max-width:1200px) {

    .menu .col-md-offset-1{
        margin-left: 0%;
    }
    .menu .col-md-10{
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
    }
    .langList ul li {
        font-size: 15px;
    }
    .navbar-nav li {
        padding: 0px 0px;
    }
    .navbar-brand>img {
        width: 140px;
    }
    .navbar-brand>img.logoSection3, .navbar-brand>img.logoSection2 {
        width: 88px;
        margin-bottom: -6.6px;
    }
    .slickSlider .item a img {
        max-width: 160px;
    }
    .slickSlider .item a h2 {
        font-size: 20px;
    }
    .saladSlider .item a, .slickSlider .item a {
        padding: 0px 15px;
    }
    .saladSlider .item, .slickSlider .item {
        min-height: 250px;
    }
    .sectionFour .saladSlider .item a .imageCont .mask h2 {
        font-size: 18px;
    }
    .sectionFour .saladSlider .item a .text h2 {
        font-size: 16px;
    }
    .sectionFour .saladSlider .item a .text p {
        font-size: 16px;
    }
    .sectionFour.products .section.saladSlider .col-md-3{
        width: 33.3333%;
    }
    .footer ul li a {
        font-size: 17px;
        padding: 10px 5px;
    }
    .footer a.designed {
        font-size: 12px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .footer .col-md-offset-1{
        margin-left: 0%;
        width: 100%;
    }
    .footer ul li a {
        font-size: 15px;
        padding: 10px 5px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        padding: 10px 10px;
    }


}

@media (min-width:768px) and (max-width:1024px) {
    .sectionFour.products .section.saladSlider .col-md-3{
        width: 50%;
    }
    .footer ul li a {
        font-size: 13px;
        padding: 0px 0px;
    }
    .footer .col-md-offset-1{
        margin-left: 0%;
        width: 100%;
    }
    .footer a.designed {
        top: 18px;
    }

}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .slide__content {
        position: absolute;
        left: auto;
        right: 0%;
        top: auto;
        bottom: 185px;
        margin-left: 0px;
        margin-top: 48px;
        max-width: inherit;
        color: #fff;
        text-align: center;
        direction: rtl;
        width: 100%;
    }
    .productsDetails .slider-for.slick-slider .item .imageCont {
        height: 300px;
    }
    .productsDetails .slider-nav.slick-slider .item .imageCont {
        height: 100px;
    }
    .gallery ul li a {
        height: 150px;
    }
    .footer a.designed {
        font-size: 12px;
        top: 24px;
    }
    .footer ul li a {
        font-size: 17px;
        padding: 0px 5px;
    }
    ul.catigories li a {
        font-size: 15px;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }

    .navbar-header {
        position: relative;
        width: 100%;
        float: none;
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .navbar-brand {
        width: auto;
        float: left;
    }
    .navbar-default .top {
        position: relative;
        float: right;
        width: 100%;
        margin-bottom: 35px;
    }
    .navbar-default .top ul {
        padding-right: 25px;
    }
    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
        transition: all 0.5s;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0px;
    }
    .navbar-default .navbar-collapse .sectionRight .navbar-nav>li {
        float: left;
        margin-top: 15px;
    }
    .navbar-nav>li {
        float: left;
        width: 43%;
        margin-bottom: 15px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
        transition: all 0.5s;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .slick-slider {
        margin-top: -80px;
        margin-bottom: 50px;
    }
    .productsDetails .text {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: rgba(0,0,0,0.5);
        padding: 0px 10px 30px 10px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: relative;
    }
    .navbar-nav.arabic {
        display: none !important;
    }
    .navbar-nav.english {
        display: block !important;
    }
    .slide__content {
        position: absolute;
        left: auto;
        right: 0%;
        top: auto;
        bottom: 185px;
        margin-left: 0px;
        margin-top: 48px;
        max-width: inherit;
        color: #fff;
        text-align: center;
        direction: rtl;
        width: 100%;
    }
    .productsDetails .slider-for.slick-slider .item .imageCont {
        height: 300px;
    }
    .productsDetails .slider-nav.slick-slider .item .imageCont {
        height: 100px;
    }
    .gallery ul li a {
        height: 150px;
    }
    .navbar-nav {
        margin-top: 15px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .langList {
        float: right;
        width: 100%;
        margin-top: 15px;
    }
    .saladSlider .item.productsHome {
        width: 50%;
    }
    ul.catigories {
        display: none;
    }


}

@media (max-width: 767px) {

    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }

    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .menu .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-brand>img {
        width: 100px;
    }
    .navbar-brand>img.logoSection3, .navbar-brand>img.logoSection2 {
        width: 75px;
        margin-bottom: -5.6px;
    }
    .navbar-header {
        float: left;
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }
    .navbar-brand {
        float: left;
        padding-left: 0px;
    }
    .navbar-toggle {
        margin-top: 22px;
        margin-right: 0px;
    }
    .navbar-nav {
        margin-top: 15px;
        position: relative;
        left: 0px;
        top: 0px;
    }
    .navbar-nav li {
        float: left;
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .langList {
        float: right;
        width: auto;
        margin-top: 15px;
        top: 0px;
    }
    .parallax img.bg {
        display: none;
    }
    .parallax {
        background-color: #392654;
        height: 100px;
        overflow: visible;
        min-height: 100px;
    }
    .slick-slider {
        margin-top: 15px;
        margin-bottom: 0px !important;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .saladSlider .item a, .slickSlider .item a {
        padding: 0px 10px;
    }
    .sectionFour {
        padding: 200px 0px 0px 0px;
    }
    .slide-text img.glasses {
        width: 75px;
        right: 15px;
    }
    .slide-text img.glasses.two {
        width: 75px;
        right: 80px;
    }
    .slide-text img.orang {
        bottom: auto;
        top: 330px;
        width: 75px;
        right: 15px;
    }
    .slide-text img.limon {
        right: 107px;
        bottom: auto;
        top: 312px;
        width: 100px;
    }
    .slide-text img.treeLeaves {
        position: absolute;
        right: 0px;
        top: 62%;
        width: 100%;
    }
    .footer ul li {
        float: left;
        width: 33.333%;
        text-align: left;
    }
    .footer ul li a {
        font-size: 16px;
    }
    .slickSlider .item a h2 {
        font-size: 20px;
    }
    .parallax h4 {
        top: 25%;
        font-size: 30px;
    }

    .about .imageCont {
        height: 250px;
        margin-top: 15px;
    }
    .parallax.products{
        height: auto;
        background-color: transparent;
    }
    .saladSlider .item, .slickSlider .item {
        min-height: inherit;
        width: 50%;
    }

    .sectionFour.products .section.saladSlider .col-md-3{
        width: 50%;
    }
    .sectionFour.products .section.saladSlider .col-md-3 .item{
        width: 100%;
    }
    .sectionFour .saladSlider .item a .imageCont .image,
    .sectionFour .saladSlider .item a .imageCont {
        height: 150px;
    }
    .sectionFour.products{
        padding: 30px 0px 0px 0px;
    }
    .section {
        padding: 15px 0px;
    }
    .gallery ul li{
        width: 50%;
    }
    .gallery ul li a {
        height: 150px;
    }
    .productsDetails .slider-for.slick-slider .item .imageCont {
        height: 250px;
    }
    .productsDetails .text {
        padding-left: 0px;
        padding-right: 0px;
    }
    .saladSlider .item.productsHome {
        width: 50%;
    }
    h2.title {
        font-size: 35px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: relative;
    }
    .navbar-nav.arabic {
        display: none !important;
    }
    .navbar-nav.english {
        display: block !important;
    }
    .sectionFour .saladSlider .item a .imageCont .mask h2 {
        font-size: 20px;
        margin-top: 40px;
    }
    .productsDetails .text span {
        font-size: 25px;
    }
    .productsDetails .text ol li,
    .productsDetails .text ul li,
    .productsDetails .text p {
        font-size: 18px;
    }
    .about .text p {
        font-size: 18px;
    }
    .ourServicesSection .text h2 {
        font-size: 25px;
    }
    .slide__content {
        position: absolute;
        left: auto;
        right: 0%;
        top: auto;
        bottom: 50%;
        margin-left: 0px;
        margin-top: 48px;
        max-width: inherit;
        color: #fff;
        text-align: center;
        direction: rtl;
        width: 100%;
    }
    .slide__heading {
        font-size: 30px;
    }
    .slide__text {
        font-size: 18px;
    }
    .about.details .imageCont,
    .ourServicesSection .imageCont img {
        margin-top: 15px;
    }
    .slide__inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        margin-top: 0px;
        background-size: cover;
        background-position: center center;
    }
    .footer ul.arabic {
        display: block;
    }
    .footer ul.english {
        display: none;
    }
    .contactUs .text {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer a.designed {
        position: relative;
        top: 0px;
        float: left;
        width: 100%;
        margin-bottom: 15px;
        padding: 0px 25px;
    }
    ul.catigories {
        display: none;
    }


}




@media (max-width: 480px) {
    .fancybox-next {
        right: 112px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
    }
    .fancybox-prev {
        right: 210px!important;
        width: 50px;
        position: fixed;
        height: auto;
        top: 35px;
        left: auto !important;
    }
    .menu .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-brand>img {
        width: 100px;
    }
    .navbar-brand>img.logoSection3, .navbar-brand>img.logoSection2 {
        width: 75px;
        margin-bottom: -5.6px;
    }
    .navbar-header {
        float: left;
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }
    .navbar-brand {
        float: left;
    }
    .navbar-toggle {
        margin-top: 22px;
        margin-right: 0px;
    }
    .navbar-nav {
        margin: 0px;
        margin-top: 15px;
    }
    .navbar-nav li {
        float: left;
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .langList {
        float: right;
        width: auto;
        margin-top: 15px;
    }
    .parallax img.bg {
        display: none;
    }
    .parallax {
        height: auto;
        overflow: visible;
        min-height: 85px;
    }
    .slick-slider {
        margin-top: 15px;
        margin-bottom: 0px !important;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .saladSlider .item a, .slickSlider .item a {
        padding: 0px 10px;
    }
    .sectionFour {
        padding: 45px 0px 0px 0px;
    }
    .slide-text img.glasses {
        width: 75px;
        right: 15px;
    }
    .slide-text img.glasses.two {
        width: 75px;
        right: 80px;
    }
    .slide-text img.orang {
        bottom: auto;
        top: 330px;
        width: 75px;
        right: 15px;
    }
    .slide-text img.limon {
        right: 107px;
        bottom: auto;
        top: 312px;
        width: 100px;
    }
    .slide-text img.treeLeaves {
        position: absolute;
        right: 0px;
        top: 62%;
        width: 100%;
    }
    .footer ul li {
        float: left;
        width: 50%;
        text-align: left;
    }
    .footer ul li a {
        font-size: 16px;
    }
    .slickSlider .item a h2 {
        font-size: 20px;
    }
    .parallax a.back {
        font-size: 20px;
        top: 26%;
    }
    .parallax h4 {
        top: 29%;
        font-size: 20px;
    }


    .about .imageCont {
        height: 250px;
        margin-top: 15px;
    }
    .parallax.products{
        height: auto;
        background-color: transparent;
    }
    .saladSlider .item, .slickSlider .item {
        min-height: inherit;
        width: 100%;
    }
    .sectionFour .saladSlider .item a .imageCont .image,
    .sectionFour .saladSlider .item a .imageCont {
        height: 200px;
    }
    .sectionFour.products{
        padding: 30px 0px 0px 0px;
    }
    .section {
        padding: 15px 0px;
    }
    .gallery ul li{
        width: 100%;
    }
    .gallery ul li a {
        height: 150px;
    }
    .productsDetails .slider-for.slick-slider .item .imageCont {
        height: 250px;
    }
    .productsDetails .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sectionFour.products .section.saladSlider .col-md-3{
        width: 100%;
    }





    .slide__inner{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .slide__heading {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .slide__text {
        font-size: 20px;
    }
    .slide__content {
        left: auto;
        right: 0px;
        bottom: 40%;
        margin-left: 0px;
        margin-top: 0px;
        max-width: inherit;
        text-align: center;
        width: 100%;
    }
    .parallaxTwo {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 415px;
    }
    .parallaxTwo h2 {
        font-size: 30px;
        margin-top: 0px;
    }
    .parallaxTwo a {
        top: 45px;
    }
    .saladSlider .item.productsHome {
        width: 100%;
    }
    .downArrwo {
        display: none !important;
    }
    .footer a.designed {
        position: relative;
        top: 0px;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    ul.catigories {
        display: none;
    }
    
   
}


/*********----  End responsive ----**********/

