 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');




html, body {
    height: 100%;
	font-family: 'Roboto', sans-serif;
}

.footer_style{
	background-color:#002c2f;
	color:#FFF;
	width:100%;
	}
body{
	background-color:#dcdcdc;
	font-family: 'Roboto', sans-serif;
	}
	
.select_text {
  width:200px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}


.dropdown-menu {
  width: 170px;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}




.crt_title_one{
	color: #004d00;
	font-size: 1.9rem;
	font-weight: bold;
	font-family: 'Noto Sans', sans-serif;
}

.crt_title_two{
	color: #004d00;
	font-size: 1.35rem;
	font-weight: 400;
}

.crt_title_three{
	color: #004d00;
	font-size: 1.5rem;
	font-weight: 400;
	
}

.crt_title_four{
	color: #004d00;
	font-size: 1rem;
	line-height: 1.30rem;
}