﻿@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Judson:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');

.at-style-responsive .at-share-btn {
    border-radius: 50% !important
}

span {
    direction: ltr !important
}

body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    background: #fff;
    background-repeat: no-repeat;
    direction: ltr;
    counter-reset: my-awesome-counter;
    overflow-x: hidden;
    zoom: unset;
    font-family: vazirmatn,sans-serif
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}

a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    text-decoration: none
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none
}

.wrapper {
    width: 1366px;
    margin: 0 auto
}

.maincontainer {
    width: 100%
}

.header {
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    position: relative;
    float: right
}

.riklamisarawa {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e1ece0;
    text-align: center;
    padding: 5px 0
}

    .riklamisarawa img {
        width: 1300px;
        margin: 0 auto
    }

.mainmenu-content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    transition: all .4s ease;
    float: left;
    transition: .5s
}

    /*.mainmenu-content.sticky {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 34px;
        z-index: 1000;
        animation: slide-down .7s
    }*/

    .mainmenu-content h1 {
        width: auto;
        float: left;
        font-size: 15.5px;
        font-weight: 700;
        color: #fff;
        padding: 11px 0 0
    }

    /*.mainmenu-content.sticky h1 {
        padding: 7px 0 0 80px
    }*/

.new-head {
    display: block;
    background-image: url(header_bg_v2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

    /*.new-head.sticky {
        display: block;
        background-image: url(header_bg_v2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: fixed;
        left: 0;
        top: 34px;
        width: 100%;
        z-index: 1;
        animation: slide-down .7s;
        height: 132px
    }*/

.top-bar {
    display: block;
    background-color: #000
}

.menubar {
    width: 100%;
    margin: 0 auto;
    position: relative
}

    /*.menubar.sticky {
        position: fixed;
        width: 100%;
        top: 114px;
        z-index: 1;
        animation: slide-down .7s
    }*/

.menubarcont {
    width: 1366px;
    margin: 0 auto;
    padding: 6px 0;
    position: relative
}

.headercont h1 {
    width: auto;
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 22px 0
}

.logo {
    width: auto;
    height: 52px;
    float: right;
    transition: all .4s ease;
    text-align: center;
    margin-top: 17px
}

    .logo img {
        width: auto;
        height: 100%;
        border: 0;
        transition: all .4s ease
    }

.whitelogo {
    width: auto;
    height: 50px
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.menuicon {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    margin-right: 6px;
    float: right;
    margin-left: 15px;
    letter-spacing: 1px;
    padding-top: 4px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 22px 10px 5px;
    border-right: 1px solid #e1ece0;
    height: 80px
}

    .menuicon i {
        font-size: 28px;
        font-weight: 500;
        color: #000;
        margin-left: 4px
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #f9f9f9;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    background-image: url(world.png);
    background-repeat: no-repeat;
    background-position: center center
}

    .sidenav a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: .3s
    }

        .sidenav a:hover {
            color: #f1f1f1
        }

    .sidenav .closebtn {
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 36px;
        margin-left: 50px;
        font-size: 50px;
        color: #b40808;
        border: 5px rgba(80,80,80,.1) solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all 800ms ease-in-out;
        width: 68px;
        height: 68px;
        text-align: center
    }

        .sidenav .closebtn:hover {
            color: #000;
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            border: 5px #000 solid
        }

        .sidenav .closebtn span {
            font-size: 18px;
            text-transform: uppercase;
            position: absolute;
            top: 11px;
            right: 22px
        }

.footerline {
    width: 100%;
    height: 1px;
    float: right;
    background-color: #d6e1d5;
    margin-top: 40px
}

.footer {
    background-image: url(world.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f9f9f9;
    width: 100% !important;
    padding-top: 20px
}

.bluemenu {
    width: 1366px;
    padding: 2% 0 0;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center
}

    .bluemenu img {
        width: auto;
        height: 50px;
        margin: 0 auto
    }

    .bluemenu ul {
        width: 100%;
        margin: 7% auto 0
    }

        .bluemenu ul li {
            width: 20%;
            float: right;
            color: #535353;
            box-sizing: border-box;
            padding: 0 1% 1%;
            display: inline-block
        }

            .bluemenu ul li p {
                font-weight: 300;
                font-size: 14px;
                color: #fff;
                padding-right: 0;
                display: block;
                line-height: 35px;
                width: 100%;
                text-align: right
            }

                .bluemenu ul li p a {
                    font-size: 16px;
                    color: #000;
                    font-family: vazirmatn,sans-serif;
                    font-weight: 600
                }

                    .bluemenu ul li p a:hover {
                        color: #e93126
                    }

    .bluemenu h5 {
        float: left;
        width: 50%;
        font-weight: 400;
        color: #707070;
        font-size: 13px;
        text-align: left;
        padding: 12px 0
    }

    .bluemenu h6 {
        float: left;
        width: 50%;
        text-align: right;
        padding: 12px 0
    }

        .bluemenu h6 span {
            font-weight: 400;
            color: #707070;
            font-size: 13px
        }

        .bluemenu h6 a {
            font-weight: 400;
            color: #707070;
            font-size: 13px
        }

            .bluemenu h6 a:hover {
                color: #000
            }

.socialmedia {
    width: auto;
    margin: 0;
    float: left
}

    .socialmedia div {
        width: 35px;
        height: 35px;
        text-align: center;
        margin: 0 3px;
        float: left;
        border-radius: 0;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        transition: .2s
    }

        .socialmedia div:hover {
            transform: scale(1.3) !important;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            transition: .2s
        }

        .socialmedia div:last-child {
            margin: 0 10px 0 0
        }

    .socialmedia svg {
        width: 20px;
        fill: #fff !important;
        padding-top: 0;
        transition: all .2s ease;
        margin-top: 7px
    }

        .socialmedia svg:hover {
            fill: #f1f1f1 !important
        }

    .socialmedia div:hover svg {
        fill: #f1f1f1 !important
    }

.socialmedia2 {
    width: 246px;
    margin: 18px auto 0
}

    .socialmedia2 div {
        width: 35px;
        height: 35px;
        text-align: center;
        margin: 0 3px;
        float: left;
        border-radius: 0%;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        transition: .2s
    }

        .socialmedia2 div:hover {
            transform: scale(1.3) !important;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            transition: .2s
        }

.socialmedalist01 {
    background: #395693
}

.socialmedalist02 {
    background: #000
}

.socialmedalist03 {
    background: #f70000
}

.socialmedalist04 {
    background: #bd32ac
}

.socialmedalist05 {
    background: #0174ca
}

.socialmedalist06 {
    background: #1d694c
}

.socialmedia2 svg {
    width: 20px;
    fill: #fff !important;
    padding-top: 0;
    transition: all .2s ease;
    margin-top: 7px
}

.medialogo {
    width: 100%;
    margin: 50px auto 0;
    direction: rtl
}

    .medialogo div {
        width: auto;
        height: 50px;
        background: #fff;
        border-radius: 5px;
        padding: 0;
        text-align: center;
        float: right;
        margin: 0 3px
    }

    .medialogo a {
        display: initial !important
    }

    .medialogo img {
        width: auto;
        height: 50px;
        margin: 0 10px !important
    }

.lang {
    width: auto;
    float: none;
    margin-top: 0
}

    .lang a {
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        padding: 6px 10px;
        display: inline-block
    }

        .lang a:hover {
            color: #ac0808
        }

#return-to-top {
    position: fixed;
    bottom: 63px;
    right: 21px;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(31,111,80,.7);
    color: #fff;
    border-radius: 3px;
    direction: rtl;
    z-index: 1;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    z-index: 200
}

    #return-to-top i {
        color: #fff;
        margin: 3px;
        position: relative;
        right: 1px;
        top: 10px;
        font-size: 19px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    #return-to-top:hover {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background: rgba(20,80,60,.9)
    }

        #return-to-top:hover i {
            color: #fff;
            top: 1px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

.languagepicker {
    background-color: #fff;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 15px 0 0;
    vertical-align: top;
    float: left;
    display: none;
    background: #f1f1f1;
    position: absolute;
    left: 284px;
    z-index: 1000
}

    .languagepicker:hover {
        height: 81px
    }

    .languagepicker a {
        color: #000;
        text-decoration: none
    }

    .languagepicker li {
        display: block;
        background: 0 0;
        padding: 0 20px;
        line-height: 40px;
        border-top: 1px solid #fff
    }

        .languagepicker li:hover {
            background-color: #eee
        }

    .languagepicker a:first-child li {
        border: none;
        background: 0 0
    }

    .languagepicker li img {
        margin-right: 5px
    }

.roundborders {
    border-radius: 5px
}

.large:hover {
    height: 280px
}

.kurdistan {
    padding-top: 25px !important
}

.mainnews {
    width: 1366px;
    box-sizing: border-box;
    margin: 30px auto 0;
    box-sizing: border-box;
    direction: rtl
}

.mainnewsright {
    overflow: hidden;
    width: 58%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.mainnewsleft {
    overflow: hidden;
    width: 40%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.hawalisaraki00 {
    height: 400px
}

.hawalisaraki {
    overflow: hidden;
    width: 100%;
    height: 460px;
    position: relative;
    border-radius: 5px
}

    .hawalisaraki img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border: 0;
        margin: 0;
        height: 100%
    }

    .hawalisaraki h1 {
        font-size: 25px;
        color: #fff;
        right: 0;
        bottom: 0;
        position: absolute;
        padding: 24px 20px;
        width: 100%;
        right: 0%;
        left: 0%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        background-image: linear-gradient(transparent,black);
        text-align: right
    }

        .hawalisaraki h1 a {
            font-size: 28px;
            color: #fff;
            text-decoration: none;
            font-weight: 600
        }

            .hawalisaraki h1 a:hover {
                color: #b20000;
                text-decoration: none
            }

    .hawalisaraki span {
        font-size: 17px;
        color: #b20000;
        width: 100%;
        text-align: right;
        font-weight: 400;
        float: right;
        padding-bottom: 8px;
        text-shadow: 2px 2px 2px #000
    }

    .hawalisaraki strong {
        font-size: 17px;
        color: #b20000;
        width: auto;
        text-align: right;
        font-weight: 400;
        float: right
    }

    .hawalisaraki b {
        font-size: 17px;
        color: #fff;
        width: auto;
        text-align: right;
        font-weight: 400;
        padding-right: 10px;
        float: right
    }

    .hawalisaraki svg {
        width: 60px;
        fill: #fff !important;
        position: absolute;
        right: 45%;
        top: 45%;
        transition: transform .2s
    }

        .hawalisaraki svg:hover {
            transform: scale(1.5);
            cursor: pointer
        }

    .hawalisaraki iframe {
        width: 100%;
        height: 458px
    }

.videoright {
    overflow: hidden;
    width: 58%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.videoleft {
    overflow: hidden;
    width: 40%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box;
    padding-top: 0
}

    .videoleft h1 {
        color: #fff;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        text-align: right;
        float: right;
        line-height: 40px;
        padding-right: 15px
    }

        .videoleft h1 a {
            font-size: 30px;
            color: #fff;
            text-decoration: none
        }

            .videoleft h1 a:hover {
                color: #b20000;
                text-decoration: none
            }

        .videoleft h1 span {
            font-size: 16px;
            color: #8b8d8b;
            text-decoration: none;
            font-weight: 400;
            float: right;
            margin-top: 5px
        }

.newslist {
    width: 100%;
    float: right;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 13px;
    padding-top: 18px
}

    .newslist:nth-child(1) {
        padding-top: 0
    }

    .newslist:nth-child(2) {
        padding-top: 18px
    }

    .newslist:nth-child(4) {
        border-bottom: 0
    }

    .newslist h1 {
        color: #fff;
        padding: 0;
        width: 60%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        text-align: right;
        float: right;
        line-height: 22px;
        padding-right: 15px
    }

        .newslist h1 a {
            font-size: 16px;
            color: #000;
            text-decoration: none;
            font-weight: 600;
            margin-bottom: 10px;
            display: block
        }

            .newslist h1 a:hover {
                color: #b20000;
                text-decoration: none
            }

        .newslist h1 span {
            font-size: 16px;
            color: #8b8d8b;
            text-decoration: none;
            font-weight: 400;
            float: right;
            margin-top: 5px;
            padding-right: 10px
        }

        .newslist h1 b {
            font-size: 15px;
            color: #b20000;
            text-decoration: none;
            font-family: vazirmatn,sans-serif;
            font-weight: 400;
            float: right;
            margin-top: 5px
        }

.newslistimg {
    overflow: hidden;
    width: 30%;
    height: auto;
    position: relative;
    float: right;
    border-radius: 5px
}

    .newslistimg img {
        float: right;
        width: 100%;
        height: auto;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

.hamarangtabs {
    padding: 40px 0 0
}

    .hamarangtabs li {
        min-height: 350px !important
    }

.newstabs {
    width: 100%;
    margin: 10px 0 0;
    box-sizing: border-box;
    float: right
}

    .newstabs li {
        margin: 0 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 24%
    }

        .newstabs li:last-child {
            margin: 0
        }

    .newstabs h2 {
        float: right
    }

    .newstabs h1 b {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400;
        float: right;
        margin-top: 10px
    }

    .newstabs h1 span {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        float: right;
        margin-top: 10px;
        padding-right: 10px;
        direction: rtl
    }

    .newstabs h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        line-height: 24px;
        direction: rtl
    }

        .newstabs h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #000;
            float: none;
            margin-bottom: 10px
        }

            .newstabs h1 a:hover {
                color: #b20000
            }

.newstabslist {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 200px;
    border-radius: 5px
}

    .newstabslist img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%
    }

.malparakan {
    border: 1px solid silver;
    margin-bottom: 15px
}

    .malparakan img:hover {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        transition: all .7s ease
    }

.reklam01 {
    width: 1366px;
    box-sizing: border-box;
    margin: 70px auto;
    box-sizing: border-box
}

    .reklam01 img {
        width: 99%;
        height: auto;
        float: right
    }

.titles {
    width: 100%;
    float: right;
    border-bottom: 1px solid #d6e1d5;
    margin-top: 70px
}

    .titles div {
        width: 1366px;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box
    }

        .titles div h1 {
            font-weight: 700;
            font-size: 30px;
            color: #b20000;
            float: right;
            position: absolute;
            right: 0;
            bottom: -28px;
            background: #fff;
            padding: 0 10px
        }

            .titles div h1 svg {
                width: 20px;
                fill: #8b8d8b !important;
                padding-top: 0;
                transition: all .2s ease;
                margin-top: 10px;
                margin-left: 15px;
                float: right
            }

        .titles div h2 {
            font-weight: 700;
            font-size: 30px;
            color: #b20000;
            float: right;
            position: absolute;
            left: 150px;
            bottom: -28px;
            background: #fff;
            padding: 0 10px;
            text-align: right
        }

            .titles div h2 svg {
                width: 20px;
                fill: #8b8d8b !important;
                padding-top: 0;
                transition: all .2s ease;
                margin-top: 10px;
                margin-left: 15px;
                float: right
            }

        .titles div h3 {
            font-weight: 700;
            font-size: 30px;
            color: #b20000;
            float: right;
            position: absolute;
            left: 150px;
            bottom: -28px;
            background: #fff;
            padding: 0 10px;
            text-align: right;
            display: none
        }

            .titles div h3 svg {
                width: 20px;
                fill: #8b8d8b !important;
                padding-top: 0;
                transition: all .2s ease;
                margin-top: 10px;
                margin-left: 15px;
                float: right
            }

.titles2 {
    width: auto;
    float: right;
    margin-bottom: 25px
}

    .titles2 div {
        width: 1366px;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box
    }

        .titles2 div h1 {
            font-weight: 700;
            font-size: 30px;
            color: #fff;
            float: right;
            padding: 0
        }

            .titles2 div h1 svg {
                width: 20px;
                fill: #8b8d8b !important;
                padding-top: 0;
                transition: all .2s ease;
                margin-top: 10px;
                margin-left: 15px;
                float: right
            }

.titles3 {
    width: 100%;
    float: right;
    border-bottom: 1px solid #d6e1d5;
    margin-top: 70px;
    position: relative
}

    .titles3 h1 {
        font-weight: 700;
        font-size: 30px;
        color: #b20000;
        float: right;
        position: absolute;
        right: 265px;
        bottom: -28px;
        background: #fff;
        padding: 0 10px
    }

        .titles3 h1 svg {
            width: 20px;
            fill: #8b8d8b !important;
            padding-top: 0;
            transition: all .2s ease;
            margin-top: 10px;
            margin-left: 15px;
            float: right
        }

    .titles3 h2 {
        font-weight: 700;
        font-size: 30px;
        color: #b20000;
        float: right;
        position: absolute;
        right: 0;
        bottom: -28px;
        background: #fff;
        padding: 0 10px
    }

        .titles3 h2 svg {
            width: 20px;
            fill: #8b8d8b !important;
            padding-top: 0;
            transition: all .2s ease;
            margin-top: 10px;
            margin-left: 15px;
            float: right
        }

.detailtitle {
    width: 100%;
    float: right;
    margin-top: 30px
}

    .detailtitle div {
        width: 1366px;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box
    }

        .detailtitle div h1 {
            font-weight: 700;
            font-size: 30px;
            color: #b20000;
            float: right;
            background: #fff;
            padding: 0 10px
        }

            .detailtitle div h1 svg {
                width: 20px;
                fill: #8b8d8b !important;
                padding-top: 0;
                transition: all .2s ease;
                margin-top: 10px;
                margin-left: 15px;
                float: right
            }

.newstabs2 {
    margin: 42px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: top;
    align-content: center
}

    .newstabs2 li {
        margin: 0 0 10px 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 24%;
        border-bottom: 1px solid #d6e1d5;
        padding-bottom: 14px
    }

        .newstabs2 li:last-child {
            margin: 0
        }

        .newstabs2 li:nth-child(5) {
            border-bottom: 0
        }

        .newstabs2 li:nth-child(6) {
            border-bottom: 0
        }

        .newstabs2 li:nth-child(7) {
            border-bottom: 0
        }

        .newstabs2 li:nth-child(8) {
            border-bottom: 0
        }

    .newstabs2 h1 b {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400;
        float: right;
        margin-top: 10px
    }

    .newstabs2 h1 span {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        float: right;
        margin-top: 10px;
        padding-right: 10px
    }

    .newstabs2 h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        line-height: 24px;
        direction: rtl
    }

        .newstabs2 h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #000;
            float: right
        }

            .newstabs2 h1 a:hover {
                color: #b20000
            }

