/*
    Document   : style
    Created on : 07/11/2017,
    Author     : saleem hakeem
    Description: Purpose of the stylesheet follows.
*/
@font-face {
    font-family: 'arabic_bold';
    src: url('fonts/bold.woff');
}

@font-face {
    font-family: 'arabic_regular';
    src: url('fonts/regular.woff');
    font-weight: normal;
}

body {
    background-color: #f8f8f8;
    position: relative;
    font-family: 'arabic_regular';
    /*font-family: 'Roboto', sans-serif;*/

    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.3;
    direction: rtl;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5{
     font-family: 'arabic_bold';
}
ul li {
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
color: #000;
}

h1, h2, h3, h4, h5, h6, strong {
    margin: 0;
    /*font-family: 'Greta_Arabic_Regular';*/
}

h1, h2, h3, h4, h5, h6, strong, p {
    /*font-weight: 400;*/
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, button, select {
    /*font-family: 'Greta_Arabic_Regular';*/
    outline: none;
}

img {
    display: block;
    width: 100%;
}

iframe {

    overflow: hidden;
    display: block;
}

@media (min-width: 768px) {
    .site-width {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .site-width {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .site-width {
        max-width: 1170px;
    }
}
.media-body{
    width: auto;
}
.site-width {
    width: 95%;
    margin: auto;
}

.heading_1 {
    text-align: right;
    color: #000;
    font-size: 22px;
    position: relative;
    background: #fff;
}

.heading_1 span {
    position: relative;
    background: #fff;
    display: table;
    padding: 0 10px;
    z-index: 1;
    padding-right: 0;

}
.dirltr .heading_1 span {
    padding-right: 10px;
    padding-left: 0;
}

.heading_1:after {
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    background: #d71920;
    left: 0;
    z-index: 0;
}

.flex {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/*header{*/
/*-webkit-box-shadow: 0px -2px 10px 0px #dedede;*/
/*-moz-box-shadow: 0px -2px 10px 0px #dedede;*/
/*box-shadow: 0px -2px 10px 0px #dedede;*/
/*}*/
.sm {
    /*display: table;*/
    font-size: 12px;
    padding: 4px 0;
}
header .sm {
    float: left;
}
header .sm div {
    float: left;
}
footer .sm div {
    float: right;
}
.navbar-default .navbar-toggle {
    background-color: #fff!important;
    border: 0;
    position: absolute;
    left: 0;
    top: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #2e5e75;
}
.sm .fa-stack {
    margin: 0 6px;
    color: #fff;
    /*line-height: 1;*/
}

.navbar-brand {
    height: auto;
    max-width: 150px;

}

.top_ {
    background: #2e5e75;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    border: none;
}

.mainHeader {
    display: flex;
    display: -webkit-flex;
    position: relative;

}

.mainHeader * {
    margin-top: auto;
    margin-bottom: auto;
}

#navbar {
    width: 100%;
}

.mainHeader ul.nav a {
    font-size: 17px;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #d71920;
    background-color: #fff;
}

.todayDate {
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    display: inline-block;

}

.lastNews {
    padding-top: 30px;
    padding-bottom: 30px;
}

.media {
    /*max-width: 90%;*/
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}

/*.lastNews .heading_1 {*/
/*max-width: 90%;*/
/*}*/

.media h4 {
    color: #666666;
    font-size: 17px;
    line-height: 1.3;
}

.media span {
    font-size: 13px;
    color: #a8aaba;
}

.NewsList {
    margin-top: 30px;
    margin-bottom: 30px;

}

.NewsList li {
    margin-bottom: 10px;
}

.LastNewsContainer, .multiSections {
    background: #fff;
}

.CategoryContainer > div > div {
    background: #fff;
}

/*news slider*/
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    /*height: 80%;*/
    width: 100%;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    margin: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 200px;
    /*height: 100%;*/
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide h4 {
    font-size: 17px;
    color: #5e5e5e;
}

.gallery-thumbs .swiper-slide .media {
    border: none;
    /*border-left: 1px solid #eee;*/
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

/*end news slider*/
.swiper-container-horizontal > .swiper-scrollbar {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: 100%;
    border-radius: 0;
    background: #fff;
}

.swiper-scrollbar-drag {
    background: #d81921;
    border-radius: 0;
    height: 3px;
}

.arrows {
      position: absolute;
    top: 25px;
    left: 25px;
}

.arrows .swiper-button-next, .arrows .swiper-button-prev {
    position: relative;
    margin-top: 0;
    float: left;
    left: 0;
    right: 0;

}

.swiper-button-next, .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 12px;
    background-color: #d71920;
    padding: 10px 0;
}

.hourlySection .swiper-slide >div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.swiper-slide .tr{
    height: 150px;
    /*width: 325px;*/
}
.swiper-slide .sq{
    height: 300px;
    /*width: 325px;*/
}.swiper-slide .sq2{
    height: 150px;
    /*width: 162.5px;*/
    float: right;
    width: 50%;
}
 .swiper-slide .bb{
    border-bottom: 6px solid #fff;
    box-sizing: border-box;
}
.swiper-slide .bl{
    border-left: 6px solid #fff;
    box-sizing: border-box;
}
.hourlySectionCont .swiper-slide>div.col-md-6{
    width: 50%;
}
.hourlySection {
    /*padding-top: 40px;*/
}

.hourlySection .swiper-slide {
    text-align: center;
    font-size: 18px;
}

.hourlySection .swiper-slide div {
    /*padding: 3px;*/
    /*box-sizing: border-box;*/
    position: relative;
    overflow: hidden;
}

.swiper-slide div h2 a:hover {
    color: #eee;
}
.hourlySection .swiper-slide >div:after ,
.sports .swiper-slide >div:after {
    content: '';
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(47, 95, 118, 0.7) 50%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(47, 95, 118, 0.7) 50%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(47, 95, 118, 0.7) 50%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide div h2 span {
    position: absolute;
    /* top: 0; */
    /*height: 100%;*/
    width: 100%;
    bottom: 12px;
    display: table;
    font-size: 17px;
    max-width: 90%;
    text-align: right;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    line-height: 1.4;

}

.hourlySection .swiper-slide div.col-md-12 {
    padding-bottom: 3px !important;

}

.hourlySection .heading_1 {
    background: transparent;
    padding: 20px 0;
}

.hourlySection .heading_1 span {
    background: #f8f8f8;
}

.multiSections {
    margin-top: 30px;
}

.globalAndEnglish .col-md-8 {
    border-left: 1px dashed #eee;
}

.globalAndEnglish .media-left {
    position: relative;
}

.globalAndEnglish .media-left span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #d71920;
    color: #fff;
    padding: 5px 15px;
}

.globalList {
    padding: 30px 15px;
    box-sizing: border-box;
}

.CategoryContainer {
    margin-bottom: 50px;
}

.CategoryContainer
.globalList {
    padding: 0;
}

.globalList .media {
    padding: 20px 0;
}

.SpecArticles {
    padding-top: 10px;
    padding-bottom: 30px;
}

.SpecArticles .swiper-container {
    margin: 40px auto;
}

.SpecArticles .swiper-container .media {
    border: none;
}

.demo-gallery > ul > li {
    margin-bottom: 15px;
    width: 23%;
    display: inline-block;
    margin: 1%;
    list-style: outside none none;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.video a {
    background: #2e6da4;
    position: relative;
}

.video a img {
    opacity: 0.5;
}

.video a span {
    position: absolute;
    bottom: 12px;
    width: 90%;
    color: #fff;
    margin: auto;
    right: 0;
    left: 0;
    font-size: 17px;
    padding-left: 40px;
    /* margin-left: 39px; */
}

.demo-gallery-poster > img {
    left: 50%;
    /*margin-left: -10px;*/
    /*margin-top: -10px;*/
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

#lightgallery > div {
    padding: 0;
}

.demo-gallery .video {
    position: relative;
    padding: 0px;
    padding: 2px;
}

.demo-gallery .video .demo-gallery-poster img {
    height: 28px;
    opacity: 0.8;
    width: 28px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

#lightgallery {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*max-width: 900px;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: row;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-flex-flow: row wrap;*/
    /*-ms-flex-flow: row wrap;*/
    /*flex-flow: row wrap;*/
    margin: 10px auto;

    /*     -webkit-perspective: 2000px;
              perspective: 2000px;*/
}
.videos.site-width{
        min-height: 262px;
}

.lg-backdrop {
    background: #2e5e75;
}

.transformer-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 9;
    position: relative;
    display: table;
}

.transformer-tabs {
    position: relative;
    margin-bottom: 15px;

}

.transformer-tabs:after {
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    background: #d71920;
    left: 0;
    z-index: 0;
}

.transformer-tabs li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
}

.transformer-tabs li .active {
    color: #d71920;
}

.transformer-tabs a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    font-size: 22px;
}

.transformer-tabs a.active {
    position: relative;
}

@media (max-width: 700px) {
    .transformer-tabs ul {
        border-bottom: 0;
        overflow: hidden;
        position: relative;
        background: #666;
        /* fallback */
        /*background: linear-gradient(#666, #222);*/
    }

    .transformer-tabs ul::after {
        content: "☰";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }

    .transformer-tabs ul.open a {
        position: relative;
        display: block;
    }

    .transformer-tabs li {
        display: block;
    }

    .transformer-tabs a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding-right: 39px;
    }

    .transformer-tabs a.active {
        border: 0;
        z-index: 1;
    }
}

.tabs > div {
    display: none;
    padding: 1rem;
}

.tabs > .active {
    display: block;
}

.list-1 .pull-left {
    padding: 10px 0;
    font-size: 16px;
    float: right!important;

}

.tabs > div .col-sm-4 {
    margin-bottom: 20px;
}

.tabAndCaricature {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sports {
    margin-bottom: 50px;
}

footer {
    background: #2e5e75;
    padding: 30px 0;
    color: #a8aaba;
}

footer a:hover {
    color: #fff;
}

.heading_2 {
    /*color: #fff;*/
    border: 1px solid #a8aaba;
    padding: 10px;
}

/*footer .site-width {*/
    /*max-width: 1000px;*/
/*}*/

footer #aniimated-thumbnials {
margin-bottom: 20px;
    margin-top: 20px;
}

.form {
    position: relative;
    background: #fff;
}

header .serachForm {
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 99;
    max-width: 1000px;
    left: 0;
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}
footer .form {
    margin-top: 20px;
}

.formStyle {
    padding: 20px;
    width: 96%;
    border: none;
    font-size: 1em;
    font-weight: 100;
    color: #2e5e75;

    position: relative;
    margin: auto;
    box-sizing: border-box;
    display: block;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 40px;
}

header .formStyle {
    background-image: url("images/search-icon.jpg");
    background-size: 30px;

}

footer .formStyle {
    background-image: url("images/email-icon.jpg");
}

.formButton {
    background-color: #d71920;
    display: block;
    color: #ffffff;
    border: none;
    font-size: 16px;
    padding: 6px 35px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.formButton:hover {
    background-color: #d70b47;
}

.formButton:active {
    position: relative;
    top: 3px;
}

/*To remove the outline that appears on clicking the input textbox*/
input:focus {
    outline: none;
}

.ContactingCont {
    margin-top: 40px;
    margin-bottom: 30px;
}

.ContactingCont img {
    max-width: 140px;
}

.ContactingCont span {
    font-size: 16px;
}

footer .sm {
    padding: 0;
}

footer .sm .fa-stack {
    color: inherit;
    line-height: 1;
}

.Fmenu {
    border-top: 1px solid #a8aaba;
    border-bottom: 1px solid #a8aaba;
    padding-top: 30px ;
    padding-bottom: 30px ;
}

.Fmenu ul {
    columns: 7;
    -webkit-columns: 7;
    -moz-columns: 7;
}

.Fmenu li a {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}


.copyRight > div > ul {
    display: flex;
    display: -webkit-flex;
    font-size: 15px;
}

.copyRight {
    padding-top: 20px;
    justify-content: space-between;

}

/*.copyRight > div > ul {*/
    /*float: left;*/
/*}*/

.copyRight > div > ul a {
    padding: 0 10px;
}

.dirltr {
    direction: ltr;
}

.LastNewsContainer .col-md-8 {
    padding-right: 0;

}

.btn-default {
    width: 100%;
    border-radius: 0;
    font-size: 18px;
    border-color: #e5e5e5;
}

.gallery-top .swiper-slide .desc {
    position: absolute;

    width: 100%;
    color: #fff;
    bottom: 0;
}


.gallery-top .swiper-slide p a {
    position: relative;
    z-index: 9;
}

.gallery-top .swiper-slide p {
    margin: 0;
    position: relative;
    padding: 29px 20px;
    font-size: 18px;
}

.gallery-top .swiper-slide p:after {
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2e6da4;
    opacity: 0.6;
}

.serachForm {
    display: none;
}

.serachForm.active {
    display: block;
}

.search-btn.active .fa-search:before {
    color: #d71920;
}

/*flash news*/

.ticker {
    /*margin: 15% auto;*/
    /*background-color: #33B5E5;*/
    line-height: 18px;
    color: #33B5E5;
    /*box-shadow: 0 10px 18px -11px #555;*/
}

.ticker .prefix {
    padding: 6px;
    float: right;
}

@media (min-width: 980px) {
    .ticker .prefix {
        margin-right: 0;
        height: 40px;
    }
}

.ticker .prefix h1 {
    margin: 0;
    font-size: 18px;
    text-align: right;
    color: #a8aaba;
    font-style: italic;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ticker .prefix h1 {
        font-size: 16px;
    }
}

.ticker .lines {
    overflow: hidden;
    padding: 6px;
    float: right;
    margin: 0;
}
.gallery-top .swiper-slide h2 a {
     font-family: 'arabic_bold';
}
@media (min-width: 980px) {
    .ticker .lines {
        margin-left: 0;
    }
}

@media (min-width: 600px) {
    
    .gallery-top .swiper-slide h2 a {
     font-size: 35px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
    .ticker .lines {
        height: 38px;
    }
}

.ticker .lines li {
    list-style: none;
    line-height: 20px;
    font-size: 18px;
    color: #a8aaba;
    font-style: italic;

}

/*end flash news*/

.scrollcontrol {
    /*display: none;*/
    position: fixed;
    left: 20px;
    z-index: 100;
    background-color: #2e5e75;
    /*border-radius: 50%;*/
    border: 1px solid #a8aaba;
    /*width: 70px;*/
    /*height: 70px;*/
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    bottom: -40px;
}

.scrollcontrol.show {
    /*display: block;*/
    bottom: 20px;

}

.scrollup {
    position: relative;
    cursor: pointer;
    padding: 3px 10px 3px 60px;
    font-size: 17px;
}

.scrollup:before, .scrollup:after {
    content: '';
    position: absolute;
    display: block;
    /*-webkit-transform: translate(15px, -5px);*/
    /*transform: translate(15px, -5px);*/
    /*Chevron position center*/
    border: 5px solid transparent;
}

.scrollup:before {
    top: 7px;
    border-bottom-color: white;
    /*Chevron Color*/
    border-top-color: transparent;
    left: 8px;
}

.scrollup:after {
    top: 8px;
    border-bottom-color: #2e5e75;
    left: 8px;
    /*Match background colour*/
    border-top-color: transparent;
}

.breadcrumbs ol {
    list-style-type: none;
}

.breadcrumbs li {
    vertical-align: middle;
    color: dodgerblue;
    white-space: nowrap;
    display: none;
}

.breadcrumbs li a {
    display: inline;
}

.breadcrumbs li::before, .breadcrumbs li::after {
    color: silver;
    font-size: 1.5rem;
}

.breadcrumbs li::after {
    content: ' › ';
    padding: 0 3px;
}

.breadcrumbs li:last-of-type {
    color: black;
}

.breadcrumbs li:last-of-type::after {
    content: '';
}

.breadcrumbs li:first-child, .breadcrumbs li:nth-last-child(1), .breadcrumbs li:nth-last-child(2) {
    display: inline-block;
    width: auto;
}

.breadcrumbs li:first-child::before, .breadcrumbs li:nth-last-child(1)::before, .breadcrumbs li:nth-last-child(2)::before {
    content: '';
}

.breadcrumbs li:nth-last-child(n+3):nth-child(2) {
    display: inline-block;
    overflow: hidden;
    width: auto;
    font-size: 0;
}

.breadcrumbs li::before {
    content: '...';
}

.CategoryContainer .sm {
    width: 100%;
    padding-bottom: 30px;
    display: block;
}

.CategoryContainer .sm > div {
    background: #2e6da4;
    width: 23%;
    margin: 1%;
    float: right;

}

.CategoryContainer
.sm .fa-stack {
    margin: 14px auto;
    display: block;
}

.CategoryContainer .sm .telegram {
    background: #0088cc;
}

.CategoryContainer .sm .youtube {

    background: #ff0000;
}

.CategoryContainer .sm .twitter {
    background: #1da1f2;

}

.CategoryContainer .sm .facebook {
    background: #4267b2;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2f5f76;
    border-color: #2f5f76;
}

.pagination > li > a {
    border: none;
}

/******* typo ********/
.page_content {
    color: #222;
    font-family: "arabic_bold", Georgia, serif;
    line-height: 1.6;
    padding: 10px 10px;
    font-size: 18px;
    clear: both;
    text-align: justify /*    overflow: hidden;*/
}
.page_content table{
    width: 100%;
}

.page_content.contents.print {
    padding: 5px 40px 0;
}

.page_content.contents.print h1, .page_content.contents.print .date, .page_content.contents.print .author {
    color: #be202f;
}

.page_content.contents.print .date {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 20px;
}

.page_content.contents.print .main-image {
    border: 0px none;
    background-color: transparent;
    margin: 0px 0px 20px 20px;
    text-align: right;
    padding-bottom: 0px
}

@media only print {
    .page_content.contents.print .print-btn {
        display: none;
    }
}

.page_content.contents a {
    color: #0066b2;
}

.page_content.contents a:hover {
    color: #3B5998;
}

body.page_content {
    background-color: #fff;
}

.page_content .highlight-1 {
    background-color: #FFFFDA;
}

.page_content .highlight-2 {
    background-color: #F1F1F1;
}

.page_content .highlight-3 {
    background-color: #272727;
    color: #FFFFFF;
}

.page_content .highlight-4 {
    background-color: #3e5877;
    color: #FFFFFF;
}

.page_content .highlight-1, .page_content .highlight-2, .page_content .highlight-3, .page_content .highlight-4 {
    padding: 1px 5px;
}

.page_content span.color-1 {
    background-color: #FFFFEE;
    border-bottom: 1px solid #E9E9A1;
    border-top: 1px solid #E9E9A1;
    color: #666666;
}

.page_content span.color-2 {
    background-color: #3e5877;
    border-bottom: 1px solid #1A5EA1;
    border-top: 1px solid #1A5EA1;
    color: #FFFFFF;
}

.page_content span.color-1, .page_content span.color-2 {
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
    padding: 5px 10px;
}

.page_content ul, .page_content ol, .page_content p, .page_content pre, .page_content blockquote, .page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
    margin: .5em 0 !important;
    padding: 0;
}

.page_content .info, .page_content .tips, .page_content .warning, .page_content .email, .page_content .help, .page_content .feed, .page_content .pdf, .page_content .doc, .page_content .ppt, .page_content .xls, .page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6, .page_content h1 a, .page_content h2 a, .page_content h3 a, .page_content h4 a, .page_content h5 a, .page_content h6 a {
    color: #0082C1;
    line-height: 1.3;
    text-decoration: none;
    background: none; /*    margin: 5px 0px;*/
    border: 0px none;
    height: auto;
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6, .page_content h1 a, .page_content h2 a, .page_content h3 a, .page_content h4 a, .page_content h5 a, .page_content h6 a {
    font-family: "arabic_bold", Georgia, serif;
}

#section-cont {
    padding: 10px;
}

#section-cont h2 {
    font-size: 18px;
    margin: 5px 0px;
}

#section-cont p {
    padding: 10px 0px;
    line-height: 1.4;
}

