
body
{
    padding:0%;
    margin:0%;
    background:url(images/body/bg.jpg);
    }
/*-----------header-------------*/
#header{
			/*border:1px solid brown;*/
			width:100%;
			height:155px;
			position:relative;
			/*background-color:background: rgb(143,2,34); 
background: -moz-linear-gradient(top,  rgba(143,2,34,1) 33%, rgba(169,3,41,1) 52%, rgba(109,0,25,1) 92%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,rgba(143,2,34,1)), color-stop(52%,rgba(169,3,41,1)), color-stop(92%,rgba(109,0,25,1)));
background: -webkit-linear-gradient(top,  rgba(143,2,34,1) 33%,rgba(169,3,41,1) 52%,rgba(109,0,25,1) 92%);
background: -o-linear-gradient(top,  rgba(143,2,34,1) 33%,rgba(169,3,41,1) 52%,rgba(109,0,25,1) 92%);
background: -ms-linear-gradient(top,  rgba(143,2,34,1) 33%,rgba(169,3,41,1) 52%,rgba(109,0,25,1) 92%); 
background: linear-gradient(to bottom,  rgba(143,2,34,1) 33%,rgba(169,3,41,1) 52%,rgba(109,0,25,1) 92%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0222', endColorstr='#6d0019',GradientType=0 );
			*/
			 /*background-image:url(images/body/box.jpg);*/
			/*background: linear-gradient(to bottom, rgba(75, 43, 2, 1) 0%,rgba(88, 61, 11, 1) 41%,rgba(53, 36, 2, 1) 100%);*/
			background-color:#aa1e22;
			/*background-image:url(images/bg/12.png);*/
			

	}
.myheader{
			/*border:1px solid green;*/
			width:950px;
			height:151px;
			margin:0px auto;
			background-image:url(images/banner.png);
			
	}
.mheader{
			/*border:1px solid green;*/
			width:300px;
			height:155px;
			margin:0px;
			background-image:url(images/banner1.png);
			
	}
.enmyheader{
			/*border:1px solid green;*/
			width:950px;
			height:151px;
			margin:0px auto;
			background-image:url(images/enbanner.png);
			
	}	
.box_menue{
	
	}	
@font-face{
			font-family:Byekan;
			src:url('fonts/yekan/BYekan.eot?#'),
				url('fonts/yekan/BYekan.woff') format('woff'),
				url('fonts/yekan/BYekan.ttf') format('truetype')
	}
@font-face{
			font-family:BMitra;
			src:url('fonts/mitra/BMitra.eot?#'),
				url('fonts/mitra/BMitra.woff') format('woff'),
				url('fonts/mitra/BMitra.ttf') format('truetype')
	}
#search{
			/*border:1px solid #000;*/
			width:200px;
			height:40px;
			margin-left:745px;
			margin-top:130px;
			position:absolute;
			background-color: rgb(148, 101, 68);
			border-radius:3px;
}
.boxsearch{
			border:1px solid rgb(129, 75, 37);
			width: 160px;
			height: 20px;
			margin-top: -35px;
			margin-left: 30px;
			background-color: rgb(129, 75, 37);
			border-radius:3px;
			border-radius: 3px;
			direction: rtl;
			text-indent: 5px;
			}
/*-----------menuo-------------*/
#menuo{
		/*border:1px solid red;*/
		padding-top: 85px;
		padding-left: 364px;
		
	}
	ul#ennavigation{
				/*border:0px solid blue;*/
				box-shadow:0px 0px 10px #fff;
				list-style-type:none;
				padding:0px 168px;
				direction:ltr;
				width:1265px;
				height:50px;
				margin:70px -523px;
				
		/*		background-color: background: rgb(240,183,161);
background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
background: -webkit-linear-gradient(top, rgba(172, 87, 54, 1) 0%,rgba(140,51,16,1) 50%,rgba(143, 55, 21, 1) 51%,rgba(191,110,78,1) 100%);
background: -o-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: -ms-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
;
				*/
				background-color: #aa1e22;
}
ul#ennavigation li a:link,ul#ennavigation li a:visited{
				
				display: block;
				width: 140px;
				height: 42px;
				margin: 5px;
				padding: 5px 0px 0px 0px;
				/*border: 1px solid blue;*/
				text-decoration: none;
				text-align: center;
				font-family: Byekan;
				font-size: 14px;
				color: #FFF;
				
							
	}
