body {

	font-family: kalpurushregular, SolaimanLipi, adarshalipi, NikoshBAN,Unicode,Arial,Times New Roman;
	font-size: 17px;
	background: #FBFBFB;
}
body, td, th {
	font-family: kalpurushregular, SolaimanLipi, adarshalipi, NikoshBAN,Unicode;
}

body{
	margin:1px;
}
.menu-bar{
	background:#330000;
	text-align: left;
	text-decoration: none;
	
}
.footer_page{
	background:#220055; 
}
.container-fluid{
   background:#220055;
   }
 
.container{
	background-color:#220099;
	height:100%;
	background-size: 1350px 500px;
	background-position: center;
	
}
.form-group{
	background:green;
	display:inline-block;
	padding:8px;
	}
.col-lg-6{
	display:inline-block;
	position: right;
}
.form ={
	background:red;
}
.header{
	background:#660066;
	padding:6px;
}
.button{
	background:#FF3399; 
}
.text-box{
	background:yellow; 
}
.menu_simple{
	float:left;
	
}
.menu_simple ul{
	list-style:none;
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu_simple ul li{
	display:inline-block;
	text-decoration:none;
	padding:10px 25px;
	font-size:20px;
	text-transform:uppercase;
	margin:15px 0px;
	
}
.button.orange {
	background-color: #fe7d4d;
	background-image: -webkit-linear-gradient(top, #fe7d4d, #ed7247);
	background-image: -moz-linear-gradient(top, #fe7d4d, #ed7247);
	background-image: -ms-linear-gradient(top, #fe7d4d, #ed7247);
	background-image: -o-linear-gradient(top, #fe7d4d, #ed7247);
	background-image: linear-gradient(top, #fe7d4d, #ed7247);
	border: 1px solid #ed5f30;
	color: white;
	cursor: pointer;
	border-radius:5px; 
}
.button.orange:hover {
	border: 1px solid #b7492f;
	background-color:green;
	background-image: -webkit-linear-gradient(top, #fe754d, #e85a35);
	background-image: -moz-linear-gradient(top, #fe754d, #e85a35);
	background-image: -ms-linear-gradient(top, #fe754d, #e85a35);
	background-image: -o-linear-gradient(top, #fe754d, #e85a35);
	background-image: linear-gradient(top, #fe754d, #e85a35);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.form-group input{
	width: 543.8px;
	
}
.btn btn-primary col-lg-8{
	width: 18px;
	height:20px;
}



