@font-face {
    font-family: Tajawal;
    src: url('../fonts/Tajawal-Medium.ttf');
}

body {
    font-family: Tajawal, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #f5f5f5;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0;
}

img {
    object-fit: cover;
}

@media (min-width : 1201px) and (max-width: 1300px) {
    .container {
        max-width: 1150px;
    }
}

@media (min-width : 1301px) and (max-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width : 1401px) and (max-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width : 1501px) {
    .container {
        max-width: 1450px;
    }
}

/* -- Header -- */
header {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: -200px;
    transition: all .5s ease-in-out;
}

header .logo {
    overflow: hidden;
}

header .logo img {
    height: 160px;
    display: inline-block;
}

header .logo .slogan {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    color: #d69f2a;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 30px 0 0;
    animation: typing 5s steps(40, end) infinite;
}

@keyframes typing {

    0%,
    80% {
        width: 0
    }

    80%,
    100% {
        width: 100%
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

header .left-list {
    text-align: left;
    margin-top: 15px;
}

header .left-list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

header .left-list li a {
    color: #000;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: all .5s ease-in-out;
}

header .left-list li.active a,
header .left-list li a:hover {
    color: #d69f2a;
}

header .menu {
    display: block;
    text-align: center;
    margin: 10px 0 5px;
}

header .menu li {
    display: inline-block;
    margin: 0 10px;
}

header .menu li a {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    transition: all .5s ease-in-out;
}

header .menu li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #d69f2a;
    content: '';
    width: 0;
    opacity: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all .5s ease-in-out;
}

header .menu li.active a:before,
header .menu li a:hover:before {
    width: 100%;
    opacity: 1;
    z-index: 0;
}

header .menu li.active a,
header .menu li a:hover {
    color: #fff;
}

header .menu li a span {
    display: inline-block;
    z-index: 2;
    position: relative;
}

header .search {
    text-align: left;
    margin-top: 15px;
}

header .search input {
    border: 1px solid #e1e1e1;
    border-left: 0;
    outline: none;
    padding: 5px 10px;
    width: 250px;
    margin-left: -5px;
    transition: all .5s ease-in-out;
    background: #f7f7f7;
}

header .search input:focus {
    border-color: #d69f2a;
}

header .search button[type="submit"] {
    padding: 5px 10px;
    border: 1px solid #333399;
    background: #333399;
    outline: none;
    color: #fff;
    transition: all .5s ease-in-out;
}

header .search button[type="submit"]:hover {
    background: #d69f2a;
    border: 1px solid #d69f2a;
}

header .menu li.mobile-link,
header .menu-btn {
    display: none;
}

.socail-list {
    text-align: center;
    margin-top: 40px;
}

.socail-list li {
    display: inline-block;
    margin: 0 4px;
}

.socail-list li a {
    padding: 5px 5px 0;
    font-size: 20px;
    color: #fff !important;
    background: #d69f2aa1;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.socail-list li a::before {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    content: '';
    z-index: 2;
    background: #000;
    transition: all .5s ease-in-out;
}

.socail-list li a:hover::before {
    top: 0;
}

.socail-list li.facebook a::before {
    background: #3b5998;
}

.socail-list li.twitter a::before {
    background: #1da1f2;
}

.socail-list li.youtube a::before {
    background: #ff0000;
}

.socail-list li.whatsapp a::before {
    background: #00c307;
}

.socail-list li.telegram a::before {
    background: #239fdb;
}

.socail-list li.instagram a::before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.socail-list li.apple a::before {
    background: #666;
}

.socail-list li.play-store a::before {
    background: #4285f4;
}

.socail-list li.huawei a::before {
    background: #cf0a2c;
}

.socail-list li a span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.socail-list li a img {
    height: 20px;
    filter: invert(100%);
}

header .left-side .socail-list {
    text-align: left;
    margin-top: 15px;
}

header .menu .socail-list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .menu .socail-list li {
    flex: 0 0 25%;
    margin-bottom: 0;
}

header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

header.fixed .socail-block,
header.fixed .left-list,
header.fixed .left-list+.search,
header.fixed .logo .slogan {
    display: none;
}

header.fixed .container {
    position: relative;
}

header.fixed .logo {
    position: absolute;
    overflow: auto;
}

header.fixed .logo img {
    height: 100px;
}

header.fixed .menu:not(.open) li {
    margin: 0 5px;
}

header.fixed .menu:not(.open) {
    padding-right: 115px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    header .left-list li {
        margin-right: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    header .menu li {
        margin: 0 5px;
    }

    header .menu li a {
        padding: 5px;
    }

    header .socail-block {
        display: none;
    }

    header.fixed .logo {
        margin-top: 5px;
    }

    header.fixed .logo img {
        height: 40px;
    }

    header.fixed .menu {
        text-align: left;
    }

    header.fixed .menu li {
        margin: 0 1px !important;
    }
}

@media (max-width: 767px) {
    header .left-side {
        display: none;
    }

    header .logo {
        position: relative !important;
    }

    header .menu-btn {
        display: block;
        padding: 5px;
        direction: ltr;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 15px;
    }

    header .menu-btn span {
        display: block;
        height: 2px;
        width: 25px;
        background: #333399;
        margin-bottom: 3px;
    }

    header .menu-btn span:nth-child(2) {
        width: 20px;
    }

    header .menu-btn span:nth-child(3) {
        width: 15px;
    }

    header .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #333399cc;
        z-index: 95;
    }

    header .menu {
        margin: 0;
        padding: 20px 10px;
        position: fixed;
        top: 0;
        right: -235px;
        bottom: 0;
        overflow-y: auto;
        z-index: 99;
        background: #fff;
        width: 230px;
        text-align: right;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: all .5s ease-in-out;
    }

    header .menu.open {
        right: 0;
    }

    header .menu li {
        display: block;
        margin: 8px 0;
    }

    header .menu li.mobile-link {
        display: block;
    }

    header .search input {
        width: 170px;
    }

    header .left-list,
    header .left-list+.search {
        display: none;
    }

    header .menu li.mobile-link .search {
        margin-top: 0;
    }
}

@media (max-width: 450px) {
    header .logo img {
        height: 60px;
    }

    header .logo .slogan {
        font-size: 15px;
        margin-right: 10px;
    }
}

/* -- ./Header -- */

/* -- Main Slider -- */
.main-slider {
    height: 430px;
    overflow: hidden;
}

.main-slider .flickity-viewport {
    height: 430px !important;
}

.main-slider .item {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin-top: -5px;
}

.main-slider .item .news-block1 {
    height: 100% !important;
}

.main-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    outline: none !important;
    border: 0 !important;
    border-radius: 0;
    top: 35px;
}

