@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'DroidKufi-Regular';
	src: url('../fontar/DroidKufi-Regular.eot');
	src: local('☺'), url('../font-amlak/DroidKufi-Regular.woff') format('woff'),
	     url('../fontar/DroidKufi-Regular.woff2') format('woff2'),
	     url('../fontar/DroidKufi-Regular.ttf') format('truetype'),
	     url('../fontar/DroidKufi-Regular.svg') format('svg'),
		 url('../fontar/DroidKufi-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'DroidKufi-Regular';
	background-image: url("../../img/bag.jpg");
    background-size: cover;
	}



.con {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin-bottom: 20px;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
}

.h1{margin-bottom: 20px;
color: #2d6891;}