.navbar-toggler-line {
	background: #68c63f !important;
}

.text-area-style li::before {
	content: "\e83f";
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-variant-alternates: normal;
	font-variant-position: normal;
	font-variant-emoji: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	speak: none;
	display: inline-block;
	color: #000969;
	font-family: feather !important;
	font-weight: 400;
	width: 21px;
}

@media (max-width: 991px) {
	.navbar-collapse {
		background: var(--dark-gray) !important;
	}

	.navbar-collapse .navbar-nav a:hover {
		color: #fff !important;
	}

	.navbar-collapse .navbar-nav li:hover a,
	.navbar-collapse .navbar-nav li i {
		color: #fff !important;
	}

	.navbar-collapse .navbar-nav a {
		display: inline-block !important;
	}

	.navbar-brand img {
		max-width: 260px !important;
	}

	.home-slider-text-white h1,
	.home-slider-text-blue h1 {
		font-size: 35px;
	}

	.home-slider-text-white p,
	.home-slider-text-blue p {
		line-height: 1.2;
	}

	.home-slider-text-blue p br,
	.home-slider-text-white p br {
		display: none;
	}
	.home-slider-text-white::before{
		content: '';
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,9,105,0.6);
		z-index: 9;
	}
	.home-slider-text-blue::before{
		content: '';
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.7);
		z-index: 9;
	}

	.home-slider-text-blue .container,
		.home-slider-text-white .container{
			z-index: 10 !important;
		}
	.lang-menu {

		left: -10px !important;
	}

}

.lang-button {
	color: #fff !important;
	opacity: 0.6;
}

.lang-button:hover {
	color: #68c63f !important;
}

.lang-button.active {
	opacity: 1;
}