.color-white {
	color: white;
}
a.color-white, a.color-white:active, a.color-white:focused, a.color-white:visited, a.color-white:focus, a.color-white:blur {
	color: white !important;
}
.color-black {
	color: black;
}
a.color-black, a.color-black:active, a.color-black:focused, a.color-black:visited, a.color-black:focus, a.color-black:blur {
	color: black !important;
}
.color-aquaticblue {
	color: #5faad4;
}
.bg-white {
	background-color: #ffffff;
}
.bg-aquaticblue {
	background-color: #5faad4;
}
.logo-img {
	height: 150px;
	
}
.text-with-bg-container {
	position: relative;
}
.text-with-bg-text {
	position: absolute;
	top: 0;
	left: 2vw;
	z-index: 10;
	color: white;
}
.text-with-bg-text p {
	margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
	.text-with-bg-text {
		position: relative;
		top: auto;
		left: auto;
		color: black;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.contact-us-text-div {
	width: 50%;
	margin: auto;
}
@media (max-width: 768px) {
	.contact-us-text-div {
		width: 80%;
	}
}
@media (max-width: 400px) {
	.contact-us-text-div {
		width: 100%;
	}
}

.flag-img {
	height: 30px;
}

.language_change_btn {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	appearance: none;
	background-color: inherit;
}