.main-slider .flickity-prev-next-button .arrow {
    fill: #333399;
}

.main-slider .flickity-prev-next-button.next {
    left: 70px;
    right: auto;
}

.main-slider .flickity-prev-next-button.previous {
    right: auto;
    left: 20px;
}

@media (min-width: 1501px) {
    .main-slider {
        height: 550px;
    }

    .main-slider .flickity-viewport {
        height: 550px !important;
    }
}

@media (max-width: 767px) {
    .main-slider {
        height: 350px;
    }

    .main-slider .flickity-viewport {
        height: 350px !important;
    }
}

@media (max-width: 450px) {
    .main-slider {
        height: 300px;
    }

    .main-slider .flickity-viewport {
        height: 300px !important;
    }
}

/* -- ./Main Slider -- */

/* -- News Blocks -- */
.main-block {
    margin-top: 25px;
}

.news-block1 {
    position: relative;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    height: 420px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.news-block2 .type,
.news-block1 .type {
    background: #333399;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    transition: all .5s ease-in-out;
}

.news-block2 .type b,
.news-block1 .type b {
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    right: -1px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.news-block1 .overlay {
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.9) 100%);
}

.news-block1:hover .overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.news-block1 .play {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 50px;
    z-index: 10;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
    color: #cf0a2c;
    animation: playAnimi 2s infinite;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
}

