@font-face {font-family: Kufi; src: url('../fonts/Droid.Arabic.Kufi.ttf');}
body{
    font-family: Kufi, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
ul {list-style: none;padding: 0;margin: 0;}
a {text-decoration: none !important;}
p {margin-bottom: 0;}
.clear {
    clear: both;
}
/* 
    =======================
    INDEX PAGE
    =======================
*/

/* -- Header -- */

header {
    background: #0e0e1b;
    padding: 10px 0;
}

header .container {
    position: relative;
}

header .social {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0e0e1b;
    padding-right: 15px;
}

header .social li {
    display: inline-block;
    margin-right: 15px;
}

header .social li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

header .social li a:hover {
    color: #aaa;
}

header .social li.facebook a:hover {
    color: #3b5998;
}

header .social li.twitter a:hover {
    color: #55acee;
}

header .social li.instagram a:hover {
    color: #fb7432;
}

header .social li.telegram a:hover {
    color: #1e96d3;
}

header .news-bar {
    position: relative;
    padding-right: 80px;
}

header .news-bar .title {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-weight: bold;
}

header .news {
    height: 22px;
    overflow: hidden;
}

header .news > div {
    display: none;
}

header .news > div.active-news {
    display: block;
}

header .news > div a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

header .news > div a:hover {
    color: #aaa;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    animation: show1 1s ease-in-out;
}

@keyframes show1 {
    0% {
        top: -120px;
    }

    100% {
        top: 0;
    }
}

/* -- ./Header -- */

/* -- Navbar -- */

.nav-area {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3) ;
}

.nav-area .logo {
    height: 90px;
    margin-top: 10px;
    display: block;
}

.nav-area .container {
    position: relative;
}

.navbar-nav > li > a {
    padding: 10px;
    color: #000;
    transition: all 0.5s ease-in-out;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover {
    color: #2727d8;
    background: none !important;
}

.navbar {
    margin: 0;
    margin-top: 15px;
}

.nav-area.fixed .navbar {
    margin: 0;
}

.nav-area .logo-small {
    display:none;
}

.nav-area.fixed .logo {
    display: none;
}

.nav-area.fixed .logo-small {
    display: block;
    height: 45px;
}

.nav-area.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    animation: show 1s ease-in-out;
}
 
@keyframes show {
    0% {
        top: -100px;
    }

    100% {
        top: 40px;
    }
}

.nav-area.fixed .ads-area {
    display: none;
}

.nav-area.fixed .nav-container {
    width: 83.33333333%;
}

/* -- ./Navbar -- */

/* -- Search -- */

.nav-area .nav-container {
    overflow: hidden;
}

.nav-area .ads img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100px;
    margin-top: 20px;
}

.nav-area .search {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    height: 65px;
    transition: all 0.5s ease-in-out;
}

.nav-area.fixed .search {
    height: 45px;
}

.nav-area .search.open {
    top: 0;
}

.nav-area .search button {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #0e0e1b;
    background: #0e0e1b;
    color: #fff;
    outline: none;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
}

.nav-area .search input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    width: 100%;
    outline: none;
    padding-right: 15px;
    border-bottom: 2px solid #0e0e1b;
}

.nav-area .search button:hover {
    background: #fff;
    color: #0e0e1b;
}

.nav-area .search button#open {
    bottom: -50px;
}

.nav-area.fixed .search button#open {
    bottom: -60px;
}

.nav-area .search button#close {
    top: 20px;
}

.nav-area.fixed .search button#close {
    top: 3px;
}

/* -- ./Search -- */

/* -- Marquee -- */

.marquee-wrapper {
    overflow: hidden;
}

header .marquee {
    direction: ltr;
}

header .marquee ul {
    direction: rtl;
}

header .marquee li {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

header .marquee li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    border-radius: 5px;
    background: #ccc;
    top: calc(50% - 10px);
    left: -2px;
}

header .marquee li p,
header .marquee li img {
    display: inline-block;
}

header .marquee li p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

header .marquee li p a:hover {
    color: #ccc;
}

.opacity-all {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: none;
}

.search-btn {
    display: none
}

@media (max-width: 1200px) and (min-width: 992px) {
    .nav-area.fixed .navbar-nav > li > a {
        font-size: 13px;
        padding: 10px 6px;
        transition: all 0.1s ease-in-out;
    }
}


