
*{

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    sizing: border-box;
    font-family: 'Tajawal','Cairo', sans-serif;
    transition: 100ms;

}

p{
    margin: 0px;
    
}

a{
    text-decoration: none;
    color: black;
}

body{
    background-color: #F1F1F1;
    margin: 0px;
    overflow-x: hidden;
}

html{
    padding: 0px;
    margin: 0px;
    left:8%;
    width:100%;
    overflow-x: hidden;
}

.contaner{
    width:80%;
    margin: auto;
    
    
}

/**************************************************start header slide show-**************************************************/

.slider{
    z-index: 0;
    height: 100% !important;
    position: relative;
    
}

.slider .img{
    display: block;
    position: absolute;

}



.bx-wrapper{
    border: 0px;
    background:none;
    box-shadow: none;
    height: 100%;
    width: 100%;      
}

.bx-wrapper .bx-viewport{
    height: 100% !important;
    width: 100%;
}

/**************************************************start header slide show**************************************************/


/************  start header*****************/

/*************************************************srart over-navbar****************************************/

header .over-navbar{
    border-bottom: 2px solid #999;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 10px;
    z-index: 999999;
}

header .social-icons{
    text-align: right;
}

header .social-icons a{
    font-size: 25px;

}

header .social-icons i{
    padding: 5px 5px 5px 5px;
    margin-right: 10px;;
    font-size: 25px;
    transition: .3s;
    border: 2px solid transparent;
    border-radius: 100%;
}

header .social-icons i:hover,
header .social-icons i:active{

    color:#149045;
    transition: .3s;
    

}

header .social-icons a:hover,
header .social-icons a:active{

    color: #149045;
    transition: .3s;

}

header .lang-icon{
    direction: ltr;
    float: left !important;
    margin: 0%;
    padding: 10px;
    margin-top: 10px;
    font-size: 25px;
    border-radius: 30%;    
}

.lang-icon-img{
    width: 35px;
    float: left !important;
    margin-top: 16px;
    
}

header .lang-icon :hover,
header .lang-icon:active{
    color: #149045;
    transition: .3s;
}


/*************************************************End over-navbar****************************************/


/*************************************************start navbar****************************************/
header{

    /* background-image: url(../image/sliders/1.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 800px;
    position: relative;  */ 
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
}
.main-bage{
    position: absolute;
}

.overflow{
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0%;
    height: 101%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255, 255, 255, .4) 100%);
    z-index: 1;    
}

header .nav{
    position: fixed;
    left: 0%;
    right: 0%;
    z-index: 99999;
    transition: 1s;
    width: 100%;

}

header .nav .bar-icon{
    position: absolute;
    top: 28px;
    color: #000;
    font-size: 35px;
    cursor: pointer;
    display: none;
    line-height: 65px;
    
}

header .nav .logo{
    z-index: 2;
    float: left;
}

header .nav .logo img{
    height: 80px;
}

header .nav .links-item{
    direction: rtl;
    padding-top: 15px;
    margin-right: -33px !important;    

}

header .nav .links-item  li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    border-bottom: 2px solid transparent ;
    padding-bottom: 5px;
    padding-top: 7px;
    
        
 }

header .nav .links-item   a:hover {
    background-color: #14f38761;
    border-radius: 5px;
    transition: .01s !important;
    
}

header .nav .links-item li.active{
    background-color: #14f38761;
    border-radius: 5px;
}

header .nav .links-item  li a{
    display: inline;
    padding: 5px 20px;
}

header .nav .links-item  li:hover a
,header .nav .links-item li.active a
,header .nav .links-item  li:hover 
,header .nav .links-item li.active  {
     transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1)!important ;
    -o-transform: scale(1.1)!important ;
    
}
/*************************************************End navbar****************************************/

/**************************************************start artical**************************************************/

header .artical {
 direction: rtl;
 position: relative;
 z-index: 2;

}

header .artical h2{
    font-size: 40px; 
    text-align: center;
    color: #00562e;
   
}



header .artical p{
    font-size: 22px;
    line-height: 40px;
}

header .artical button {
    margin: 10px auto;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: none;
    padding: 10px 30px;
    color: #015712;
    background: radial-gradient(circle,rgb(2, 155, 33,0.4433123591233369) 0%, rgba(2, 155, 33,0.4265056364342612) 100%);
    transition: .5s;
    font-size: 20px;
}
header .artical button:hover,
header .artical button:active{
    -webkit-box-shadow:inset 0px 0px 0px 2px 149045;
    -moz-box-shadow:inset 0px 0px 0px 2px 149045;
    box-shadow:inset 0px 0px 0px 2px 149045;
    background: none;
    transition: .5s;
    
}