ul#ennavigation li a:hover{
				border: 1px solid rgb(231, 248, 231);
				background-color: #E7CFB1;
				border-radius: 5px;
				color: #000;
				
				
				-webkit-transition: background-color .5s linear, color .2s linear;
				-moz-transition: background-color .5s linear, color .2s linear;
				-o-transition: background-color .5s linear, color .2s linear;
				-ms-transition: background-color .5s linear, color .2s linear;
				transition: background-color .5s linear, color .2s linear;
}
ul#ennavigation li{
				position:relative;
				float:left;
}
ul#ennavigation li ul{

				padding: 0px 10px 10px 10px;
				margin: 0px;
				list-style-type: none;
				position: absolute;
				top: 32px;
				left: 0px;
				display: none;
				z-index: 995;
				margin-top: 7px;
				box-shadow: 0px 0px 10px #000;
				border: 1px solid white;
				background-color:#aa1e22;
}
ul#ennavigation li ul li {

				/*position:absolute;*/
				top:2px;
				right:10px;
				width:133px;
				height:42px;
				padding:5px; 
				
	}
ul#ennavigation li ul li ul{

	position:absolute;
	top:-10px;
	left:150px;
	width:160px;
}

/*-----------ennavigtion-------------*/
ul#navigation{
				/*border:0px solid blue;*/
				box-shadow:0px 0px 10px #fff;
				list-style-type:none;
				padding:5px 180px;
				direction:rtl;
				width:1265px;
				height:50px;
				margin:70px -524px;
				
		/*		background-color: background: rgb(240,183,161);
background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
background: -webkit-linear-gradient(top, rgba(172, 87, 54, 1) 0%,rgba(140,51,16,1) 50%,rgba(143, 55, 21, 1) 51%,rgba(191,110,78,1) 100%);
background: -o-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: -ms-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
;
				*/
				background-color: #aa1e22;
}

ul#navigation li a:link,ul#navigation li a:visited{
				
				display: block;
				width: 140px;
				height: 32px;
				margin: 5px;
				padding: 2px 0px 0px 0px;
				/*border: 1px solid blue;*/
				text-decoration: none;
				text-align: center;
				font-family: Byekan;
				font-size: 17px;
				color: #FFF;
				
							
	}
ul#navigation li a:hover{
				border: 1px solid rgb(231, 248, 231);
				background-color: #E7CFB1;
				border-radius: 5px;
				color: #000;
				
				
				-webkit-transition: background-color .5s linear, color .2s linear;
				-moz-transition: background-color .5s linear, color .2s linear;
				-o-transition: background-color .5s linear, color .2s linear;
				-ms-transition: background-color .5s linear, color .2s linear;
				transition: background-color .5s linear, color .2s linear;
}
ul#navigation li{
				position:relative;
				float:right;
}
ul#navigation li ul{

				padding: 0px 10px 10px 10px;
				margin: 0px;
				list-style-type: none;
				position: absolute;
				top: 32px;
				right: 0px;
				display: none;
				z-index: 995;
				margin-top: 7px;
				box-shadow: 0px 0px 10px #000;
				border: 1px solid white;
				background-color:#aa1e22;
}
ul#navigation li ul li {

				/*position:absolute;*/
				top:2px;
				left:10px;
				width:133px;
				height:40px;
				padding:5px; 
				
	}
ul#navigation li ul li ul{

	position:absolute;
	top:-10px;
	right:150px;
	width:160px;
}
/*-----------body-------------*/
#badaneh{
			/*border:1px solid red;*/
			width:100%;
			min-height:50px;
			margin-top:20px;
			margin-bottom:20px;
	}
.mybody{
			
			width:950px;
			min-height:50px;
			margin:0px auto;
			border-radius:10px;
			
			
	}
#slideshow{
			

			width:950px;
			height:390px;
			padding:10px;
			background-color:#fff;
			box-shadow:0px 0px 10px #000; 
			margin: 80px auto
	}
#contentbox1{
			border: 1px solid rgb(141, 96, 28);
			width: 600px;
			height: 160px;
			margin: -20px 0px;
			border-radius:0px 0px 8px 8px;
			behavior:url('PIE.htc');
	}

#titrbox1{
			border: 1px solid rgb(141, 96, 28);
			width: 600px;
			height: 40px;
			border-radius: 8px 8px 0px 0px;
			margin: 20px 0px;
			behavior: url('PIE.htc');
			font-family: Byekan;
			text-align: center;
			font-size: 18px;
			padding-top: 10px;
    background-color: background: rgb(240,183,161);
}