.iraq {
    width: 100%;
    margin: 0 30px 0 0;
    box-sizing: border-box;
    float: right
}

    .iraq li {
        margin: 0 0 0 1%;
        padding: 0 0 0 10px;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 49%;
        min-height: 133px;
        border-top: 1px solid #d6e1d5
    }

    .iraq h1 b {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400;
        float: right;
        margin-top: 5px
    }

    .iraq h1 span {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        float: right;
        margin-top: 5px
    }

    .iraq h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        padding-top: 30px;
        line-height: 24px
    }

        .iraq h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #000;
            float: right
        }

            .iraq h1 a:hover {
                color: #b20000
            }

.jihandetail {
    margin: 70px 20px 0 0 !important
}

.jihan {
    width: 100%;
    margin: 0 30px 0 0;
    box-sizing: border-box;
    float: right
}

    .jihan li {
        margin: 0;
        padding: 15px 0 15px 10px;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 100%;
        border-top: 1px solid #d6e1d5
    }

        .jihan li:last-child {
            border-bottom: 0
        }

    .jihan h1 b {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400;
        float: right;
        margin-top: 5px
    }

    .jihan h1 span {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        float: right;
        margin-top: 5px
    }

    .jihan h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        padding-top: 30px;
        line-height: 24px
    }

        .jihan h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #000;
            float: right
        }

            .jihan h1 a:hover {
                color: #b20000
            }