#section-cont span {
    clear: both;
    text-align: right;
    display: block;
    border-bottom: solid #7d7d7d 1px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#section-cont span:last-child {
    border-bottom: none 0px;
}

#section-cont h2 a, #section-cont span a {
    color: #3e5877;
}

#section-cont h2 a:hover, #section-cont span a:hover {
    color: #6F8EB5;
}

.page_content.search_page h3 {
    margin: 0.5em 0;
}

.page_content.search_page h3 a {
    font-size: 16px;
    font-weight: normal;
}

.page_content.search_page p {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin: 0;
}

.page_content a:hover {
    color: #6F8EB5;
}

.page_content .img-border {
    border: 5px solid #B9B7B5;
}

.page_content h1 {
    font-size: 140%;
}

.page_content h2 {
    font-size: 130%;
}

.page_content h3 {
    font-size: 120%;
}

.page_content h4 {
    font-size: 115%;
}

.page_content h5 {
    font-size: 105%;
}

.page_content h6 {
    font-size: 105%;
}

.page_content ol {
    list-style: decimal;
}

.page_content ol li {
    margin-right: 35px;
}

.page_content ul {
    list-style: none outside;
}

.page_content ul li {
    background: url(images/bullet2.png) no-repeat scroll center right transparent;
    padding-right: 30px;
}