@media (max-width: 991px) {
    .nav-area .logo {
        height: 50px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin: 0;
        margin-right: 10px;
        padding: 9px 0;
        float: none;
        z-index: 100;
        position: absolute;
        top: -167px;
        right: -10px;
    }
    .nav-area.fixed .navbar-toggle {
        position: fixed;
        top: 5px;
        right: calc(50% - 375px);
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: block !important;
        position: fixed;
        right: -175px;
        top: 0;
        bottom: 0;
        background: #0e0e1b;
        height: 100vh !important;
        width: 170px;
        z-index: 100;
        transition: all 0.5s ease-in-out;
        z-index: 1000;
    }
    .navbar-collapse.collapse.opened {
        right: 0;
    }
    .navbar-nav {
        float: none !important;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: block;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
    .navbar-toggle span{
        background: #fff;
    }
    .navbar {
        position: absolute;
        top: 30px;
        min-height: auto;
        border: 0;
    }
    .nav > li > a svg.fa-angle-down,
    .navbar .down-menu .down-menu-content {
        display: none;
    }

    .nav-area .ads img {
        margin-top: 0;
    }
    .nav-area.fixed .logo-small {
        float: left;
    }
    .nav-area .nav-container {
        overflow: visible;
    }
    .search-btn {
        display: block;
        border: 0;
        background: 0;
        color: #fff;
        padding: 10px;
        margin: 0 auto;
    }
    .nav-area .search {
        z-index: 9999;
        position: fixed;
        top: -205px;
        left: 0;
        right: 0;
        height: 205px;
    }

    .nav-area .search button#open {
        display: none;
    }
    .nav-area .search button#close {
        left: 10px;
        top: 75px;
    }
    .nav-area.fixed .search button#close {
        top: 5px;
    }
    header .news-bar .title {
        background: #0e0e1b;
        z-index: 1;
        padding-left: 10px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .nav-area .navbar-toggle {
        right: 10px;
        position: fixed;
        top: 3px;
    }
    .nav-area.fixed .navbar-toggle {
        right: 10px;
        top: 60px;
        animation: shownenu 1s ease-in-out;
    }

    @keyframes shownenu {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }

    .nav-area.fixed .navbar-toggle span {
        background: #0e0e1b;
    }
    header .news-bar {
        padding-right: 0;
    }
    header .news-bar .title {
        background: #0e0e1b;
        z-index: 1;
        padding-left: 10px;
    }
    header.fixed .news-bar .title {
        padding-right: 5px;
    }
    header .social {
        position: static;
        text-align: center;
        margin-top: 10px;
        padding: 0;
    }
    .nav-area .logo {
        display: block;
        margin: 10px auto 20px;
    }
}

/* -- ./Marquee -- */

/* -- Main Block -- */

.grey-bg {
    background: #f1f1f1;
    padding-top: 15px;
}

.news-slider .item {
    width: 100%;
}

.news-slider .flickity-page-dots {
    bottom: auto;
    top: 15px;
    width: auto;
    left: 15px;
}

.news-slider .flickity-page-dots .dot {
    transition: all 0.5s ease-in-out;
    background: #960101;
    border-radius: 10px;
}

.news-slider .flickity-page-dots .dot.is-selected {
    width: 30px;
}

.news-slider .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    bottom: 0;
    top: auto;
    background: #960101;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

.news-slider .flickity-prev-next-button:hover {
    opacity: 1;
}

.news-slider .flickity-prev-next-button .arrow {
    fill: #fff;
}

.flickity-prev-next-button.next {
    right: auto;
    left: 50px;
}

.main-block .row,
.main-block .col-xs-12 {
    margin: 0;
}

.main-block .col-xs-12 {
    padding: 2px;
}

.news-box {
    position: relative;
}

.news-box a {
    display: block;
    overflow: hidden;
    height: 165px;
}

.news-box img,
.news-box iframe {
    width: 100%;
    height: 165px;
    transition: all 1s ease-in-out;
}

.news-box a:hover img {
    transform: scale(1.1)
}

.news-box h3 {
    position: absolute;
    z-index: 10;
    margin: 0;
    font-size: 15px;
    color: #fff;
    bottom: 25px;
    right: 10px;
    left: 25px;
    height: 43px;
    overflow: hidden;
    line-height: 20px;
    transition: all 0.5s ease-in-out;
}

.news-box h3:hover {
    color: #aaa;
}

.news-box .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background:linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 25% ,rgba(0,0,0,0.8) 100%);
}

.news-box .date {
    top: 140px;
    z-index: 10;
    right: 15px;
    color: #ccc;
    position: absolute;
}

.news-box p {
    position: absolute;
    top: 180px;
}

.main-block .news-box {
    margin-bottom: 4px;
}

.main-block .news-box .type {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 2px 10px;
    background: #960101;
    font-size: 11px;
    border-radius: 15px;
}

.main-block .main-news-box {
    border-bottom: 4px solid #0e0e1b;
    position: relative;
}

.main-block .main-news-box a {
    display: block;
    height: 498px;
    overflow: hidden;
}

.main-block .main-news-box img,
.main-block .main-news-box iframe {
    width: 100%;
    height: 498px;
    transition: all 1s ease-in-out;
}