header .go-down {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
    color:#149045;
    z-index: 2; 
    cursor:pointer;
    animation-name: arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;

    -moz-animation-name: arrow;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;

    -webkit-animation-name: arrow;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;

    -o-animation-name: arrow;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease;
}

@keyframes arrow {
    0% {transform: translatey(-10px);}
    50% {transform: translatey(0px);}
    100% {transform: translatey(-10px);}
}





header .go-down  i:hover,
header .go-up-icon  i:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    
}

header .go-up-icon {
    position: fixed;
    right: 30px;
    bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
    color:rgb(2, 155, 33);
    cursor:pointer;
    animation-name: arrow-up;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    z-index: 100;

    -moz-animation-name: arrow-up;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;

    -webkit-animation-name: arrow-up;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;

    -o-animation-name: arrow-up;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease;

}

header .go-up-icon i{
    border-radius: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 39%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 136%);

}

@keyframes arrow-up {
    0% {transform: translatey(-10px);}
    50% {transform: translatey(0px);}
    100% {transform: translatey(-10px);}
}


/**************************************************end artical**************************************************/




/************  end header*****************/


/*************Start our products***********/
 

.products .slickslider{
    margin: auto;
    width: 100%;
    margin-top: 40px;
}

.products .title,
.who-we-are .title,
.laws .title,
.tips .title {
    text-align:center;
    font-weight: bolder;
    font-size: 25px;
    line-height: 60px;
    width: 100%;
    position: relative;
    margin-top: 40px;

}

.products .title ::after,
.who-we-are .title::after,
.laws .title::after,
.tips .title::after{
    content: "";
    width: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    border-bottom: 2.5px solid rgb(82, 183, 136);
    margin: 0 45%;

}


.products .center{
    height:300px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    
}


.products button:hover .property-social-icons {
    color: #000000;
    
}


.slick-next:before,
.slick-prev:before{
    color: #149045;
    font-size: 25px;
    width: 90%;

}


.slick-initialized .slick-slide{
    
}


.products .property-image{
    height: 12em;
    padding: 0px;
}


.products .property-description{
    height: 7em;
    position: absolute;
    width: 100%;
}


.property-card
{
  height:18em;
  width:14em;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  position:relative;
  -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius:16px;
  overflow:hidden;
  -webkit-box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;
  box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;
}

/* Top Half of card, image. */

.property-image
{
  height:6em;
  width:14em;
  padding:1em 2em;
  position:Absolute;
  top:0px;
  -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-size:cover;
  background-repeat:no-repeat;
}

/* Bottom Card Section */

.property-description
{
  background-color: #FAFAFC;
  height:12em;
  width:14em;
  position:absolute;
  bottom:0em;
  -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0.5em 1em;
  text-align:center;
  
}


/* Social Icons */

.property-social-icons
{
  width: 80% !important;
  height: 2em !important;
  background-color:black;
  position:absolute;
  right: 0px;
  left: 0px;
  bottom: 10px;
  margin: 0 auto;
  -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
  border: 0px; 
   
}
.property-social-icons:hover{
    background-color: #149045 !important ;
    border: 0px !important;
}

/* Property Cards Hover States */

.property-card:hover .property-description
{
  height:0em;
  padding:0px 1em;
}
.property-card:hover .property-image
{
 /* height:18em;*/
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(2, 2);
}



/*.property-card:hover .property-social-icons:hover
{
  background-color:blue;
  cursor:pointer;*/



 Optional

.property-image-title
{
text-align:center;
position:Relative;
top:30%;
opacity:0;
transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
color:black;
font-size:20px;
}

.property-card:hover .property-image-title
{
opacity:1;
}


/*************End our products***********/


/*************Start new-products***********/


.new-products .slickslider{
    margin: auto;
    width: 100%;
    margin-top: 40px;

}

.new-products .center{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 30px;
    
    
}
.new-products .center img{
    position: relative;
    height: 100%;
    width: 100%;
}

.new-products .new-products-slickslider .new-item{
    height: 100% !important;
}


/*************End new-products***********/


/*************Start Some of our-products***********/

.some-of-our-products{
    padding: 0px; 
  
    
}



.cards {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    height: 390px;
    padding: 20 0;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
}

.card {
    margin-right: 25px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 17%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
    
}

.card--1 .card__img, .card--1 .card__img--hover {
    background-image: url(../image/some-of-our-products/كريستيانو\ -حشرية.png);
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url(../image/some-of-our-products/ديفازول-فطرية.jpg);
}

.card--3 .card__img, .card--3 .card__img--hover {
    background-image: url(../image/some-of-our-products/كندور\ -حشرية.png);
}

.card--4 .card__img, .card--4 .card__img--hover {
    background-image: url(../image/some-of-our-products/سامسترين\ رايت\ \(2\).jpg);
}