.page_content.form ul li {
    background: none;
    padding-right: 30px;
}

.page_content .info, .page_content .tips, .page_content .warning, .page_content .email, .page_content .help, .page_content .feed, .page_content .pdf, .page_content .doc, .page_content .ppt, .page_content .xls {
    padding: 5px 30px 5px 5px;
}

.page_content p.info {
    background: url(images/info.gif) no-repeat scroll right center #d4e8f8;
    border: 1px solid #87b0d2;
}

.page_content p.tips {
    background: url(images/tips.gif) no-repeat scroll right center #fbfce4;
    border: 1px solid #dadf8b;
}

.page_content p.warning {
    background: url(images/warning.gif) no-repeat scroll right center #ffebef;
    border: 1px solid #df8b9d;
    color: #CC0000;
}

.page_content a.email {
    background: url(images/email.gif) no-repeat scroll right center transparent;
}

.page_content p.help {
    background: url(images/help.gif) no-repeat scroll right center transparent;
}

.page_content a.feed {
    background: url(images/feed.gif) no-repeat scroll right center transparent;
}

.page_content a.pdf {
    background: url(images/pdf.jpg) no-repeat scroll right center transparent;
}

.page_content a.doc {
    background: url(images/doc.jpg) no-repeat scroll right center transparent;
}

