@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* ----footer start-- */
.footer-title {
	margin-bottom: 25px;
}
.footer-bg {
	background: #F6F6F6 !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.footer-title .footer-logo{
	width: 200px;
}
.logo-footer img {
	width: 163px;
	height: 55px;
	object-fit: contain;
}
.p-70 {
	padding-left: 70px;
}
.about-us p {
	color: #ffffffcf;
	font-size: 13.5px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 26px;
}
.footer-title p {
	color: #212429;
	font-size: 18px;
	font-family: 'Poppins-Medium', sans-serif;
}
.cms-ul li a {
	color: #495057;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s;
}
.cms-ul li a:hover{
	margin-left: 2px;
	color: #00878E;
}
.cms-ul li {
	margin-bottom: 18px;
}
.copy-rights {
	padding: 7px 0px 7px;
	border-top: 1px solid #00000030;
}
.copy-rights h6 {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 4px 0px;
}
.copy-rights .text-end h6{
	text-align: end;
}
.list-unstyled .numemailftrs{
	font-size: 15px;
	color: #495057;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-bg .spacingbottomvb{
	padding-bottom: 30px;
	padding-top: 40px;
}