.gtranslate_wrapper a {
    color: white !important;
    padding-left: 5px;
}

.bg-custom{
    background-color: rgb(246, 249, 252) !important;
}

#logo-bg{
	filter: brightness(45%);
	transition: filter 0.3s ease;
}

.footer-copyright a:hover #logo-bg {
    filter: brightness(0) saturate(100%) invert(100%);
}

.custom-text-color-2{
   color: #e3993f !important;
}

/* Below lg, stack the fluid-col map as a normal in-flow block instead of
   bleeding to the viewport edge (that trick assumes a fixed 50/50 desktop
   split and overlaps following content on narrow screens). */
@media (max-width: 991.98px) {
	.fluid-col-lg-6 {
		position: static !important;
		min-height: auto !important;
	}

	.fluid-col-lg-6 .fluid-col {
		position: static !important;
		width: 100% !important;
		left: auto !important;
		right: auto !important;
	}
}