

@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=ABeeZee');


body{
   
    overflow-x:hidden !important;
    overflow:hidden;

}



.Loading-page
{
    
    background-color: rgba(0, 0, 0, 0.8);
    color: white; 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    z-index: 99999;
    text-align: center;
}


.img-efa-loading
{
    margin-top: 50px;
    
}


@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
#spin{
    position:absolute;
    top:40%;
    left:50%;
    right:50%;
    padding: 5px;
    border-radius: 50%;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}




/************************************************************************************/
.navbar-right .dropdown-menu
{
    float:left;
    left:0;
}

.header-photo
{
    background: url('../images/download.jpg') center center fixed ;
    
    height: 40px;
}
.navflevel
{
    background-color: #404040;
    padding-top: 10px;

  
}

 .phoneicon
 {
     color:white;
     margin-right:5px;
     font-size:17px !important;
 }
 .phonenumspan
 {
     color:white;
     font-family:'Russo One';
     font-size:12px;
 }



.rightn li
{
    float: left;
     margin-right: -4px;
}

.rightn ul
{
    list-style: none;
    margin-top: -22px;
    float:right;
}

.rightn li a
{
    float: left;
    color: white;
    padding:10px;
     padding-bottom: 22px;
    padding-top: 28px;
    cursor: pointer;
}




@media only screen and (max-width:767px)
{
    .navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    position:absolute ;
    z-index:10000;
    background-color:white;
    width:100%;
}
}


@media only screen and (max-width:991px)
{
    .navbar-default .navbar-brand
    {
        font-size:16px;
    }


}

@media only screen and (min-width:768px) and (max-width:1023px)
{
    .navbar-nav > li > a
    {
        font-size:10px;
    }
}


.navbar-default
{
    height:122px;
    background-color:white;
    padding-top:30px;
    margin-bottom:0px;
    border:none;
   /*border-bottom:7px solid #404040;*/
    border-radius:0px ;
}

.navbar-brand
{
    font-family:'Russo One';
    font-size:30px;
    font-weight:600;
    color:#af0000;
}

.navbar-right{

    color:#404040;
    font-size:15px;
    font-family:'Russo One';
    margin-top:14px;
}



















/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height:77vh;
}
.fade-carousel .carousel-inner .item {
    height: 77vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color:     #404040;
    border-color: #404040;
    opacity: .7;
}  
.fade-carousel .carousel-indicators > li.active {
  width: 13px;
  height: 11px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin-top: 50px;
    padding: 0;
    font-family: "Calibri";
}
.hero h3 {
    font-size: 2em;    
    margin-top: 50px;
    margin-bottom: 50px;    
    padding: 0;
    text-transform: capitalize;
    line-height: 1.2 ;
   font-family:"Russo One" ;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 3s all ease-in-out .1s;
       -moz-transition: 3s all ease-in-out .1s; 
        -ms-transition: 3s all ease-in-out .1s; 
         -o-transition: 3s all ease-in-out .1s; 
            transition: 3s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 0s all ease-in-out .1s;
       -moz-transition: 0s all ease-in-out .1s; 
        -ms-transition: 0s all ease-in-out .1s; 
         -o-transition: 0s all ease-in-out .1s; 
            transition: 0s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #434B6A; 
    outline: none;
    margin: 20px auto;
    
}
.btn-hero:hover
{
    background-color: #EEEEEE;
    color: #894E00;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
    .fade-carousel .slides .slide-1, 
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 ,
    .fade-carousel .slides .slide-4 ,
    .fade-carousel .slides .slide-5 ,
    .fade-carousel .slides .slide-6  ,
    .fade-carousel .slides .slide-7  ,
    .fade-carousel .slides .slide-8  ,
    .fade-carousel .slides .slide-9  ,
    .fade-carousel .slides .slide-10  , 
    .fade-carousel .slides .slide-11  , 
    .fade-carousel .slides .slide-12  
    {
      height: 77vh;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;

    }
.fade-carousel .slides .slide-1 {
     background-image: url('../images/Webp.net-compress-image.jpg');
  
}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/Vegetables-Gardening.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image:url('../images/veggies-793x526.jpg'); 
}

.fade-carousel .slides .slide-4 {
  background-image:url('../images/vegane_proteine_shutterstock_101005591.jpg'); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}



/******/


