.navbar {
  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
}
.logo {
  margin:0px 400px 0px 100px;
}
.carousel{
  width: 100%;
}
.nav-link {
  display: block;
				padding: 0px 20px;
				height: 90px;
				line-height: 90px;
				text-decoration: none;
				color: #fff;
				text-align: center;
				font-size: 1.2em;
}
.contactme {
  margin-left: 330px;
	line-height: 60px;
	height: 60px;
	font-size: 1.1em;
	color: #979;
	font-weight: 950;
}
.contactme span.phone {
	display: inline-block;
    margin: 0 10px;
    color: green;
    font-size: 1.3em;
  }

  .contactme a {
	margin: 0 10px;
	color: #000;
  font-family: sans-serif;
	text-decoration: none;
}
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

#fruits {
    background: #E7E7E7;
}
.background {
  background: #E7E7E7;
}
.fa-get-pocket {
	color: #00C851;
}
.pb-5 {
  background: #efefef;
}
.home-products {
  background: #8bc34a;
}
.text-center {
  text-align: justify;
}
.oval {
    border-radius: 10px;
}
.rounded-circl {
  border: 2px solid #000;
  box-shadow: 0 0 10px #000;
}
section.box {
	background-color:#f9f9f9;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
.services  {
	text-align:center;
}
.services p {
	margin-bottom:30px;
	margin-top:30px;
	color:#090909;
}
.icons i {
	padding:50px;
	border-radius:50%;
	color:#fff;
	background-color:#54BE48;
	border-color:#ccc;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 0 0 0 8px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.icons i:hover {
	background-color:#fff;
	color: #54BE48;
}
.fruits-item {
  padding-left: 2.1cm;
}
.up {
  margin-top: 2cm;
}
.content {
  padding-left: 3.5cm;
}

.gal {


	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;


	}
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

		.gal {


	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;


	}

	}
.for-us {
  font-weight: 200;
  font-size: 1.1em;
  font-style: oblique;
}
