* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

.navbar {
	background-color: #D7DBDD;
}

.logo {
	width: 50px;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	height: 90vh;
	width: 100%;
	background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(bg.jpg);
}

.textTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 600px;
}

.by {
	font-size: 25px;
}

.about-wrap > .about {
	font-size: 38px;
}

.text1 > p {
	font-size: 18px;
	font-style: justify;
}

.nav-item > .nav-link {
	color: black;
}

.nav-item > .nav-link:hover {
	color: crimson;
}

.products-wrap > .product {
	font-size: 38px;
}

.products {
	background-color: #EAEDED;
	height: 100%;
}

.text > p {
	font-size: 14px;
}

.btn {
	display: flex;
	margin: auto;
}

.contact-wrap > .contact {
	font-size: 38px;
}


.faq-wrap > .fq {
	font-size: 38px;
}

.imgs {
	width: 500px;
}

.backg {
	background-color: #EAEDED ;
}

.footer {
	background-color: #566573;
	height: 100%;
}

.footerlogo {
	width: 280px;
}


.last {
	background-color: #273746;
}



.bi-person-circle {
	font-size: 70px;

}

.centerIcon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bi-star-fill, .bi-star-half {
	color: crimson;
}

.faq {
	background-color: #EAEDED;
	height: 100%;
}

.inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 650px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: black;
}