.welocme-section
{
    margin-top:38px;
    
}
.lead
{
    font-family:'ABeeZee';
    color:#404040;
    font-weight:300;
    margin-top:70px;
}

h6 {
 overflow: hidden;
 text-align: center;
 color: #404040;
 margin-bottom: 40px;
 margin-top: 40px;
 font-size:24px;
  font-family:'Russo One';

}
h6:before,
h6:after {
 background-color: #404040;
 content: "";
 display: inline-block;
 height: 3px;
 position: relative;
 vertical-align: middle;
 width: 50%;

}
h6:before {
 right: 0.5em;
 margin-left: -50%;
}
h6:after {
 left: 0.5em;
 margin-right: -50%;
}

/****************************************************************************************************************************************************************************/

.our-service-section
{
    margin-top:70px;
}
.our-service-head
{
    color:#404040;
    font-family:'Russo One';
    font-size:20px;
}

.our-service-section img
{
    height:220px;
}
.our-service-paragraph
{
    color:#404040;
    font-family:'ABeeZee';
    font-size:16px;
    
}

@media only screen and (max-width:991px) {
    .our-service-head {

        text-align:center;
    }


}

/****************************************************************************************************************************************************************************/

.our-products
{
    margin-top:50px;
    background :url('../images/vegetables2.jpg') no-repeat center center fixed ;
    background-size: 100% 100% ;
    overflow:hidden;
    height: 300px;
    
}

.our-products-inner
{
    background:rgba(2,2,2,0.8);
    height:900px;
    color:white !important;
  
    
}

.our-products h6 
{
    color:white !important;
   
}

.our-products h6:before , .our-products h6:after

{
    background-color:white;
}



.our-products
{
    position:relative;
}

.slick-slide
{
    height: auto;
}

.imageinbox
{
    background-color: rgba(246, 246, 246, 0.6);
    position: relative;
}




.caption-under-box
{
    background-color: #632727;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: 'ABeeZee';
    height: 45px;
    font-weight: 600;
    padding: 10px;

   
    
}


.competetionbox .imageinbox
{
   height: 173px;
   
}

.competetionbox
{
    padding-left: 0px;
}


.slick-slider
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.slick-prev
{
    margin-left: -149px;
}

.slick-next
{
    margin-right: -149px;
    background-color: #af0000;
    
}


.controller
{
    text-align: center;
}


.prevm , .prev1  , .prevveg
{
    

     font-size: 20px;
    background-color: #404040;
    padding: 5px;
    color: white;
    position: absolute;
    top: 50%;
    left: -3px;
     transform: skewX(-13deg);  
    cursor: pointer;

}

    .prevm:before  , 	.prev1:before , .prevveg:before
    {
        content: "\f105";
		background-color: #404040;
		display: block;
		height: 100%;
		
		top: 0;
		width: 60px;
        transform: skewX(10deg);
    }

.nextm , .next1 , .nextveg
{
    font-size: 20px;
    background-color: #404040;
    padding: 5px;
    color: white;
    position: absolute;
    top: 50%;
    right: -2px;
     transform: skewX(-13deg);  
    cursor: pointer;
}

.nextm:before , .next1:before , .nextveg:before
{
     content: "\f105";
		background-color: #404040;
		display: block;
		height: 100%;
		
		top: 0;
		width: 60px;
        transform: skewX(10deg);
}


.nextm:hover , .next1:hover 
{
    color: black;
}

.prevm:hover , .prev1:hover
{
    color: black;
}



    .fadia
{
    content: '';
    height: 20px;
}

.headincompetion
{
    margin-left: 73px;
    font-family:'Russo One';
    font-weight:100;
}

.diagonalsapeintoimage
{
    
    position: absolute;
    width: 100px;
    font-size: 11px;
    position: absolute;
    position: 2;
    color: #FFF;
    background: #af0000;
    z-index: 2;
    right: 0;
    height: 23px;
   bottom: 0;
    font-family: 'open sans';
    padding-top: 3px;
}

.diagonalsapeintoimage1
{
    
    content: " ";
    position: absolute;
    display: block;
    width: 125px;
     height: 23px;
    bottom: 0;
    right: 5%;
    z-index: 1;
    background: #af0000;
    transform-origin: bottom right;
    -ms-transform: skew(-31deg, 0deg);
    -webkit-transform: skew(-31deg, 0deg);
    transform: skew(-31deg, 0deg);
}