.card--5 .card__img, .card--5 .card__img--hover {
    background-image: url(../image/some-of-our-products/جيماكتين\ عناكبية\ \(2\).jpg);
}



.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 30px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
  
}

.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 5px 5px 5px;
    text-align: center;
}

.card__info button{
    width: 80% !important;
    height: 2em !important;
    background-color:black;
    position:absolute;
    right: 0px;
    left: 0px;
    bottom: 10px;
    margin: 0 auto;
    -webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    color: #fff;
    border-radius: 15px;
    border: 0px; 
}


.card__info button a{
    color: #fff;
}


.card__title {
    margin-top: 5px;
    margin-bottom: 5px;
    
}


.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    
}

.card:hover .card__info-hover {
    opacity: 1;
}

.card .read-more:hover{
    -webkit-box-shadow:inset 0px 0px 0px 2px 149045;
    -moz-box-shadow:inset 0px 0px 0px 2px 149045;
    box-shadow:inset 0px 0px 0px 2px 149045;
    background-color: #149045 !important ;
    border: 0px !important;
    transition: .5s;
}



/**********Start Popup for some of our-products****************/

.our-product-popup{
    position: fixed;
    z-index: 99999;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;

}

.our-product-popup .the-pop{
    width: 450px;
    height: 90%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    

}

.our-product-popup .the-pop .pop-img{
    overflow: hidden;
    
}

.our-product-popup .the-pop img{
    height: 30%;
    width: 50%;
}


.close-icon i{
    font-size: 30px;
    float: right;
    cursor: pointer;
    
}



/**********End Popup for some of our-products****************/




/*************End Some of our-products***********/

.Tips-and-advice .contaner{
    
    
}




.slider-for {
    width: 70% !important;
    float: left;    
    padding: 20px;
    border-radius: 50px;
    margin-top: -300;
    margin-bottom: 40px;
    border: 3px solid #000; 
}


.slider-nav {
    height: 0px;
    width: 27% !important;
    float: right;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -300px !important;
    
}

.tips-image .center{
    height: 0 ;
}


.tips-image{
    padding: 10px;
    
}


.slider-for img ,
.slider-nav img{
    padding: 0px 10px;
}

.Tips-and-advice .for-more-tips {
    padding-top: 40px;
    margin: 0 auto;
    background-color: transparent ;
    border: 0px;
    margin-left: 25%;
    
}
.Tips-and-advice .for-more-tips  a{
    padding: 15px 30px;
    margin-top: 10px;
    border: 0px;
    border-radius: 40px;
    background-color: #000000  ;
    text-align: center;
    width: 100%;
    color: #ffffff;
    transition: .3s;    
}

.Tips-and-advice .for-more-tips  a:hover,
.Tips-and-advice .for-more-tips a:hover{
    background-color: #149045  ;
    border: 0px ;
    color: #000000;
    
}

/****************Start footer********************/

footer{
    background-color: #149045;
    color: #fff;
    direction: rtl;
    line-height: 30px;
    padding: 30px 0;
    margin-top: 100px;
    text-align: right;
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;


}

footer .row{
    width: 25%;
    display: block;
    float: right;
    height: 100%;
    
}

footer hr{
    display: none;
}


footer .about-us p{
    text-align: justify;
}

footer .links-item .links{
    padding-left: 0;
    padding-right: 0;
}



footer .links-item li {
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding-top: 10px;
    
}

footer .links-item li a {
    color: #fff;
    
}
footer .call-us {
    direction: ltr;
    width: 40%;
    
    margin-bottom: 30px;
    
}

footer .call-us span{
    direction: ltr;
}

footer .call-us .social-icons{
    width: 100%;
    margin-top: 20px;
}
footer .call-us .social-icons a{
    color: rgb(235, 235, 235);
    font-size: 25px;
    margin-left: 7%;
}
    
footer .call-us .social-icons i:hover,
footer .call-us .social-icons i:active{

    color: #fff;
    transition: .3s;

}

footer .call-us .social-icons a:hover,
footer .call-us .social-icons a:active{

    color: #fff;
    transition: .3s;

}

footer .links-item  li:hover
,footer .links-item li.active{
    color: #fff; 

}

footer .links-item  li:hover a
,footer .links-item li.active a {
    color: #fff;
}

.programmed-by{
    padding-top: 30px;
    text-align: center;
    direction: ltr;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #fff;
}



/***************End footer***********************/



  



/************  start my frame work*****************/

.clearfix{

clear: both;
}

/************  start my frame work*****************/




 

/* .center
{
    height:100vh;
    width:100%;    
    justify-content: center;
    align-items: center;
    direction: ltr;
    margin: 0px;
  
}*/

/* End Non-Essential  */


/* ^-- The margin bottom is necessary for the drop shadow otherwise it gets clipped in certain cases. */

/*li:hover{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}*/