.black {
    width: 100%;
    float: right;
    margin: 30px 0;
    padding: 30px 0;
    background: #495351
}

.blackcontent {
    width: 1366px;
    margin: 0 auto
}

.pielogo {
    display: block
}

.iraqright {
    overflow: hidden;
    width: 52%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.iraqleft {
    overflow: hidden;
    width: 46%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.mainiraq {
    height: 400px !important
}

.birwralistpage {
    min-height: 200px
}

.birwralist {
    width: 49%;
    float: right;
    padding-bottom: 20px
}

    .birwralist h1 {
        color: #fff;
        padding: 0;
        width: 50%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        text-align: right;
        float: right;
        line-height: 24px;
        margin-right: 15px;
        background-image: url(quoted.png);
        background-repeat: no-repeat;
        background-position: right top;
        padding-top: 30px
    }

        .birwralist h1 a {
            font-size: 16px;
            color: #000;
            text-decoration: none;
            font-weight: 600
        }

            .birwralist h1 a:hover {
                color: #b20000;
                text-decoration: none
            }

        .birwralist h1 span {
            font-size: 14px;
            color: #8b8d8b;
            text-decoration: none;
            font-weight: 400;
            float: right;
            margin-top: 10px;
            padding-right: 10px;
            direction: rtl
        }

        .birwralist h1 b {
            font-size: 15px;
            color: #b20000;
            text-decoration: none;
            font-family: vazirmatn,sans-serif;
            font-weight: 400;
            float: right;
            margin-top: 10px
        }

.birwralistimg {
    overflow: hidden;
    width: 40%;
    height: 170px;
    position: relative;
    float: right;
    border-radius: 5px
}

    .birwralistimg img {
        float: right;
        width: 100%;
        height: inherit;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

.warzsh {
    width: 100% !important
}

.aburitabs {
    width: 80%;
    margin: 50px 0 0;
    box-sizing: border-box;
    float: right
}

    .aburitabs li {
        margin: 0 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 32.3%
    }

    .aburitabs h2 {
        float: right
    }

    .aburitabs h1 b {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400;
        float: right;
        margin-top: 5px
    }

    .aburitabs h1 span {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        float: right;
        margin-top: 5px;
        direction: rtl
    }

    .aburitabs h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        line-height: 24px
    }

        .aburitabs h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #000;
            float: right
        }

            .aburitabs h1 a:hover {
                color: #b20000
            }

.aburitabslist {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 200px;
    border-radius: 5px
}

    .aburitabslist img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%
    }

