@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
@font-face {
	font-family: 'Open Sans', sans-serif;
}
body,html {
	font-family: 'Open Sans', sans-serif;
	background-color:rgba(0,130,133,1);
}
.menu a {
	font-size:15px;
	font-weight:600;
}
.menu span {
	font-size:16px;
	font-weight:700;
	color:#158981;
}
.menu hr {
	margin-top: 0px;
	color:#158981;
}
.useralan span{
	font-size:14px;
}
.silbutton {
	font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;

}
.silbutton:focus {
	outline: none !important;
}
.silbutton:hover {
	text-decoration: none;
	color: #57b846;
}

