@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekanweb-regular.eot') format("embedded-opentype"), url('../fonts/yekanweb-regular.woff') format("woff"), url('../fonts/yekanweb-regular.ttf') format("truetype"), url('../fonts/yekanweb-regular.svg') format("svg");
}

body {
    font-family: "yekan";
 /*   padding-bottom: 300px; */
	background-image:url(../images/3.jpg);
	
}
/*---------------------Header Style----------------------*/

.header {

    min-height: 100px;
    background-image:url(../images/9.jpg);
    border-bottom: 3px solid #f29e5d
}

.title-head h1 {
    text-align: right;
    font-size: 75px;
    color: #fff;
	font-weight:bolder;
}

.title-head h4 {
    text-align: right;
    color:#FF3;
	font-size:24px;
}

.login a {
    margin-top: 10px;
}

.login i {
    padding-left: 10px;
}

@media (max-width: 350px) and (min-width: 0px) {
    .title-head h1 {
        font-size: 12px;
    }
}

.tar {
    text-align: right;
}

.about-content {
    padding: 10px;
    color: #2d76eb
}

.mgt10 {
    margin-top: 10px;
}

.my-icon {
    position: absolute;
    top100px;
}

.gray {
    background-image:url(../images/11.jpg);
    padding: 10px;
	font-size:24px;
	width:100%;
	cursor:pointer;
	border-radius:20px;
}
.gray a{
	text-decoration:none;
}
.gray a:hover
{
	color:red;
}
.about-head
{
	text-align:center;
	background:#33F;
	border-radius:100%;
	height:40px;
	
	padding:0px;
	
}
.box-body {
    background-image:url(../images/14.jpg);
    text-align: right;
    padding: 10px;
	text-align:justify;
	direction:rtl;
	font-size:16px;
}

.box-head {
    text-align: center;
    color: #d93030;
}
.red{height: auto; background-image:url(../images/3.jpg);}
.blue{height: auto;background-image:url(../images/3.jpg);}
.image
{
	width:50%;
	height:auto;
	float:left;
	margin-top:40px;
	
}
.menu
{
	float:right;
	font-weight:600;	
	font-family: isharp, Tahoma, "Times New Roman" , sans-serif;
	font-size:24px;
	width:100%; 
/*	height:40px; */
	border:grey solid 0px;
	direction:rtl;
	z-index:2;
  	position:absolute; 	
    border-radius:10px; 
	line-height:70px;
	border-radius:20px;
	margin-top:50px; 
}
.menu ul
{
	float:right;
	list-style:none;
	position:absolute;
	margin-top:0px;
	height:10px;
	margin-right:;
	min-width:180px;
	/*font-family:bhoma; */
	/* src:url(font/bhoma.ttf); */
}


.menu ul li
{
	float:right;
	margin-left:20px;
	font-size:18px;
	font-weight:550;
	z-index:1;			
}
.menu li ul
{
	display:none;
	background:#EFE0E0;
    border-radius:10px 10px 10px 10px;
	height:auto;
	width:220px; 
	text-align:right;
	margin-right:-60px;
	margin-top:0px;
}
.menu li ul li a:hover
{
	font-size:18px;
	}
.menu li ul {
	display:none;
	
    
}
.menu li ul li
{
	
    line-height:35px; 
    margin-right:-30px;
    border:0px white; 
    width:150px;   
	font-size:22px; 
}
.menu li:hover ul
{
    display:block;
    position:absolute;
	color: #F4191D;
	
}
.menu li:hover li ul
{
	display:none;
	}
.menu ul li:hover   li ul   
{
	display:block;
	margin-right:100px;
}
.menu li a
{
    text-decoration:none;
    color:#FFFFFF;
}
.menu li a:hover
{
	color:#EF2226;
	font-size:18px;
}
.header1
{
	float:right;
	text-align:center;
	
}
.header1 ul
{
	font-size:14px;
}
.header1 .tel1
{
	
}
.header1 .menu1
{
	width:100%;
}
.header2
{
	background-color:#2818F7;
	width:100%;
	/*height:130px; */
	direction:rtl;
	/*font-family:bhoma.ttf;*/
/*	src:url(font/bhoma.ttf);*/
	margin-top:-10px;
	/*margin-left:-20px; */

}
  /* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden; 
 float:rihgt;  
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: rihgt;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: right;
  }
} 
.collapsible {
  
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size:20px;
  margin-top:20px;
  background-image:url(../images/10.jpg)
}

.active,  {
  background-color: green;
  opacity:1;
}
.collapsible:hover {
  background-color: green;
  opacity:0.5;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 /* background-color: #f1f1f1; */
  background-image:url(../images/14.jpg);
  text-align:justify;
  direction:rtl;
  font-size:18px;
}
.matn {
  background-color: black;
 /* font-family: cursive; */
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}



.footer
{
	background-image:url(../images/footer.jpg);
	width:50%;
	direction:rtl;
	color:white;
	
	
}
.footer a
{
	text-decoration:none;
	color:white;
}
.about
{
	background-image:url(../images/fake_brick.png);
	color:white;
	margin-top:20px;
	border-radius:20px;
}
.about h1
{
	text-align:center;
}
.about p
{
	direction:rtl;
	font-size:20px;
	line-height:50px;
	text-align:justify;
	margin:20px;
}
.contact
{
	width:90%;
	margin:auto;
	background-image:url(../images/14.jpg);
	margin-top:20px;
	margin-bottom:20px;
	direction:rtl;
}
footer-right {
    float: right;
    width: 50%;
    padding: 0 10px;
}
.footer-left {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.news
{
	margin:auto;
	width:90%;
	font-size:22px;
	border:1px #0000CC solid;
	margin-top:20px;
	direction:rtl;
	margin-bottom:50px;
}
.news .titr1
{
	background:#FF0;
	font-size:22px;
}
.news .titr2
{
	background:#093;
}
.cd
{
	background:none;
	color:#C70126;
	font-size: 48px;
	text-align: center;
	width: 70%;
	margin-left: 15%;
	line-height: 100px;
	margin-bottom: 50px;
	font-weight: 700;
}