body {
    direction: rtl;
    font-family: 'Droid Arabic Naskh', serif !important;
    line-height: 1.8em;
}


.lineHeight{
    line-height: 0;
}

.smartbanner {
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100px;
    background: #f3f3f3;
    font-family: 'Droid Arabic Naskh';
    direction: ltr;
}


.smartbanner__info {
    position: absolute;
    top: 25px;
    left: 150px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000;
    text-align: right;
}

.smartbanner__button {
    position: absolute;
    top: 32px;
    left: 40px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    max-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    min-width: min-content;
}


.smartbanner.smartbanner--android .smartbanner__button {
     top: 40px;
    left: 60px;
    padding: 0;
    max-width: 12%;
    border-radius: 0;
    background: none;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: bold;
    min-width: min-content;
}


.smartbanner__icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 90px;
    height: 90px;
    border-radius: 0;
    background-size: 90px 90px;
    left: initial;
}











@media (min-width: 992px) {
    div[class*="col-md-"],
    div[class*="col-sm-"],
    div[class*="col-xs-"] {
        float: right;

    }
}

@media (min-width: 768px) {
    div[class*="col-sm-"],
    div[class*="col-xs-"] {
        float: right;
    }
}

@media (max-width: 768px) {
    div[class*="col-xs-"] {
        float: right;
    }
    
    .lineHeight{
    line-height: 1.4em;
    }
    
    .carousel-caption {
    position: relative!important;
    width: 100%;
    padding: 25px!important;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
}

}



/*
 * 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{


}



@media (max-width: 991px) {
    .navbar .container .navbar-toggler-right {
        left: 0;
        top: -35px;
    }



    .bg-info {
        background-color: #5bc0de!important;
        display: list-item;
    }


    date::Before {
        content: "\a";
        white-space: pre;

    }


}
@media (max-width: 600px) {
 
.card-title-h3 {
    height: 100%!important;

}
.fastin{
    padding:20px;
    font-size:16px;
    color:#0275d8;
}
}

.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;
}




.pl-3 {
    padding-left: 1rem!important;
    font-size: 14px;
    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: right !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.4em;
}


.card .card-block {
    position: relative;
    /*padding-bottom: 90px;*/
}

.read-more {
    position: absolute;
    bottom: 15px;
}

time{
    opacity: 0.8;
}

.search-input{
    padding: 12px;
    margin: 0;
}

.navbar.navbar-dark .breadcrumb a:hover, .navbar.navbar-dark .navbar-nav .nav-item a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}




.navbar-brand {

    font-size: 1.1rem;

}


video {
    width:100%;
    /*max-width:500px;*/
    height:auto;
}
.swiper-button1 {
    left: 0 !important;
    right: unset !important;
}

.swiper-button2 {
    left: 35px !important;
    right: unset !important;

}

.swiper-slide a {
    color: #fff !important;
}

.fast-news {
    padding: 15px 90px 15px 15px;
    /*padding-right:90px;*/
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #f15556;
    z-index: 1111;
}

.fast-news h1 {
    color: #fff;
    font-size: 24px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
}

.img-responsive {
    width: 100%;
    height: auto;
}

.swiper-item {
    position: relative;
}

.swiper-item a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;

    padding: 15px;
    left: 0;
}

.iran {
    padding: 15px;
    width: 100%;
    bottom: 0;
    background: #3F51B5!important;
    border-radius: 5px;
}

.iran h1 {
    color: #fff;
    font-size: 24px;
}


.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #eceff1;
    margin: 1rem;
    cursor: pointer;
    transition: all .3s linear;
}



li.menu{
    border-left: 1px solid #dfdfdf;
    padding: 2px;
}



.menu a {
    color: #fff;
    transition: .35s;
}

.direction-ltr{
    direction: ltr;
}


/*Twitter Link*/

.twiiterlink{
    color:#0084B4 ;
}

.twiiterlink:hover{
    color:#0084B4 ;
    text-decoration: underline;

}

.ctweet:hover{
    background-color: rgb(229, 229, 252);
}

.ctweet:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/ctweet.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    position: relative;
    top: 4px;
    right: -3px;
}


.tweet {

    position: absolute;
    z-index: 999999;
    height: 34px;
    display: inline-block;
    background: #3591D2 !important;
    color: #fff !important;
    white-space: nowrap;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    margin-right: 25px;
    margin-top: -34px;

}


.list-group-item {
    padding: .57rem 1.25rem;
}



/**********/


/***********/
/*special Box */

.specialBox{
    background: #3F51B5;
    float: left;
    margin: 15px;
    width: 30%;
    padding: 15px;
    color: white;
    border-radius: 25px;
    font-size: 17px;
}


.card-title-h3{
    height: 112px;
    font-size: 25px;
}

.news-data > .direction-ltr {
    font-family: sans-serif;
    font-weight: 200;
    font-size: 15px;
}


   .social-icons li {
                font-size: 30px;
            }
            
            
                .sticky {
        position: fixed;
        top: 0;
        width: 100%
    }

    .sticky + .content {
        padding-top: 102px;
    }
    header {
        z-index: 100;
    }
    
    
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.row.is-flex > [class*='col-']{
   display:block!important; 
}

.d-flex{
   display:block!important; 
}

.ie-d-flex{
      display:flex!important;  
}
}
    