.platincapital{
	height: 40px;
	filter: brightness(0) invert(1);
}
.bg-custom-1{
	background: var(--color-secondry) !important;
}
.bg-custom-2{
	background: var(--color-third) !important;
}
.bg-custom-3{
	background: #d1d3d4 !important;
}
.custom-breadcrumb{
	background-size: contain !important;
	background-repeat: repeat !important;
}
.custom-breadcrumb .dlab-bnr-inr-entry{
	width: 100%;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	align-content: center;
}

.text-second{
	color: var(--color-secondry) !important;
}
.text-main{
	color: var(--color-primary) !important;
}
div.custom-map{
	height: 100%;
	display: block;
	width: 100%;
}
div.custom-map iframe{
	width: 100%;
	height: 100%;
}
.our-story h4.title{
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
}
.modal-header{
	background: var(--color-primary);
}
.footer-custom-1 .footer-top, .footer-custom-1 .footer-bottom{
	background-color: var(--color-secondry);
}
footer p a,
.footer-bottom,
footer a, footer a:visited,
footer p, footer strong, footer b, footer{
	color: #fff;
}