
/* Home page css */
/* About Us */

#about-us {
	background-color: #ffffff;
	height: 483px;
}
#about-us .about-us-img {
	background-image: url(../images/about-us.jpg);
	height: 441px;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 2000px rgb(90 22 23 / 15%);
}
#about-us .about-us-img:hover {
	box-shadow: inset 0 0 0 2000px rgb(33 35 234 / 15%);
}
#about-us .about-left {
	width: 50%;
	margin: 12px;
}
#about-us .cmp-desc {
	font-weight: 400;
	color: #4d4643;
}
#about-us .com-desc-list {
	list-style: none;
}
#about-us .com-desc-list li {
	font-size: 17px;
	font-weight: 400;
	color: #4d4643;
}
#about-us .com-desc-list li .fa-angle-double-right {
	color: var(--blue);
	margin-right: 5px;
}
#about-us .cmp-desc::first-letter {
	font-weight: 500;
}

/* services */

#services .service-img:hover {
	box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 85%);
}
#services .service-img:hover > .card-body {
	background: rgb(251 251 251);
}
#services .service-img .card-text,
#services .service-img .com-desc-list {
	font-size: 15px;
	color: #4d4643;
}
#services .service-img .card-title a {
	color: var(--blue);
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}

#services .service-img {
	border: 0;
	padding: 100px 20px 20px 20px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 29%);
}
#services .serice-2-img {
	/* background-image: url(/assets/images/about-us.jpg); */
	background-image: url(/assets/images/financial-management.jpg);
}
#services .serice-1-img {
	background-image: url(/assets/images/CFO.jpg);
}
#services .serice-3-img {
	background-image: url(/assets/images/business-advisory.jpg);
}
#services .serice-4-img {
	background-image: url(/assets/images/Balance-Sheets.jpg);
}
#services .serice-5-img {
	background-image: url(/assets/images//account-services.jpg);
}
#services .card-body {
	z-index: 10;
	background: rgb(255 255 255 / 61%);
	padding: 15px 30px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 48%);
	transition: 0.3s;
	transition: ease-in-out 0.4s;
	border-radius: 5px;
}