#contentbox2{
			border: 1px solid rgb(141, 96, 28);
			width: 258px;
			height: 180px;
			margin:215px 610px;
			border-radius: 0px 0px 8px 8px;
			text-align: justify;
			padding: 25px 15px;
			font-family: Bmitra;
			font-size: 17px;
}
			
	
#titrbox2{
			border: 1px solid rgb(141, 96, 28);
			width: 289px;
			height: 40px;
			margin: -215px 610px;
			border-radius: 8px 8px 0px 0px;
			font-family: Byekan;
			text-align: center;
			font-size: 18px;
			padding-top: 10px;
    background-color: background: rgb(240,183,161);
}
#contentbox3{
			border: 1px solid rgb(141, 96, 28);
			width: 258px;
			height: 184px;
			margin: 200px 610px;
			border-radius: 0px 0px 8px 8px;
			behavior:url('PIE.htc');
			text-align: right;
			padding: 25px 15px;
			font-family: Bmitra;
			font-size: 17px;
			
	}
#titrbox3{
			border: 1px solid rgb(141, 96, 28);
			width: 289px;
			height: 40px;
			margin:-200PX 610PX;
			border-radius: 8px 8px 0px 0px;
			behavior:url('PIE.htc');
			font-family: Byekan;
			text-align: center;
			font-size: 18px;
			padding-top: 10px;
    background-color: background: rgb(240,183,161);
}
#contentbox4{
			border: 1px solid rgb(141, 96, 28);
			width: 570px;
			height: 250px;
			margin: 555px 0px;
			border-radius: 0px 0px 8px 8px;
			text-align: right;
			padding: 25px 15px;
			font-family: Bmitra;
			font-size: 17px;
}
			
	
#titrbox4{
			border: 1px solid rgb(141, 96, 28);
			width: 600px;
			height: 40px;
			margin: -555px 0px;
			border-radius: 8px 8px 0px 0px;
			font-family: Byekan;
			text-align: center;
			font-size: 18px;
			padding-top: 10px;
    background-color: background: rgb(240,183,161);
}

a{
	text-decoration:none;
		}
/*-----------footer-------------*/

#footter{
	width:100%;
	min-width:1000px;
	height:330px;
	position:relative;
	background-color: #aa1e22;
	}	
.imap{
	direction: rtl;
    margin-left: 20px;
	margin-top:10px;
    width: 387px;
    height: 280px;
	border:10px solid rgba(179,173,136,1.00);
	}	
.p_itisa{
	font-family: Byekan;
	font-size: 13px;
	direction: rtl;
	/* float: left; */
	text-align: center;
	padding: 5px 25px;
	color: #FFF;
	margin: 0;
	}	
.p_itisa a{
	font-family:Byekan;
	font-size:13px;
	direction:rtl;
	text-align:right;
	color:#FF7A00;
	display:inline;
	padding-top:5px;
	}	
.p_itisa a:hover{
	text-decoration:none;
	color:yellow;
	cursor:pointer;
	}	
.page{
	border:1px solid #000;
	}
	/*-----------footer-------------*/
#aboutkashan{
			border: 1px solid rgb(162, 87, 17);
			width: 900px;
			min-height:340px;
			margin: 0px 20px 20px 25px;
			border-radius:5px;
			}
#aboutkashan1{
			border: 1px solid rgb(162, 87, 17);
			width: 900px;
			height:600px;
			margin: 0px 20px 20px 25px;
			border-radius:5px;
			}
.re_page
{
    width: 950px; 
    margin: auto; 
    margin-top: 35px;
    /*border:1px solid red;*/
    min-height: 200px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px #000;
	padding: 10px;
	background-color: #ece7dc;
	background-image:url('images/bg/17.png');
	background-repeat:repeat;
	margin-top:85px;
    }				
#aboutkashan2 {

}

#aboutkashan3{
					
					/*border: 1px solid rgb(162, 87, 17);*/
					width: 900px;
					height: 606px;
					margin: 0px 20px 20px 25px;
					border-radius: 5px;
	}
#titrabout{
			/* border: 1px solid rgb(155, 92, 34); */
			box-shadow: 0px 0px 10px #000;
			/* width: 880px; */
			height: 38px;
			margin: 0px auto;
			border-radius: 5px;
			font-family: Byekan;
			text-align: center;
			padding: 5px;
			background-color: #aa1e22;
			color: #fff;
			font-size: 20px;
}
#badanehabout{
			/*border: 1px solid red;
			padding: 20px; */
			text-align: right;
			font-family: Bmitra;
			font-size: 18px;
			width: 394px;
			float: right;
			color: #000;
	}
#enbadanehabout{
			/*border: 1px solid red;
			padding: 20px; */
			text-align:left;
			font-family: Bmitra;
			font-size: 18px;
			width: 394px;
			float:left;
			direction:ltr;
			color: #000;
	}