.warzhimage {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 230px;
    border-radius: 5px
}

    .warzhimage img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%
    }

.reklamleft {
    width: 20%;
    margin: 50px 0 0;
    box-sizing: border-box;
    float: right
}

    .reklamleft img {
        width: 100%;
        float: right
    }

.jihan01 {
    overflow: hidden;
    width: 48%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.jihan02 {
    overflow: hidden;
    width: 27%;
    position: relative;
    float: right;
    margin: 0 0% 0 2%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box;
    padding: 8px
}

.jihan03 {
    overflow: hidden;
    width: 21%;
    position: relative;
    float: right;
    text-align: center;
    direction: rtl;
    box-sizing: border-box;
    border: 1px solid #d6e1d5;
    border-radius: 5px;
    padding: 10px
}

    .jihan03 img {
        width: 100%
    }

    .jihan03 h1 {
        font-weight: 700;
        font-size: 30px;
        color: #b20000;
        right: 0;
        top: 0;
        position: absolute;
        padding: 24px 20px;
        width: 100%;
        right: 0%;
        left: 0%;
        box-sizing: border-box;
        margin: 0;
        text-align: right;
        display: none
    }

.reportajchawpekawtn {
    width: 100%;
    float: right
}

.rech {
    width: 50%;
    float: right
}

.chawpekawtn {
    float: right !important
}

.reportaj {
    width: 683px;
    margin: 50px 0 0;
    box-sizing: border-box;
    float: left
}

    .reportaj li {
        margin: 0 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 48.3%
    }

    .reportaj h2 {
        float: right
    }

    .reportaj h1 b {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400;
        float: right;
        margin-top: 5px
    }

    .reportaj h1 span {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        float: right;
        margin-top: 5px;
        direction: rtl
    }

    .reportaj h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        line-height: 24px
    }

        .reportaj h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 600;
            font-size: 16px;
            color: #000;
            float: right
        }

            .reportaj h1 a:hover {
                color: #b20000
            }

.reportajlist {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 200px;
    border-radius: 5px
}

    .reportajlist img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%
    }

.footerlogo {
    width: auto;
    height: 50px;
    float: none !important
}

