@font-face {font-family: "Alhurra"; src: url('../fonts/ArbFONTS-Alhurra.ttf');}
@font-face {font-family: arabic-ejaza; src: url('../fonts/arabic-ejaza.ttf');}
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
 
body{
    font-family: 'Alhurra', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: #f7f7f7;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

/* -- Marquee -- */


.marquee-wrapper {
    overflow: hidden;
    background: #3499e3;
    padding: 10px 0;
    font-size: 12px;
}

.marquee-wrapper .marquee {
    direction: ltr;
}

.marquee-wrapper .marquee ul {
    direction: rtl;
}

.marquee-wrapper .marquee li {
    display: inline-block;
    color: #fff;
}

.marquee-wrapper .marquee li p,
.marquee-wrapper .marquee li img {
    display: inline-block;
    margin-bottom: 0;
}

.marquee-wrapper .marquee li p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.marquee-wrapper .marquee li p a:hover {
    color: #ccc;
}

.marquee-wrapper .marquee li img {
    margin: 0 30px;
    width: 30px;
}

.marquee-wrapper .marquee li:last-child img {
    display: none;
}

/* -- ./Marquee -- */

/* -- Logo -- */

.logo {
    float: right;
}

.logo img {
    height: 150px;
    padding: 0 5px;
}

.logo-sentence {
    float: right;
    margin-top: 15px;
    margin-right: -5px;
    font-family: arabic-ejaza;
    font-size: 23px;
    position: relative;
    overflow: hidden;
}

.logo-sentence img {
    width: 300px;
    margin-top: 30px;
}

.logo-sentence a:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    -webkit-animation: shine 1.5s ease-in-out infinite;
    -moz-animation: shine 1.5s ease-in-out infinite;
    animation: shine 1.5s ease-in-out infinite;
}

@-webkit-keyframes shine {
    0% {
        left: -75%;
    }

    50% {
        left: -75%;
    }

    100% {
        left: 80%;
    }
}

@keyframes shine {
    0% {
        left: -75%;
    }

    50% {
        left: -75%;
    }
    
    100% {
        left: 80%;
    }
}

.logo-sentence a {
    display: block;
    margin-bottom: 10px;
    color: #3499e3;
    overflow: hidden;
}

.logo-sentence a:last-child {
    font-size: 20px;
    margin-bottom: 0;
}

@media (max-width:991px) and (min-width:768px) {
    .logo-sentence a:last-child {
        font-size: 18px;
    }
}