.badanehgal
{
    text-align: right;
	font-family: Bmitra;
	font-size: 18px;
	float: right;
	color: #000;
    }	

.btn_contact{
	width: 90px;
	height: 30px;
	font-family: Byekan;
	background-color: rgb(122, 97, 33);
	color: floralwhite;
	font-size: 17px;
	margin: 20px 10px;
	
	border: 1px solid #7E5D21;
	border-radius: 5px;
	}	
.btn_contact:hover{
	box-shadow: 0px 0px 3px #000;
	color:yellow;
	}	
.boxfood{
    /* border: 1px solid #930; */
    width: 200px;
    height: 255px;
	position:relative;
	overflow:hidden;
    float: right;
    margin:15px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
	
	}
.boxfoode{
    /* border: 1px solid #930; */
    width: 200px;
    height: 255px;
	position:relative;
	overflow:hidden;
    float: left;
    margin:15px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
	
	}
.boxfoodG{
    /* border: 1px solid #930; */
    width: 290px;
    height: 240px;
    float: right;
    display: block;
    margin: 10px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
    /* border-radius: 10px; */
	}
.boxfoodgen{
    /* border: 1px solid #930; */
    width: 290px;
    height: 240px;
    float: left;
    display: block;
    margin: 10px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
    /* border-radius: 10px; */
	}
.boxfooden{
    /* border: 1px solid #930; */
    width: 290px;
    height: 390px;
    float: left;
    display: block;
    margin: 10px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
    /* border-radius: 10px; */
	}
.food{
	border: 3px solid #FFF;
	border: 3px solid #FFF;
    width: 250px;
    height: 200px;
    margin: 20px;
			
	}


.myfoode{
	/* border: 1px solid red; */
    width: 181px;
    height: 220px;
    margin: 25px;
    /* padding: 10px 20px 20px 10px; */
    display: block;
    float: left;
			

}
.enmyfood{
	/* border: 1px solid red; */
    width: 181px;
    height: 220px;
    margin: 25px;
    /* padding: 10px 20px 20px 10px; */
    display: block;
    float: left;
			

}
.myfood{
	/* border: 1px solid red; */
    width: 181px;
    height: 220px;
    margin: 25px;
    /* padding: 10px 20px 20px 10px; */
    display: block;
    float: right;

	}
.picfood{
	border-radius:10px 0px 10px 0px;
    box-shadow: 0px 0px 10px #000;
	
	}

.textfood{
	border:5px solid #aa1e22;
	border-radius:10px;
	padding:3px;
	background-color:rgba(249,246,202,1.00);
	font-family: Byekan;
    font-size: 15px;
    /* margin: auto; */
    text-align: center;
    margin-top: 17px;
    color: rgb(177, 0, 0);
	}

.recv{
			/*border:1px solid red;*/
			margin: 50px 680px;
			border-radius: 5px;
			background-image:url(images/2.png);
			width:120px;
			height:30px;
			cursor:pointer;
	}
.recv:hover{
			background-image:url(images/1.png);
		}
#select{
			/*border: 1px solid red;*/
			width: 600px;
			height: 100px;
			margin: 30px 100px;
			background-color:#930;
	}


#enmap{
			border: 8px solid rgba(224,219,182,1.00);
			width: 380px;
			height: 250px;
			background-image: url(images/map.png);
			margin:-260px 732px;	
	}


.home{
			float:right;
	}
.texthome{
	font-family: byekan;
    width: 500px;
    float: right;
    margin-right: 157px;
    direction: rtl;
    font-size: 16px;
    color: white;
	
	}
.entexthome{
	font-family: byekan;
    width: 500px;
    float: left;
    margin-left: 150px;
    direction: ltr;
    font-size: 16px;
    color: white;
	margin-top:-15px;
	
	}
.entexthome1{
	font-family: byekan;
    width: 500px;
    float: left;
    margin-left:150px;
    direction: ltr;
    font-size: 15px;
    color: black;
	text-shadow: 0px 0px 7px #black;
	margin-top:-20px;
	}
.texthome1{
	font-family: byekan;
    width: 500px;
    float: right;
    margin-right: 157px;
	margin-top:-15px;
    direction: rtl;
    font-size: 13px;
    color: black;
	text-shadow: 0px 0px 7px #black;
	}
.texthome2{
	font-family: byekan;
    width: 500px;
    float: right;
    margin-right: 18px;
    direction: rtl;
    font-size: 20px;
    color: black;
	text-shadow: 0px 0px 7px #black;
	}
.entexthome2{
	font-family: byekan;
    width: 500px;
    float: left;
    margin-left: 18px;
    direction: rtl;
    font-size: 20px;
    color: black;
	text-shadow: 0px 0px 7px #black;
	}

