html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:visited {
  display: block;
  text-decoration: inherit;
  color: inherit;
}
ul li,ol li{
	margin:0;
	 
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', cursive;
	letter-spacing: 1px;
	font-weight: 600;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.w3_agileits_services1_grid1{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
p {
    margin: 0;
    font-size: 0.95em;
    color: #333;
    line-height: 2em;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}
/** home products **/
.prdts{
background-image: url('../images/01prdtbg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top;
padding: 1.0em 0.2em;
}
.blog-posts .featured {
  width: 100% !important;
  height: 250px !important;
  margin: 0.5em 0 1em 0 !important;
}
 .blog-posts .featured .image {
  height: 250px !important;
}
 .blog-posts .featured .content {
  height: 250px !important;
}
 .blog-posts .row {
  display: flex;
}
h4.sub-hd {
    font-size: 2.5em;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
 .blog-posts .row .post:last-child {
  margin-right: 0 !important;
}
 .blog-posts .post {
  flex: 1;
  overflow: hidden;
  background: white;
  height: 150px;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  margin-right: 1em;
  margin-bottom: 1em;
}

.content h3 {
	font-size: 18px;
	color: #FF5A00;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.container .blog-posts .post:hover {
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.container .blog-posts .post:hover .image {
  opacity: 0.8;
}
.container .blog-posts .post .image, .container .blog-posts .post .content {
  display: inline-block;
  position: relative;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.container .blog-posts .post .image {
  float: left;
  width: 40%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.container .blog-posts .post .image .time {
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  text-align: center;
  padding: 0.5em 0;
  color: #444;
}
.container .blog-posts .post .image .time .date {
  font-weight: bolder;
}
.container .blog-posts .post .image .time .month {
  font-size: 0.7rem;
}
.container .blog-posts .post .content {
  padding: 0.5em 1em;
  width: 50%;
  -moz-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  height: 200px;
}
.container .blog-posts .post .content:before {
  content: '';
  position: absolute;
  background: white;
  width: 10px;
  height: 10px;
  top: 20%;
  left: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
}
.container .blog-posts .post .content h1 {
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .blog-posts .post .content p {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0.5em;

}
.container .blog-posts .post .content .meta .icon-comment {
  font-size: 0.7em;
  line-height: 2;
  margin-top: auto;
}

[class^="icon-"]:before {
  margin-right: 0.5em;
  color: #3498db;
}

img {
  max-width: 100%;
  height: auto;
}
/*-- clients--*/
.clients{
    background: #5bd05b;
    padding: 6em 5em 6em 6em;
}
.clients h3{
	color:#fff;
}
.clients p{
color: #fff;
margin-top: 10px;
}
.clients label.line{
	background:#fff;
}
.clients h3 {
	font-size: 2em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
    margin-bottom: 1em;
}
.flex-active-slide p {
    line-height: 30px;
    color: #fff;
    font-style: italic;
	letter-spacing:2px;
	font-size:14px;
    padding-bottom: 2.3em;
    margin-top: .8em;
}

.client h5 {
	font-size: 20px;
	color:#ffffff;
    float: left;
    margin-top: 1.5em;
    margin-left: 1em;
}
.client {
    margin-top: 2em;
}
section.slider {
    border: 1px solid #fff;
    padding: 1em 2em;;
}
/*-- //clients--*/

/*-- services-bottom --*/
.services-bottom {
    background: url('../images/dalet-foods10.jpg');
    /*background: #23B684;*/
    background-size: cover;
    padding: 5em 10em 5em 4em;
}

.agileits_w3layouts_about_counter_left p {
    color: #fff;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 2em;
    margin: .5em 0 0;
    text-transform: capitalize;
    letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 1em;
}
.agileits_w3layouts_about_counter_left {
    margin-bottom: 4em;
}
.agileits_w3layouts_about_counter_left:nth-child(4),.agileits_w3layouts_about_counter_left:nth-child(5){
    margin-bottom: 0em;
}
/*-- //services-bottom --*/

@media screen and (max-width: 840px) {
  .row {
    display: block !important;
  }
  .row .post {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .content {
    width: 70% !important;
  }

  .image {
    width: 30% !important;
  }

  h1 {
    text-overflow: inherit;
    white-space: normal;
  }
}
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/*end css coder for services*/
.papa{background: url(../images/dalet-foods11.jpg) no-repeat; min-height: 400px;  text-align: center;}
.papa h3{ color: #fff; font-weight: 600; font-size: 2.8em; line-height: 3.0em; padding-top: 3em; }
.papaz{padding: 2em 0.2em; font-size: 120%; border: 1px solid #ff5a00; margin-top: -2em; }
.papaz p{ letter-spacing: 1px; margin-top: 10px; line-height: 1.6;}
.papas {font-size: 110%; padding: 1.2em; border: 1px solid #366F3C; margin: 1em 0; background: #F2F9F3;}
.papas p{ letter-spacing: 1px; margin-top: 10px; line-height: 1.6;}
.papas li{ font-size: 80%;}
.conti{background: url(../images/dalet-foods12.jpg) no-repeat; min-height: 400px;  text-align: center;}
.conti h3{ color: #fff; font-weight: 600; font-size: 2.8em; line-height: 3.0em; padding-top: 3em; }
.dproducts{
border-top: solid 5px #5bd05b;
}
.dproducts h3{
    font-weight: 700;
    font-size: 2.0em;
    line-height: 2.0em;
    color: #000;
}
.productsmenu{
border: solid 1px #f2f2f2;
}
.productsmenu .header{
background: #ff5a00;
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-size: 110%;
line-height: 1.8;
padding-left: 15px;
letter-spacing: 1px;
border: none;
}
.productsmenu .nav-link{
 font-size: 95%;
letter-spacing: 1px;
font-weight: 500;
}

.productsmenu .nav-link:hover, .nav-link:focus {
    background: #5bd05b;
	color: #fff;
}
/*-- banner --*/
.agileits_w3layouts_banner_nav {
    margin: 0 auto;
    width: 90%;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
	padding: 1.7em 0 0.2em 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#2A8AD4;
    background:none;
}
.navbar-default .navbar-nav > .active > a:before{
	background: #2A8AD4;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}
.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-nav > li > a {
    margin: 0 1em;
    padding: 0 0 0.5em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#2A8AD4;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #2A8AD4;
	outline:none;
}
nav.navbar.navbar-default {
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
       color: #262c38;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #222;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
a.navbar-brand {
    color: #091f38!important;
    padding: 0;
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
}
a.navbar-brand i{
	color:#0ac876;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
	margin-top: 10px;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#fff;
   text-align: left;
	font-weight:400;
	font-size: 90%;
	padding: 1em 1em .5em .8em;
	border-bottom: 1px solid #ececef;
	background: #2A8AD4;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#2A8AD4;
}
.effect-3 {
	overflow: hidden;
}
.effect-3:before {
	left: -1px;
	bottom: 0;
	width: 100%;
	height: 2px;
	background:#0ac876;
	content: '';
    position: absolute;
    transition: transform .5s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
.effect-3:hover:before {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}
.w3l_banner_info {
    width: 60%;
    margin: 9em auto 0;
}
.w3l_banner_info h3 {
    font-size: 5em;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
    font-weight: 600;
}
.w3l_banner_info h3 span {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    position: absolute;
    left: -16px;
    top: 38px;
	font-weight: 600;
}
.w3l_banner_info p {
    color: #f5b120;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding-left: 1.7em;
	font-weight: 600;
}
.navbar-brand span {
      font-size: .3em;
    color: #fff;
    letter-spacing: 4px;
    background: #0ac876;
    padding: 4px 10px;
    vertical-align: top;
    font-weight: 100;
}
.w3layouts-banner-top{
    background: url(../images/dalet-foods1.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:500px;
}
.w3layouts-banner-top1{
	background: url(../images/dalet-foods-Kenya.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	min-height:500px;
}
.w3layouts-banner-top2{
	background: url(../images/dalet-foods3.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
	min-height:500px;
}
.w3layouts-banner-top3{
	background: url(../images/dalet-foods4.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
	min-height:500px;
}
.w3layouts-banner-top4{
	background: url(../images/dalet-foods9.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
	min-height:500px;
}
.agileits-banner-info h3 {
    color: #fff;
    font-size: 5.0em;
    margin: 0.3em 0 0.2em 0;
    letter-spacing: 1px;
    font-weight:800;
	text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	
}
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2A8AD4;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2A8AD4;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  	border-radius: 30px;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.more {
    margin-top: 2.2em;
}
.more a {
	padding: 10px 30px;
	color: #FFF;
	border-radius: 30px;
	font-weight: 600;
	border: none;
	outline: none;
}

.more a:hover {
	background-color:#34bf49;
	color: #FFF;
}
.agileits-banner-info {
    
    padding: 17em 0 0em;
}

.agileits-banner-info p {
    color: #e2dfdf;
    font-size: 1.0em;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-weight: 400;
     
}
.agileits_w3layouts_more{
	position:relative;
}
.agileits_w3layouts_more a{
	font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}
/*-- //banner --*/




@media (max-width:1440px){
	.wthree_banner_info {
		width: 67%;
	}
	.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2 {
		min-height: 530px;
	}
	.agileits-banner-info {
		padding: 15em 0 0em;
	}
	.footer {
		padding: 0.5em 0;
		background: #06080e;
		text-align: center;
	}
	.agileits-banner-info h3 {
		font-size: 3em;
	}
	#chart #bars li {
		width: 90px;
		height: 300px;
		margin: 0;
	}
	.banner-bottom h2 {
      font-size: 2.5em;
	}
}
@media (max-width: 1366px){
	.banner {
		min-height: 645px;
	}
	.wthree_banner_info {
		margin: 9em auto 0;
	}
	.wthree_banner_info h2 {
		font-size: 2.6em;
	}
	.w3l_header {
       font-size:2.3em;
	}
	.banner-bottom,.services,.service-bottom,.contact,.inner_main_agile_section,.test {
		padding: 4em 0;
	}
	.agile_inner_grids {
		margin-top: 3em;
	}
	#chart #bars li {
		width: 80px;
		height: 300px;
		margin: 0;
	}
	.agileits-banner-info {
		padding: 13em 1em 6em;
		background: RGBA(0,0,0,0.4);
		height: 530px;
	}
	.nbs-flexisel-nav-left {
		left: 91.5%;
	}
}
@media (max-width: 1280px){

	.banner-bottom h2 {
		font-size: 2.2em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 530px;
	}
	.agileits-banner-info {
		padding: 11em 0 0em;
	}
	.agileits-banner-info h3 {
      font-size: 4.5em;
	}
	.agileinfo_services_grids {
		margin: 2em 0 4em;
	}
	.navbar-nav > li > a {
		margin: 0 1.5em;
		padding: 0 0 0.5em;
	}
	#chart {
		width: 589px;
		height: 300px;
		margin: 30px auto 0;
		display: block;
	}
	
}
@media(max-width:991px){
    a.navbar-brand {
    width: 70%;
    }
    .navbar-nav {
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    width:100%;
    padding:0;
    margin:0;
}
}
@media (max-width: 640px){
p {
    margin: 0;
        margin-top: 10px;
    font-size: 0.90em;
    color: #333;
    line-height: 1.6em;
    letter-spacing: 1px;
}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 300px;
		width: 100%;
	}
	.agileits-banner-info {
		padding: 5em 0 0em;
		background: RGBA(0,0,0,0.01);
		height: 300px;
	}
	.agileits-banner-info h3 {
      font-size: 2.2em;
	}
	.agileits-banner-info p { font-size: 0%;}
	.clients {
    background: #5bd05b;
    padding: 1em;
	}
	section.slider {
    border: 1px solid #fff;
    padding: 0.8em;
	}
	.services-bottom{
	padding: 2em;
	}
	.papa{background: url(../images/dalet-foods11.jpg) no-repeat; min-height: 200px;  text-align: center;}
	.papa h3{ color: #fff; font-weight: 600; font-size: 2.8em; line-height: 3.0em; padding-top: 2em; }
	.conti{background: url(../images/dalet-foods12.jpg) no-repeat; min-height: 200px;  text-align: center;}
	.conti h3{ color: #fff; font-weight: 600; font-size: 2.8em; line-height: 3.0em; padding-top: 2em; }
}