.page_content a.ppt {
    background: url(images/ppt.jpg) no-repeat scroll right center transparent;
}

.page_content a.xls {
    background: url(images/xls.jpg) no-repeat scroll right center transparent;
}

.page_content img {
    padding: 7px;
    margin: 5px 10px;
    border: 1px solid #e5e5e5;
}

.page_content img:hover {
    border: 1px solid #a5a5a5;
}

.page_content div.side {
    float: left;
    width: 250px;
    padding: 10px 20px 10px 10px;
    margin: 10px 15px 10px 0;
    font-size: 30px;
    line-height: 40px;
    background: url(images/side-border.png) repeat-y right center #f5f5f5;
}

.page_content div.bubble1, .page_content div.bubble2, .page_content div.bubble3, .page_content div.bubble4 {
    margin: 15px 0;
}

.page_content div.bubble1 span.author, .page_content div.bubble2 span.author, .page_content div.bubble3 span.author, .page_content div.bubble4 span.author {
    font-weight: bold;
    margin-right: 10px;
    padding-right: 0;
}

.page_content div.bubble1 div {
    background: url(images/bub1-br.gif) no-repeat scroll left bottom transparent;
    margin: 0;
    width: 100%;
}

.page_content div.bubble1 div div {
    background: url(images/bub1-bl.gif) no-repeat scroll right bottom transparent;
}