.hawalibapala {
    width: 100%;
    background: #b80808;
    float: right;
    position: fixed;
    bottom: 0;
    z-index: 1000
}

.hawalibapalacontent {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 7px 0
}

.Content-Div {
    width: 100%;
    -webkit-box-sizing: border-box
}

.close-btn {
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    font: 20px Arial;
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    display: block;
    position: absolute;
    left: 11px;
    right: 0;
    bottom: 11px;
    border-radius: 3px;
    cursor: pointer
}

.detailright {
    overflow: hidden;
    width: 72%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

    .detailright h1 {
        width: 100%;
        font-weight: 700;
        text-align: right;
        float: right;
        line-height: 40px;
        font-size: 35px;
        color: #000;
        text-decoration: none;
        padding-bottom: 20px
    }

    .detailright b {
        font-size: 17px;
        color: #b20000;
        width: auto;
        text-align: right;
        font-weight: 400;
        font-family: vazirmatn,sans-serif;
        float: right;
        margin-left: 8px
    }

    .detailright span {
        font-size: 17px;
        width: 100%;
        font-weight: 700 !important;
        font-family: vazirmatn,sans-serif;
        width: auto;
        padding-bottom: 0
    }

    .detailright strong {
        font-weight: 700 !important;
        margin-left: 8px
    }

    .detailright p {
        font-weight: 300;
        text-align: justify;
        line-height: 40px;
        font-size: 17px;
        color: #000;
        text-decoration: none
    }

blockquote {
    font-weight: 700;
    text-align: center;
    float: none;
    padding: 54px 0 24px;
    line-height: 35px;
    font-size: 28px;
    color: #000;
    text-decoration: none;
    background-image: url(quoted_red.png);
    background-repeat: no-repeat;
    background-position: right 0;
    display: table;
    margin: 40px auto;
    border-bottom: 1px #000 solid;
    overflow: visible
}

    blockquote img {
        float: right;
        margin-bottom: 10px;
        height: auto !important;
        width: 30px !important
    }

.quotename {
    font-size: 18px;
    padding-right: 50px;
    font-weight: 700 !important;
    color: #007500 !important;
    padding-bottom: 14px
}

    .quotename:before {
        content: "—";
        padding-left: 5px;
        font-weight: 700 !important;
        color: #007500 !important
    }

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: ''
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.videodetail {
    margin-top: 15px !important
}

.detailimage {
    width: 100%;
    float: right;
    margin: 0
}

    .detailimage img {
        width: 100%;
        float: right;
        margin-bottom: 0 !important
    }

    .detailimage h4 {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 3px 10px;
        margin: 0;
        font-size: 14px;
        text-align: right;
        float: right;
        color: #1f6f50
    }

.detailimagecaption {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 6px 0 12px 10px;
    margin: 0;
    font-family: vazirmatn,sans-serif;
    font-size: 14px;
    text-align: right;
    float: right;
    color: #000
}

.detailright img {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px
}

figure {
    margin: 8px 0;
    font-family: vazirmatn,sans-serif;
    font-size: 15px;
    color: #b80808
}

    figure audio {
        width: 100%
    }

.sharebuttons {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-top: -4px
}

#st-1 .st-btn > img {
    width: 15px !important;
    top: 5px !important
}

#st-1 .st-btn {
    height: 30px !important
}

.at-style-responsive .at-share-btn {
    padding: 0 !important
}

.at-resp-share-element .at-share-btn {
    margin: 0 1px 5px !important
}

.sharebuttons span {
    padding-right: 0 !important
}