.slick-slide img
{
   margin-top:-20px;
   height:173px;
   width:100%;
}

@media only screen and (max-width:360px)
    
    {
        
        .title {
    position: relative;
    width: 230px;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #632727;
       
}
.title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #af0000;
    transform-origin: bottom left;
    -ms-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
}
        
        .headincompetion
        {
            margin-left: 81px;
        }
        
    }


@media only screen and (max-width:1300px)
{
    .prevm, .prev1
    {
        top:50%;
    }
    
    .nextm, .next1
    {
         top:50%;
    }
    
}

.title {
    position: relative;
    width: 200px;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #632727;
   
       
}

.title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #404040;
    transform-origin: bottom left;
    -ms-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);

}

.fruits-slider
{
    position:relative;
}

.vegtables-slider
{
    position:relative;
    margin-top: 100px;
}

.itemzoom {
  position: relative;
  
  
 
  overflow: hidden;
  
}
.itemzoom img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.itemzoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.itemzoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/************************************************************************ footer   ****************************************************************/

.footer-inner
{
    background-color: rgba(2,2,2,.4);
    padding-bottom: 30px;
    padding-top: 30px;
    top:0px;
}
.footer {
	background: url('../images/Webp.net-compress-image.jpg') center center no-repeat;

	position: relative;

    
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
    background-attachment: fixed;
     -webkit-background-attachment: fixed;
       -moz-background-attachment: fixed;
      -o-background-attachment: fixed;
    z-index: -1;
    
  
    
    /* -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    margin-top:50px;
    */
    
}

.footer h3
{
    font-size: 16px;
    color: #ffffff;
   font-family:'Russo One';
    
}

.footer .row
{
    margin-left: -15px;
}

 @media only screen and (min-width:769px) and (max-width:991px)
     
 {
     .footer h3
{
    font-size: 14px;
    color: #ffffff;
 
    
}

     
}


.footer ul li a
{
    font-size: 12px;
    color: #cccbcb;
   font-family:'ABeeZee';
    
}


.nnmarg
{
    margin-bottom: 50px;
}
.footer ul
{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
    
}



/* start mouse up*/

 

.imgandcon
{
    color: white;
    font-size: 16px;
      font-family:'ABeeZee';
   
}
.imgandcon span
{
    color: white;
    font-weight: bold;
    margin-right:5px;
}



/*************   boxes  ******************/


.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding-left: 0px;
     padding-right: 0px;
    margin-bottom: 25px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.box-text
{
    font-size: 16px;
    color: #404040;
   font-family:'Russo One';
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
}

.card img
{
    width: 100%;
}

.card a
{
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 500px)
{
    .hero h3
    {
        font-size: 12px;
    }
}
 
@media only screen and (max-width: 991px) and (min-width:501px)
{
    .hero h3
    {
        font-size: 15px;
    }
}

.footer-inner h4
{
    color: white;
    font-family:'Russo One';
    font-size: 13px;
}

.footer-inner h3
{
    color: white;
    font-family: 'Russo One';
    font-size: 29px;
    
}

.footer-inner
{
    padding-top: 0px;
}


.navbar-default .navbar-nav > li > a
{
    cursor: pointer;
}