.page_content div.bubble1 div div div {
    background: url(images/bub1-tr.gif) no-repeat scroll left top transparent;
}

.page_content div.bubble1 div div div div {
    background: url(images/bub1-tl.gif) no-repeat scroll right top transparent;
}

.page_content div.bubble1 div div div div div {
    margin: 0;
    padding: 10px 15px 20px;
    width: auto;
}

/******* typo end ********/
#subject-title {
    color: #d71920;
    padding: 20px 0;
}

.box ul {
    display: block;
    padding: 0px 0px;
    margin-top: 30px;
}

#article-meta {
    padding-top: 20px;
}

#article-meta time {
    font-size: 18px;
    color: #547089;
    /*padding: 8px 0;*/
    display: block;
}

#article-meta li {
    display: block;
    padding: 0 15px 0 5px;
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#article-meta li span {
    font-size: 18px;
    color: #547089;
    /*padding: 8px 0;*/
    display: block;
}

#article-meta li a {
    color: #9E9E9E;
    font-weight: bold;
}

.authorImg {
    margin-top: 30px;
}
.authorSnippet h1{
    font-size: 28px;

}

.authorImg img {
    width: 100%;
    max-width: 300px;
}

.doc-date .btn-default {
    width: auto;
    padding: 6px 25px;
    margin: 0 5px;
    float: right;
}

