@font-face {
    font-family: 'Nassim';
    src: url('NassimArabicWeb-Regular.eot');
    src: url('NassimArabicWeb-Regular.woff') format('woff'),
        url('NassimArabicWeb-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Nassim';
    src: url('NassimArabicWeb-Bold.eot');
    src: url('NassimArabicWeb-Bold.woff') format('woff'),
        url('NassimArabicWeb-Bold.ttf') format('truetype');
    font-weight: bold;
}


* {
    font-family: 'Nassim',Arial,Sans-Serif;
    text-align: right;
    direction: rtl;
    color: #333;
}

body {
    margin: 0;
    padding 0;
    background: url("../images/background.png");
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header, #footer {
    height: 100px;
    padding: 10px 0;
}

#customer {
    width: 200px; 
    float: right;
    margin: 10px 15px;
}

#title {
    float: right;
    width: 700px;
    font-size: 48px;
    line-height: 70px;
    margin-top: 25px;
    font-weight: bold;
    color: #0F2B89;
}

#logo {
    float: left;
    width: 290px;
    text-align: left;
}

span.check {
    height: 30px; 
    width: 30px;
    float: right;
    margin-left: 10px;
    background: url("../images/check.png");
}

#menu {
    list-style: none;
    float: right;
    width: 1000px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 20px 0 12px 0;
}

#menu li {
    display: inline;
    padding: 0 22px 0 8px;
    background: url("../images/v.png") repeat-y top right;
}

#menu li:first-child {
    background: none;
    padding: 0 8px 0 8px;
}

a, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, h1 {
    color: #0F2B89;
}

.h {
    background: url("../images/h.png");
    height: 7px;
    width: 100%;
    clear: both;
}

#footer {
    margin-top: 10px;
}

.col-third {
    width: 300px;
    margin: 0 15px;
    float: left;
}

.col-third img {
    width: 280px;
    margin: 10px;
}

.center {
    text-align: center;
}

p, ul, li, a {
    font-size: 25px;
    line-height: 30px;
}

.small {
    font-size: 20px;
}

.partner{
    margin: 0 21px;
}

#customers {
    text-align: center;
    margin: 20px 0;
}

.customer {
    display: inline-block;
    margin: 15px;
    width: 280px;
    text-align: center;
    background: white;
    border-color: #0F2B89;
    padding: 10px;
    box-shadow: 6px 6px 20px grey;
}

.customer img {
    width: 280px;
    height: 160px;
}

.customer p {
    width: 280px;
    text-align: center;
    font-weight: bold;
}

h1 {
    margin-bottom: 10px;
}

#partners {
    margin-bottom: 10px;
}

a.active {
    color: #0F2B89;
}

#customers span{
    display: none;
}
tgs {
    font-size: 15px;
}