

*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: 1.8;
}
a{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}
a:hover{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}
@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}

@font-face {
 font-family:Bahij;
 font-style:normal;
 font-weight:400;
 src:url("fonts/Bahij_TheSansArabic-Light.ttf") format('truetype')
}



/*html {
    margin-top: 0  !important;
}
#wpadminbar{
    display: none;
}*/




body{
    color: #333;
    font-size: 17px;
    font-family: 'sky', serif;
       /* font-family: 'Montserrat', sans-serif;*/
    padding: 0;
    transition: all 0.5s ease 0s;
    margin: 0;
    text-align: right;
}


/*header*/
/*====================================*/

.row{
    display: block;
}

.top{
    background: #2B2E37;
    color: #ffffff5c;
    padding: 15px;
    overflow: hidden;
}

.top a{
    color: #ffffff5c;
    text-decoration: none;
    outline: none;
}
.top .coll{
    float: right;
    text-align: right;
    direction: rtl;
}
.top .coll .fa{
    padding: 0 ;
    border-left: 1px solid #ffffff5c;
    width: 40px;
    text-align: center;
}
.top .coll a:last-child .fa{
    border: none;
}
.top .coll .fa:hover{
    color: #fff;
}
.top span{
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ffffff5c;
    font-size: 15px;
    line-height: 1.2;
    margin: 5px 0 0;
}
.fa-volume-control-phone{
    display: none;
}
@media (max-width: 769px) {
    .top{
    padding: 5px 15px 2px;
}
.top span {
    display: block;
    width: 100%;
    border: none;
}
.frist{
    transition: all 0.5s ease 0s;
    margin-top: -60px !important;
}
.zero{
    transition: all 0.5s ease 0s;
    margin-top: 3px !important;
}
.fa-volume-control-phone{
    display: block;
    float: left;
    cursor: pointer;
}
}


.top span:last-child {
    border: none;
}
.top span .fa{
    float: right;
    margin: 0 0 0 10px;
}

header{
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    height: 90px;
    padding: 0 20px;
    z-index: 999;
}
header img{
    float: right;
    width: auto;
    height: 86px;
    padding: 5px;
}
header ul{
    list-style: none;
    float: left;
    display: block;
}
@media (max-width: 769px) {
    header{
    position: relative;
    }
    header ul{
    display: none;
}
}
header ul li{
    list-style: none;
    float: right;
    padding: 35px 15px 0;
}
header ul li a{
    color: #323232;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 5px;
    border-bottom: 2px solid #fff;
}
header ul li:hover > a,header ul li.current-menu-item > a{
    border-bottom: 2px solid #009148;
    color: #000;

}
@media (max-width: 769px) {
    .bar{
        width: 30px;
        height: 20px;
        position: relative;
        border-top: 1px solid #777;
        border-bottom: 1px solid #777;
        float: left;
        margin: 30px 0 0;
        cursor: pointer;
    }
    .bar:after{
        content: "";
        position: absolute;
        top: 50%;
        border-bottom: 1px solid #777;
        right: 0;
        width: 100%;

    }
    .bar:hover,
    .bar:hover:after{
        border-color:#009148;
    }
}

#collapseExample{
    clear: both;
    width: 100%;
    padding: 0 30px;
    background: #fff;
    overflow: hidden;

}
#collapseExample ul{
    display: block !important;
    margin: 0;
    padding: 50px 0;
    width: 100%;
}
#collapseExample ul li{
    float: none;
    width: 100%;
    display: block;
    padding: 0;
}
#collapseExample ul li a{
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}
#collapseExample ul li:hover a{
    color: #000;
        border-bottom: 1px solid #009148;
}
#collapseExample ul li.current-menu-item > a{
    border-bottom: 1px solid #009148;
    color: #000;

}
/**/
.slider{
    clear: both;
    display: block;
    width: 100%;
    position: relative;
    background: #000;
    padding: 0;
}
.slider .block{
    margin: 0 auto;
    max-width: 700px;
    padding: 20px;
}
.slider img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
    width: 100%;
}

.slider .cover{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    direction: rtl;

                        display: flex;
                        flex-direction: column;
                        justify-content: center;

}
.slider .cover img{
    position: absolute;
    bottom: 0;
    opacity: 1;
    left: 5%;
    max-height: 80%;
    width: auto;
}
.slider .cover a{
    display: inline-block;
    margin: 20px 0 0;
    color: #fff;
    background: #009148;
    padding: 3px 25px;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
}
.slider .cover a:hover{
    color: #009148;
    background: #fff;
}
@media (max-width: 769px) {
    .man{
        display: none;
    }
}
/**/
section{
    padding: 30px 15px;
    clear: both;
    display: block;
    overflow: hidden;
}
.about{
    background-image: url("img/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 400px;
}
.about .row{
    display: flex;
}
.about .block{
    float: right;
    position: relative;
    padding: 20px;
}
.about .block-img img{
    height: auto;
    float: left;
    width: 100%;
    border: 2px solid #9C9C9E;

}
.about .block-img:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #009148;
    width: 40%;
    height: 40%;
}
.about .block-img .span{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #9C9C9E;
    padding: 10px;
    color: #fff;
    direction: rtl;
    z-index: 9;
}