.news-block1 .play i {
    position: relative;
    left: -2px;
    transition: all .5s ease-in-out;
}

.news-block1:hover .play i {
    color: #d69f2a;
}

@keyframes playAnimi {
    0% {
        background: rgba(0, 0, 0, 0.2);
    }

    80%,
    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

.news-block1 .info {
    position: absolute;
    z-index: 6;
    bottom: 35px;
    right: 15px;
    left: 15px;
    transition: all .5s ease-in-out;
}

.news-block1 p {
    max-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.news-block1:hover p {
    color: #d69f2a;
}

.news-block1 img,
.news-block1 iframe {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    border-top-right-radius: 100px;
}

.news-block1 .news-time {
    color: #e2e2e2;
    font-size: 14px;
    transition: all .5s linear;
}

.news-block1 .news-time i {
    margin-left: 5px;
}

.news-block1.type2 {
    height: 270px;
}

.news-block1.type3 {
    height: 205px;
}

.news-block1.type3 .play {
    width: 30px;
    height: 30px;
    font-size: 25px;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
}

.news-block3 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.news-block3.small img {
    height: 325px;
}

.news-block3 {
    position: relative;
    margin-bottom: 15px;
}

.news-block3 .play {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #d69f2a;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
}

.news-block3.small .play {
    width: 40px;
    height: 40px;
    font-size: 30px;
}

.news-block3 .info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
}

.news-block3 p {
    max-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.news-block3 .news-time {
    background: #444;
    text-align: left;
    padding: 5px 10px;
    color: #aaa;
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.news-block3 .type {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d69f2a;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}

.news-block3:hover p {
    text-decoration: underline;
}

.news-block3:hover img,
.news-block3:hover iframe {
    opacity: 0.8;
}

.news-block2 {
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.news-block2 .img-box {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
}

.news-block2 .img-box img,
.news-block2 .img-box iframe {
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
}

.news-block2 .img-box .type+img,
.news-block2 .img-box .type+iframe {
    position: relative;
    z-index: 2;
    border-top-right-radius: 100px;
}

.news-block2:hover .img-box img,
.news-block2:hover .img-box iframe {
    filter: brightness(0.7);
}

.news-block2 .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.1);
}

.news-block2 .img-box:hover .overlay {
    background: transparent;
}

.news-block2 p {
    padding: 5px 10px 15px;
}

.news-block2 p a {
    display: block;
    height: 45px;
    overflow: hidden;
    color: #555;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.news-block2:hover p a {
    color: #d69f2a;
}

.news-block2 .news-time {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 5px;
    font-size: 12px;
    z-index: 3;
    background: #d69f2a;
    color: #fff;
}

.news-block2 .video-icon {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transition: all .5s ease-in-out;
}

.news-block2:hover .video-icon {
    background: #333399;
}

.news-block2 .video-icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    right: -2px;
}

@media (min-width: 1501px) {
    .news-block1 {
        height: 540px;
    }

    .news-block1.type3 {
        height: 265px;
    }

    .news-block2 .img-box {
        height: 250px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .news-block3 img {
        height: 300px;
    }

    .news-block3.small img {
        height: 225px;
    }

    .news-block2 .img-box {
        height: 200px;
    }
}

@media (max-width: 767px) {

    .news-block1,
    .news-block1.type3 {
        height: 350px;
    }

    .news-block2 .img-box {
        height: 200px;
    }

    .news-block3 img,
    .news-block3.small img {
        height: 325px;
    }

    .news-block1.type3 .play {
        position: absolute;
        width: 60px;
        height: 60px;
        font-size: 50px;
        top: calc(50% - 25px);
        right: calc(50% - 25px);
    }
}

@media (max-width: 575px) {
    .news-block2 .img-box {
        height: 225px;
    }
}

@media (max-width: 450px) {

    .news-block1,
    .news-block1.type3 {
        height: 300px;
    }

    .news-block3 img,
    .news-block3.small img {
        height: 225px;
    }

    .news-block3 p {
        font-size: 15px;
    }

    .news-block3 p {
        max-height: 43px;
    }
}

/* -- ./News Blocks -- */

/* -- News Ticker -- */
.news-ticker {
    margin-top: 20px;
    background: #333399;
    padding: 5px 0 10px;
}

.news-ticker .icon {
    border-left: 5px solid #fff;
    padding-left: 10px;
    display: inline-block;
}

.news-ticker .icon img {
    height: 30px;
    margin: 0 10px;
}

.breaking-tiny-slider {
    display: inline-block;
    overflow: hidden;
    height: 25px;
    margin: 0;
    margin-right: 10px;
    position: relative;
    top: 8px;
    max-width: calc(100% - 90px);
}

.breaking-tiny-slider-inner {
    transition: .3s;
}

.breaking-tiny-slider-item {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.breaking-tiny-slider-item a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s ease-in-out;
}

.breaking-tiny-slider-item a:hover {
    text-decoration: underline !important;
    color: #ccc;
}

@media (max-width: 575px) {
    .news-ticker .icon {
        padding-left: 5px;
    }

    .news-ticker .container {
        padding: 0;
    }

    .breaking-tiny-slider {
        max-width: calc(100% - 65px);
    }
}

/* -- ./News Ticker -- */

/* -- Section Title -- */
.white-bg {
    background: #fff;
    padding: 30px 0;
}

.navy-bg {
    background: #333399;
    padding: 30px 0;
}

.section-title {
    position: relative;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.section-title:after {
    position: absolute;
    content: '';
    bottom: -2px;
    width: 25px;
    max-width: 100%;
    border-bottom: 2px solid #333399;
    right: 0;
    transition: all .5s ease-in-out;
}

.navy-bg .section-title:after {
    border-color: #fff;
}

.navy-bg .section-title {
    border-color: #999;
}

.section-title a {
    color: #333399;
    transition: all .5s ease-in-out;
}

.navy-bg .section-title a {
    color: #fff;
}

.section-title:hover:after {
    width: 75px;
}

.section-title a.show-all {
    font-size: 14px;
    float: left;
    position: relative;
    top: 0;
    color: #333399;
    background: transparent;
    padding: 5px 10px;
    border-radius: 10px;
}

.navy-bg .section-title a.show-all {
    color: #fff;
}

.section-title a.show-all i {
    font-size: 18px;
    position: relative;
    top: 5px;
    transform: rotate(180deg);
}

.section-title a.show-all:hover {
    color: #d69f2a;
}

/* -- ./Section Title -- */

/* -- Side News -- */
.side-news li {
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.side-news li a {
    position: relative;
}

.side-news .video-icon {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transition: all .5s ease-in-out;
}
.side-news .video-icon i {
    color: #fff;
}
.side-news li:hover .video-icon {
    background: #333399;
}

.side-news li img,
.side-news li iframe {
    width: 100%;
    height: 90px;
    transition: all .5s ease-in-out;
}

.side-news li:hover img,
.side-news li:hover iframe {
    filter: brightness(0.7);
}

.side-news li p {
    font-size: 16px;
    height: 50px;
    margin: 5px 0 2px;
    overflow: hidden;
    font-weight: bold;
    padding-left: 10px;
}

.side-news li p a {
    color: #000;
    transition: all .5s ease-in-out;
}

.side-news li:hover p a {
    color: #333399;
}

.side-news li .news-time {
    font-size: 13px;
    background: #d69f2a;
    color: #fff;
    padding: 1px 3px;
}

/* -- ./Side News -- */

/* -- Footer -- */
footer {
    background: #333399;
    margin-top: 25px;
    padding: 30px 0 20px;
}

footer.footer-down {
    padding-bottom: 50px;
}

footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .logo img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

footer .socail-list {
    margin: 15px 0 15px;
}

footer .folow-list {
    display: flex;
    flex-wrap: wrap;
}

footer .folow-list img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .folow-list li:first-child {
    padding-left: 3px;
}

footer .folow-list li:last-child {
    padding-right: 3px;
}

footer .folow-list li {
    margin-bottom: 10px;
    display: inline-block;
    flex: 0 0 50%;
}

footer .folow-list li a {
    padding: 10px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block;
    position: relative;
    background: #50557b;
    color: #fff;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

footer .folow-list li a .btn-content {
    position: relative;
    z-index: 2;
}

footer .folow-list li a:after {
    position: absolute;
    width: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    background: #d69f2a;
    transition: all .5s ease-in-out;
}

footer .folow-list li a:hover:after {
    right: 0;
}

footer .folow-list li a:hover {
    color: #444;
}

footer .folow-list li b {
    display: block;
}

footer .site-link li {
    margin-bottom: 10px;
    font-weight: bold;
}

footer .site-link li a {
    color: #fff;
    transition: all .5s ease-in-out;
}

footer .site-link li a:hover {
    color: #d69f2a;
}

footer .download-app {
    margin-top: 15px;
}
footer .download-app h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
footer .download-app ul {
    text-align: center;
}

footer .download-app li {
    display: inline-block;
    margin: 0 0 10px 10px;
}

footer .download-app li img {
    width: 150px;
    border-radius: 5px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    footer .folow-list {
        width: 70%;
        margin: 15px auto 0;
    }
}

@media (max-width: 767px) {
    footer .folow-list {
        margin: 15px auto 0;
    }
}

@media (max-width: 500px) {
    footer.footer-down {
        padding-bottom: 100px;
    }
}

@media (max-width: 450px) {
    footer .folow-list li {
        flex: 0 0 100%;
    }
}

/* -- /Footer -- */

/* -- Ads -- */
.adv-block {
    text-align: center;
}

.adv-block .box {
    margin-top: 25px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 5px;
    position: relative;
}

.adv-block .box .ads-title {
    background: #333399;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    position: absolute;
    top: -25px;
    right: 0;
}

.adv-block .box a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    height: 100%;
}

.adv-block img,
.adv-block iframe {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.long-adv {
    margin: 30px auto;
}

.ads3 {
    margin-top: 25px;
}

.ads3 .box {
    height: 630px;
}

.ads2 .box {
    height: 350px;
}

@media (max-width: 1200px) {
    .ads3 .box {
        height: 350px;
    }
}

/* -- ./Ads -- */
/*-- Poll Section --*/
.poll-section {
    padding: 10px 15px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.writers-box .poll-section {
    margin-top: 40px;
}

.poll-section p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.poll-section .vote {
    position: relative;
}

.poll-section .vote label {
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}

.poll-section .btn-poll {
    border: none;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    background: #333399;
    outline: none;
    padding: 5px 10px;
}

/*-- Vote Section --*/
.votes-section {
    border: 1px solid lightgray;
    padding: 10px 17px;
    border-radius: 5px;
    margin-bottom: 25px;
    background: #fff;
}

.votes-section p {
    margin-bottom: 0;
    font-weight: bold;

}

.votes-section .vote-div {
    position: relative;
    margin-bottom: 14px;
    height: 19px;
    background-color: #eee;
}

.votes-section .result-div span {
    font-size: 14px;
}

.votes-section .vote-div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    border-radius: 5px;
    z-index: -1;
}

.votes-section .vote-div span {
    padding: 0 5px;
    display: block;
    border-radius: 5px;
    height: 100%;
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
}

.votes-section .vote-div span.vote1 {
    background-color: #58b25c;
}

.votes-section .vote-div span.vote2 {
    background-color: #d14a48;
}

.votes-section .vote-div span.vote3 {
    background-color: #f6a124;
}

/*-- ./Poll Section --*/

/*-- New Details Section --*/
.news-meta {
    display: none;
}

.news-details-page .new-details-section {
    padding-top: 4px;
    padding-bottom: 4px;
}

.news-details-page .new-details-section .news-title {
    font-size: 30px;
    font-weight: bold;

}

.news-details-page .new-details-section .news-title a {
    color: #333399;
}

@media (max-width:767px) {
    .news-details-page .new-details-section .news-title {
        font-size: 22px;
    }
}

.news-details-page .new-details-section .time {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.news-details-page .new-details-section .news-img {
    margin-top: 5px;
    margin-bottom: 10px;
}

.news-details-page .new-details-section .news-img img,
.news-details-page .new-details-section .news-img iframe {
    width: 100%;
    object-fit: cover;
}

.news-details-page .new-details-section .news-img iframe {
    height: 450px;
}

@media (max-width:767px) {
    .news-details-page .new-details-section .news-img iframe {
        height: 300px;
    }
}
.news-content{
    margin-top: 20px; 
}

/*--News Content --*/
.new-details-section .news-content h1 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.new-details-section .news-content p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
}

.new-details-section .news-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.new-details-section .news-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.new-details-section .news-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.new-details-section .news-content h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.new-details-section .news-content h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.new-details-section .news-content hr {
    background-color: #1275ae;
}

.new-details-section .news-content img,
.new-details-section .news-content iframe {
   
    object-fit: cover;
    margin-bottom: 20px;
}

.new-details-section .news-content iframe {
    height: 400px;
}

@media (max-width:575px) {
    .new-details-section .news-content iframe {
        height: 250px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .new-details-section .news-content iframe {
        height: 300px;
    }
}

.new-details-section .news-content p a {
    text-decoration: underline !important;
    color: #1275ae;
    font-weight: bold;
}

.quote_block {
    text-align: center;
    line-height: 2.5;
    padding: 20px;
    background: #fff;
    border: 1px solid #aaa;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-weight: bold;
    margin: 30px 0;
}
.quote_block * {
    color: #000 !important;
}
.quote_block p {
    margin-bottom: 0 !important;
}
.quote_block i {
    font-size: 25px;
    margin: 0 5px;
    color: #777 !important;
}
.news-details-page .news-info {
    display: flex;
    flex-wrap: wrap;
}
.news-details-page .news-info .info-list {
    flex: 0 0 calc(100% - 165px);
}
.news-details-page .news-info .info-list li:not(.writer) {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
}
.news-details-page .news-info .info-list li:not(.writer) a {
    color: #aaa;   
    transition: all .5s ease-in-out; 
}
.news-details-page .news-info .info-list li:not(.writer) a:hover {
    color: #333399;
}
.news-details-page .news-info .info-list li:not(.writer) i {
    margin-left: 2px;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.news-details-page .news-info .info-list li:not(:first-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.news-details-page .news-info .info-list li.date-box,
.news-details-page .news-info .info-list li.writer {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    border: 0;
}
.news-details-page .news-info .info-list li.writer img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    border: 1px solid #aaa;
}
.news-details-page .news-info .info-list li.writer a {
    font-weight: bold;
    color: #000;
}
.news-details-page .news-info .info-list li.writer a:hover {
    color: #333399;
} 
.news-details-page .news-info .share-box {
    flex: 0 0 165px;
}
.news-details-page .share-box h3 {
    color: #aaa;
    font-size: 15px;
}
.news-details-page .share-box .socail-list {
    margin-top: 0;
    text-align: right;
}
.news-details-page .font-list li {
    display: inline-block;
    margin-left: 8px;
}
.news-details-page .font-list li span {
    padding: 5px 5px 0;
    font-size: 15px;
    color: #fff !important;
    background: #444;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    direction: ltr;
    width: 30px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
    user-select: none;
}
.news-details-page .font-list li span:hover {
    background: #333399;
}
.news-details-page .font-list li span.none {
    background: #aaa !important;
    cursor: not-allowed;
}
.news-details-page .tags {
    margin: 25px 0 5px;
}
.news-details-page .tags  {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 20px;
}
.news-details-page .tags  a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    background: #333399;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all .5s ease-in-out;
}
.news-details-page .tags  a:hover {
    color: #d69f2a;
}
@media(max-width: 575px) {
    .news-details-page .news-info {
        display: block;
    }
    .news-details-page .news-info .info-list {
        margin-bottom: 15px;
    }
}
/*-- ./News Content --*/

/* -- pagination -- */

.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0;
    font-size: 18px;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    min-width: 30px;
    border: 1px solid #333399;
    padding: 5px;
    background: #fff;
    margin-bottom: 15px;
    display: inline-block;
    color: #333399;
}

.page-navigation span:hover {
    cursor: not-allowed;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: #333399;
}

/* -- ./pagination -- */

/* -- Contact -- */
.contact-page #dle-content input,
.contact-page #dle-content textarea{
	outline: none;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
    direction: rtl;
    text-align: right;
}

.contact-page #dle-content textarea {
    height: 200px;
    resize: none;
}

.contact-page #dle-content select {
    outline: none;
    margin-bottom: 10px;
    padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.contact-page #dle-content .c-capcha{
	text-align: center;
}

.contact-page #dle-content .c-capcha input{
	width: 100px;
}

.contact-page #dle-content button.btn{
	display: block;
	margin: 5px auto;
	outline: none;
	border: 1px solid #333399;
	color: #fff;
    background: #333399;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.contact-page #dle-content button.btn:hover{
	background: #fff;
	color: #333399;
}

