.navbar {
    background-color: #237ae4b3;
}
.news h1{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.s1 .col-md-6 img{
    margin-left: 100px;
}
.hr{
    margin-top: 200px;
    margin-left: 120px;
    margin-bottom: 100px;
}
.row .col-md-4 #k{
    margin-left:170px;
}
.row .col-md-4 #o{
    padding-left: 20px;
    margin-left: 50px;
    text-align: center;
}
.row .col-md-4 #h1{
    text-align: center;
}
.row .col-md-4 #c{
    padding-top: 15px;
    margin-left: 120px;
}
.row .col-md-4 #b{
    margin-left: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.row .col-md-4 #w{
    margin-left: 130px;
}
.row .col-md-4 #h3{
    margin-left: 180px; 
}
.row .col-md-4 #g{
    padding-left: 110px;
    
}
.main{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main li{
    text-align: left;
    margin-left: 60px;
  float: left;
}
.main li a{
    text-decoration: none;
    color: #000;
    padding: 8px 16px;
    font-size: 15px;
    display: block;
}
.main li #e{
    float: right;
}
.three{
    background-color: #888;
    margin-left: 170px;
    height: 1px;
    width: 1000px;
    border: none;
}
.footer{
    text-align: center;
}

.row.rasheed {
    
}
.row.rasheed .search-bar-wrapper {
    width: 100%;
    border: 1px solid rgba(0,0,0,0);
    position: relative;
    border-radius: 30px;
    
    -webkit-box-shadow: -2px 2px 3px 1px rgba(228,228,228,0.75), 2px 1px 3px 1px rgba(228,228,228,0.75);
    -moz-box-shadow: -1px 2px 3px 1px rgba(228,228,228,0.75), 2px 1px 3px 1px rgba(228,228,228,0.75);
    box-shadow: -1px 2px 3px 1px rgba(228,228,228,0.75), 2px 1px 3px 1px rgba(228,228,228,0.75);
    
    margin-bottom: 35px
}
.row.rasheed .search-bar-wrapper form {
    width: inherit;
    border-radius: inherit;
}
.row.rasheed .search-bar-wrapper input[type="text"] {
    border-radius: inherit;
    width: 100%;
    font-size: 22px;
    padding:10px 20px ;
    border:none;
}
.row.rasheed .search-bar-wrapper span.glyphicon {
    position: absolute;
    
    font-size: 30px;
    cursor: pointer;
    top:10px;
    opacity: 0.6;
}

.en .row.rasheed .search-bar-wrapper span.glyphicon {
    right:15px;
}
.ar .row.rasheed .search-bar-wrapper span.glyphicon {
    left:15px;
}

.row.rasheed .search-bar-wrapper span.glyphicon:hover {
    opacity: 1;
}
.row.rasheed ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.row.rasheed ol li {
    counter-increment: my-awesome-counter;
}
.row.rasheed ol li::before {
    content: "0" counter(my-awesome-counter);
    font-weight: bold;
    line-height: 1;
}
.p-0 {
    padding:0;
}
.panel.shadow {
    -webkit-box-shadow: -2px 2px 3px 1px rgba(228,228,228,0.75);
    -moz-box-shadow: -1px 2px 3px 1px rgba(228,228,228,0.75);
    box-shadow: -1px 2px 3px 1px rgba(228,228,228,0.75);
}
.panel.shadow a:hover {
    text-decoration: none;
}