@font-face {
	font-family: 'SutonnyMJ';
	src: url(../../fonts/SutonnyMJ.ttf);
}
body {
	font-family: SolaimanLipi, adarshalipi, NikoshBAN;
	background: #ccc;
	-webkit-print-color-adjust: exact;
	zoom: 95%;
}
h1 {
	margin-bottom: -15px;
}
button {
	display: inline-block;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	color: #444;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: default;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	height: 27px;
	line-height: 27px;
	width: 100px;
	padding: 0 8px;
	text-decoration: none;
	cursor: pointer;
	font-family: kalpurushregular, SolaimanLipi, adarshalipi, NikoshBAN;
}
.cer-container {
	background: #090;
	margin: 0 auto;
	width: 1030px;
	height: 680px;
	padding: 5px;
	border: 10px solid #060;
}
.cer-wraper {
    margin-top:5px;
   width: 1010px;
	padding: 5px;
	height: 660px;
	font-size: 22px;
	border: 1px solid #090;
}
.inner-text {
	font-size: 19px;
	text-align: justify;
	line-height: 30px;
	color: #000;
}
.title {
	font-size:22px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #090;
	background: #960;
	background: -webkit-gradient(linear, center top, center bottom, from(#060), to(#090));
	background: -webkit-linear-gradient(#060, #090);
	background: -moz-linear-gradient(#060, #090);
	background: -o-linear-gradient(#060, #090);
	background: -ms-linear-gradient(#060, #090);
	background: linear-gradient(#060, #090);
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #FC9;
	margin-top: 0em;
	padding: 0;
}
.text-line {
	border-bottom: 1px dotted #000;
	color: #000;
	padding: 3px;
	text-align: center;
	font-weight: 600;
}
.text-line-full {
	border-bottom: 1px dotted #000;
	color: #000;
	padding: 3px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.head-line-1 {
	color:#900 ;
	font-size: 38px;
	font-weight: 600;
	margin-top: 10px;
}
.head-line-2 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}
.snBn {
	font-family: 'Droid Sans','Tahoma', 'arial','Tangerine','SutonnyMJ', 'Georgia', serif;
	float: right;
	font-weight: bold;
	font-variant-numeric: normal;
}
label {
	font-size: 18px;
}
.menu {
	position: fixed;
	right: 0;
	top: 50%;
	width: 8em;
	margin-top: -2.5em;
}

@media print {
	
body {
	background: #fff;
}
.menu {
	display: none;
}
.head-line-1 {
	color: #F00;
	font-size: 38px;
	font-weight: 600;
	margin-top: 10px;
}
.cer-container {

	margin: 0 auto;
	width: 1000px;
	height: 680px;
	padding: 15px;
	border: 10px solid #060;
}
.cer-wraper {

	  margin-top:5px;
   width: 985px;
	padding: 5px;
	height: 660px;
	font-size: 22px;
	border: 1px solid #090;
}
}