#boxmap1{
		border: 1px solid rgb(192, 125, 6);
		width: 450px;
		height: 600px;
		margin: -620px 410px;
		background-color: #f0e8d6;
		border-radius: 10px;
		position: relative;
	}
#map1{
		width: 430px;
		height: 575px;
		background-image: url(images/map3.jpg);
		margin: 10px 10px;
		position: absolute;	
	}
.boxnew{
	width: 400px;
    height: 100px;
    float: right;
    display: block;
    margin: 10px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
  	margin:20px;
	
}
.textnew
{
   /* border: 1px solid red;*/
    text-align: justify;
	font-family: Bmitra;
	font-size: 20px;
	line-height:1.3em;
	direction:rtl;
	text-align:right;
	padding:5px
    }

.textnewe{
   /* border: 1px solid red;*/
    text-align: justify;
	font-family: Bmitra;
	font-size: 15px;
	line-height:1.7em;
	direction: ltr;
	width: 340px;
	margin: 2px 20px;
	text-align:left;
    }
#reg_form{
/*border: 1px solid red;*/
width: 900px;
margin: 20px auto;
font-family: byekan;
font-size: 18px;
padding:30px; 
	
	
	
	}	
tr{
	text-align:left;
	
	}
.texttop{
	/*border: 1px solid;*/
    height: 300px;
    text-align: right;
    margin-left:137px;
	margin-top:43px;
	margin-top:-400px;
    padding: 20px;
    font-family: bmitra;
    font-size: 22px;
    width: 800px;
	
}
.entexttop{
/*border: 1px solid;*/

height: 300px;
text-align: left;
padding:20px;
font-family:bmitra;
font-size:18px;
}


.pictop{
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	transition: transform 400ms;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #000;
	margin: 25px 20px;
	position: absolute;
	
	}
.enpictop{
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	transition: transform 400ms;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #000;
	position: absolute;
	margin: 25px 732px;
	}
.texttope{
/*border: 1px solid;*/

height: 300px;
text-align: left;
padding:20px;
font-family:bmitra;
font-size:22px;
	
}
.pictope{
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	transition: transform 400ms;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #000;
	margin: -304px 735px;
	position: absolute;
	
	}
table, th, td {
    border: 1px solid black;
	direction:rtl;
	text-align:center;
	border-collapse: collapse;
	font-family:bmitra;
	font-size:20px;

}



.boxactive1{
    /* border: 1px solid #930; */
    width: 250px;
    height: 250px;
	position:relative;
	overflow:hidden;
    float: right;
    display: block;
    margin: 30px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
	}
.caption1{
		width:150px;
		height:150px;
		background-color:rgba(0,0,0,0.5);
		position:absolute;
		top:0px;
		left:0px;
		color:white;
		text-align:center;
		display:none
	}
.caption{
		width:250px;
		height:250px;
		background-color:rgba(0,0,0,0.5);
		position:absolute;
		top:0px;
		left:0px;
		color:white;
		text-align:center;
		display:none;
		font-family:tahoma;
		padding:5px
	}
.caption1 h4{
		margin-top:65px;	
	}
.caption h1{
		margin-top:85px;	
	}

.tasviractive{
		position:absolute	
	}
	
.boxactive{
   /* border: 1px solid #930; */
    width: 150px;
    height: 150px;
	position:relative;
	overflow:hidden;
    float: right;
    display: block;
    margin: 18px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
	border-radius:10px 0px 10px 0px;
	}
.enboxactive{
   /* border: 1px solid #930; */
    width: 150px;
    height: 150px;
	position:relative;
	overflow:hidden;
    float: left;
    display: block;
    margin: 18px;
    background-color: #f0e8d6;
    box-shadow: 0px 0px 10px #000;
    background-color: #E5E9FA;
	border-radius:10px 0px 10px 0px;
	}
	
.caption h1{
		margin-top:85px;	
	}
.captioon{
		width:200px;
		height:50px;
		background-color:rgba(0,0,0,0.5);
		position:absolute;
		bottom:-50px;
		left:0px;
		color:white;
		text-align:center;
		opacity:0;
	}
.about_con{
	background-image: url(images/aboutus.png);
    background-position: 7px 12px;
    background-repeat: no-repeat;
    padding: 30px;
    font-family: bmitra;
    font-size: 20px;
    direction: rtl;
}
.enabout_con{
	back
	ground-image:url(images/enaboutus.png);
    background-position: 755px 12px;
    background-repeat: no-repeat;
    padding: 30px;
    font-family: bmitra;
    font-size: 20px;
    direction: ltr;
}
	
	