.comments li .media {
    padding-bottom: 30px;
    padding-top: 30px;

}

.form-control {
    height: auto;
    padding: 9px 10px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.noThing{
    text-align: center;
    padding: 100px 0 60px 0px;
}
.noThing p{
    padding-top: 130px;
    background-image: url("images/error-icon.jpg");
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 20px;

}
.noThing a{
    text-decoration: underline;
}
.media{
    /*margin-top: 150px;*/
    position: relative;
}
.right_nav{
    /*width: 179px;*/
    /*float: right;*/
    /*margin-bottom: 30px;*/
}
.right_nav .nav_{
    background-color: #f6f5f2;
    padding: 20px;
    box-sizing: border-box;
    /*margin-top: 70px;*/
}
.media .right_nav .nav_{
    background: none;
    padding: 0;

}
.right_nav .nav_ li:first-child{
    margin-top: 35px;
}
.allnews .nav_ li{
    text-align: center;
}
.right_nav  .nav_ li:last-child{
    margin-bottom: 50px;
}
.right_nav  .nav_ li a{
    color: #7d7d7d;
    border: 1px solid #cccccc;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
}
.media .right_nav  .nav_ li{
    display: inline-block;

}
.media .right_nav  .nav_ li .sub-nav-gallery{
    position: absolute;
    background: #fff;
    width: 70%;
    z-index: 9;
    right: 180px;
    top: 36px;
    border: 1px solid #ccc;
    /*border-right: none;*/
    padding: 15px;
    box-sizing: border-box;
    height: 400px;
    display: none;

}
.media .right_nav  .nav_ li:hover .sub-nav-gallery{
    display: block;}

.media .right_nav  .nav_ li:hover {
    background-color: #ccc;
}
.right_nav  .nav_ li a.active{
    color: #5a5a5a
}

.media .right_nav  .nav_ li a.active{
    background-color: #d71920;
    color: #fff;
}

.right_nav  .soci li{
    height: 125px;
    width: 179px;
    text-align: center;
    margin: 45px 0;
}
.right_nav  .soci li a{
    display: block;
    padding: 43px 0;
    color: #fff;
    font-size: 40px;
    text-indent: -9999px;
}
.right_nav  .soci li.fb {
    background: url(images/about_fb_icon.png) center no-repeat;
    background-color: #3e5c9a ;
}
.right_nav  .soci .fb:hover {
    background-color: #355087;
    text-shadow: 8px 1px 9px #000000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.right_nav  .soci li.yt {
    background: url(images/about_yt_icon.png) center no-repeat;
    background-color: #cf0d0d ;
}
.right_nav  .soci .yt:hover {
    background-color: #9d0909;
    text-shadow: 8px 1px 9px #000000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
/*.left_texts{*/
    /*float: left;*/
    /*width: 75%;*/
/*}*/
/*.left_texts{*/
    /*float: left;*/
    /*width: 75%;*/
/*}*/

.left_texts>div{
    /*display: none;*/
}
.left_texts div.album{
    display: block;
}
 .left_texts div.about-div-open{
    display: block;
}
.left_texts div.about-div-open{
    line-height: 1.4;
    text-align: right;

}
.left_texts div.about-div-open img{
    max-width: 100%;
}
.left_texts div.about-div-open li{
    list-style: circle;
}
.left_texts h2{
    padding: 10px 0;
    font-size: 30px;
    color: #df6826;
    font-weight: normal;
}

 .left_texts .album>div{
    margin-bottom: 50px;
}
.left_texts .album>div ul{
    clear: both;
}
.left_texts div.album{
    display: block;
}
.left_texts .gallery_album li {
    /*width: 20%;*/
    /*margin-left: 3%;*/
    position: relative;
    /*float: right;*/
    /*background-color: #000;*/
    /*height: 135px;*/
    overflow: hidden;
}
.left_texts li {
    color: #3d3d3d;
    margin: 5px 0;
}
.left_texts div.gallery_album li a {
    position: absolute;
    top: -20px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.gallery_album li img {
    transition: 0.4s;
    width: 100%;
    /*opacity: 0.7;*/
    padding: 0;

}
 .left_texts .gallery_album li h2 {
    font-size: 16px;
    /*position: absolute;*/
    bottom: 0;
    color: #000;
    width: 95%;
    margin: auto;
    right: 0;
    left: 0;
    line-height: 1.3;
    transition: 0.4s;
}
.left_texts .gallery-videos  a {
    background: url(images/play-button.png) no-repeat center;
    background-size: 30px;
}
.mediaContainer {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 80px;
}
.mediaContainer .swiper-container{
    padding-top: 50px;
    padding-bottom: 20px;
}
.albumContaner .swiper-slide {
    margin: auto;

}
.albumContaner .swiper-slide img{
    padding: 100px;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.albumContaner .swiper-slide.swiper-slide-active img{
    padding: 0;

}
.controls {
    max-width: 300px;
    margin: auto;
}
.controls a{
    float: right;
    width: 48%;
    margin: 1%;

}
.controls a.active{
    background: #ddd;
}
