:root{
	--primary-color				: #000000;
	--secondary-color			: #F1F7FA;
	--bg-color					: #FFFFFF;
	--text-color				: #527179;
	--accent-color				: #d70926;
	--white-color				: #FFFFFF;
	--divider-color				: #104B5A1A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Manrope", sans-serif;
	--accent-font				: "Bricolage Grotesque", sans-serif;
}

.navbar-brand img {
	height: 50px;
}

.project-item-tag ul li,
.section-title h1,
.section-title h3 {
	text-transform: none;
}

.whatsapp {
	position:fixed;
	width:60px;
	bottom:30px;
	right:30px;
	z-index:99999;
}
.whatsapp img {
	height: 60px;
}


@media only screen and (max-width: 1440px) {
	.service-item-image {
		margin-bottom: 30px;
	}
}