﻿@charset "utf-8";

/*--------- reset ---------*/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body { font-size:16px; font-family:Tahoma,sans-serif,Arial ;
		border-color:gray;
	    direction:rtl;
	  }
	   

/* ---------- Requirment ----------*/
.container {font-size:14px; }
.clearfloat {clear:both; height:1%;}
 
/* ---------- Main -----------*/
.container
{
  background-image:url('Images/Home/bg1.jpg');
  background-attachment:fixed;
  width:auto;
  margin:0px auto;
 
}
 
/* ---------- Header -----------*/
 
.header
{
	background-image:url('../SiteAssets/sapcoimg.png');
	background-position:center;
	background-repeat:no-repeat;
	width:auto;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align:center;
    margin:10px 10px;
   /* background:#0080e6;*/
    border: 1px solid #0a3f77;
    border-radius: 1em;
    /*background:#B7E20C; :#FFBFBF; #161d3f*/
    /*background:#E2F224*/
    /*#FFBFBF #2ECC71 */
    height:auto;
    width:auto;
    overflow:auto;
}

.divcenter {
    overflow:auto;
	justify-content: center;
    width: 55%;
    float:right;
    vertical-align:50%;
    background-repeat:no-repeat;
    background-position:center;
    }
    
.divimg1 {
    padding:40px 40px;
    text-align:center;
	width:10%;
	vertical-align:50%;
	}

.divimg2 {
    padding:40px 40px;
	text-align:center;
	width:10%;
	float:right;
	vertical-align:50%;
	}

/* ---------- navigation ----------- منو*/
.navigation
{
	
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;
	border: 1px solid #ded8de;
	display: flex;
	justify-content:center;
	font-size:22px;
	font-weight:bold;
	font-family: Kamran,sans-serif, Tahoma;
/*    background:#F2BB13;*/
/*    background:#e2486c;*/
/*	background:#67446d; بنفش - 990230 * */
	background:#064476; 

    height:50px;
}
 
.navigation ul li
{
  float:right;
  list-style: none;
  
}
 
.navigation li a
{
  display: block;
  height:50px;
  line-height:50px;
  padding:0px 0px;
  vertical-align:middle;
  color:#fff;
  text-decoration: none;
  border-right: 1px dotted #fff ;
  border-left: 1px dotted #fff ;
}
 
.navigation li a:hover { background:#0860A6; }
 
	
/* ---------- footer ----------*/

.footer
{
  background:#ccc;
  padding: 20px;
  text-align:left;
}


