@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	font-family: 'Roboto', sans-serif;
}
.nav_header ul li{
	float:left;
	margin-left:20px;
}
.nav_header ul li a{
	padding:13px;
}
.nav-font{
	color:#fff;
	font-size:14px;
    letter-spacing:1px;
}
.nav-hover a:hover{
	margin-top: 10px;
    padding:5px 15px 5px 15px;
	background:#fffff;
	text-decoration:none;
	color:#0099cc;
	transition: color 0.5s ease-in-out;
}
/***********     ************/
.container_style{
	width:65%;
	margin:0px auto;
	float:none !important;
	min-height:20px;
}
.upload_sec{
	width:100%;
	border-radius:7px;
	border:dashed 2px white;
	text-align:center;
	padding-bottom:20px;
	color:white;
	opacity: 0.7;
}
.upload_sec:hover{
	opacity:1;
}
.btn-file {
    position: relative;
    overflow: hidden;
	margin: 0px auto;
    display: block;
    width: 28%;
    padding: 11px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.upload_btn{
	color:white;
	background-color:#2f8ab9;
    letter-spacing:1px;
    font-size:18px;
	margin-top:30px;
	border:none;
	box-shadow:0px 4px 0px 0px black;
	margin-bottom:20px;
}
.upload_btn:hover{
	background:rgba(47, 138, 185, 0.85);
	color:white;
}
.progress_bar{
	width:100%;
	min-height:44px;
	background:white;
	float:left;
	margin-top:20px;
}
.pro_btn_style{
	background:#0099cc;
    margin:20px 0px;
    padding: 7px 15px 6px 15px;
    border: navajowhite;
    color: white;
    font-size:15px;
}
/*******************************/
.dec{
    color: #888;
    font-size:14px;
    line-height: 18px;

}
.dec_heading{
	font-size:17px;
	color:#0099cc;
}
/*****************************/
.foter{
    background: #363a43;
    text-align: center;
    font-size: 15px;
    padding: 30px;
    color:#999999;
}
/*************** CONTECT PAGE *****************/
.input_style{
    width: 100%;
    height: 40px;
    padding-left: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 6px;
}
placeholder{
	color:red;
}
textarea{
	width:100%;padding:10px 15px;border:none;border-radius:7px;
}
#input_submit_style{
    width: 140px;
    height: 40px;
    font-size: 20px;
    color: white;
    border: none;
    background:#0099cc;
	margin-top: 30px;
}
#input_submit_style i{
	transform:rotate(180deg);
}