.alignleft{
    float: right;
}
.alignright{
    float: left;
}
.aligncenter{
    margin: 0 auto;
    float: none;
}
.about  a {
    display: inline-block;
    margin: 20px 0 0;
    color: #fff;
    background: #009148;
    padding: 3px 25px;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
}
.about  a:hover {
    color: #009148;
    background: #fff;
}
/**/
.products{}
.products .row{
    display: block;
}
.title{
    display: block;
    margin: 0 0 25px;
    text-align: center;
    color: #009148;
    font-size: 2rem;
    text-transform: uppercase;
}
.nav-tabs{
    text-align: center;
    display: block;
    direction: rtl;
    border: none;
    margin: 0 0 25px;
    background: #FAFAFA;
    padding: 5px 0;
}
.nav-tabs li{
    float: none;
    margin: 0;
    display: inline-block;
}
.nav-tabs li a{
    display: block;
    padding: 5px 10px; 
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.nav-tabs li a.active{
    color: #009148;
}
.nav-tabs li a:hover{
  color: #009148;  
}
/**/
.produ{
    float: right;
    padding: 10px;
    border: 1px solid #f1f1f1;
    margin: -1px;
    overflow: hidden;
}
.produ img{
    height: 200px;
    width: 100%;    
    transition: all 0.5s ease 0s;
}
@media (max-width: 769px) {
    .nav-tabs li a{
    padding: 5px; 
    font-size: 16px;
}
    .produ img{
    height: 150px;  
}
}
.produ:hover img{
   
    transition: all 0.5s ease 0s;
     transform: scale(1.1);
}
.produ span{
    color: #000;
    display: block;
    text-align: center;
    direction: rtl;
    padding: 15px;
}
/**/
.catalogues{
    background-image: url("img/catalog.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 350px;
}
.catalogues .row{
    display: block;
}
.catalogues .block{
    float: right;
    padding: 25px;
}
.catalogues .block img {
    display: block;
    margin: -40px auto 0;
    max-height: 100%;
    max-width: 100%;
    height: 350px;
}
.catalogues .block   a {
    display: inline-block;
    margin: 15px 0 0;
    color: #fff;
    background: #009148;
    padding: 3px 25px;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
}
.catalogues .block   a:hover {
    color: #009148;
    background: #fff;
}
/**/

.projects{}
.projects .post{
    float: right;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
.projects .post img{
    width: 100%;
    height: 250px;
}
.projects .post .box{
    position: absolute;
    top: 200px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 99;
    padding: 15px;
}
.projects .post:hover .box{
    background: rgba(0,145,72,0.8);
    top: 20px;
    transition: all 0.5s ease 0s;
    right: 20px;
    left: 20px;
    bottom: 20px;

                        display: flex;
                        flex-direction: column;
                        justify-content: center;
}
@media (max-width: 769px) {
    .projects .post:hover .box{
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    padding: 10px;
    font-size: 14px;
}
}
.projects .post a{
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 3px 10px;
    width: 100px;
    margin: 10px auto 0;
}
.projects .post a:hover{
    background: #000;
    color: #fff;
}
/**/
.See{
    color: #000;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    clear: both;
    width: 100%;
    padding: 20px 0 0;
    text-align: left;
}
.See a{
    color: #000;
}
.See a:hover{
    color: #009148;
}
.See .fa{
    font-size: 20px;
    margin: 0 10px 0 0;
}
/**/
.brand{
    float: right;
    padding: 5px;
}
.brand  span{
    width: 100%;
    transition: all 0.5s ease 0s;
    height: 120px;
    border: 1px solid #fff;
                            display: flex;
                        flex-direction: column;
                        justify-content: center;

}
.brand  span:hover{
    transition: all 0.5s ease 0s;
    border: 1px solid #f1f1f1;

}

.brand img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

/**/
.contact {
    padding: 0 15px;
    text-align: right;
    min-height: 490px;
}
.contact .block{
    position: sticky;
    z-index: 99;
    float: left;
    padding: 50px;
    text-align: right;
    background: #fff;
}
.contact .block .wpcf7-form-control{
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    margin: 0 0 10px;
    text-align: right;
    outline: none;
    max-height: 110px;
}
.wpcf7-submit {
    display: block;
    color: #fff;
    background: #009148;
    padding: 3px 10px !important;
    border-radius: 20px;
    text-decoration: none;
    float: right;
    border: none !important;
    width: 180px !important;
    text-align: center !important;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: #000;
}
.map{
    margin: -440px 0 0;
    background: #009148;
}
@media (max-width: 769px) {
    .map{
    margin:  0;
}
}
.map iframe{
    width: 100%;
    height: 440px;
    margin: 0 0 -12px;
}

/**/
footer{
    background: #009148;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    clear: both;
    display: block;
    overflow: hidden;
}
footer .foot{
    float: right;
    padding: 10px;
    text-align: center;
    direction: rtl;
}
footer .foot img{
    height: 70px;
}
footer a {
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 10px;
    margin: 25px 0 0;
    display: inline-block;
}
@media (max-width: 769px) {
    footer a {
    padding: 5px 10px;
    margin:  0;
}
}
footer a:hover{
    color: #000;
    text-decoration: none;
}
.copy{
    text-align: center;
    display: block;
    padding: 5px 15px;
    color: #009148;
    clear: both;
    font-size: 12px;
}
.copy a{
    color: #009148;
    text-decoration: none;
    outline: none;
}
/**/
.bread{
    padding: 30px 20px 0;
    text-align: right;
    background: #f9f9f9
}
.bread h2{
    color: #009148;
    text-transform: uppercase;
}
.breadcrumb {
    background: #f9f9f9;
    direction: rtl;
    text-align: right;
}
.breadcrumb  a{
    color: #009148;
    text-decoration: none;
    padding: 0 5px;
    display: block;
}
.current{
    padding: 0 5px;
}
.breadcrumb  a:hover{}
/**/
.contentes{}
.contentes img{
    display: block;
    margin: 0 auto 25px;
    max-width: 100%;
    height: auto;
}
/**/
.about-page{}
.about-page .box{
    float: right;
    padding: 15px 25px;
    text-align: center;
    direction: rtl;
}
.about-page .box .fa{
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid rgba(255,255,255,0.8);
    background: #009148;
    color: #fff;
    margin: 0 auto;
}
.about-page .box  h4{
    margin: 20px 0;
    color: #009148;
    font-weight: normal;

}
.about-page .box  p{}

/**/
.contactus{}
.contactus .block{
    float: right;
    padding: 15px;
}
.contactus .block .box{
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 20px;
}
.contactus .block .box h2{
    display: block;
    font-size: 20px;
    margin: 0 0 20px;
}
.contactus .block .box h6{
    overflow: hidden;
    padding: 0 40px 10px 0 ;
    font-size: 17px;
    position: relative;
}
.contactus .block .box h6 .fa {
    width: 25px;
    height: 23px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #009148;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    background: #009148;
}


.contactus button, input,.contactus optgroup,.contactus select,.contactus textarea{
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin: 0 0 5px;
    max-height: 150px;
    width: 100%;
    text-align: right;
    display: block;
}
.contactus .wpcf7-submit{
     color: #fff;
    border: 1px solid #009148;
    transition: all 0.5s ease 0s;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: #009148;
    cursor: pointer;
}
.contactus .wpcf7-submit:hover{
     color: #fff;
    transition: all 0.5s ease 0s;
    background: #009148;

}



/**/
.contactus .block  .cool{
    display: block;
    text-align: center;
    direction: rtl;
}
.contactus .block  .cool .fa {
    color: #009148;
    border: 1px solid #009148;
    width: 50px;
    transition: all 0.5s ease 0s;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 3px;
    text-decoration: none;
    outline: none;
}
.contactus .block  .cool .fa:hover{
    transition: all 0.5s ease 0s;
    color: #fff;
    border: 1px solid #009148;
    background: #009148;
}

/**/
.contactus label{
    width: 100%;
}
.map2 iframe{
    width: 100%;
    clear: both;
    display: block;
    clear: both;
}
.map2 iframe{
    width: 100%;
    height: 450px;
    margin: 0 0 -12px;
}

/**/
.singel-pro .block{
    float: right;
    padding: 25px;

}
.singel-pro .row{
    display: block;
}
.singel-pro img{
    width: 100%;
    height: 400px;
    border: 1px solid #f1f1f1;
}
@media (max-width: 769px) {
    .singel-pro img{
    height: 300px;
}
}
.tit {
    color: #009148;
    text-transform: uppercase;
    margin: 0 0 20px;
}





.cont  img{
    margin: 0 auto 25px;
}











@media (max-width: 769px) {
}
/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/







/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/







/*****************/
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{ max-width: 100% !important; position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:9999999999;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}




/***************/


.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}