@media (max-width:450px) {
    .logo,
    .logo-sentence {
        float: none
    }

    .logo img {
        margin-right: calc(50% - 112.5px);
    }

    .logo-sentence {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .logo {
        float: none;
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .logo-sentence {
        float: none;
        margin: 0;
    }
    .logo-sentence img {
        display: block;
        margin: 5px auto;
    }
}

/* -- ./Logo -- */

/* -- Social Links -- */

.social {
    float: left;
    margin-top: 60px;
}

.social li {
    display: inline-block; 
    padding-right: 15px;
}

.social li a {
    color: #3499e3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.social li a:hover {
    color: #fff;
    transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
}

.social li.facebook a:hover {
    background: #4867AA;
}

.social li.twitter a:hover {
    background: #1DA1F2;
}

.social li.instagram a:hover {
    background: #DC2F7E;
}

.social li.youtube a:hover {
    background: #FF0000;
}

.social li.email a:hover {
    background: #444;
}

@media (max-width:991px) and (min-width:768px) {
    .social li {
        padding-right: 12px;
    }
}

@media (max-width:767px) {
    .social {
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
        text-align: center;
    }
}

@media (max-width:570px) {
    .logo-sentence {
        font-size: 20px;
    }

    .logo-sentence a:last-child {
        font-size: 16px;
    }
}

/* -- ./Social Links -- */

/* -- Navbar -- */

.navbar {
    background: #142349;
    border: none;
    border-radius: 0;
    margin-top: 1px;
    margin-bottom: 0px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 6;
}

.navbar .container {
    position: relative;
    z-index: 10;
    max-width: 100%;
    width: auto;
}

.navbar-nav > li > a {
    padding: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.nav > li.active > a,
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.open > a {
    color: #3499e3;
    background: none !important;
}

.nav > li.open > a > svg {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.nav > li:last-child {
    border-left: 0;
}

.navbar-nav > li > .dropdown-list {
    margin-top: 5px;
    background: #142349;
    border: 2px solid #3499e3;
    overflow: hidden;
    max-height: 0;
    min-width: 160px;
    overflow-y: scroll;
    padding: 5px 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.navbar-nav > li > .dropdown-list::-webkit-scrollbar {
    width: 4px;
}

.navbar-nav > li > .dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.navbar-nav > li > .dropdown-list::-webkit-scrollbar-thumb {
    background: #888;
}

.navbar-nav > li > .dropdown-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dropdown-list > li > a {
    position: relative;
    color: #fff;
}

.dropdown-list > li {
    margin-bottom: 10px;
}

.dropdown-list > li > a:hover {
    background: none;
    color: #3499e3;
}

.search {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top:0;
    height: 50px;
}

.navbar .navbar-header,
.navbar .navbar-collapse {
    position: relative;
}

.search button {
    border: none;
    position: absolute;
    z-index: 7;
    left: 7px;
    width: 40px;
    height: 50px;
    background: #3499e3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.search input,
.search button {
    display: none;
}

.search button.out {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.search #open {
    display: block;
}

.search input {
    position: absolute;
    z-index: 6;
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #3499e3;
    outline: none;
    padding-right: 15px;
    background: #fff;
    border-top: 1px solid #3499e3;
}

.navbar .list-btn {
    cursor: pointer;
}

.navbar .list-btn a:hover svg {
    transform: rotate(180deg);
}

.navbar .list-btn .dropdown-list.open {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
}

@media (max-width:991px) {
    .navbar-nav > li > a {
        padding: 15px 8px;
    }
}

@media (max-width:767px) {
    .navbar-toggle {
        float: right;
        margin-right: 15px;
        position: relative;
        z-index: 6;
        background: #3499e3;
        border: 2px solid #fff;
    }

    .search button {
        height: 52px;
    }

    .navbar-toggle.collapsed:hover {
        background: #3499e3;
    }

    .navbar-toggle.collapsed {
        background: #142349;
    }
    
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle.collapsed:hover .icon-bar {
        background: #fff;
    }

    .navbar-toggle.collapsed .icon-bar {
        background: #fff;
    }

    .search svg {
        left: 10px;
    }

    .navbar-nav {
        display: block;
        margin-top: 0;
    }

    .nav > li {
        border-left: 0;
        border-bottom: 1px solid #e1e1e1;
        text-align: center;
    }

    .nav > li:last-child {
        border: 0;
    }

    .search input {
        height: 50px;
    }
    
    .navbar .list-btn .dropdown-list {
        position: static;
        margin: 0;
        padding: 0;
        border: 0;
    }
    
}

/* -- ./Navbar -- */


/* -- Top Slider -- */

.main-slider {
    width: 100%;
    padding-bottom: 200px;
}

.main-slider .carousel-inner {
    height: 600px;
}

.main-slider .carousel-inner .item {
    padding: 0;
    height: 500px;
}

.main-slider .carousel-inner .item img,
.main-slider .carousel-inner .item iframe {
    width: 100%;
    height: 100%;
}

.main-slider .carousel-inner .item p {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.main-slider .carousel-inner .item p a {
    display: block;
    position: absolute;
    bottom: 50px;
    font-size: 18px;
    width: 50%;
    margin: 0 25%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    height: 65px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.main-slider .carousel-inner .item p a:hover {
    color: #3499e3;
}

.main-slider .carousel-indicators {
    background: #000;
    padding: 10px 15% 25px;
    margin: 0 0 25px 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 300px;
    top: 500px;
    bottom: auto;
}

.main-slider .carousel-indicators li {
    padding: 0 10px;
    width: calc(98% / 4);
    height: 215px;
    overflow: hidden;
    border: 0 !important;
    background: none !important;
    margin: 0;
}

.main-slider .carousel-indicators img {
    height: 150px;
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;;
    opacity: 0.8;
}

.main-slider .carousel-indicators li:hover img,
.main-slider .carousel-indicators li.active img {
    border: 2px solid #3499e3;
    opacity: 1;
}

.main-slider .carousel-indicators p {
    line-height: 25px;
    display: inline;
    overflow: hidden;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.main-slider .carousel-indicators li:hover p,
.main-slider .carousel-indicators li.active p  {
    color: #3499e3;
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-slider .carousel-indicators {
        padding: 10px 25px 25px;
    }
}

@media (max-width: 767px) {
    .main-slider .carousel-inner {
        height: 400px;
    }
    .main-slider .carousel-inner .item {
        height: 350px;
    }
    .main-slider .carousel-indicators {
        padding: 10px 10px 15px;
    }
    .main-slider .carousel-indicators {
        top: 350px;
        height: 100px;
    }
    .main-slider .carousel-indicators img {
        height: 65px;
    }
    .main-slider .carousel-indicators li p {
        display: none;
    }
    .main-slider {
        padding-bottom: 20px;
    }
    .main-slider .carousel-indicators li {
        padding: 0 5px;
    }
    .main-slider .carousel-inner .item p a {
        width: calc(100% - 10px);
        margin: 0 5px;
        font-size: 14px;
        bottom: 10px;
    }
}

/* -- ./Top Slider -- */

/* -- last News -- */

.last-news {
    width: 30%;
    float: right;
    height: 600px;
    padding: 20px 35px;
    position: relative;
    box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -o-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -ms-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);
    -webkit-box-shadow: 5px 2px 7px rgba(0,0,0,0.4);    
}

.last-news .title {
    margin: 0;
    width: 250px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.last-news .title a {
    color: #222;
}

.last-news .title a:hover {
    margin-right: 25px;
    color: #3499e3;
}

.last-news .all-news {
    overflow-y: scroll;
    height: 490px;
}

.last-news .all-news::-webkit-scrollbar {
    width: 7px;
}

.last-news .all-news::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 25px;
}
  
  
.last-news .all-news::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 25px;
}
  
.last-news .all-news::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}

.last-news .sub-news {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.last-news .sub-news p {
    margin: 0;
}

.last-news .sub-news p a {
    max-height: 67px;
    overflow: hidden;
    display: block;
    color: #555;
}

.last-news .sub-news p + a {
    color: #3499e3;
    margin-top: 10px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 15px;
}

.last-news .sub-news p + a:hover {
    background: #3499e3;
    color: #fff;
}   

.last-news .sub-news .time {
    color: #c1c1c1;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.last-news .sub-news p a:hover {
    color: #000;
}

/* -- ./last News -- */

/* -- Down Slider -- */

.down {
    margin-top: 25px;
}

.down .slider {
    width: 70%;
    float: right;
    padding: 20px;
}

.down h2.title {
    margin: 0;
    width: 250px;
    font-size: 21px;
    padding-bottom: 10px;
    border-right: 4px solid #3499e3;
    margin-bottom: 15px;
    padding-right: 12px;
    padding-top: 10px;
}

.down h2.title a {
    color: #222;
}

.down h2.title a:hover {
    margin-right: 25px;
    color: #3499e3;
}

.down .carousel {
    position: relative;
}

.down .carousel .carousel-inner {
    height: 600px;
}

.down .carousel .item img,
.down .carousel .item iframe {
    width: 100%;
    height: 600px !important;
}

.down .carousel .item .overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.down .carousel .item p {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    color: #fff;
    width: 60%;
    font-size: 20px;
}

.down .carousel .item p .time {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    background: #3499e3;
    color: #fff;
}

.down .carousel .item p a {
    display: block;
    height: 60px;
    color: #fff;
    overflow: hidden;
    line-height: 31px;
    text-shadow: 6px 6px 6px #1e6a9e;
}

.down .carousel .carousel-indicators {
    width: 30%;
    margin: 0;
    padding: 0;
    left: 20px;
    top: 20px;
    right: auto;
}

.down .carousel .carousel-indicators img,
.down .carousel .carousel-indicators iframe {
    width: 100px;
    height: 75px;
    float: right;
    background: #fff;
}

.down .carousel .carousel-indicators p {
    text-indent:0;
    margin: 0;
    height: 60px;
    padding: 5px;
    overflow: hidden;
    color: #fff;
    float: right;
    width: calc(100% - 100px);
    font-size: 13px;
    text-align: right;
}

.down .carousel .carousel-indicators li,
.down .carousel .carousel-indicators li.active {
    width: 100%;
    height: 79px;
    border: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 15px;
    background: #142349;
    text-indent: 0 !important;
    border: 2px solid #fff;
    box-shadow: 1px 1px 15px #1e6a9e;
}

.down .carousel .carousel-indicators li.active {
    background: #3499e3;
}

@media (max-width: 1062px) {
    .most-read .sub-article:last-child {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .down .carousel .carousel-inner,
    .down .carousel .item img,
    .down .carousel .item iframe {
        height: 500px !important;
    }

    .down .carousel .item p {
        bottom: 10px;
    }

    .down .carousel .carousel-indicators {
        top: 10%;
        width: 235px;
    }

    .down .slider {
        width: 65%;
    }
}

@media (max-width: 767px)  {

    .down .slider {
        float: none;
        width: 100%;
        padding: 10px;
        padding-bottom: 0;
    }

    .down .carousel .carousel-inner,
    .down .carousel .item img,
    .down .carousel .item iframe {
        height: 250px !important;
    }

    .down .carousel .carousel-indicators {
        position: static;
        margin-top: 15px;
        width: 100%;
    }

    .down .carousel .item p {
        right: 10px;
        left: 10px;
        width: auto;
        font-size: 14px;
    }

    .down .carousel .item p a {
        height: 45px;
        line-height: 23px;
    }

}

/* -- ./Down Slider -- */

/* -- most-read -- */

.most-read {
    width: 30%;
    float: right;
    padding: 15px;
    padding-right: 0;
}

.most-read .navs-box {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 50px 15px 15px;
    position: relative;
}
.most-read .nav-tabs {
    border-bottom: 0;
    background: #142349;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.most-read .nav-tabs li a {
    position: relative;
}

.most-read .nav-tabs li span {
    width: 2px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 13px;
    z-index: 1;
    background:#aaa; 
}

.most-read .nav-tabs li:last-child span {
    display: none;
}

.most-read .nav-tabs li {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center; 
    border: 0  !important;
}

.most-read .nav-tabs li a,
.most-read .nav-tabs li a:hover {
    border: 0;
    border-radius: 0;
    color: #fff;
}

.most-read .nav-tabs li.active a {
    color: #3499e3;
    border: 0;
}

.most-read .tab-content .main {
    margin-top: 10px;
}

.most-read .tab-content .main img,
.most-read .tab-content .main iframe {
    width: 100%;
    height: 275px;
}

.most-read .tab-content .main p {
    height: 45px;
    overflow: hidden;
    margin: 8px 0;
    line-height: 23px;
}

.most-read .tab-content .main p a {
    color: #333;
    transition: all 0.5s ease-in-out;
}

.most-read .tab-content .main p a:hover {
    color: #3499e3;
}

.most-read .tab-content .main .time {
    color: #c1c1c1;
    font-size: 12px;
}

.most-read .tab-content .main + .sub-news {
    margin-top: 25px;
}

.most-read .tab-content .sub-news {
    margin-top: 20px;
}

.most-read .tab-content .sub-news  img,
.most-read .tab-content .sub-news  iframe{
    width: 100px;
    height: 75px;
    float: right;
}

.most-read .tab-content .sub-news p {
    float: right;
    height: 45px;
    overflow: hidden;
    width: calc(100% - 100px);
    padding-right: 8px;
    margin-bottom: 5px;
    line-height: 23px;
}

.most-read .tab-content .sub-news p a {
    color: #333;
    transition: all 0.5s ease-in-out;
}

.most-read .tab-content .sub-news p a:hover {
    color: #3499e3;
}

.most-read .tab-content .sub-news .time {
    margin-right: 8px;
    color: #c1c1c1;
    font-size: 12px;
}

.most-read .nav > li > a {
    padding: 10px 0px;
}


.most-read .sub-article {
    margin-top: 15px;
}

.most-read .sub-article .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.most-read .sub-article .author img {
    margin-left: 10px;
}

.most-read .sub-article .author {
    color: #aaa;
    font-size: 12px;
}

.most-read .sub-article p a {
    color: #000;
}

@media (max-width:991px) and (min-width:768px) {
    .most-read {
        width: 35%;
    }

    .most-read .nav > li > a {
        font-size: 13px;
    }

    .most-read .tab-content .main img, 
    .most-read .tab-content .main iframe {
        height: 175px;
    }

}

@media (max-width:767px) {

    .most-read {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .most-read .tab-content .main img, 
    .most-read .tab-content .main iframe {
        height: 250px;
    }

}

/* -- ./most-read -- */

/* -- gallery -- */

.gallery {
    margin: 0 auto 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.gallery h2.title {
    margin: 0;
    width: 250px;
    font-size: 21px;
    padding-bottom: 10px;
    border-right: 4px solid #3499e3;
    margin-bottom: 15px;
    padding-right: 12px;
    padding-top: 10px;
}

.gallery h2.title a {
    color: #222;
}

.gallery h2.title a:hover {
    margin-right: 25px;
    color: #3499e3;
}

.gallery .flickity-viewport{
	height: 250px !important;
}

.gallery .flickity-page-dots{
	display: none;
}

.gallery .flickity-prev-next-button {
    background: #3499e3;
    opacity: 0.7;
}

.gallery .flickity-prev-next-button:hover {
    opacity: 1;
}

.gallery .flickity-prev-next-button .arrow {
    fill: #fff;
}

.gallery .item{
	width: 24.2%;
	margin-right: 1%;
	height: 80%;
}

.gallery .item img,
.gallery .item iframe{
    width: 100%;
    height: 100%;
}

.gallery .item span{
	width: 100%;
	font-size: 16px;
	padding:0px 10px;
	height: 55%;
	overflow: hidden;
}

.gallery .item p {
    margin: 0;
    color: #333;
	height: 50px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.gallery .item p:hover {
    color: #3499e3;
}

.gallery .flickity-prev-next-button {
    top: 42%;
}

@media (max-width:1200px) and (min-width:992px) {
	.gallery .item{
		width: 32%;	
	}
}

@media (max-width:991px){
	.gallery .item{
		width: 49%;	
	}
}

@media (max-width:400px){
	.gallery .item{
		width: 100%;	
	}
}

/* -- ./gallery -- */

/* -- voiting -- */

.voiting {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin: 0 auto 15px;
    min-height: 340px;
}

.voiting h2.title {
    margin: 0;
    width: 250px;
    font-size: 21px;
    padding-bottom: 10px;
    border-right: 4px solid #3499e3;
    margin-bottom: 15px;
    padding-right: 12px;
    padding-top: 10px;
}

.voiting h2.title a {
    color: #222;
}

.voiting h2.title a:hover {
    margin-right: 25px;
    color: #3499e3;
}


.voiting p{
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.voiting form{margin-bottom: 15px;}

.voiting .buttons{text-align: center; margin-top: 25px;}
.voiting .buttons button{
	margin-right: 10px;
	padding: 5px 10px;
	border: 1px solid #0f3264;
	background: none;
	font-weight: bold;
	font-size: 16px;
	color: #0f3264;
}
.voiting .buttons button:hover{background: #0f3264; color: #FFF;}

@media (max-width: 767px) {
    .voiting {
        min-height: auto;
    }
}

/* -- ./voiting -- */

/* News blocks */
.news-blocks{
    padding: 15px;
}
.news-blocks .block-title{
    margin-bottom: 30px;
    margin-top: 5px;
}

.news-blocks .block-title a{
    color: #fff;
    background: #142349;
    padding: 5px 10px;
}
.news-blocks .desc{
    margin-bottom: 13px;
}
.news-blocks .desc img,
.news-blocks .desc iframe {
    width: 100%;
    height: 80px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .news-blocks .desc img,
    .news-blocks .desc iframe {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .news-blocks .desc p {
        margin-top: 10px;
        height: 60px;
    }
}
/* News blocks */

/* -- Video -- */

.video-box {
    background: #000;
    margin: 25px 0;
    padding: 25px 0;
}

.video-box .title {
    margin: 0;
    margin-right: 25px;
    width: 250px;
    font-size: 21px;
    padding-bottom: 10px;
    border-right: 4px solid #fff;
    margin-bottom: 15px;
    padding-right: 12px;
    padding-top: 10px;
}

.video-box .title a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.video-box .title a:hover {
    margin-right: 25px;
    color: #3499e3;
}

.video {
    width: calc(100% - 20px);
    margin: 0 10px;
    position: relative;
}

.video .item {
    height: 590px;
}

.video .item .overlay {
    background: rgba(0,0,0,0.4);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video .item svg.fa-play-circle {
    position: absolute;
    z-index: 2;
    bottom: 210px;
    right: 15px;
    font-size: 28px;
    color: #fff;
    opacity: 0.7;
    transition: all 0.5s ease-in-out
}

.video .item:hover svg.fa-play-circle {
    opacity: 1;
    color: #142349;
}

.video .item p {
    position: absolute;
    z-index: 2;
    bottom: 150px;
    right: 15px;
    width: 50%;
    height: 45px;
    overflow: hidden;
    line-height: 23px;
}

.video .item p a {
    color: #fff;
}

.video .item img,
.video .item iframe {
    width: 100%;
    height: 100%;
    background: #fff;
}

.video .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    margin: 0;
    padding: 0;
}

.video .carousel-indicators li {
    width: calc(25% - 10px);
    height: 135px;
    float: right;
    padding: 0;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.video .carousel-indicators li.active,
.video .carousel-indicators li:hover {
    opacity: 1;
}

.video .carousel-indicators li img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) and (min-width:768px) {
    .video .item {
        height: 475px;
    }
    .video .item p {
        bottom: 0;
        width: calc(100% - 30px);
    }
    .video .carousel-indicators {
        bottom: -130px;
    }
    .video .carousel-indicators li {
        height: 115px;
    }
    .video .item svg.fa-play-circle {
        width: 36px !important;
        height: 36px;
        right: calc(50% - 18px);
        top: calc(50% - 18px);
    }
}

@media (max-width: 767px) {
    .video .item {
        height: 300px;
    }
    .video .carousel-indicators li {
        width: 50px;
        height: 50px;
    }
    .video .item p {
        bottom: 55px;
        width: calc(100% - 30px);
    }
    .video .item svg.fa-play-circle {
        bottom: 115px;
    }
    .audio {
        margin-top: 25px;
    }
}

/* -- ./Video -- */

/* main-block */

.main-box {
    padding: 15px;
}

.main-block {
    margin: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.main-block p{
	color: #333;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.main-block p:hover {
    color: #3499e3;
}
.main-block .sub-news {
	margin-bottom: 25px;
}
.main-block .sub-news img{
	height: 150px; 
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-block .sub-news img {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .main-block {
        margin-bottom: 15px;
    }
}

/* ./main-block */

/* -- Audio -- */

.sub-audio {
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    width: calc(100% - 10px);
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.sub-audio:hover {
    background: #000;
}

.sub-audio svg.fa-microphone-alt {
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    padding: 5px;
    transition: all 0.5s ease-in-out;
}

.sub-audio:hover svg.fa-microphone-alt {
    background: #fff;
    color: #000;
}

.sub-audio .time {
    top: -5px;
    right: 10px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.sub-audio:hover .time {
    color: #fff;
}

.sub-audio p {
    height: 45px;
    overflow: hidden;
    line-height: 23px;
}

.sub-audio p a {
    color: #777;
    transition: all 0.5s ease-in-out;
}

.sub-audio:hover p a{
    color: #ccc;
}

/* -- ./Audio -- */

/* -- Design -- */

.design {
    line-height: 75px;
    font-size: 20px;
    color: #777;
}

.design p {
    margin: 0;
}

.design ul li{
    display: inline-block;
    margin-left: 25px;
}

.design ul li a {
    color: #3499e3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    width: 30px;
    height: 30px;
}

.design ul li.facebook a:hover {
    background: #4867AA;
    color: #fff;
}

.design ul li.twitter a:hover {
    background: #1DA1F2;
    color: #fff;
}

.design ul li.instagram a:hover {
    background: #DC2F7E;
    color: #fff;
}

.design ul li.youtube a:hover {
    background: #FF0000;
    color: #fff;
}

@media (max-width:400px) {
    .design ul li:first-child {
        display: block;
        margin-bottom: 15px;
    }

    .design ul li {
        margin-left: 12px;
        margin-right: 12px;
    }
}

/* -- ./Design -- */

/* -- overlay-load -- */

.overlay-load {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #142349;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: boom 1.5s ease-in-out 0 infinite;
}

.overlay-load img {
    width: 250px;
}

@keyframes boom {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.3);
    }

}

@-moz-keyframes boom {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.3);
    }

}

@-webkit-keyframes boom {
    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.3);
    }

}

/* -- Footer -- */

footer {
    background: #737373;
    padding-bottom: 0;
}

footer .top-footer {
    padding: 15px 0;
}

footer .top-footer .logo {
    height: 185px;
    float: none;
    margin: 0 auto;
    display: block;
}

footer .social-links {
    margin-top: 40px;
    margin-bottom: 70px;
}

footer .social-links li {
    display: inline-block;
    margin-left: 25px;
}

footer .social-links li svg {
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

footer .social-links li svg:hover {
    color: #6f7171;
}

footer .social-links li.facebook svg:hover {
    color: #4867AA;
}

footer .social-links li.twitter svg:hover {
    color: #1DA1F2;
}

footer .social-links li.instagram svg:hover {
    color: #DC2F7E;
}

footer .social-links li.email svg:hover {
    color: #444;
}

footer .social-links li.youtube svg:hover {
    color: #f00;
}


footer .site-map {
    margin-top: 20px;
}

footer .site-map li {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 15px;
}

footer .site-map li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

footer .site-map li a:hover {
    color: #142349;
}

footer .copyrights {
    text-align: center;
    font-size: 13px;
    color: #ccc;
    margin: 0;
}

footer .copyrights a {
    color: #142349;
    font-weight: bold;
}

footer .copyrights a:hover {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    footer .social-links {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    footer .social-links li {
        margin-left: 12px;
        margin-right: 12px;
    }
    footer .top-footer .logo {
        display: block;
        margin: 10px auto;
        float: none;
    }
    footer .site-map li {
        margin-bottom: 15px;
    }
    footer .site-map {
        margin-top: 15px;
        text-align: center;
    }
    footer .copyrights {
        text-align: center;
    }
}

/* -- ./Footer -- */



/*
    ---------
        -----
            - {{{ INNER PAGES }}} -
        -----
    ---------
*/

/* -- News Page -- */

.inner-page {
    background: #fff;
    margin: 15px auto;
    padding-bottom: 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
}

.inner-page .box-white {
    padding: 20px 10px;
}

.inner-page .box-white .box-title {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    font-size: 22px;
    position: relative;
}

.inner-page .box-white .box-title:after {
    position: absolute;
    content: '';
    width: 40%;
    border-bottom: 1px solid #e1e1e1;
    bottom: 5px;
    right: 0;
}

.inner-page .box-white .box-title a {
    color: #142349;
}

.inner-page .news-box {
    position: relative;
    margin-bottom: 25px;
    padding: 0 5px;
}

.inner-page .news-box .type {
    margin-bottom: 5px;
    display: block;
    color: #777;
    font-size: 11px;
}

.inner-page .news-box img,
.inner-page .news-box iframe {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}

.inner-page .news-box p {
    height: 40px;
    overflow: hidden;
    color: #777;
    transition: all 0.5s ease-in-out;
}

.inner-page .news-box .fa-play-circle {
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: 70px;
    right: calc(50% - 13px);
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.inner-page .news-box:hover .fa-play-circle {
    color: #142349;
}

.inner-page .news-box:hover p {
    color: #142349;
}

.inner-page .news-box .time {
    position: absolute;
    right: 5px;
    top: 145px;
    padding: 3px 5px 2px;
    color: #fff;
    background: #142349;
}


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom:100%
}


@media (max-width: 767px) {
    .inner-page {
        margin: 15px 10px;
    }
    .inner-page .box-white {
        padding: 20px 0;
    }
    .inner-page .news-box {
        padding: 0;
    }
}

/* -- ./News Page -- */


/* -- Audio Page -- */

.inner-page .sub-audio:hover {
    background: #fff;
}

.inner-page .sub-audio svg.fa-microphone-alt {
    background: #142349;
}

.inner-page .sub-audio:hover svg.fa-microphone-alt {
    background: #142349;
    color: #fff;
}

.inner-page .sub-audio:hover .time {
    color: #777;
}

.inner-page .sub-audio:hover p a {
    color: #142349;
}

/* -- ./Audio Page -- */

/* -- Articles Page -- */


.inner-page .sub-article {
    margin-top: 15px;
}

.inner-page .sub-article .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.inner-page .sub-article .author img {
    margin-left: 10px;
}

.inner-page .sub-article .author {
    color: #aaa;
    font-size: 12px;
}

.inner-page .sub-article p a {
    color: #222;
    transition: all 0.5s ease-in-out;
}

.inner-page .sub-article:hover p a {
    color: #142349;
}

/* -- Articles Page -- */



/* -- News Details -- */

.news-details .news-title a {
    color: #222;
    font-size: 22px;
    line-height: 32px;
}

.news-details .img {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.news-details .img .fa-play-circle {
    position: absolute;
    font-size: 55px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-details .img:hover .fa-play-circle {
    color: #142349;
}

.news-details img,
.news-details iframe {
    height: 100%;
    width: 100%;
}

.news-details .img p {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    right: 0;
    width: 100%;
    z-index: 2;
}

.news-details .img p span {
    background: rgba(0,0,0,0.7);
    padding: 5px 10px;
    display: block;
    color: #fff;
    max-height: 50px;
    overflow: hidden;
}

.news-details .info {
    margin-bottom: 15px;
}

.news-details .info + label {
    font-size: 11px;
    color: #aaa;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.news-details .info li {
    color: #777;
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
    font-size: 11px;
}

.news-details .info li svg {
    margin-left: 5px;
}

.news-details .info li:last-child {
    border-left: 0;
}


.news-details .share li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.news-details .share li a{
	color: #FFF;
	background: #000;
	padding: 5px;
	width: 30px;
	display: inline-block;
	height: 30px;
	text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.news-details .share li .facebook {
	background: #3b5998;
	border: 1px solid #3b5998;
}

.news-details .share li .facebook:hover {
	background: #fff;
	color: #3b5998
}

.news-details .share li .twitter {
	background: #00aced;
	border: 1px solid #00aced;
}

.news-details .share li .twitter:hover {
	background: #fff;
	color: #00aced;
}

.news-details .share li .telegram {
	background: #31A9DD;
	border: 1px solid #31A9DD;
}

.news-details .share li .telegram:hover {
	background: #fff;
	color: #31A9DD;
}

.news-details .share li .whatsapp {
	background: #4DC65D;
	border: 1px solid #4DC65D;
}

.news-details .share li .whatsapp:hover {
	background: #fff;
	color: #4DC65D;
}

.news-details .pen {
    color: #777;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.news-details .tags {
    display: block;
    margin: 10px 0;
}

.news-details .tags a {
    color: #444;
    background: #ddd;
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}

.news-details .tags a:hover {
    background: #142349;
    color: #fff;
}

.news-details .news-wrapper p {
    text-align: justify;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 27px;
}

.news-details .news-wrapper ul {
    padding-right: 20px;
    margin-bottom: 15px;
}

.news-details .news-wrapper ul li {
    position: relative;
    font-size: 13px;
    padding-right: 15px;
    line-height: 26px;
}

.news-details .news-wrapper ul li:after {
    position: absolute;
    right: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    content: '';
    background: #142349;
    border-radius: 50%;
}

.news-details .news-wrapper img,
.news-details .news-wrapper iframe {
    width: 100%;
    max-height: 450px;
    margin-bottom: 15px;
}

.news-details .choices li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
}  

.news-details .choices li svg {
    margin-left: 5px;
}

.news-details .choices li a,
.news-details .choices li button {
    border: 1px solid #142349;
    background: #fff;
    display: block;
    padding: 5px 10px;
    color: #142349;
}

.news-details .choices li a:hover,
.news-details .choices li button:hover {
    color: #fff;
    background: #142349;
}

.news-details .related {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.news-details .related .block-title {
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 0;
}

.news-details .related .block-title a {
    color: #142349;
    font-size: 22px;
}

.news-details .related .img {
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news-details .related .img .fa-play-circle {
    position: absolute;
    font-size: 25px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-details .related .img:hover .fa-play-circle {
    color: #142349;
}
.news-wrapper iframe{
   height: 320px !important;	
	
}

.news-details .related img,
.news-details .related iframe {
    width: 100%;
    height: 100%;
}

.news-details .related .time {
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 5px 10px 1px;
    border-radius: 10px;
    color: #fff;
    background: #142349;
}

.news-details .related p {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.news-details .related h3 {
    font-size: 20px;
}

.news-details .related p a {
    color: #444;
}

.news-details .related p a:hover {
    color: #142349;
}

.news-details .related .sub-news {
    position: relative;
}

.news-details .box-block .sub-news {
    clear: none;
}

.news-details .by {
    margin: 5px 0;
    color: #777;
    font-size: 12px;
}

.news-details .by img {
    width: 20px;
    margin-left: 5px;
    height: auto;
    display: inline-block;
}

.news-details audio {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.news-details .related .sub-audio .time {
    position: relative;
    top: -5px;
    background: none;
    padding: 0;
    color: #777;
}

.news-details .related .sub-audio p {
    height: 45px;
}

.sidebar {
    margin-top: 15px;
}

.sidebar .most-read {
    width: 100% !important;
    float: none !important;
    padding: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .news-details .related .img {
        height: 140px;
    }
    .news-details .related .img .fa-play {
        font-size: 18px;
    }
}

@media (max-width:767px) and (min-width:400px) {
    .news-details .related .img  {
        height: 300px;
    }
}

@media (max-width:400px) {
    .news-details .img {
        height: 250px;
    }

    .news-details .info li {
        margin-left: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 767px) {
    
    .news-details .img p span {
        height: 45px;
    }
    .news-details .img .fa-play {
        font-size: 22px;
    }
    .news-details .related .img .fa-play {
        font-size: 18px;
    }
}

.news-details .choices li a,
.news-details .choices li button,
.news-details .related img,
.news-details .related iframe {
    transition: all 0.5s ease-in-out;
}

/* -- ./News Details -- */


/* -- pagination -- */

.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0 0;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    border-radius: 10px;
    border: 1px solid #142349;
    min-width: 30px;
    padding: 5px 0;
    margin: 0 2px;
    margin-bottom: 15px;
    display: inline-block;
    color: #142349;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: #142349;
}

/* -- ./pagination -- */


/* -- Contact Us Page -- */

#dle-content{

}

#dle-content h3{
	display: none;
}

#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 #0f3264;
	color: #fff;
	background: #0f3264;
}

#dle-content button.btn:hover{
	background: #fff;
	color: #0f3264;
}

.phone-email {
    margin-right: 0;
    margin-left: 0;
}

.phone-email li {
    margin-bottom: 10px;
}

.phone-email a{
	color: #333;
}

.phone-email a svg {
    margin-left: 5px;
}

@media (max-width:767px) {
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
}

/* -- ./Contact Us Page -- */


/* -- Transition -- */

.nav > li > a,
.social li a,
.dropdown-list > li > a,
.nav > li > a > svg,
.last-news .sub-news p + a,
.last-news .title a,
.down h2.title a,
.gallery h2.title a,
.search button,
.design ul li a,
.top.carousel .zoom-img img,
.top.carousel .zoom-img iframe {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

