body{
    font-family: mitra, Tahoma;
    font-size: 22px;
    direction:rtl;
    
    /*for MODAL*/
    overflow-y: scroll !important;

    color: #000;
    background-color: #f4f4f4;    
 }
.navbar-inverse{
    margin-bottom:0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
}
.navbar-nav > li:hover,
.navbar-nav > li:focus,
.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
    background-color: #333;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #333;
}
.dropdown-menu > li > a {
  color: #fff;
  background-color: #555;
}
.dropdown-menu > li {
    border-bottom: 1px solid #bbb;
}
.dropdown-menu > li:last-child {
    border-bottom: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    color: #bbb;
    background-color: transparent;
}
.navbar-header{
  float:right;
}
.Logo {
    display: none;
}

@media (max-width: 420px) {
    .navbar-name{
        display:none;
    }
}

@media (max-width: 767px){
    .navbar-inverse{
        background-color: rgba(20, 20, 20, 1);
        border-bottom:none;
        color: #fff;

        font-family: mitrab;
        font-size: 16px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-collapse {
        width: 60%;  
        max-height:100%;      
        float:right;
    }
    .navbar-nav > li{
        max-width:200px;
    }
    .navbar-nav > li > a {
        padding: 10px 25px;
    }
    .logo{
        height:40px;
    }
    .navbar-name{
        border:none;
        float:left;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus{
        background-color:transparent;
    }
    .dropdown-menu {
        background-color: transparent;
        font-family: mitra;
        font-size: 19px;
    }
    .dropdown-menu > li:hover,
    .dropdown-menu > li:focus{
        background-color: #777;
    }
}

@media (min-width: 768px) {
    .navbar-inverse{
        background-color: #eee;
        border: none;
        border-bottom: 2px solid #444;
        border-radius: 0px;

        font-family: mitrab;
        font-size: 18px;
    }
    .navbar-nav{
        float: right;
        padding-right:0;
    }
    .navbar-nav > li {
        float: right;
    }
    .navbar-nav > li > a {
        padding: 20px 25px;
    }
    
    .dropdown-menu {
        background-color: #555;
        padding:0;
        border: none;
        left: auto;
        font-family: mitrab;
        font-size: 18px;
    }
    .dropdown-menu > li:hover,
    .dropdown-menu > li:focus{
        background-color: #333;
    }
}

@media (min-width: 992px){
    .Logo{
        display: block;
        float: left;
    }
    .LogoImg{
        height: 60px;
    }
}

@media (max-width: 991px) {
    .navbar-nav > li > a {
        padding: 20px 10px;
    }
}

.row{
    padding: 20px;
}
.rowNoPadding{
    padding: 0;
}
.page-row{
    background-color: #eee;
}
.footer{
    background-color: black;
    color: #fff;
}
.footer h4{
    font-size: 16px;
    line-height:18px;
}
.footer p{
    font-size: 18px;
    line-height: 25px;
    text-align: right;
}
.footer p > a{
    text-decoration: none;
    font-family: mitrab, Tahoma;
    color: #fff;
}
.footer p > a:hover{
    color: #f76060;
}
.footer p > span{
    letter-spacing: 2px;
    font-size: 19px;
}
@media (max-width: 767px) {
    .copyRight{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom:15px;
    }
}


/**********Component**********/
h1{
    font-family: mitrab, mitra, Tahoma;
    font-size: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
    margin-bottom:20px;
}
h2{
    font-family: mitrab, mitra, Tahoma;
    font-size: 20px;
    margin-bottom: 10px;
}
h3, h4{
    font-family: mitrab;
}
.meDpdIn{
    display:inline-table;
    margin-bottom:10px;
    max-width: 200px;
}
.metextarea{
    display:inline;
    margin-bottom:10px;
    max-width:90%;
    min-height:200px;
    overflow-x:hidden;
}
@media (max-width: 767px){
    .metextarea{
        max-width:100%;
    }
}
.displayInherit{
    display: inherit;
}
.box{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
}
.boxNoPadding{
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}
p{
    text-align:justify;
}
.scrollbar{
    position:relative;  
    overflow:hidden;
}


/***********Contact***********/
.address,
.contactForm{
    margin-top:60px;
}
.address{
    padding-top:35px;
    padding-right:35px;
}
.address p{
    text-align:right;
    line-height: 35px;
    font-family: mitrab, Tahoma;
    font-size:18px;
}
.address span{
    font-family: 'Times New Roman',Tahoma;
    letter-spacing:3px;
    display:block;
    margin-top:10px;
    text-align:left;
}
@media (max-width: 420px){
    .address{
        padding:10px;
    }
    .address span{
        font-size:16px;
        letter-spacing:1px;
    }
}
.phone{
    letter-spacing:5px;
    display:inline;
    margin-left:10px;
}
.phoneWithoutLetterSpace{
    display:inline;
    margin-left:10px;
}
.map{
    overflow:hidden;
    -webkit-filter: grayscale(80%);
       -moz-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
         -o-filter: grayscale(80%);
            filter: grayscale(80%);
}
.map:hover{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}

/***********News Page***********/
.newsList{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding:5px 10px;
    margin-bottom: 10px;
}
.grdNews{
    border:none;
    font-size:18px;
    line-height:30px;
    color: rgb(65, 65, 65);
}
.grdNewsRow{
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.grdNewsSelectedRow{
    border-bottom:1px solid rgba(0, 0, 0, 0.2);    
    color:#000;
    font-family: mitrab, Tahoma;
    font-size: 16px;
}
.grdNewsRow td,
.grdNewsSelectedRow td{
    border:none;
}
.grdNewsRow:hover{
    color:#000;
    cursor:pointer;
}
.grdNewsRow:first-child,
.grdNewsSelectedRow:first-child{
    border-top:none;
}
.grdNewsRow:last-child,
.grdNewsSelectedRow:last-child{
    border-bottom:none;
}
.newsDetail{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.newsDetail p{
    padding:15px 20px;
}
.newsHeader img{
    border:2px solid rgb(58, 58, 58);
    box-shadow: 0px 0px 5px #999;
}
.newsHeader img:hover,
.newsHeader img:focus{
    box-shadow: 0px 0px 10px #999;
}
.newsHeader h4{
    text-align:justify;
}
.lblNewsTitle{
    line-height:30px;
    margin-bottom:15px;
}
.lblNewsBody{
    font-size: 18px;
}

/***********Home Page***********/
.sliderbox{
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    font-size: 24px;
    font-family: mitrab,Tahoma;
    line-height: 60px; 
    text-align: center; 
    background-color: rgba(0,0,0,0.6);
    position: relative;
    top: 420px;
    color : #fff;
}

/***********section services***********/
#services{
    background-color:#e5e5e5;
    color:#000;
}
#services a:hover,
#services a:focus{
    text-decoration:none;
}
#services h1{
    border-bottom:none;
    margin-bottom: 20px;
    padding-bottom:0;
}
.service{
    height:250px;
    width:250px;
    margin: 20px auto;
    border:5px solid rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    overflow:hidden;
    /*background-color: black;*/
}
.service:hover .serviceImg,
.service:focus .serviceImg{
    /*width: 160px;
    height: 160px;*/
    cursor: pointer;
    opacity:0.5;
}
.service img{
    height:250px;
    width:250px;
    margin-right:auto;
    margin-left:auto;
    bottom:72px;
    position:relative;
    opacity:1;

    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.service h2{
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    top: 150px;
    position:relative;
    z-index:1;
}
.service h2:hover{
    cursor:pointer;
}
.modal{
    overflow:hidden;
}
.modal-content{
    border-radius: 0; 
    max-width:90%;
    height:90%;
}
.modal-dialog{
    width:90%;
    height:90%;
    margin: 30px auto;
}
.modalRow{
    height:100%;
    
    overflow:hidden;
}
.serviceDetailPic{
    max-width:400px;
    margin-top:10px;
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 8px;
}
.serviceDetailPic img{
    border-radius: 4px;
}

/***********section news***********/
#Hnews{
    min-height: 450px;
}
#Hnews h1{
    border-bottom:none;
    margin-bottom: 20px;
    padding-bottom:0;
}
.HnewsList{
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 5px;
    padding:5px 10px;
    margin-bottom: 10px;
}
.HnewsList a{
    color: #8b0202;
    margin-top: 20px;
    text-align:left;
    display:block;
    text-decoration:none;
}
.grdHNews{
    border:none;
    font-size:18px;
    line-height:30px;
}
.grdHNewsRow{
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.grdHNewsSelectedRow{
    border-bottom:1px solid rgba(0, 0, 0, 0.2);    
    color: #000;
    font-family: mitrab, Tahoma;
    font-size: 16px;
}
.grdHNewsRow td,
.grdHNewsSelectedRow td{
    border:none;
}
.grdHNewsRow:hover{
    cursor:pointer;
}
.grdHNewsRow:first-child,
.grdHNewsSelectedRow:first-child{
    border-top:none;
}
.grdHNewsRow:last-child,
.grdHNewsSelectedRow:last-child{
    border-bottom:none;
}
.HnewsDetail{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding-top:10px;
    max-height:400px;
    overflow: hidden;
}
.HnewsDetail p{
    margin-top:10px;
}
.lblHNewsTitle{
    line-height:30px;
    margin-bottom:15px;
}
.lblHNewsBody{
    font-size: 18px;
}

/***********Forms Page***********/
.frmList{
    list-style-type: none;
}
.frmList > li > a:hover,
.frmList > li > a:focus{
    text-decoration:none;
}
.b{
    font-weight: bold;
}
.c{
    text-align: center;
}
.u{
    display:inline-block;
    border-bottom:1px solid black;
    padding-bottom:2px;
}
