*{
	margin: 0;
	padding: 0;
	box-sizing:border-box; 
	font-family: arial;
}
.container-fluid{
   max-width:1366px;
  margin: auto;
  /*width: 1366 px;
  margin: auto; #006b0f*/
}
.nav-style{
	background: #4b320a;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
}
.navbar-nav li a{
	
	font-size: 15px;
	font-weight: 600;
	
	word-spacing: 4px;
	color: #333;
	position: relative;

}
.navbar-nav li a:before{
	content: '';
	position: absolute;
	top: 100%;
	bottom: 50%;
	width: 0%;
	height: 3%;
	background: #ffa500;
	transition: all 0.3s linear;
}
.navbar-nav li a:hover:before{
	width:80%;
}
.navbar-nav li a:hover{
	color: #ffa500 !important;
}
.navbar-dark .navbar-nav .nav-link .nav-item active {
	color: #ffa500 !important;
}
@media(max-width: 998px){
	.navbar-nav{
		margin-top: 40px !important;
		text-align: center !important;
	}
	.navbar-nav li a:hover:before{
	width:0%;
}



.carousel-inner img{
	width: 100%;
	height: 100%;

}
}
.notice {
 
  width: 100%;
  background-color: #c9e1d4;
  padding:15px;
  position: relative;

  }


 /* .services_div{
  	/*border-radius: #f6f6f6;*/
  	/*padding: 20px 10px 70px 10px;
  	margin-top: 50px;
  	transition: all 0.1s linear;
  	-webkit-transition: all 0.1s linear;
  	position: relative;
  	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  }
  .services_div: hover{
  	background: #fff;
  	box-shadow: 0 0 4px 1px grey;
  }*/
  .services_div h4{
  	text-align: center;
  	color: #ffa500;
  	position: relative;
  	
  	margin: auto;
  	

  }
  .services_div h4: hover{
  	background: #fff;
  	border: 1px solid #ffa500;

  }
  .needhelp{
  	padding-top:45px;
  	padding-bottom: 45px;
  	text-align: center;
  	background-image: linear-gradient(rgba (0, 0, 0,0.7), rgba(0, 0, 0,0.7)), url('../images/leaf.jpg');
  	background-size: 100% 100%;
  	background-attachment: fixed;
  }
  .needhelp p{
  	font-size: 30px;
  	color: #fff;
  	letter-spacing: 3px;

  }
  .need{
	background-image: url('../images/edac_green_banner_invert_12.jpg');
	box-shadow: 0 10px 30px 0 rgba(108, 195, 135, 0.15);
	background-size: cover;
}

  .footer1{
  background-color: #c9e1d4;
  width: 100%;
  min-height: 400px;
  position: relative;
  top: -3px;
padding: 0px;

}

.card-body h4{
	color: #ffa500;
}
.footer-end{
  min-height: 100px;
  background-color: #0d8232;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  top:-3px;

}
.footer-end p{
color: white;

}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  /*position: fixed;*/
  top: 50%;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

/* Style the icon bar links */
.icon-bar a {
  /*display: block;*/
  display: ruby-base;
  text-align: center;
  padding: 10px;
  /*transition: all 0.3s ease;*/
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.twitter{
	background: #1da1f3;
  color: white;
}
}
/*

.bd-example .imgslider{
	width: 1366px;
	height: 38vw;
	object-fit: cover;
	margin:0;
	padding: 0;
}*/
.bd-example{
	padding: -12px -5px 0px -5px;
  margin-top: -3px;
}
.bd-example .carousel-item .carousel-caption{
  background-color: rgba(0,0,0,0.6);
}
.bd-example .carousel-control-prev-icon:hover, .bd-example .carousel-control-next-icon:hover{
 	background-color: rgba(0,0,0,0.8);
 	height: 12%;
 	width: 20%;
}
/* Gallery CSS start*/

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}