.socialx{position:fixed;top:30%;left:-2.7%;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none}
.socialx li a{position:relative;width:40px;background:#222;border-bottom:1px solid #333;font:normal normal normal 16px/20px Electrolize, Helvetica, Arial, sans-serif;color:#fff;-webkit-font-smoothing:antialiased;text-decoration:none;text-align:center;-webkit-transition:background .5s ease .300ms;-moz-transition:background .5s ease .300ms;-o-transition:background .5s ease .300ms;transition:background .5s ease .300ms;padding:10px}


.socialx li:first-child a:hover{background:#3b5998}
.socialx li:nth-child(2) a:hover{background:#00acee}

.socialx li:nth-child(3) a:hover {  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }


.socialx li:nth-child(4) a:hover{background:#af0000}
.socialx li:nth-child(5) a:hover{background:#0077b5}
.socialx li:first-child a{-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0;border-radius:0 5px 0 0}
.socialx li:last-child a{-webkit-border-radius:0 0 5px 0;-moz-border-radius:0 0 5px;border-radius:0 0 5px 0}
.socialx li a span{width:100px;float:left;text-align:center;background:#222;color:#fff;-webkit-transform-origin:0;-moz-transform-origin:0;transform-origin:0;visibility:hidden;opacity:0;-webkit-transform:rotateY(45deg);-moz-transform:rotateY(45deg);transform:rotateY(45deg);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition:all .2s ease-in .300ms;-moz-transition:all .2s ease-in .300ms;-o-transition:all .2s ease-in .300ms;transition:all .2s ease-in .300ms;margin:-25px 74px;padding:8px}
.socialx li span:after{content:'';display:block;width:0;height:0;position:absolute;left:-20px;top:7px;border-left:10px solid transparent;border-right:10px solid #222;border-bottom:10px solid transparent;border-top:10px solid transparent}
.socialx li a:hover span{visibility:visible;opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}


.socialx
{
    display: none;
    list-style: none;
}





.img-pharo2
{
    position: fixed;
    right: 10px;
    top: 35%;
}

.img-pharo2 img
{
    width: 110px;
}



.div-contain-key
{
    text-align: center;
}

.div-contain-key img
{
    height: 170px;
        width:100px;
    margin-bottom: 3px;
}

.footer
{
    margin-top: -5px;
}

.our-service-section
{
    margin-bottom: 60px
    }



@media only screen and (max-width:600px)
{
    .img-pharo2 img
{
    width:50px;
}
}
    



   
@media only screen and (min-width:990px)  and (max-width:1000px)
{
   
    
    
    .socialx
    {
        left: -4.6%;
    }
}

@media only screen and (max-width:1200px) and (min-width:1001px)
{
   
    
    
    .socialx
    {
        left: -4%;
    }
}

@media only screen and (max-width:1500px) and (min-width:1201px)
{
   
    
    
    .socialx
    {
        left: -3%;
    }
}

@media only screen and (max-width:767px)
{
    .navbar-default .navbar-nav > li > a
    {
        color: #777 !important;
    }
}



@media only screen and (max-width:989px)
{
   
    
    
    .socialx
    {
        display: none !important;
    }
}


/**************************************************************************/



@media only screen and (max-width:768px)

{
    .navbar-collapse.in
{
    opacity: 1 !important;
    background-color: white !important;
       /*margin-top: 15px;*/
}
}



       .navbar-right li > a {
              position: relative !important;
              cursor:pointer !important;
               
            }

               

                 .navbar-right li  > a:before {
          content: "" !important;
          position: absolute !important;
          width: 100% !important;
          height: 2px !important;
          bottom: 0 !important;
          left: 0 !important;
          background-color : #777 !important;
          visibility: hidden !important;
          -webkit-transform: scaleX(0) !important;
          transform: scaleX(0) !important;
          -webkit-transition: all 0.3s ease-in-out 0s !important;
          transition: all 0.3s ease-in-out 0s !important;
        }
   
      .navbar-right li > a:hover:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.navbar-default .navbar-nav > li > a:hover
{
    color: #777;
}

@media only screen and (max-width:768px)
{
      .navbar-right li > a:hover:before {
  visibility: hidden !important;
  
}
}

.under-const
{
    width: 50%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    margin-top: 80px;
}

.navbar-default .navbar-toggle
{
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus 
{
    background-color:transparent;
}


.navbar-toggle .icon-bar
{
    width: 30px;
    height: 4px;
}

/*******************************************  fruit page *******************************************************/

.img-head
{
    background-image: url('../images/cover.png');
    width: 100%;
    height:30vh;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
}

.img-head-inner
{

    height:100%;
    
   
}

.img-head-inner h6:before, .img-head-inner h6:after
{
    background-color:white;
}

.img-head-inner h6
{
    color:white;
    margin-top:14vh;
   
}



.fruits-slider
{
    position:relative;
    overflow-x:hidden;
    
}



.fruits-slider .card
{
  margin-top:17px;
}

.fruits-slider img
{
  padding-top:10px;
  height:220px;
  margin-top:-20px;
}

.slick-list
{
    outline: none !important;
}

.slick-list:focus
{
    outline: none !important;
}
.slick-slide {
    outline: none
}

.slick-slide:focus {
    outline: none
}




:focus
{
    outline:none;
}


.modal
{
    z-index:99999999999999999999999999999999999999999999999999999999999;
}

.modal-header
{
    padding:0px;
}

.modal-title
{
     font-family: 'Russo One';
    color: #404040;
    font-family: 'Russo One';
    text-align: center;
    padding-top: 7px;
    font-size:26px;
}
.modal-header .close
{
    margin-top:-31px;
    margin-right: 12px;
}

.about-paragparph
{
      color:#404040;
     font-family: 'ABeeZee';
     font-size:18px;
     margin-top:40px;
}

.about-paragparph p
{
    margin-top:25px;
    line-height: 1.8;
}

.our-mission
{
     color:#404040;
     font-family: 'ABeeZee';
     font-size:18px;
     margin-top:40px;
}

.our-mission ul
{
     color:#404040;
    font-family: 'ABeeZee';
     font-size:18px;
     margin-top:30px;
      list-style-type: square;
     
}

.our-Vision
{
     color:#404040;
  font-family: 'ABeeZee';
     font-size:18px;
     margin-top:40px;
     margin-bottom:70px;
}
.our-Vision ul
{
     color:#404040;
    font-family: 'ABeeZee';
     font-size:18px;
     margin-top:40px;
     list-style-type: square;
   
}

.our-Vision ul li{
    margin-bottom:12px;
}

.our-mission ul li{
    margin-bottom:12px;
}


.calendar
{
    margin-top:40px;
}

.table
{
   font-family: 'ABeeZee';
   
}

thead
{
    background-color:#e55300; 
    color:white;
    font-weight:normal;
    text-align:center;
}

thead th{
      text-align:center;
}

.rowcolortable{
    background-color:#e55300; 
    color:white;
}

.portfgall
{
    margin-top:40px;
    margin-bottom:50px;
}



.portfgall img{
    height:271px;
}


.first-row-dec
{
    color:#404040;
    font-size:20px;
    font-family: 'Russo One';
}

.second-row-desc
{
     font-family: 'ABeeZee';
      color:#404040;
    font-size:20px;
    margin-left:5px;
}

@media only screen and (max-width:427px)
{
    .phoneicon
    {
        display:none !important;
      
    }

    .left-n
    {
          margin-top:4px !important;
    }
}

.navflevel
{
    background: url('../images/download.jpg')center center;
    width: 100%;
    padding-top: 0px;
    height: 60px;
    
}


.navlevelinner
{
    background-color: rgba(0,0,0,.4);
    max-height: 100%;
    padding-top: 15px;
    
}

.footer-bottom
{
    /*background: url('../images/download.jpg')center center;*/
    width: 100%;
    padding-top: 0px;
    height: 60px;
   background-color:#404040;
}



.footerbtninner
{
    background-color: rgba(0,0,0,.4);
    height: 100%;
    padding-top: 15px;
    width: 100%;
}

.table-responsive img{
    width:40px;
    height:34px;
}


/*.navbar-brand
{
     -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 6;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: 6;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: 6;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
}*/

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

::-webkit-scrollbar {
    width: 8px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: green; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover  {
    background: #555; 
}



/************************************************************************* index page **************************************/

.top-left-sec
{
    content:'';
    background-color:#404040;
    height:50%;
    width:50%;
    position:absolute;
    left:0;
    top:0;
    background:url('../images/Webp.net-compress-image.jpg');
    z-index:1;
}

.top-left-sec-inner  , .top-right-sec-inner , .bottom-left-inner , .bottom-right-inner
{
    content:'';
    background-color:black;
    width:100%;
    height:100%;
    opacity:.4;
}



.top-right-sec
{
    content:'';
    background-color:#404040;
    height:50%;
    width:50%;
    position:absolute;
    right:0;
    top:0;
       background:url('../images/pyramids.png');
           z-index:1;
}

.bottom-left-sec
{
    content:'';
    background-color:#404040;
    height:50%;
    width:50%;
    position:absolute;
    left:0;
    bottom:0;
       background:url('../images/Vegetables-Gardening.jpg');
           z-index:1;

}

.bottom-right-sec
{
    content:'';
    background-color:#404040;
    height:50%;
    width:50%;
    position:absolute;
    right:0;
    bottom:0;
       background:url('../images/pharnagri.jpg');
           z-index:1;
}

.open-logo
{
    position:absolute;
    top:35%;
    left:45%;
    z-index:2;
    background-color: #000;
    opacity: .8;
}

.open-logo img
{
    width:150px;
}

@media only screen and (max-width:680px)
{
    .open-logo
    {
          left:33%;
    }
}

.fruits-slider
{
    margin-top:40px;
}