body {
    direction: ltr;
    line-height: 1.8em;
}




@media (min-width: 992px) {
    div[class*="col-md-"],
    div[class*="col-sm-"],
    div[class*="col-xs-"] {
        float: left;

    }
}

@media (min-width: 768px) {
    div[class*="col-sm-"],
    div[class*="col-xs-"] {
        float: left;
    }
}

@media (max-width: 768px) {
    div[class*="col-xs-"] {
        float: left;
    }
}



/*
 * Droid Arabic Naskh (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/DroidNaskh-Regular.eot);
    src: url(fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/DroidNaskh-Regular.woff2) format('woff2'),
    url(fonts/DroidNaskh-Regular.woff) format('woff'),
    url(fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/DroidNaskh-Bold.eot);
    src: url(fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/DroidNaskh-Bold.woff2) format('woff2'),
    url(fonts/DroidNaskh-Bold.woff) format('woff'),
    url(fonts/DroidNaskh-Bold.ttf) format('truetype');
}





.row-pad-0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.row-pad-0 div[class*="col-"]{
    padding: 0px 0px 0px 0px !important;
}


.row-pad-wrap{
    display: inline-flex;
    flex-wrap: wrap;

}

.errormsg {
    color: #DC3A22;
    font-family: tahoma;
    font-size: 13px;
    text-decoration: none;
}


.card {

    margin-bottom: 30px;
}


.img-overlay {
    width: 100%;
}


.img-logo{
    margin-right: 5px;
}



@media (max-width: 991px) {
    .navbar .container .navbar-toggler-right {
        top: -60px;
    }
    
    
    
date::Before {
    content: "\a";
    white-space: pre;

}

}

.text-muted {
    color: #c7c7c7!important;
}

.primary-text{
    color: #0b51c5 !important;
}


.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
}


h4.card-title{
    line-height: 1.5em;
}

p.card-text {
    font-size: 18px;
    line-height: 1.8em;
    color: #000 !important;

}

a:hover h4 , a:hover p{
    color: #33b5e5 !important;
}


.btn{
    padding: 1rem;
}




.pr-3 {
    padding-right: 1rem!important;
    font-size: 15px;
    white-space: pre;

}


.btn-twitter{
    background-color: #33b5e5 !important;
}


/*
.pagination li {
    list-style-type: none;
    padding: 8px;
    margin: 2px;
    font-size: 19px;
}
*/


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
    float: left !important;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}

.mr-auto {
    margin-left: auto!important;
    margin-right:0 !important;
}


.card .card-block {
    position: relative;
    padding-bottom: 90px;
}

.read-more {
    position: absolute;
    bottom: 15px;
}

time{
    opacity: 0.8;
}

.search-input{
    padding: 12px;
    margin: 0;
}



video {
    width:100%;
    /*max-width:500px;*/
    height:auto;
}
