*{
	margin: 0px;
	padding: 0px;
	font-display: montserrat;
}
body {
	background: #f1fbff;
}
.navbar {
	font-size: 20px;
    text-align: justify;
    font-style: italic;
}
.navbar .nav-item:hover {
	background: green;
}
.navbar .nav-item:hover a{
	color: #fff;
}
.navbar-brand {
	padding: 0px;
}
.carousel-item {
	height: 100vh;
	min-height: 500px;
}
.carousel-item::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;

}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
#about p{
	text-align: justify;
}
#services {
	background-image: linear-gradient(rgba(255,0,0,0), rgb(3, 13, 13)), url(img/servicesbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 50px 0px;
}
.service-item {
	padding: 50px;
}
.service-item:hover {
	background: green;
	padding: 50px;
}
.service-item i {
	text-align: center;
	color: #0000ff;
	font-size: 60px;
	padding: 30px 0px;
}
.service-item:hover i {
	text-align: center;
	color: #fff;
	font-size: 60px;
	padding: 30px 0px;
}
.overlaycolor {
	width: 100%;

}
#choose {
	padding: 50px;
}
#choose span {
	margin: auto;
    display: block;
    text-align: center;
    width: 750px;
    font-size: 50px;
    padding-bottom: 50px;
}
.choose-item {
	padding: 50px 0px;
}
.choose-item i{
	font-size: 35px;
	color: #fff;
    background: #009933;
    border-radius: 50%;
    padding: 28px;
    width: 100px;
    height: 100px;
}
.choose-item:hover i {
	background: blue;
}
#project {
	background: #fff;
	padding: 60px 0px;
}
.project-img img {
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
}



footer {
	background: #000;
	color: #fff;
	padding: 50px 0px;
}