@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;}

.nav-link{
	margin-left: 35px;
}
.bg{
	height: 251px;
	width: 100%;
	background: url("images/initiatives.jpeg");
}
.head1{
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}
.but{
	background: url("images/");
}


.footer{
	padding-top: 25px;
    padding-bottom: 5px;
    background-color:#333333;
	background: url("images/bg-footer.png");
    background-position: center;
    height: 350px;
	font-size: 12px;
	
}
.footer1{
	margin-top: 40px;
	color: black;
}
.color{
	font-family: "brush-script-std";
	text-align: center;
	color: green;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.hove:hover .overlay {
  opacity: 0.6;
}
.we{
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}

.f2 {
	padding-top: 10px;
	padding-left: 96px;
}
.f2 ul{
	padding-left:20px;
}

.clr {
	animation: zoomIn;
animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: once;
}

.bus {
	animation: bounceInRight;
	animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: once;
}

.collegue {
	padding: 50px;
	transition: transform .2s;
	
}
.collegue:hover{
	transform: scale(1.4);
}
