* {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth; 
}

.bg-image {
	/*background-image: url('../images/background1.jpg');*/
	filter: blur(8px);
	-webkit-filter: blur(8px);
	height: 100%; 
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

body {
	background-image: url('../images/bg-main.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
	font-size:12px;
	line-height:2;
	/*background:#f9f9f9;*/
	font-family: 'Open Sans', Arial, serif;
	color:#999;
}

.copyright, .footer {
	color: #f9f9f9;
	font-style: italic;
	font-size: 1vw;
	left: 0;
	padding-bottom: 2%;
	text-align: center;
	position: fixed;
}

.container{
height: 100%;
align-content: center;
}

h1,h2,.h1,.h2{
	margin-top:0;
	text-align: right;
	line-height: 1.25;
	font-weight: 400;
	color:#f9f9f9;
}
/*h1 a, h2 a, {
	color: #333;
}*/
h1, .h1{
	font-family: "Open Sans", Times, serif;
	font-weight: 100;
	font-size:60px;
	letter-spacing:1px;
}
h2, .h2{
	font-size:40px;
	font-weight: 100;
}

a{
	color:#fff;
	transition: color .2s;
}
a:hover, a:focus{
	color:#08911f;
	text-decoration:none;
}

p{
	margin-bottom: 15px;
}
p:empty {
	margin: 0;
}
iframe{
	max-width:100%;
}

.accordion-item {
	font-size: 1.5vw;
	background-image: url('../images/bg-cd.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.list-group-item {
	opacity: 0.7;
	text-decoration-color: #fff;
}
.about-container {
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
}

.left-box {
	/*width: 60%;*/
	text-align: left;
	line-height: 220%;
	letter-spacing: 0.8px;
	align-content: center;
	font-size:14px;
	line-height:2;
	font-family: 'Open Sans', Arial, serif;
	color:#fff;
}

.right-box {
	/*width: 40%;*/
	margin-left: 3%;
}

.top-row, .bottom-row {
	display: flex;
	flex-direction: row;
}

.step1, .step2, .step3, .step4 {
	width: 100%;
	max-width: 500px;
	height: auto;
	background-size: cover;
	background-position: center;
}


ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

li {
	padding-left: 12px;
}


#attention{
	color: indianred;
}


.navbar .nav-item.active .nav-link {
	color: #fff;
 }

body{
top: 0px !important; 
position: static !important; 
}

.goog-te-banner-frame, .skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important; 
}
.goog-logo-link {
    display:none !important;
}
.trans-section {
    margin: 100px;
}

/*translator*/
.flagicon{
  display: flex;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 50%;
}
    
  
