
@font-face{
  font-family: Fira;
  src: url(../fonts/Nunito-Regular.ttf);
}
*{
	margin: 0;
	padding: 0;
	font-family: Fira;
}
#header {
	background-color: #ffffff;
	padding: 5px;
}
#header h6{
	color: #fff;
	margin-left: 20px;
	font-size: 14px;
}
#nav ul{
	background-color: #000;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#nav li{
	float: left;
}
#nav li a{
	text-decoration: none;
	padding: 15px;
	color: #fff;
	display: block;
}
#nav li a:hover{
	background-color: #28a745;
	transition: 0.5s;
}
#banner{
	background-image: radial-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url('../img/1623996368396.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 75vh;
}
#banner2{
	background-image: radial-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url('../img/2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner .trans{
	background-color: rgba(0,0,0,0.5);
	width: 55%;
	margin-left: 40px !important;
	padding: 10px;
}
#banner .trans  h1{
	color: #28a745;
	font-weight: 1000;
	padding-left: 30px;
	font-size: 50px;

}
#banner .trans  p{
	color: #fff;
	padding-left: 30px;

}
#banner .trans button{
	margin-left: 30px;
	background-color: #28a745;
	margin-bottom: 10px;
}
#process .col-md-4{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 40px;
	padding-bottom: 10px;
	border-top: 4px solid #28a745;
}
#process h2{
	margin-top: 50px;
	color: #28a745;
	margin-bottom: 30px;
}
#processs h2{
	margin-top: 50px;
	color: #28a745;
	margin-bottom: 30px;
}
#process span{
	font-size: 80px;
	background-color: #28a745;
	color: #000;
	width: 150px;
	height: 120px;
	padding-top: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}
#gallery{
	background-color: #000;
	padding: 30px;
	padding-bottom: 30px;
}
#gallery h1{
	color: #28a745;
	font-weight: 600;
}
#banner2 .col-md-4 h4{
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-top: 25px;
	background-color: #28a745;
	padding: 5px;
}
#banner2 label{
	color: #fff;
}
#img{
	animation: 2s mover infinite;
}
@keyframes mover{
	10%{
		transform: translateY(60px);
	}
	40%{
		transform: translateY(90px);
	}
	80%{
		transform: translateX(40px);
	}
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.actor__content--typing::after {
  content: '|';
  -webkit-animation: blink 500ms infinite;
          animation: blink 500ms infinite;
}
#example { 
		color: #28a745;
	font-weight: 1000;
	padding-left: 30px;
	font-size: 50px;
 }
#banner2 input{
	background-color: transparent;
	border:none;
	border-bottom: 2px solid #28a745;
	border-radius: 0px;
	box-shadow: none;
}
#banner2 select{
	background-color: transparent;
	border:none;
	border-bottom: 2px solid #28a745;
	border-radius: 0px;
	box-shadow: none;
}