@font-face {
    font-family: "DIN Next LT Arabic Regular";
    src: url("/fonts/DIN Next LT Arabic Regular.ttf")
}

.middleFooter {
    background-color: rgb(40, 65, 103);
}

body {
    /*font-family: "DIN Next LT Arabic Regular" !important;*/
    font-size: 1.2em !important;
}

.accessability li, .accessability li a {
    color: white !important;
}

.custom-parallax-view .parallax-container {
    position: relative;
    background-image: url(@parallaxImg.Url());
    background-size: cover;
    background-attachment: fixed;
}

.custom-parallax-view .overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(135, 103, 70, 0.8);
}

.custom-parallax-view .content {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.custom-parallax-view .table-container {
    display: table;
    width: 100%;
}

.custom-loading {
    z-index: 9999;
    min-height: 100%;
    width: 100%;
    background-color: #d7cfc5;
    position: fixed;
    top: 0px;
    left: 0px
}

.custom-loadinginside {
    display: table;
    height: 100vh;
    width: 100%
}

.custom-loadingimagediv {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 100%
}

.LoadingImg {
    display: block;
    height: 65px;
    width: auto;
    margin: auto
}

.LoagingTxt {
    font-size: 14px;
    margin-top: -1px
}

.homeSlider {
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(135, 103, 70, 0.3);
}

.scrollDiv {
    position: absolute;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px
}

.scrollBtn {
    color: black;
    border-radius: 20px;
    min-width: 160px;
    margin: 0 auto
}

.breadcrumbs {
    font-size: 1em;
}

.innpagetitle {
    font-size: 1.2em !important;
}

.TableBorder thead, .TableBorder tbody, .TableBorder tfoot, .TableBorder tr, .TableBorder td, .TableBorder th {
    border: 2px solid #1c3254;
}

.TableTH {
    color: #8d7250
}

.navitem {
    text-align: right;
}
.searchDiv {
    background-color: #e2dcd4;
}
.resultsDiv {
    background-color: #F5F5F5
}
.filtercontainer {
    background-color: #EEEEEE;
}
@media all and (min-width: 992px) {
    body {
        font-size: 1.2em !important;
    }

    .breadcrumbs {
        font-size: 0.8em;
    }

    .innpagetitle {
        font-size: 1.1em !important;
    }
}