.detailright {
    overflow: hidden;
    width: 72%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.detailleft {
    overflow: hidden;
    width: 25%;
    position: relative;
    float: right;
    margin-left: 1%;
    font-size: 19px;
    color: #000;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    direction: rtl;
    box-sizing: border-box
}

.detailreklam {
    width: 100%;
    float: right
}

    .detailreklam img {
        width: 100%;
        float: right
    }

.hawalizyatr {
    width: 100%;
    float: right
}

.anjamigaran {
    width: auto;
    float: right;
    border: 1px solid silver;
    padding: 5px;
    margin-left: 5px;
    direction: rtl
}

.garran {
    width: auto;
    float: right;
    border: 1px solid silver;
    padding: 5px;
    margin-left: 5px;
    direction: rtl
}

.arshifpage {
    padding-top: 0 !important
}

.kteb {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
    height: 290px;
    border-radius: 5px
}

    .kteb img {
        float: right;
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%
    }

.ktebtabs {
    width: 100%;
    margin: 10px 0 0;
    box-sizing: border-box;
    float: right
}

    .ktebtabs li {
        margin: 0 0 0 1%;
        height: auto;
        box-sizing: border-box;
        float: right;
        text-align: right;
        width: 32%
    }

    .ktebtabs h1 {
        width: 100%;
        float: right;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        line-height: 24px;
        min-height: 100px
    }

        .ktebtabs h1 a {
            font-family: vazirmatn,sans-serif;
            font-weight: 300;
            font-size: 17px;
            color: #000;
            float: right
        }

            .ktebtabs h1 a:hover {
                color: #b20000
            }

.paiwandi {
    width: 58%;
    font-weight: 300;
    text-align: right;
    float: right;
    font-size: 17px;
    color: #000;
    margin-left: 2%;
    direction: rtl;
    line-height: 30px
}

.map {
    width: 40%;
    font-weight: 300;
    text-align: right;
    float: right;
    font-size: 17px;
    color: #000
}

    .map iframe {
        width: 100% !important;
        height: 300px
    }

.news-ticker, .news-ticker li {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

    .news-ticker ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

.news-ticker {
    height: 50px;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #b80808;
    color: #fff
}

    .news-ticker li {
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.close-ticker {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 800ms ease-in-out
}

    .close-ticker:hover {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .close-ticker svg {
        width: 30px;
        height: 30px;
        color: #fff
    }

.searchbar {
    width: auto;
    float: left;
    margin-top: 18px;
    background-color: #fff;
    padding: 0 0 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

.garran {
    width: 270px;
    margin: 0 auto;
    float: none;
    border: 0
}

.gsearch {
    width: 100% !important;
    direction: rtl !important;
    height: 30px;
    float: left !important;
    padding: 3px 0 0 6px;
    box-sizing: border-box
}

.gsc-control-cse {
    font-family: open sans !important;
    border-color: none !important;
    background: 0 0 !important;
    direction: rtl !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important
}

gsc-input {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important;
    height: 20px !important;
    font-family: open sans !important
}

#gsc-i-id1 {
    text-align: right !important;
    direction: ltr !important;
    float: left !important;
    background: 0 0 !important;
    font-family: bahij thesansarabic !important;
    color: #000 !important;
    padding-top: 0 !important;
    margin-top: 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #ffc000 !important;
    background-image: none;
    filter: none;
    set animation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #e0a900 !important;
        background-image: none;
        filter: none;
        set animation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important;
        border-radius: 0 !important
    }

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #35745d !important;
    background-color: #35745d !important;
    background-image: none !important;
    filter: none !important;
    border-radius: 0 !important;
    padding: 7px 16px !important;
    transition: .3s !important
}

    .gsc-search-button-v2:hover {
        background-color: #000 !important;
        border-color: #000 !important;
        transition: .3s !important;
        cursor: pointer !important
    }

.gsc-input-box {
    background-position: 0% 0%;
    border: 1px solid #e8e8e8 !important;
    height: 29px !important;
    margin-top: 2px !important;
    border-radius: 0 !important;
    background-image: none !important;
    font-family: bahij thesansarabic !important;
    background-repeat: repeat;
    background-attachment: scroll;
    background: 0 0 !important;
    text-align: right !important;
    font-family: vazirmatn,sans-serif !important
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px
}

.gsc-search-button-v2 {
    margin-top: 2px !important
}

table.gsc-search-box td.gsc-input {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px;
    font-family: open sans !important
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important;
    font-family: open sans !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-family: open sans !important;
    font-size: 12px !important
}

.gs-web-image-box img.gs-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    margin: 1px !important;
    padding: 1px !important
}

.gsst_a .gscb_a {
    font-size: 14px !important
}

input.gsc-input {
    font-size: 11px !important;
    font-family: open sans !important;
    font-weight: 400 !important
}

.gsc-search-button {
    margin-left: 0 !important
}

.videonewslist {
    width: 100%;
    float: right;
    border-bottom: 1px solid #3f4846;
    padding: 10px 0
}

    .videonewslist:nth-child(1) {
        padding-top: 0
    }

    .videonewslist:nth-child(2) {
        border-bottom: 0
    }

    .videonewslist h1 {
        color: #fff;
        padding: 0;
        width: 60%;
        box-sizing: border-box;
        margin: 0;
        font-weight: 300;
        text-align: right;
        float: right;
        line-height: 24px;
        padding-right: 15px
    }

        .videonewslist h1 a {
            font-size: 17px;
            color: #fff;
            text-decoration: none
        }

            .videonewslist h1 a:hover {
                color: #b80808;
                text-decoration: none
            }

        .videonewslist h1 span {
            font-size: 16px;
            color: gray;
            text-decoration: none;
            font-weight: 400;
            float: right;
            margin-top: 5px;
            padding-right: 0
        }

        .videonewslist h1 b {
            font-size: 15px;
            color: #fff;
            text-decoration: none;
            font-family: vazirmatn,sans-serif;
            font-weight: 400;
            float: right;
            margin-top: 5px
        }

.apps {
    width: 100%;
    padding: 0;
    background: url(green.png) repeat-x;
    float: right
}

.appscontent {
    width: 1400px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.mobile {
    width: auto;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0
}

.appscontent h1 {
    font-size: 20px;
    color: #fff;
    font-family: vazirmatn,sans-serif;
    font-weight: 600;
    float: right;
    margin-top: 260px;
    width: 100%;
    text-align: right
}

.appscontent h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 15px
}

.appscontent h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    float: right
}

    .appscontent h3 img {
        width: auto;
        height: 45px;
        float: right;
        margin-left: 5px
    }

.storeicons {
    width: auto;
    height: 40px;
    float: right;
    margin-left: 10px;
    margin-top: 8px
}

.appscontent h5 {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: -28px;
    padding: 0;
    margin: 0;
    opacity: .1
}

.menuicon {
    display: none
}

.new-wrapper {
    width: 1360px;
    margin: 0 auto
}

.info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: top;
    align-content: center
}

    .info li {
        width: 49%;
        margin-bottom: 20px;
        margin-left: 2%
    }

        .info li:nth-child(2n) {
            margin-left: 0
        }

        .info li img {
            width: 100%;
            border-radius: 5px;
            overflow: hidden
        }

        .info li h2 {
            color: #fff;
            margin-bottom: 10px;
            font-size: 30px
        }

        .info li span {
            color: #fff;
            font-size: 14px
        }

.wtar {
    padding: 50px 0;
    display: block;
    background-color: #fff
}

    .wtar ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: top;
        align-content: center
    }

        .wtar ul li {
            width: 32%;
            margin-left: 2%;
            margin-bottom: 20px;
            position: relative;
        }

            .wtar ul li:nth-child(3n) {
                margin-left: 0
            }

            .wtar ul li h1 {
                font-weight: 500;
                text-align: right;
                line-height: 24px;
                background-image: url(quoted.png);
                background-repeat: no-repeat;
                background-position: right top;
                padding-top: 30px;
                color: #000;
                font-size: 18px;
                display: flex
            }

.wtar-img {
    width: 114px;
    height: 114px;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin-left: 16px
}

    .wtar-img img {
        width: 100%
    }

.wtar-xtra {
    display: block;
    position: absolute;
    right: 120px;
    bottom: 0;
}

    .wtar-xtra span {
        font-size: 15px;
        color: #b20000;
        text-decoration: none;
        font-family: vazirmatn,sans-serif;
        font-weight: 400
    }

    .wtar-xtra b {
        font-size: 14px;
        color: #8b8d8b;
        text-decoration: none;
        font-weight: 400;
        padding-right: 10px
    }

.top-bar.sticky {
    display: block;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    animation: slide-down .7s;
    height: 34px
}

