@font-face {
    font-family: 'journalregular';
    src: url('journal-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kameronbold';
    src: url('kameron-bold-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kameronregular';
    src: url('kameron-regular-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('kaushanscript-regular-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack';
    src: url('lato-bla-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('opensans-bolditalic-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'agendabold';
    src: url('ufonts.com_agenda-boldcondensed_2_-webfont.ttf');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'BanglaMN';
	src: url('BanglaMN.ttf')  format('truetype');
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
	background: #EEEEEE;
}

h1{ font-family: 'Tahoma'; font-size: 44px; font-weight: bold; line-height: 60px; margin-bottom: 40px;}
h2{ font-family: 'tahoma'; font-size: 36px; margin-bottom: 30px; margin-top: 30px; font-weight: bold; text-align: center; color: #333333;}
h3{ font-family: 'kaushan_scriptregular'; font-size: 34px; margin-bottom: 10px; text-align: center;}
h4{ font-family: 'open_sansbold'; font-size: 30px; margin-bottom: 30px;}
h5{ font-family: 'open_sansbold'; font-size: 20px; margin-bottom: 30px; line-height: 22px;}
h6{ font-family: 'open_sansbold'; font-size: 18px; margin-bottom: 30px;}
p{  font-family: 'open_sansregular'; font-size: 16px; line-height: 22px; margin-bottom: 20px; }

div.clearfix{
	clear: both;
}

p span.bold{
	font-family: "open_sansbold";
}

h1.bangla{
	color: #6b4c1a;
	font-family: 'BanglaMN';
}

h3.header{
	font-size: 42px;
    font-family: 'kameronregular';
    margin-bottom: 0;
}

h4.small{
	font-size: 24px;
    font-family: 'open_sansbold';	
    margin-bottom: 10px;
}

h4.large{
	font-size: 28px;
	font-family: 'kameronbold';
}

h4.listen{
	font-size: 26px;
	font-family: 'kameronbold';
}

h4.large span.bold{
    font-family: 'latoblack';
}

.italic{
	font-style: italic;
}

.strike {text-decoration:line-through}

.center{
	text-align: center;
}

.bold{
	font-style: bold;
}

.underline{
	text-decoration: underline;
}

.red{
	color: #e6001c;
}

.green{
	color: #2aa118;
}

.brown{
	color: #6b4c1a;
}

.kaushan{
	font-family: 'kaushan_scriptregular';
	font-size: 27px;
	
}

.blue{
	color: #227dac;
}

.indent{
	padding-left: 50px;
}

.yellow-bg{
	display: block;
	background-color: #fff600;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

p span.bold{
	font-family: 'open_sansbold';	
}

.container{
	width: 100%;
}

.row{
	width: 900px;
	margin: 0 auto;
}

section.wrap-page .container .row.padding-none{
	padding: 0;
}

section.wrap-page .container .row.padding-top-none{
	padding-top: 0;
}


header .container div.top-attention{
	height: 50px;
	background-color: #fff000;
}

header .container .row{
	text-align: center;
}

header .container .row img{
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
}

header .container .top-attention h4{
	font-size: 28px;
	font-family: "tahoma";
	font-weight: normal;
	text-transform: uppercase;
}

header .container .top-attention{
	text-align: center;
	padding-top: 5px;
}

header .container .top-attention div{
	margin: 0 auto;
	width: 860px;
}

header .container .top-attention img{
	margin-right: 10px;
}

header .container .top-attention img,
header .container .top-attention h4{
	float: left;
}

header .container .top-attention h4 span{
	font-weight: bold;
}

section.wrap-page .container{
	text-align: center;
}

section.wrap-page .container .row{
	background: white;
	padding: 25px 0px;
	text-align: left;
}

section.wrap-page .container .row{
	padding-right: 45px;
	padding-left: 45px;
}



section.wrap-page .container .row .section1{
	background: url('image1.png');
	background-repeat: no-repeat;
	background-position: top right;
}


section.wrap-page .container .row .section2 div{
	width: 443px;
}


ul.list-one{
	list-style-type: none;
	margin: 20px 0 20px 0;
}

ul.list-one li{
	display: block;
	font-size: 19px;
	margin-bottom: 30px;
	font-family: "open_sansregular";
}

ul.list-one li span{
	background: url('bullet.png');
	background-repeat: no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	margin-right: 10px;
	float: left;

}

section.wrap-page .container .row .section3{
	width: 500px;
}

section.wrap-page .container .row .section4{
	background: url('warning.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 95px;
	text-align: center;
	padding-top: 25px;
	color: white;
}

section.wrap-page .container .row .section5{
	background: url('arrow-double.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 210px;
	text-align: center;
}


section.wrap-page .container .row .section5 h4{
	font-family: 'agendabold';
	margin-bottom: 10px;
}

section.wrap-page .container .row .section5 div:first-of-type{
	width: 410px;
	margin: 0px auto 40px auto;
}

section.wrap-page .container .row .section5 h4.small{

	float: left;
}

section.wrap-page .container .row .section5 h4.small:last-of-type{
	margin-top: -10px;
	margin-left: 10px;

}

section.wrap-page .container .row .section5 h4 span.green.first{
	font-size: 34px;
}

section.wrap-page .container .row .section5 h4 span.text-group span{
	display: block;
	float: right;
}

section.wrap-page .container div.section6{
	background: url('box13.jpg');
	background-repeat: no-repeat;
	height: 339px;
	margin: 0 auto;
	width: 900px;
	padding-top: 50px;
}

section.wrap-page .container div.section6 h4{
	margin-left: 270px;
	text-align: left;
}

section.wrap-page .container div.section6 p{
	text-align: left;
	margin-left: 320px;
}

section.wrap-page .container div.section6 p:last-of-type{
    font-family: 'open_sanssemibold';
}

a.link-blue{
	font-size: 15px;
	text-decoration: underline;
	color: #2028c7;
	font-family: "open_sansregular";
}







footer{
 height: 45px;
 width: 100%;
 text-align: center;
 background-color: transparent;
 padding-top: 10px;
}

footer p{
	text-align: center;
	color: #808080;
}