.main-block .main-news-box a:hover img {
    transform: scale(1.1);
}

.main-block .main-news-box .shadow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background:linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 25% ,rgba(0,0,0,0.8) 100%);
}

.main-block .main-news-box h3 {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    right: 15px;
    left: 15px;
    font-size: 20px;
    height: 30px;
    color: #fff;
    overflow: hidden;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}

.main-block .main-news-box h3:hover {
    color: #aaa;
}

.main-block .main-news-box .date {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 15px;
    font-size: 14px;
    color: #999;
}

.main-block .main-news-box .type {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    right: 0;
    color: #fff;
    font-size: 12px;
    background: #960101;
    padding: 2px 20px 2px 10px;
}

@media (max-width: 767px) {
    .news-box img,
    .news-box iframe,
    .news-box a {
       height: 250px;
    }
    .main-block .news-box {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news-box .date {
        top: 225px;
    }
    .main-block .main-news-box img, .main-block .main-news-box iframe,
    .main-block .main-news-box a {
        height: 300px;
    }
}

/* -- ./Main Block -- */

/* -- Last News -- */

.last-news {
    margin-top: 25px;
}

.main-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.main-title a {
    color: #000;
    display: block;
    transition: all 0.5s ease-in-out;
}

.main-title a svg {
    float: left;
    width: 25px !important;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #0e0e1b;
    color: #fff;
    padding: 2px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.main-title:hover  a svg{
    transform: rotate(-360deg);
}

.main-title:hover a {
    color: #0e0e1b;
}

.main-title:after {
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 2px;
    width: 50px;
    content: '';
    background: #0e0e1b;
    transition: all 0.5s ease-in-out;

}

.main-title:hover:after {
    width: 70%;
}

.last-news .sub-news .img {
    width: 100px;
    display: block;
    height: 100px;
    overflow: hidden;
    border-radius: 15px;
    float: right;
    position: relative;
}

.last-news .sub-news .img img,
.last-news .sub-news .img iframe {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.last-news .sub-news .row {
    margin: 0;
}

.last-news .sub-news .img .fa-play-circle {
    position: absolute;
    width: 20px !important;
    height: 20px;
    color: #fff;
    opacity: 0.7;
    border-radius: 50%;
    top: calc(50% - 10px);
    right: calc(50% - 10px);
    transition: all 0.5s ease-in-out;
}

.last-news .sub-news .img:hover .fa-play-circle {
    opacity: 1;
    color: #960101;
}

.last-news .sub-news .img:hover img {
    transform: scale(1.1);
}

.last-news .sub-news h3 {
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 25px;
    text-align: justify;
    max-height: 50px;
    overflow: hidden;
}

.last-news .sub-news h3 a {
    color: #777;
    transition: all 0.5s ease-in-out;
}

.last-news .sub-news h3 a:hover {
    color: #0e0e1b;
}

.last-news .sub-news .info {
    margin-top: 10px;
    padding-right: 120px;
}

.last-news .sub-news .type {
    font-size: 12px;
    padding: 2px 10px;
    background: #960101;
    color: #fff;
    border-radius: 15px;
}

.last-news .sub-news .date,
.last-news .sub-news .pen {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    color: #555;
}

.last-news .sub-news .pen {
    font-size: 12px;
}

.last-news .sub-news .date:after,
.last-news .sub-news .pen:after {
    position: absolute;
    top: 5px;
    right: 0;
    height: 17px;
    background: #aaa;
    border-radius: 5px;
    width: 2px;
    content: '';
}

.last-news .sub-news .pen:after {
    top: 2px;
}

.last-news .sub-news.none-type .date {
    margin: 0;
    padding: 0;
    background: #960101;
    border-radius: 15px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
}

.last-news .sub-news.none-type .date:after {
    display: none;
}

.last-news .sub-news {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.last-news .sub-news:last-child {
    border: 0;
}

/* -- ./Last News -- */

/* -- politics -- */

.politics {
    margin-top: 45px;
}

.politics .sub-news {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.politics .sub-news .img {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
}

.politics .sub-news .img svg.fa-play-circle {
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
    color: #fff;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

.politics .sub-news .img:hover svg.fa-play-circle {
    opacity: 1;
    color: #960101;
}

.politics .sub-news .img img,
.politics .sub-news .img iframe {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.politics .sub-news .img:hover img {
    transform: scale(1.1);
}

.politics .sub-news .box {
    width: calc(100% - 30px);
    padding: 10px;
    display: block;
    margin: -40px 15px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.politics .sub-news:last-child {
    border: 0;
}

.politics .sub-news h3 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.politics .sub-news h3 a {
    color: #777;
    transition: all 0.5s ease-in-out;
}

.politics .sub-news h3 a:hover {
    color: #0e0e1b;
}

.politics .sub-news .info {
    margin-top: 5px;
}

.politics .sub-news .info .type {
    font-size: 12px;
    padding: 2px 10px ;
    background: #0e0e1b;
    border-radius: 15px;
    color: #fff;
}


.politics .sub-news .date {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    background: #960101;
    border-radius: 15px;
}

.politics .sub-news .pen {
    position: absolute;
    top: 0;
    left: 0;
    background: #0e0e1b;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px 2px 20px;
    top: 5px;
    left: -10px;
    display: block;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.politics .sub-news .pen svg {
    margin-left: 5px;
}

.politics .sub-news .pen:after {
    position: absolute;
    z-index: 2;
    content: '';
    bottom: -10px;
    left: 0px;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;

}

.politics.street {
    margin-top: 0;
}

/* -- ./politics -- */

/* -- voite -- */

.voite form p {
    margin-bottom: 15px;
}

.voite form .group {
    margin-bottom: 10px;
    padding-right: 25px;
    position: relative;
}

.voite form .group label {
    margin-right: 5px;
    display: inline-block;
}

.voite form .group span {
    position: absolute;
    z-index: -1;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding: 2px;
    right: 24px;
    top: 3px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.voite form .group span i {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.voite form .group input {
    opacity: 0;
    cursor: pointer;
} 

.voite form .group input:checked + span {
    border-color: #2727d8;
}

.voite form .group input:checked + span i {
    background: #2727d8;
}

.voite form .btns {
    text-align: center;
}

.voite form .btns button {
    margin: 2px;
    border: 2px solid #0e0e1b;
    border-radius: 5px;
    background: #0e0e1b;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding: 5px 10px;
    font-size: 12px;
}

.voite form .btns button:hover {
    background: #fff;
    color: #0e0e1b;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

/* -- ./voite -- */

/* -- corona -- */

.corona {
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-color: rgba(14,14,27,0.9);
    padding: 25px 0;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

.corona .overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.corona .container {
    position: relative;
    z-index: 2;
}

.corona .main-title,
.video .main-title {
    border-color: #777;
}

.corona .main-title a,
.corona .main-title a:hover,
.video .main-title a,
.video .main-title a:hover {
    color: #fff;
}

.corona .main-title a svg,
.video .main-title a svg {
    background: #fff;
    color: #0e0e1b;
}

.corona .main-title:after,
.video .main-title:after {
    background: #fff;
}

.corona ul {
    text-align: center
}

.corona li {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
}

.corona li .number {
    display: block;
}

.corona li.alive {
    color: #080;
}

.corona li.ill {
    color: #fff;
    margin-top: 50px;
}

.corona li.dead {
    color: #b31818;
}

.corona .news-block {
    position: relative;
    margin-bottom: 20px;
}


.corona .news-block .img {
    height: 200px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.corona .news-block img,
.corona .news-block iframe {
    width: 100%;
    height: 200px;
    transition: all 1s ease-in-out;
}

.corona .news-block:hover img {
    transform: scale(1.1);
}

.corona .news-block p {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 15px;
    right: 15px;
    height: 40px;
    overflow: hidden;
    color: #fff;
}

.corona .news-block .date {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    background: #960101;
    border-radius: 15px;
}

.corona .news-block .shadow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background:linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 25% ,rgba(0,0,0,0.8) 100%);
}

.corona-inner ul {
    text-align: center
}

.corona-inner li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.corona-inner li .number {
    display: block;
}

.corona-inner li.alive {
    color: #080;
}

.corona-inner li.ill {
    color: #0e0e1b;
    margin-top: 50px;
}

.corona-inner li.dead {
    color: #b31818;
}

@media (max-width: 767px) {
    .corona .news-block img,
    .corona .news-block iframe,
    .corona .news-block .img {
        height: 250px;
    }
}

/* -- ./corona -- */


/* -- Video -- */

.video {
    background: #0e0e1b;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 15px 0;
    margin-bottom: 30px;
}

.video .title-video {
    margin: 0;
    text-align: center;
    margin-bottom: 25px;
}

.video .title-video a {
    color: #fff;
}

.video .box-video {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.video .box-video img,
.video .box-video iframe {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.video .box-video.main {
    height: 451px;
}

.video .box-video:hover img {
    transform: scale(1.1);
}

.video .box-video p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 15px 0;
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
}

.video .box-video p .text {
    display: block;
    overflow: hidden;
    height: 40px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.video .box-video p .text:hover {
    color: #aaa;
}

.video .box-video.main p .text {
    height: 50px;
    font-size: 18px;
}

.video .box-video p .time {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    margin: 5px 0 10px;
    color: #aaa;
    font-size: 12px;
}

.video .box-video p .time:after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    background: #aaa;
    border-radius: 5px;
    width: 2px;
    content: '';
}

.video .box-video .fa-play-circle {
    position: absolute;
    width: 30px !important;
    height: 30px;
    color: #fff;
    opacity: 0.7;
    border-radius: 50%;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
    transition: all 0.5s ease-in-out;
}

.video .box-video.main .fa-play-circle {
    width: 40px !important;
    height: 40px;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
}

.video .box-video:hover .fa-play-circle {
    opacity: 1;
    color: #960101;
}

.video .box-video .type {
    padding: 2px 10px;
    border-radius: 15px;
    color: #aaa;
    font-size: 12px;
}

.video .box-video.main .type {
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 14px;
}

.video .box-video {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .video .box-video.main img, .video .box-video.main iframe,
    .video .box-video.main {
        height: 300px;
    }
    .video .box-video {
        height: 250px;
    }
}

@media (max-width:500px) {
    .video {
        padding-top: 25px;
        padding-bottom: 25px; 
    }
    .video .box-video.main img, .video .box-video.main iframe {
        height: 250px;
    }
    .video .box-video.main .fa-play {
        width: 25px !important;
        height: 25px;
        top: calc(50% - 12.5px);
        right: calc(50% - 12.5px);
    }
}

/* -- ./Video -- */

/* -- Global & Arabic -- */

.global .main {
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.global .main img,
.global .main iframe {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.global .main:hover img {
    transform: scale(1.1);
}


.global .main p {
    position: absolute;
    z-index: 10;
    margin: 0;
    font-size: 14px;
    color: #fff;
    bottom: 15px;
    right: 10px;
    left: 10px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    transition: all 0.5s ease-in-out;
}

.global .main p:hover {
    color: #aaa;
}

.global .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background:linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 25% ,rgba(0,0,0,0.8) 100%);
}

.global .main .date {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    background: #960101;
    border-radius: 15px;
}

.global .sub-news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.global .sub-news:last-child {
    border-bottom: 0;
}

.global .sub-news .img {
    width: 100%;
    height: 90px;
    display: block;
    overflow: hidden;
}

.global .sub-news img,
.global .sub-news iframe {
    transition: all 1s ease-in-out;
    width: 100%;
    height: 100%;
}

.global .sub-news .img:hover img {
    transform: scale(1.1);
}

.global .sub-news p {
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
}

.global .sub-news p a {
    color: #777;
    transition: all 0.5s ease-in-out;
}

.global .sub-news p a:hover {
    color: #0e0e1b;
}

.global .sub-news .date {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #aaa;
}

@media (max-width: 767px) {
    .global .sub-news .img,
    .global .main {
        height: 250px;
    }
}

/* -- ./Global & Arabic -- */


/* -- urgent news -- */

.newsbar{
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
    height: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
}
.newsbar .show {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    width: 40px;
    height: 50px;
    background: #960101;
    height: 100%;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.newsbar .show.back {
    height: 35px;
    font-size: 22px;
    top: auto;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #960101;
}
.newsbar .show.back:hover svg {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .show.back:hover svg {
    transform: rotate(360deg);
}
.newsbar .hidden-part {
	background: #0e0e1b;
    height: 50px;
    padding: 10px 0 5px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.newsbar .urgent {
    color: #FFF;
    background: #960101;
    width: 60px;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
    height: 50px;
    position: relative;
    top: -10px;
    line-height: 40px;
}
.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 .newss .activenews {
	display: block;
	padding-right: 20px;
	position: absolute;
}
.newsbar p{
	margin: 0;
	padding: 5px 0;
	height: 25px;
    overflow: hidden;
    font-size: 14px;
}
.newsbar p a{
	color: #fff;
}
.newsbar .newss div {
	display: none;
}
@media (max-width:500px){
	
	.newsbar {
        height: 90px;
        bottom: -5px;
	}
	.newsbar .hidden-part {
		padding: 0;
		height: 90px;
	}
	.newsbar .urgent{
		width: 100%;
        height: auto;
        line-height: normal;
	}
	.newsbar .newss .activenews{
		text-align: center;
		padding-right: 0px;
	}
	.newsbar p{
        height: 45px;
        padding-left: 40px;
        text-align: right;
        padding-right: 5px;
    }
    .newsbar .show {
        height: 63px;
        bottom: 0;
        top: auto;
    }
    .newsbar .show.back {
        width: 30px
    }
}

/* -- ./urgent news -- */

/* -- Footer -- */

footer {
    margin-top: 25px;
    padding: 25px 0 0;
    background: #0e0e1b; 
}

footer .logo {
    display: block;
    margin: 25px auto 0;
    height: 150px;
}

footer .site-map {
    padding-top: 50px;
}

footer .site-map ul {
    float: right;
    width: calc(25% - 10px);
}

footer .site-map ul li {
    margin-bottom: 10px;
}

footer .site-map ul li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

footer .site-map ul li a:hover {
    text-shadow: 1px 1px 5px rgba(255,255,255,0.8);
}

footer .socail {
    margin-top: 15px;
    padding: 10px;
    border-top: 1px solid #e1e1e1;
}

footer .socail li {
    display: inline-block;
    margin-left: 15px;
}

footer .socail li a {
    display: block;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

footer .socail li a:hover {
    color: #fff;
}

footer .socail li.facebook a:hover {
    color: #3b5998;
}

footer .socail li.twitter a:hover {
    color: #55acee;
}

footer .socail li.instagram a:hover {
    color: #fb7432;
}

footer .socail li.telegram a:hover {
    color: #1e96d3;
}

footer .copyrights {
    margin-bottom: 0 !important;
    float: left;
    color: #aaa;
    margin-top: -30px;
    font-size: 12px;
}

footer .copyrights a {
    color: #fff;
    text-decoration: underline !important;
}

.clear {
    clear: both;
}

@media (max-width: 520px) {
    footer .site-map ul {
        display: inline-block;
        width: auto;
    }
    footer .site-map ul li {
        padding: 5px 15px;
    }
}

@media (max-width: 400px) {
    footer .site-map ul li {
        padding: 5px 10px;
    }
}

/* -- ./Footer -- */

/* -- pagination -- */

.page-navigation span,
.page-navigation a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    font-weight: bold;
    color: #0e0e1b;
    transition: all 0.3s ease-in-out;
}

.page-navigation a:hover {
    background: #0e0e1b;
    color: #fff;
}

.page-navigation span {
    background: #ccc;
    color: #777;
    cursor: not-allowed;
}

@media (max-width: 500px) {
    .page-navigation span,
    .page-navigation a {
        width: 32px;
    }
}

/* -- ./pagination -- */


/* 
    =======================
    NEWS DETAILS PAGE
    =======================
*/
.news-detail{
    position: relative;
}

.news-detail .news-info .info-list {
    margin-bottom: 10px;
}

.details .news-main-title {
    padding: 15px 0;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0;
}

.details .main-block p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 25% ,rgba(0,0,0,0.8) 100%);
}

.details .main-block .img-shine svg.fa-play {
    font-size: 50px;
}

.news-detail .news-info h2 {
    padding: 15px 0;
    font-size: 25px;
    font-weight: bold;
}

.news-detail .news-info p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
}

.news-detail .info-list li {
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    padding-left: 10px;
    color: #bbb;
    font-size: 12px;
    border-left: 2px solid #e1e1e1;
}

.news-detail .info-list li:last-child {
    border: 0;
}

.news-detail .info-list li svg {
    margin-left: 3px;
}

.news-detail .share{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px;
}

.news-detail .share .txt-config {
    position: absolute;
    left: 55px;
    top: 5px;
}

.news-detail .share li {
    margin-top:10px;
    display: inline-block;
}

.news-detail .share li.font-inc a,
.news-detail .share li.font-dec a{
    cursor: pointer;
    color: #000;
    border: 0;
}

.news-detail .share li.font-inc.none a,
.news-detail .share li.font-dec.none a{
    cursor: not-allowed;
    color: #aaa;
}

.news-detail .share li a,
.news-detail .share li button {
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    color: #777;
    border-radius: 50%;
    outline: none !important;
    transition: all 0.5s ease-in-out;
}

.news-detail .share li a:hover {
    color: #000;
}

.news-detail .speaker button {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ea0029;
    border: 1px solid #ea0029;
    padding: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    outline: none !important;
    transition: all 0.5s ease-in-out;
}

.news-detail .speaker button:hover {
    background: #fff;
    color: #ea0029;
}

.news-detail .speaker button#btnPause {
    background: #aaa;
    border: 1px solid #aaa;
    display: none;
}

.news-detail .speaker button#btnPause:hover {
    color: #aaa;
    background: #fff;
}

.news-detail .speaker button#btnResume {
    background: #27c542;
    border: 1px solid #27c542;
    display: none;
}

.news-detail .speaker button#btnResume:hover {
    color: #27c542;
    background: #fff;
}

.news-detail .share li.facebook a {
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
}

.news-detail .share li.facebook a:hover {
    background: #fff;
    color: #3b5998;
}

.news-detail .share li.twitter a {
    background: #55acee;
    border: 1px solid #55acee;
    color: #fff;
}

.news-detail .share li.twitter a:hover {
    background: #fff;
    color: #55acee;
}

.news-detail .share li.whatsapp a {
    background: #25d366;
    border: 1px solid #25d366;
    color: #fff;
}

.news-detail .share li.whatsapp a:hover {
    background: #fff;
    color: #25d366;
}

.news-detail .share li.share-icon a {
    background: #fff;
    border: 0;
    color: #15398b;
}

.news-detail .share li.messenger a {
    background: #007eff;
    border: 1px solid #007eff;
    color: #fff;
}

.news-detail .share li.messenger a:hover {
    background: #fff;
    color: #007eff;
}

.news-detail .share li.telegram a {
    background: #1e96d3;
    border: 1px solid #1e96d3;
    color: #fff;
}

.news-detail .share li.telegram a:hover {
    background: #fff;
    color: #1e96d3;
}

.news-detail .share li.print a {
    background: #aaa;
    border: 1px solid #aaa;
    color: #fff;
}

.news-detail .share li.print a:hover {
    background: #fff;
    color: #aaa;
}

.news-detail .share .share-btn{
    width: 60px;
    background: #ddd;
    padding: 2px 5px 15px;
    border-radius: 25px;
    margin-right: 20px;
    margin-left: 20px;
    position: absolute;
    bottom: -175px;
    z-index: 10;
    display: none;
}

.details {
    margin-top: 50px;
}

.details .img-shine:hover img {
    transform: none;
}

.details .inner-image {
    margin: 15px auto;
    display: flex;
    justify-content: center;
}

.details .inner-image > img,
.details .inner-image > iframe {
    width: auto;
    max-height: 500px;
}

.last-news-sidebar.corona .sub-title-news {
    color: #15398b;
    margin-bottom: 15px;
}

.last-news-sidebar.corona .sub-title-news a {
    color: #15398b;;
}

.last-news-sidebar.corona .sub-title-news:after {
    background: #15398b;
}
.last-news-sidebar.corona .news-list li {
    padding-bottom: 25px;
}
.last-news-sidebar.corona .news-list li a {
    color: #777;
    line-height: 25px;
}
.last-news-sidebar.corona .news-list li a:hover {
    color: #222;
}
.last-news-sidebar.corona .news-list li .type {
    margin-left: 10px;
}
.last-news-sidebar.corona .news-list li .type,
.last-news-sidebar.corona .news-list li .time {
    margin-top: 12px;
    font-size: 12px;
    color: #ccc;
}
.last-news-sidebar.corona .news-list li:after {
    border: 2px solid #15398b;
    background: #15398b;
    width: 13px;
    height: 13px;
    right: -7.5px;
    transition: all 0.5s ease-in-out;
}
.last-news-sidebar.corona .news-list li:hover:after {
    background: #fff;
}

.last-news-sidebar.corona .news-list li:before {
    position: absolute;
    bottom: 15px;
    height: 3px;
    content: '';
    background: #15398b;
    right: 15px;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.last-news-sidebar.corona .news-list li:hover:before {
    width: 100px;
    max-width: 100%;
}

.last-news-sidebar.corona .more {
    background: #15398b;
    color: #fff;
    border-color: #15398b;
}
.last-news-sidebar.corona .more:hover {
    background: #fff;
    color: #15398b;
}

.last-news-sidebar .sub-block {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.last-news-sidebar .sub-block:last-child {
    border-bottom: 0;
}

.last-news-sidebar .sub-block img,
.last-news-sidebar .sub-block iframe {
    width: 100%;
    height: 175px;
}

.last-news-sidebar .sub-block:hover img,
.last-news-sidebar .sub-block:hover iframe {
    transform: scale(1.1);
}

.last-news-sidebar .sub-block .type {
    position: absolute;
    top: 150px;
    right: 0;
    background: #fff;
    color: #15398b;
    padding: 3px 10px;
}

.last-news-sidebar .sub-block .time svg {
    font-size: 13px;
}

.last-news-sidebar .sub-block .time {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    max-width: 22px;
    overflow: hidden;
    white-space: nowrap;
    background: #15398b;
    color: #fff;
    padding: 2px 6px;
    border-radius: 26px;
    transition: all 0.5s ease-in-out;
}

.last-news-sidebar .sub-block .time:hover {
    max-width: 200px;
}

.last-news-sidebar .sub-block p {
    font-weight: 500;
    font-size: 13px;
    margin-top: 15px;
}

.last-news-sidebar .sub-block a {
    color: #444;
    transition: all 0.5s ease-in-out;
}


.details .news-info .tags {
    padding: 15px 0;
}

.details .news-info .tags a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #0e0e1b;
    border-right: 5px solid #960101;
    background: #0e0e1b;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.details .news-info .tags a:hover {
    background: #fff;
    color: #454176;
}

.details .main-block .img {
    position: relative;
    display: block;
}

.details .main-block .img svg.fa-play-circle {
    position: absolute;
    width: 40px !important;
    height: 40px;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    color: #fff;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

.details .main-block .img:hover svg.fa-play-circle {
    opacity: 1;
    color: #960101;
}
.main-block iframe{
	
	    width: 100%;
    max-height: 500px;
	
}
.details .main-block .img img {
    width: 100%;
    max-height: 500px;
}

.related-news .main-title {
    margin-top: 50px;
}

.related-news .sub-title-news {
    font-size: 18px;
    display: inline-block;
    width: 300px;
    color: #15398b;
    position: relative;
    padding: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.related-news .sub-title-news:after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    right: -8px;
    top: 20px;
    background: #15398b;
    border-radius: 50%;
}

.related-news .main-side-block {
    margin-bottom: 30px;
}

.side-ads img,
.side-ads iframe{
    width: 100% !important;
}

.inner-main-title {
    text-align: center;
    padding: 25px 0 10px;
}

.inner-main-title a {
    color: #15398b;
    display: block;
    transition: all 0.5s ease-in-out;
}

.inner-main-title a:hover {
    transform: scale(1.1);
    text-shadow: 3px 5px 5px rgba(105,128,37,1);
}

@media (max-width:991px) and (min-width: 768px) {
    .last-news-sidebar .sub-block img, .last-news-sidebar .sub-block iframe {
        height: 150px;
    }
    .last-news-sidebar .sub-block .type {
        top: 125px;
    }
}

@media (max-width:991px) {
    .last-news-sidebar .sub-block .time {
        max-width:200px
    }
    .inner-main-title {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .news-detail .share .txt-config {
        top: 40px;
        left: 15px;
    }
}

/* -- comment area -- */

.comments-box {
    margin-top: 25px;
    border: 1px solid #e1e1e1;
    padding: 15px 5px;
    border-radius: 15px;
    display: none;
}

.comments-area {
    max-height: 1000px;
    padding: 15px;
    display: none;
}

.comments-area.long {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 15px;
    max-height: 800px;
}

.comments-area::-webkit-scrollbar {
    width: 10px;
}
  
.comments-area::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 15px;
}
   
.comments-area::-webkit-scrollbar-thumb {
    background: #888; 
}

.comments-area::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.comments-area .single-comment {
    position: relative;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .single-comment img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

.comments-area .single-comment p {
    color: #444;
}

.comments-area .single-comment .time {
    font-size: 12px;
    color: #ccc;
}

.comments-box .add-comment {
    position: relative;
}

.comments-box .add-comment input {
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #e1e1e1;
    outline: none;
    color: #888;
    transition: all 0.2s ease-in-out;
}

.comments-box .add-comment input:focus {
    border-color: #15398b;
}

.comments-box .add-comment input::placeholder {
    color: #ccc;
}

.comments-box .add-comment button {
    position: absolute;
    top: 3.5px;
    left: 15px;
    border: 0;
    background: #15398b;
    width: 35px;
    height: 34px;
    color: #fff;
    border-radius: 50%;
    outline: none;
}

.comments-box .add-comment button:hover {
    background: #819c2f;
}

.comment-buttons li {
    display: inline-block;
    margin-left: 15px;
    color: #aaa;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.comment-buttons li:hover {
    color: #15398b;
}

@media (max-width: 767px) {
    .comment-buttons li {
        margin-bottom: 15px;
    }
}

/* -- ./comment area -- */

/* 
    =======================
    END NEWS DETAILS PAGE
    =======================
*/

/* -- About us -- */

.about-us p {
    text-align: justify;
    line-height: 25px;
}

/* -- ./About us -- */


/* -- Contact Us Page -- */

#dle-content{
	padding:0px 2.5% 0px 2.5%;
}

#dle-content h3{
	
}

#dle-content input,
#dle-content textarea{
	outline: none;
	margin-bottom: 15px;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}


#dle-content select {
    outline: none;
    margin-bottom: 10px;
    min-width: 150px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#dle-content input::placeholder,
#dle-content textarea::placeholder {
    font-size: 13px;
    color: #aaa;
}

#dle-content .c-capcha{
	text-align: center;
}

#dle-content .c-capcha input{
	width: 100px;
}

#dle-content button.btn{
	display: block;
	margin: 5px auto;
	outline: none;
	border: 1px solid #0e0e1b;
	color: #fff;
	background: #0e0e1b;
}

#dle-content button.btn:hover{
	background: #fff;
	color: #0e0e1b;
}

.phone-email {
    margin-right: 0;
    margin-left: 0;
}

.phone-email li {
    margin-bottom: 10px;
}

.phone-email a{
	color: #333;
}

.contact-page {
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    padding: 15px;
}

.contact-page iframe {
    width: 100%;
    min-height: 500px
}

@media (max-width:767px) {
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
    .contact-page iframe {
        min-height: 300px;
    }
}

/* -- ./Contact Us Page -- */