@media(max-width:1400px) {
    .bluemenu ul {
        margin: 100px auto 0
    }

    .new-wrapper {
        width: 98%
    }

    .wrapper {
        width: 100%
    }

    .bluemenu {
        width: 100%;
        padding: 2% 2% 0
    }

    .menubarcont {
        width: 100%;
        padding: 6px 0
    }

    .mainnews {
        width: 100%;
        padding: 0 1%
    }

    .reklam01 {
        width: 100%;
        padding: 0 1%
    }

    .mainnewsright {
        width: 53%
    }

    .mainnewsleft {
        width: 45%
    }

    .detailtitle div {
        width: 100%;
        margin: 0 1%
    }

    .titles div {
        width: 100%;
        margin: 0 1%
    }

        .titles div h1 {
            right: 2%
        }

    .newstabs2 {
        padding: 0 1%
    }

    .blackcontent {
        width: 100%;
        padding: 0 1%
    }

    .titles3 h1 {
        right: 10px
    }

    .reportaj {
        width: 98%;
        margin: 50px 0 0
    }

    .riklamisarawa {
        width: 100%;
        padding: 5px 0
    }

        .riklamisarawa img {
            width: 100%;
            padding: 0 1%
        }

    .appscontent {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box
    }

    .mobile {
        height: 350px;
        left: 3%
    }

    .apps {
        background-size: auto 150%
    }
}

@media(max-width:1024px) {
    .hawalisaraki {
        height: 384px
    }

    .info li h2 {
        font-size: 18px
    }

    .hawalisaraki00 {
        height: 320px !important
    }

    .newstabslist {
        height: 140px
    }

    .iraqright {
        width: 44%
    }

    .iraqleft {
        width: 54%
    }

    .mainiraq {
        height: 255px !important
    }

    .birwralist h1 {
        width: 50%
    }

    .aburitabslist {
        height: 160px
    }

    .titles div h2 {
        left: 65px
    }

    .jihan01 {
        width: 45%
    }

    .jihan02 {
        width: 30%
    }

    .warzhimage {
        height: 200px
    }

    .reportajlist {
        height: 160px
    }

    .birwralistpage {
        width: 49% !important
    }

    .ktebtabs li {
        width: 32%
    }

    .birwralistimg {
        width: 40%;
        height: 130px
    }
}

@media(max-width:960px) {
    .bluemenu ul li p a {
        font-size: 14px
    }

    .searchbar {
        margin-left: 90px
    }

    .menuicon {
        display: block
    }

    .menubarcont {
        padding: 10px 0
    }

    .mainnewsright {
        width: 100%;
        margin-bottom: 20px
    }

    .mainnewsleft {
        width: 100%
    }

    .hawalisaraki {
        height: auto
    }

        .hawalisaraki img {
            height: auto
        }

    .newslistimg {
        width: 30%
    }

    .newstabs li {
        width: 49%
    }

    .newstabslist {
        height: 240px
    }

    .newstabs h1 {
        min-height: 110px
    }

    .titles div h1 {
        font-size: 22px
    }

        .titles div h1 svg {
            margin-top: 7px
        }

    .iraqright {
        width: 44%
    }

    .iraqleft {
        width: 54%
    }

    .iraq li {
        min-height: 170px
    }

    .menubar {
        display: none !important
    }

    .titles div h1 {
        bottom: -20px
    }

    .titles3 h1 {
        font-size: 22px
    }

    .titles3 h2 {
        font-size: 22px
    }

    .titles3 h1 {
        font-size: 22px;
        bottom: -20px
    }

    .titles3 h2 {
        font-size: 22px;
        bottom: -20px;
        right: 10px
    }

    .rech {
        width: 100%
    }

    .chawpekawtn {
        float: none !important
    }

    .reportajlist {
        height: 250px
    }

    .paiwandi {
        width: 100%;
        margin-left: 0
    }

    .map {
        width: 100%;
        margin-top: 20px
    }

        .map iframe {
            width: 100%;
            height: 300px
        }

    .socialmedia {
        margin: 20px 10px 0 85px
    }

        .socialmedia div:last-child {
            margin: 0 5px 0 0
        }

    .lang a {
        padding-right: 5px;
        font-size: 15px
    }
}

@media(max-width:840px) {
    .languagepicker {
        display: block
    }

    .wtar ul li {
        width: 100%;
        margin-left: 0
    }

    .searchbar {
        display: none
    }

   

    .socialmedia {
        width: 180px
    }

    .warzhimage {
        height: 180px
    }

    .socialmedia {
        display: none
    }

    .languagepicker {
        margin-left: 90px;
        margin-top: 21px;
        left: 0
    }
    .top-bar.sticky {
        position: static
    }
    .top-bar {
        position: static
    }
    .lang {
        display:none
    }
}

