html,body
{
	height:100%;
	background-color:#FAF3F2;
}
.backcolor
{
	background-color:#FFFFFF;

}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 .fullheight
 {
	 height:100% auto;
	 min-height:100vh;
	 background-color:#FFFFFF;	
 }
.headermenu
{
	background-color:#009e41;
}
.mainmenu
{
	background-color:#009e41;
	height:37px;
	
}
.headertitle
{
	color:#009e41;
	font-weight:bold;
	font-size:5vmin;
	font-family:SolaimanLipi;		
}
a
{
	color:#009e41;
}
.headersubtitle
{
	color:red;
	font-weight:bold;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.banglafont
{
	font-family: SolaimanLipi;
}
.fontwhite
{
	color: #FFFFFF;
	font-weight:bold;
}
.btncolor
{
	background-color:#009e41;
}
.btnred
{
	background-color:#ff0000;
	color:#FFFFFF;
}
