﻿body {
    font-family:Arial;
    font-size: 14px;
}
.header_bg {
background-color: rgb(185, 201, 56);
box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 5px 0px;
border-top: 0px solid rgb(124, 124, 124);
border-bottom: 0px solid rgb(124, 124, 124);
width: 100%;
height: 156px;
position: absolute;
top: 0px;
left: 0px;
}
.header__main_bg {
    background-color: rgb(81, 81, 82);
    position:absolute;
    left: 13%;
    /*box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 3px 0px;
    border-top: 0px solid rgb(124, 124, 124);
    border-bottom: 0px solid rgb(124, 124, 124);*/
    width:75%;
    height: 156px;
}
.logo {
    width: 965px;
    height: 60px;
    position: absolute;
    left: 13%;
    top: 27%;
    
}
.main_navigation {
    visibility: visible;
    zoom: 1;
    opacity: 1;
    width: 959px;
    left: 13%;
    top: 122px;
    min-height: 28px;
    position:absolute;
    color:white;    
}
.navigation {
    width:188px;
    background-color: rgb(124, 124, 124);
    color:White;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    float:left;
    cursor:pointer;
    border-left: 1px solid;
    border-left-style: inset;
}
.selected {
    background-color: rgb(185, 201, 56);
}
a.navigation:hover {
    background-color:#688899;
}
.content {  
    background-color: rgb(232, 227, 227);  
    width:75%;
    min-height:637px;
    position:absolute;
    top: 157px;
    left: 13%;
}
.footer_bg {
    background-color: rgb(81, 81, 82);
    width: 100%;
    height: 135px;
    position: absolute;
    top: 786px;
    left: 0px;
}
.footer_main_bg {
    background-color: rgb(124, 124, 124);
    position:absolute;
    left: 13%;
    /*box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 3px 0px;
    border-top: 0px solid rgb(124, 124, 124);
    border-bottom: 0px solid rgb(124, 124, 124);*/
    width:75%;
    height: 135px;
}
input[type=text],textarea{
    width: 524px;
    background-color:rgb(81, 81, 82);
    font-family: 'Jura', sans-serif;
    color:rgb(232, 227, 227);
    font-size:14px;
    direction:rtl;
}
.jura {
    font-family: 'Jura', sans-serif;
}
.About, .Solutions, .Contact, .Clients {
    background-color:rgb(221, 217, 217);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 20px;
}
button {
    height:33px;
    width:70px;

}
.title_header
{
    font-size: 21px;
    color:#CDF0AD;
}
h2 {
    direction:rtl;
    font-size: 18px;
    /*color:rgb(185, 201, 56);*/
    color:#688899;
    margin:2%;
}
h5 {
    direction:rtl;
    font-size: 14px;
    /*color:rgb(185, 201, 56);*/
    color:black;
    margin-right:2%;
    margin-top:2%;
    margin-bottom:1%;
}
label {
    direction:rtl;
}