@media(max-width:768px) {
    .bluemenu ul li {
        width: 33%;
        padding-bottom: 20px
    }

    .new-wrapper {
        width: 96%
    }

    .newstabs2 li {
        width: 32%
    }

        .newstabs2 li:nth-child(5) {
            border-bottom: 1px solid #d6e1d5
        }

        .newstabs2 li:nth-child(6) {
            border-bottom: 1px solid #d6e1d5
        }

        .newstabs2 li:nth-child(7) {
            border-bottom: 0
        }

        .newstabs2 li:nth-child(8) {
            border-bottom: 0
        }

    .videoleft {
        padding-top: 0
    }

    .iraqright {
        width: 100%
    }

    .iraqleft {
        width: 100%
    }

    .mainiraq {
        height: inherit !important
    }

    .iraqright {
        margin-left: 0
    }

    .iraq {
        margin: 0 1% 0 0
    }

    .birwralist {
        width: 100%;
        float: right;
        padding-bottom: 40px
    }

        .birwralist:nth-child(3) {
            padding-bottom: 0
        }

    .aburitabslist {
        height: 140px
    }

    .jihan01 {
        width: 100%;
        margin: 0 0 20px
    }

    .jihan02 {
        width: 100%;
        margin: 0
    }

    .jihan03 {
        width: 100%;
        margin: 50px 0 0;
        padding: 0
    }

    .jihan li:first-child {
        border-top: 0
    }

    .jihan {
        margin: 0 10px 0 0
    }

    .titles div h2 {
        display: none
    }

    .titles div h3 {
        font-weight: 700;
        font-size: 30px;
        color: #b20000;
        float: right;
        position: absolute;
        right: 0;
        bottom: -28px;
        background: #fff;
        padding: 0 10px;
        display: block
    }

        .titles div h3 svg {
            width: 20px;
            fill: #8b8d8b !important;
            padding-top: 0;
            transition: all .2s ease;
            margin-top: 10px;
            margin-left: 15px;
            float: right
        }

    .jihan03 h1 {
        font-size: 22px;
        right: 0;
        top: 0;
        display: block;
        text-align: center
    }

    .detailright {
        width: 100%;
        margin-left: 0;
        padding: 0 8px
    }

    .detailleft {
        width: 100%;
        margin-left: 0;
        padding: 28px 8px 0
    }

    .jihandetail {
        margin: 10px 20px 0 0 !important
    }

    .birwralistpage {
        width: 100% !important;
        min-height: inherit
    }

        .birwralistpage:nth-child(3) {
            padding-bottom: 40px
        }

    .ktebtabs li {
        width: 49%
    }

    .videoright {
        width: 100%;
        margin-left: 0;
        padding-top: 0
    }

    .videoleft {
        width: 100%;
        margin-left: 0;
        padding-top: 20px
    }

    .news-ticker li {
        font-size: 12px;
        margin-right: 0
    }

    .close-ticker {
        width: 15px;
        height: 15px;
        left: 8px;
        top: 18px
    }

        .close-ticker svg {
            width: 15px;
            height: 15px
        }

    .breakingnews {
        width: 105px !important;
        right: 0% !important;
        height: 30px !important;
        padding: 0 15px !important;
        top: -30px !important;
        box-shadow: 0 0 !important;
        font-size: 14px !important;
        background: #a20606 !important
    }

        .breakingnews a {
            position: absolute;
            bottom: 6px;
            right: 4px;
            line-height: 16px;
            font-size: 14px
        }

    .hawalisaraki00 {
        height: auto !important
    }

    .appscontent h5 {
        display: none
    }

    .appscontent h1 {
        font-size: 18px;
        margin-top: 0
    }

    .apps {
        background-size: inherit
    }

    .mobile {
        height: 210px;
        display: none
    }

    .apps {
        min-height: inherit;
        background-image: none;
        background-color: #357e61;
        padding: 40px
    }

    .appscontent {
        min-height: inherit
    }
}

@media(max-width:767px) {
    .pielogo {
        display: none
    }

    .aburitabs {
        width: 100%
    }

        .aburitabs li {
            width: 100%;
            padding-bottom: 20px
        }

    .aburitabslist {
        height: inherit
    }

    .reklamleft {
        width: 70%;
        margin: 50px auto 0;
        float: none
    }

    .warzhimage {
        height: inherit
    }

    .sidenav .closebtn {
        top: 2%;
        right: 6%;
        font-size: 36px;
        font-size: 35px;
        border: 4px rgba(80,80,80,.1) solid;
        width: 48px;
        height: 48px
    }

        .sidenav .closebtn:hover {
            border: 4px #000 solid
        }
}

@media(max-width:650px) {
    .medialogo {
        width: 100%
    }

    .wtar-img {
        width: 94px;
        height: 94px;
        margin-left: 10px
    }

    .wtar ul li h1 {
        padding-top: 24px;
        font-size: 14px
    }

    .wtar-xtra span {
        font-size: 12px
    }

    .wtar-xtra b {
        font-size: 12px
    }

    .info li {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }

    .medialogo div {
        width: 46%
    }

    .newstabs li {
        width: 100%
    }

    .newstabslist {
        height: auto
    }

    .newstabs h1 {
        min-height: inherit
    }

    .newstabs li {
        width: 100%;
        padding-bottom: 20px
    }

    .newstabs2 li {
        width: 49%
    }

    .hamarangtabs li {
        min-height: inherit !important
    }

    .reportaj li {
        margin: 0;
        width: 98%
    }

    .reportajlist {
        height: inherit
    }

    .bluemenu h5 {
        width: 100%;
        text-align: center;
        padding: 32px 0 0
    }

    .bluemenu h6 {
        width: 100%;
        text-align: center;
        padding: 8px 0 22px
    }

    .malparakan img {
        height: auto !important
    }

    .ktebtabs li {
        width: 100%
    }

    .kteb {
        height: inherit
    }
}

@media(max-width:490px) {
    .logo {
        height: 40px;
        top: 22px;
        margin-top: 25px
    }

    .hawalisaraki iframe {
        width: 100%;
        height: 220px
    }

    .wrapper {
        width: 96%
    }

    .bluemenu ul li {
        width: 50%;
        padding-bottom: 25px;
        min-height: 235px
    }

    .medialogo div {
        width: 98%
    }

    .medialogo {
        margin: 0 auto
    }

    .newslist h1 b {
        font-size: 14px
    }

    .newslist h1 span {
        font-size: 14px
    }

    .bluemenu ul li {
        padding-right: 4%
    }

    .newstabs2 li:nth-child(7) {
        border-bottom: 1px solid #d6e1d5
    }

    .newstabs2 li:nth-child(8) {
        border-bottom: 0
    }

    .iraq li {
        padding: 0 0 20px;
        min-height: inherit;
        width: 100%
    }

    .birwralistimg {
        width: 100%;
        height: auto;
        margin-bottom: 15px
    }

    .reklamleft {
        width: 100%;
        margin: 50px auto 0;
        float: none
    }

    .ktebtabs h1 {
        min-height: inherit;
        padding-bottom: 20px
    }

    .kteb img {
        height: auto
    }
}

@media(max-width:489px) {
    .newstabs2 li {
        width: 100%;
        min-height: inherit;
        padding: 0 0 10px
    }

        .newstabs2 li:first-child {
            padding: 0 10px 20px
        }

    .languagepicker {
        margin-left: 80px
    }

        .languagepicker li {
            padding: 0 12px
        }

    .logo {
        height: 32px;
        top: 25px
    }
}

@media print {
    .printable {
        display: block !important
    }

    .detailleft {
        display: none
    }

    .reklam01 {
        display: none
    }

    .titles {
        display: none
    }

    .mainnews {
        display: none
    }

    .footer {
        display: none
    }

    .riklamisarawa {
        display: none
    }

    .mainmenu-content {
        display: none
    }

    .menubar {
        display: none
    }

    .mainnews img {
        display: none
    }
}
