:root
{

	--color1:#FFA100;
	--color2:#06296f;
	--color3:#005289;
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;
	--green:#bff747;
}
/*
	

*/

.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}

@media screen and (min-width: 993px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
	/*background: url(../img/section-bg-shape.png) #000;*/
	background: url(../img/section-bg-shape.png) #000;

	background-position: top 900px center;
    background-repeat: repeat-y;
    position: relative;
}
body:before
{
/*	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: ;
	 background-color: rgba(0 0 0 / 50%);*/
}
body .bodyWrapper
{
	position: relative;
	z-index: 2;
}
body::-webkit-scrollbar
{
	width: 5px;
}
body::-webkit-scrollbar-thumb
{
	background-color: #bff747;
	border-radius: 8px;
}
body::-webkit-scrollbar-track
{
	background-color: #333;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Titillium Web', sans-serif;
}
.alignItemCenter
{
	align-items: center;
}
body.innerPage:before
{
	display: none;
}