.contact-page .phone-email {
    text-align: center;
    margin-bottom: 25px;
}

.contact-page .phone-email a{
	color: #444;
}

.contact-page .phone-email a:hover {
    color: #333399;
}

.contact-page .phone-email li {
    margin-bottom: 10px;
}

.contact-page .phone-email li svg {
    color: #333399;
}

@media (max-width:767px) {
    .contact-page .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }

    .contact-page .phone-email .col-xs-12:last-child ul {
        border: 0;
    }
}

/* -- ./Contact -- */

/* -- Last News -- */

.inner-last-news .sub-news{
    position: relative;
    padding: 15px 0;
}

.inner-last-news .sub-news img,
.inner-last-news .sub-news iframe {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.inner-last-news .sub-news:hover img,
.inner-last-news .sub-news:hover iframe {
    filter: brightness(0.7);
}

.inner-last-news .sub-news .line {
    position: absolute;
    height: 30px;
    right: calc(75px /2);
    bottom: -15px;
    width: 1px;
    background: #333399;
    z-index: -1;
}

.inner-last-news .sub-news:last-child .line {
    display: none;
}

.inner-last-news .sub-news .time {
    position: absolute;
    right: 100px;
    top: 30px;
    width: 100px;
    text-align: center;
    color: #999;
}

.inner-last-news .sub-news .time svg {
    color: #333399;
}

.inner-last-news .sub-news .type {
    position: absolute;
    right: 100px;
    top: 50px;
    width: 100px;
    text-align: center;
}

.inner-last-news .sub-news .type a {
    background: #d69f2a;
    padding: 2px 10px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    display: inline-block;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all .5s ease-in-out;
}

.inner-last-news .sub-news .type a:hover {
    color: #fff;
    background: #333399;
}

.inner-last-news .sub-news p {
    position: absolute;
    width: calc(100% - 220px);
    top: 30px;
    right: 220px;
}

.inner-last-news .sub-news p a {
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.inner-last-news .sub-news:hover p a {
    color: #333399;
}

.inner-last-news .news-title-circle {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    border: 1px solid #333399;
    position: relative;
    background: #fff;
    margin-top: 10px; 
    transition: all .5s ease-in-out;
}

.inner-last-news .news-title-circle a {
    display: block;
    text-align: center;
    font-size: 16px;
    width: 70%;
    margin: 10px auto 0;
    font-weight: bold;
    color: #333399;
    transition: all .5s ease-in-out;
}

.inner-last-news .news-title-circle:hover {
    border-color: #d69f2a;
}

.inner-last-news .news-title-circle:hover a {
    color: #d69f2a;
}

.inner-last-news .news-title-circle .line {
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 1px;
    right: calc((75px /2) - 2px);
    background: #333399;
    z-index: -1;
}

@media (max-width:400px){

    .inner-last-news .sub-news .type,
    .inner-last-news .sub-news .time {
        right: 75px;
        font-size: 12px;
    }

    .inner-last-news .sub-news p {
        width: calc(100% - 175px);
        right: 175px;
    }

}

/* -- ./Last News -- */

/* -- urgent news -- */

.newsbar{
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
    height: 50px;
    font-size: 22px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .show {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    width: 40px;
    height: 50px;
    background: #000;
    height: 100%;
    color: #a30d0d;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.newsbar .show.back {
    height: 35px;
    font-size: 30px;
    top: auto;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #000;
}
.newsbar .hidden-part {
	background: #a30d0d;
    height: 50px;
    padding: 0 0 5px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .urgent {
    color: #d69f2a;
    background: #a30d0d;
    width: 80px;
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    height: 50px;
    position: relative;
    top: 0;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.newsbar .urgent:after {
    position: absolute;
    left: -1px;
    width: 2px;
    top: 10px;
    bottom: 10px;
    content: '';
    background: #aaa;
    border-radius: 5px;
}
.newsbar .urgent span {
    animation: blinker 0.5s ease-in-out infinite;
    -webkit-animation: blinker 0.5s ease-in-out infinite;
}  
@keyframes blinker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blinker {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
} 
.newsbar .newss{
	display: inline-block;
}
.newsbar .newss{
	height: 25px;
	overflow: hidden;
}

.newsbar p {
	margin: 0;
	height: 35px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}
.newsbar p a {
    color: #fff;
    transition: all .5s ease-in-out;
}

.newsbar p a:hover {
    text-decoration: underline !important;
}

.newsbar .newss div {
    top: 10px;
    opacity: 0;
	padding-right: 10px;
	position: absolute;
    transition: all 2s ease-in-out;
}
.newsbar .newss .activenews {
    opacity: 1;
}
@media (max-width:500px){
	.newsbar .newss div {
        top: auto;
        margin-top: -10px;
    }
	.newsbar {
        height: 90px;
        bottom: -5px;
	}
	.newsbar .hidden-part {
		padding: 0;
		height: 90px;
	}
	.newsbar .urgent{
		width: calc(100% - 40px);
        height: auto;
        top: -5px;
        line-height: normal;
    }
    .newsbar .newss {
        display: block;
    }
	.newsbar .newss .activenews{
		text-align: center;
        padding-right: 0px;
        width: 100%;
	}
	.newsbar p{
        height: 45px;
        font-size: 14px;
        padding-left: 40px;
        padding-right: 5px;
        line-height: 1.7;
        text-align: center;
        display: block;
    }
    .newsbar .show {
        height: 95px;
        bottom: 0;
        top: auto;
    }
    .newsbar .show.back {
        width: 30px
    }
    .newsbar .urgent:after {
        display: none;
    }
}

/* -- ./urgent news -- */

/* -- Download Page -- */
.download-block .main-img {
    display: block;
    margin: 15px auto;
    max-height: 450px;
}
.download-block h3 {
    font-size: 20px;
    color: #333399;
    margin-bottom: 20px;
    font-weight: bold;
}
.download-block ul li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
}
.download-block ul li img {
    width: 200px;
}
.download-block .socail-list {
    text-align: right;
    margin-top: 0;
}
.download-block .folow-list li {
    display: block;
    margin: 0 0 15px;
}
.download-block .folow-list li a {
    border: 1px solid #333399;
    display: inline-block;
    width: 300px;
    color: #333399;
    background: #fff;
    transition: all .5s ease-in-out;
}
.download-block .folow-list li a:hover {
    border-color: #d69f2a;
}
.download-block .folow-list li a b {
    transition: all .5s ease-in-out;
}
.download-block .folow-list li a:hover b {
    color: #d69f2a;
}
.download-block .folow-list img {
    width: 60px;
    padding: 5px;
    background: #333399;
    transition: all .5s ease-in-out;
}
.download-block .folow-list li a:hover img {
    background: #d69f2a;
}
/* -- ./Download Page -- */
