/**************

    Template Information:

    Website: Amad News;
    Company: wsla.ps & aladham.ps;
    Front-End Developer: Nadeem Ayesh;
    Back-End Developer: wsla.ps & aladham.ps;
    Email: info@wsla.ps & info@aladham.ps;
    Mobile: +972 599 461835 | +972 597 972030 | +972 599 684626;
    TelFax:	+970 8 2886841;

    Wasla Services:
        Wasla It can Provide a lot of services like:
        1- Web Design & Development
        2- Software solutions for the companies
        3- Web Hosting & Domain Registration
        4- Reservation of private servers for companies
        5- Hosting live broadcasts of radio stations
        6- Programming applications for iPhone and Android
        7- E-marketing and campaign management
        8- E-mail service & SMS service

    Date: 3, Mars, 2019;

*************/
/*  Fonts Include  */

@font-face {
    src: url("../fonts/Tajawal-Medium.ttf");
    font-family: 'amad-font';
}
/*  Fonts Include  */

/*  Start General  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'amad-font', 'main', sans-serif;
    margin: 0;
    padding: 0
}

:root {
    --red-color: #d64033;
    --yellow-color: #bdaa6a;
    --font-family: 'main', sans-serif;
    --font-family2: 'bold', 'main', sans-serif;
    --trans: all 0.4s ease-in-out;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'amad-font', 'main', sans-serif;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
    text-decoration: none;
    outline: none;
}

select,
input[type=checkbox],
input[type=radio],
select:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    cursor: pointer;
}

.row-me::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.form-control:focus{
    box-shadow: none !important;
    border-color:var(--yellow-color) ;

}

.fixed-top{
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    background: #FFF;
}

.fixed-bottom{
    position: fixed !important;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9998 !important;
    background: #FFF;
}

.stripped-text p,
.stripped-text span,
.stripped-text pre,
.stripped-text ol li,
.stripped-text ul li,
.stripped-text h1,
.stripped-text h2,
.stripped-text h3,
.stripped-text h4,
.stripped-text h5,
.stripped-text h6,
.stripped-text pre,
.stripped-text a,
.stripped-text {
    color: #5f6264;
    font-size: 20px !important;
    font-family: "amad-font", "main", sans-serif !important;
    line-height: 1.7;
    text-align: justify;
}
/*  End General  */

/* right-side-e3lan */
.right-side-e3lan {
    width: 160px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 51%;
    right: 140px;
    transform: translateY(-50%);
    z-index: 999;
}

.right-side-e3lan img,
.left-side-e3lan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-side-e3lan {
    width: 160px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 51%;
    left: 140px;
    transform: translateY(-50%);
    z-index: 999;
}

/* mobile-menu */
.mobile-menu{
    padding: 10px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;
    display: none;
}

.mobile-sm-menu{
    padding-top: 20px;
    display: none;
}

.mobile-menu .nav-link{
    display: block;
    color: #000;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

.dopdown-mobile{
    position: relative;
    background: #f1f1f1;
    color: #333;
    display: none;
}

.dopdown-mobile a{
    display: block;
    padding: 10px 5px;
    color: #000000;
}

.drop-mobile::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: left;
    margin-top: 10px;
}
/* mobile-menu */

/* sm menu Toggle */
.menu-items {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -4px);
    transform: rotate(45deg) translate(-6px, -4px);
}

.menu-toggle{
    display: flex;
    display: -ms-flexbox;
}

.menu-toggle .nav-link{
    display: inline-block;
}

.seach-mobile{
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.seach-mobile .form-group{
    position: relative;
    margin-bottom: 0;
}

.seach-mobile .form-group .btn{
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--yellow-color);
    border-color: var(--yellow-color);
}

.seach-mobile .form-group input{
    padding-left: 50px;
}

.mobile-menu .navbar-nav{
    max-height: 75vh;
}
/* sm menu Toggle */

/* live-list */
.live-list{
    position: fixed;
    top: -300px;
    left: -300px;
    width: 600px;
    height: 311px;
    z-index: 99998;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.live-list::before {
    width: 870px;
    height: 870px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    border-radius: 100%;
    -moz-transform: translate(-14%, -50%);
    -o-transform: translate(-14%, -50%);
    -ms-transform: translate(-14%, -50%);
    -webkit-transform: translate(-14%, -50%);
    transform: translate(-14%, -50%);
    -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
}

.opened{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
    left: 0;
}

#closeLive{
    width: 30px;
    height: 30px;
    padding: 0;
    /* padding-top: 5px !important; */
    line-height: 2.3 !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
    background: #dedede;
    border-color: transparent;
    font-size: 14px;
}

#closeLive:hover{
    background-color: var(--danger);
}

.live-holder{
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.news-list-holder{
    height: 220px;
    /*background: #CCC;*/
    margin-left: 50px;
    padding-right: 15px;
    /*padding-left: 30px;*/
}

.simplebar-scrollbar:before{
    background: var(--red-color);
}

.live-list .news-list li{
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
}

.live-list .news-list li:last-child{
    border: none;
}

.live-list .news-list li a{
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    height: auto !important;
    /*flex-wrap: wrap;*/
    text-overflow: unset;
    white-space: normal;
    overflow: visible;
}

.live-list .news-list li a img{
    margin-top: 7px;
}

.live-list .news-list li a > img{
    height: 10px;
}

.tags a{
    display: inline-block !important;
    background: #f7f7f7;
    padding: 5px 8px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto !important;
    font-size: 14px !important;
    margin-top: 5px;
    height: auto !important;
}

.tags a:not(:last-of-type){
    margin-left: 5px;
}

.spect-news a{
    text-align: center !important;
}

.live-list .spect-news{
    margin-bottom: 10px;
    padding-right: 25px;
    font-size: 18px;
}

.live-list .spect-news a{
    color: var(--red-color);
    border: none;
    font-weight: bold;
    font-size: 20px;
}
/* live-list */

/* Loading */
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: RGBA(255,255,255,1);
    z-index: 99999;
}
/* Loading */

/* Animation */
@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        -moz-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        -moz-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
        -webkit-transform: translate3d(0, -20%, 0);
        -moz-transform:translate3d(0, -20%, 0);
        -ms-transform:translate3d(0, -20%, 0);
        -o-transform:translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}


/* .top-bar */
.top-bar {
    background: #000;
    position: relative;
    border-top: 3px solid #eae8c4;
    border-bottom: 2px solid #424854;
    z-index: 999;
    padding: 5px 0;
}

.right-menu ul,
.top-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-menu ul li,
.top-social ul li {
    color: #FFF;
    list-style: none;
}

.right-menu ul li a,
.top-social ul li a,
.right-menu ul li span,
.top-social ul li span {
    display: block;
    color: #c4c4c4;
    font-size: 14px;
    padding: 10px 10px;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
    position: relative;
    font-family: 'amad-font', sans-serif;
    /* font-weight: bold; */
}

.top-social ul li span::after,
.top-social ul li:last-child a::after{
    content: '';
    display: inline-block;
    height: 24px;
    border-left: 1px solid #c4c4c4c7;
    position: absolute;
    left: 0;
}

.top-social ul li:last-child a::after{
    left: auto;
    right: 0
}

.right-menu ul li a:hover,
.right-menu ul li a:focus{
    color: var(--yellow-color);
}

.top-social ul li a:hover,
.top-social ul li a:focus {
    color: #23baed;
}

.top-social ul li.ml-5 span::after{
    display: none;
}

.top-social ul {
    justify-content: flex-end;
}

.right-menu ul li a{
    font-size: 14px;
}

.right-menu ul li span,
.top-social ul li span{
    padding: 10px 20px;
}

.top-social ul li a{
    padding: 10px 6px;
}
/* .top-bar */

/* Logo With Ads here */
.logo-ads{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #e6e5be;*/
    background-color: #f3f2d6;
    border-bottom: 1px solid #989a3f;
}

.logo a{
    display: block;
    color: var(--red-color);
    font-size: 20px;
}

.logo a img{
    max-height: 80px;
}

.top-ad{
    /*background: #f7f7f7;*/
    color: #c5c6c6;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.top-ad img{
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
/* Logo With Ads here */

/* mian menu */
.main-menu {
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
    padding: 10px 0
}

.main-menu .container{
    position: relative;
}

.main-menu .navbar-brand{
    display: none;
}

.main-menu .navbar-brand img,
.mobile-menu .navbar-brand img{
    height: 50px;
}

.main-menu .navbar-nav .nav-link{
    padding: 14px 20px;
    color: #323232;
    font-size: 20px;
    font-weight: normal;
     
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
     
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link:focus{
    color: var(--yellow-color);
}

.has-number{
    position: relative;
}

.nav-number{
    display: block;
    position: absolute;
    top: -5px;
    right: -4px;
    width: 24px;
    height: 24px;
    background: var(--red-color);
    color: #FFF;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 15px;
}

.mega-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100% !important;
    padding: 20px;
    background: #FFF;
    border: 1px solid #efeeee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 25px #eceaea;
    display: none;
}

.mega-drop{
    position: static !important;
}

.main-menu .nav-pills .nav-link:focus{
    color: #FFF !important;
}

.main-menu .nav-pills .nav-link.active{
    background: var(--yellow-color);
    color: #FFF !important;
}

.main-menu .nav-pills .nav-link{
    padding: 8px 12px;
}

.main-menu .dropdown-item:hover,
.main-menu .dropdown-item:focus{
    background: var(--yellow-color) !important;
    color: #FFF !important;
}

.search-toggle a::after{
    display: none !important;
}

.search-toggle .dropdown-menu{
    width: 450px;
    padding: 10px 15px;
    right: auto;
    left: 0 !important;
}

.dropdown-menu{
    min-width: 250px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 25px #eceaea;
    padding: 8px 10px;
}

.dropdown-menu .dropdown-item{
    font-size: 16px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.drop-form .form-group{
    margin-bottom: 0;
    position: relative;
}

.drop-form .form-group button.btn{
    position: absolute;
    top: 0;
    left: 0;
    background: var(--yellow-color);
    color: #FFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.drop-form .form-group .form-control{
    color: #333;
    font-size: 14px;
    padding-left: 60px;
}

.drop-form label{
    font-size: 18px;
    font-weight: bold
}

.nav-icon{
    height: 25px;
}
/* mian menu */

/* tab-news-item */
.news-item a{
    color: #333;
    display: block;
}

.news-item figure{
    height: 180px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-item figure > img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    -o-object-fit: cover;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.news-item figure::after,
.slide-item-sm::after,
.vertical-item figure::after,
.file-news figure::after,
.white-news figure::after{
    content: '';
    display: block;
    background: var(--red-color);
    opacity: 0;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    top: 0;
    right: 0;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%;
}

.slide-item-sm::after{
    background: var(--red-color);
}

.news-overlay{
    position: absolute;
    bottom: 10px;
    width: 100%;
    right: 0;
    text-align: center;
    color: #FFF;
    opacity: 0;
    font-size: 14px;
    padding: 3px 10px;
    z-index: 2;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.news-title-over{
    position: absolute;
    top: 10px;
    width: 100%;
    right: 0;
    text-align: right;
    color: #FFF;
    opacity: 0;
    padding: 3px 10px;
    z-index: 2;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
    font-family: 'amad-font', 'main', sans-serif;

}

.news-title-over h5{
    font-size: 17px;
    line-height: 1.6;
    font-family: 'amad-font', 'main', sans-serif;
    font-weight: bold;
}

.slider{
    direction: rtl !important;
    align-items: flex-start;
    text-align: right;
    display: none !important;
}
#carousel ul li{
    float: right !important;
}

.news-item:hover figure img,
.news-item:focus figure img,
.slide-item-sm:hover img,
.slide-item-sm:focus img,
.owl-item.active.current .slide-item-sm img,
.slick-current .slide-item-sm img,
.vertical-item:hover figure > img,
.vertical-item:focus figure > img,
.file-news:hover figure img,
.file-news:focus figure img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.news-item:hover .news-overlay,
.news-item:focus .news-overlay,
.slide-item-sm:hover .news-overlay,
.slide-item-sm:focus .news-overlay,
.owl-item.active.current .slide-item-sm .news-overlay,
.owl-item.active.current .slide-item-sm .news-title-over,
.slider-nav .slick-current .news-overlay,
.vertical-item:hover .news-overlay,
.vertical-item:focus .news-overlay
.news-item:hover .news-title-over,
.news-item:focus .news-title-over,
.slide-item-sm:hover .news-title-over,
.slide-item-sm:focus .news-title-over,
.slider-nav .slick-current .news-title-over,
.vertical-item:hover .news-title-over,
.vertical-item:focus .news-title-over,
.file-news:hover .news-overlay,
.file-news:focus .news-overlay,
.white-news:hover .news-overlay,
.white-news:focus .news-overlay{
    opacity: 1;
}


.news-item:hover figure::after,
.news-item:focus figure::after,
.slide-item-sm:hover::after,
.slide-item-sm:focus::after,
.slick-current .slide-item-sm::after,
.owl-item.active.current .slide-item-sm::after,
.vertical-item:hover figure::after,
.vertical-item:focus figure::after,
.file-news:hover figure::after,
.file-news:focus figure::after,
.white-news:hover figure::after,
.white-news:focus figure::after {
    opacity: 0.8;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.news-item h4{
    color: #323232;
    font-size: 17px;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
    line-height: 1.5
}

.news-item:hover h4,
.news-item:focus h4{
    color: var(--red-color)
}

.news-item p,
.news-item pre{
    color: #777;
    height: auto;
    /*height: 70px;*/
    overflow: hidden;
}
/* tab-news-item */

/* breaking-holder */
.breakign-news{
    padding: 9px 0;
    background: var(--red-color);
    margin: 0 0 10px 0;
    position: relative;
}

.breakign-news.fixed-bottom{
    background: var(--red-color);
    margin: 0;
}

.breaking-holder{
    background: none;
    border: 1px solid var(--red-color);
}

.breaking-title{
    color: var(--red-color);
    font-size: 28px;
    /*font-family: 'bold-ar', 'main', sans-serif;*/
    text-align: center;
    padding: 5px 25px;
    background: #FFF;
    font-weight: bold;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
}

.breaking-titleTxt{
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.news-tiker {
    width: 90%;
    flex-grow: 1;
}

.news-tiker .item{
    /*padding: 0 26px 0 63px;*/
    width: 100% !important;
}

.news-tiker{
    margin-right: 10px;
}

.news-tiker a,
.news-tiker p{
    color: #FFF;
    font-size: 28px;
    display: block;
    width: 100%;
}

.owl-theme .owl-nav{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    background: var(--red-color);
}

.owl-theme .owl-nav button{
    margin: 0 5px !important;
    width: 20px;
}

.owl-theme .owl-nav button span{
    font-size: 30px;
    color: #FFF;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.owl-theme .owl-nav button:hover,
.owl-theme .owl-nav button:focus{
    background: none !important;
    color: var(--yellow-color) !important;
}

.owl-theme .owl-nav button:hover span,
.owl-theme .owl-nav button:focus span {
    color: var(--yellow-color);
}

#closeBreaking{
    position: absolute;
    top: -15px;
    left: 40px;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    background: var(--danger);
    box-shadow: 0 1px 2px -1px #000;
    display: none;
}
/* breaking-holder */

/* amad alert */
.amad-alert{
    margin-top: 10px;
    margin-bottom: 20px;
}

.amad-alert .breaking-title{
    background: var(--red-color);
    color: #FFF;
}

.amad-alert-inner {
    background: #f3f2d6;
}

.amad-alert-inner > * {
    vertical-align: middle;
}

.amad-alert-inner .breaking-title{
    width: 155px;
    font-size: 18px;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700px;
    font-style: normal;
    /*font-family: 'amad-font', 'main', sans-serif;*/
    /* line-height: 54px; */
}

.amad-text{
    padding: 5px 10px;
    color: #333;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400px;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7em;
    /*max-height: 64px;*/
    overflow: hidden;
}
/* amad alert */

.main-stage{
    /*padding: 25px 0;*/
    margin-bottom: 20px;
}

.amad-corner .news-list li a{
    overflow: visible;
    white-space: normal;
    height: auto;
    -ms-text-overflow: normal;
    text-overflow: initial;
    font-family: 'amad-font', 'main', sans-serif;
}

.amad-corner .news-list li.spect-news a{
    font-weight: bold;
}

.amad-corner .news-list{
    height: 117px;
}

.amad-corner .simplebar-scroll-content{
    padding-left: 27px !important;
}

/* main slider */
/*Time for the CSS*/
.main-slider > div.owl-carousel{
    position: relative;
}

.main-slider .owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50% rotate(180deg));
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: none !important;
    color: #FFF;
    z-index: 99;
    font-size: 25px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-slider:hover .owl-theme .owl-nav [class*='owl-'],
.main-slider:focus .owl-theme .owl-nav [class*='owl-']{
    opacity: 1;
}

.main-slider .owl-theme .owl-nav [class*='owl-'].owl-prev{
    right: 25px;
}

.main-slider .owl-theme .owl-nav [class*='owl-'].owl-next{
    left: 25px;
}

.main-slider .owl-theme .owl-nav{
    position: static;
}

.slide-item{
    position: relative;
    width: 100%;
    height: 418px;
    overflow: hidden;
}

.slide-item a{
    display: block;
    color: #FFF;
}

.slide-item img{
    width: 100%;
    height: 418px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.slide-item:hover img,
.slide-item:focus img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.slide-item:hover .slider-caption,
.slide-item:focus .slider-caption{
    background: #000;
}

.slider-caption{
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-right: 4px solid var(--red-color);
    color: #FFF;
    font-size: 18px;
    font-family: 'amad-font', 'main', sans-serif;
    width: 70%;
    padding: 15px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.alexandria-amad {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700px;
  font-style: normal;
}

.TxtCaptionFont{
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  line-height: 1.4;
  margin-top: 10px;
}

.TxtCaption{
    bottom: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-right: 4px solid var(--red-color);
    color: #FFF;
    font-size: 18px;
    font-family: 'alexandria-amad', 'amad-font', 'main', sans-serif;
    width: 100%;
    padding: 15px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.slider-caption h6{
    margin-bottom: 8px;
    font-family: 'amad-font', sans-serif;
    font-weight: bold;
}

.slider-caption h3{
    font-family: 'amad-font', sans-serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    max-height: 72px;
    overflow: hidden;
}

.slide-item-sm{
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    cursor: pointer;
}

.slide-item-sm img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    z-index: 99;
    background: none !important;
    color: rgba(255,255,255,0.6);
    font-size: 25px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.slider-for .slick-arrow{
    opacity: 0;
}

.slider-for:hover .slick-arrow{
    opacity: 1;
}

.arrow-left {
    left: 20px;
}

.arrow-right{
    right: 20px;
}

.slick-arrow:hover,
.slick-arrow:focus{
    color: #FFF;
    outline: none !important;
    box-shadow: none;
}

.slide-item-sm .news-overlay h5{
    font-size: 16px;
    margin-bottom: 5px;
}

.news-type{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFF;
    font-size: 45px;
    opacity: 0.7;
}
/* main slider */

/* amad corner */
.amad-corner{
    background: #fbfbfd;
    padding: 0 0 10px 0;
    border: 1px solid #f8f8f8
}

.amad-corner h4{
    color: var(--red-color);
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    background: #f1f1f1;
    font-weight: bold;
}

.news-list,
.news-item-xs{
    list-style: none;
    position: relative;
    padding: 0 10px;
}

.news-item-xs{
    padding: 10px;
}

.news-list li a{
    /* height: 37px; */
    width: 100%;
    /* -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}

.news-list li a,
.news-item-xs a{
    display: block;
    font-size: 17px;
    color: #323232;
    border-bottom: 1px solid #f0f0f0;
    /*color: #d64033;*/
    padding: 6px 0;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.news-item-xs a{
    max-height: 60px;
    overflow: hidden;
}

.news-list li a:hover,
.news-list li a:focus{
    color: var(--yellow-color)
}

.spect-news a{
    text-align: center;
    border-bottom: 1px solid #f1f1f3;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
    font-family: 'amad-font', 'main', sans-serif;
}

.news-list li a > img{
    height: 16px;
    margin-left: 10px;

}
/* amad corner */

/* latest news */
.latest-news{
    margin-top: 20px;
}

.side-title{
    padding: 8px 10px;
    color: var(--red-color);
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    position: relative;
}

.side-title::before{
    right: 0;
}

.side-title::after{
    left: 0;
}

.side-title::before,
.side-title::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 3px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--red-color);
}

.side-title h3,
.side-title a{
    font-size: 22px;
    font-weight: bold;
    color: var(--red-color) !important
}

.actions{
    margin-right: auto;
}

.actions a{
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    color: #dcdcdc;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    line-height: 14px;
    border: 1px solid #F1F1F1;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.actions a:hover,
.actions a:focus,
.actions a.clicked{
    color: var(--red-color);
    border-color: var(--red-color);
}

.vertical-item{
    position: relative;
    color: #323232;
    direction: rtl;
    margin-bottom: 10px;
}

.vertical-item figure{
    width: 140px;
    height: 95px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 0 !important
}

.vertical-item figure > img{
    width: 165px;
    height: 95px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.vertical-item .media-body p{
    color: #323232;
    font-size: 17px;
    font-family: 'amad-font','main',sans-serif;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
    max-height: 77px;
    overflow: hidden;
}

.vertical-item:hover .media-body p,
.vertical-item:focus .media-body p{
    color: var(--yellow-color);
}

.vertical-slider .slick-arrow{
    top: -57px;
    left: 0;
    background: red;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    color: #dcdcdc;
    /* border: 1px solid; */
    font-size: 18px;
    width: 30px;
    height: 41px;
    padding: 0
}

.vertical-slider .arrow-right{
    left: 29px;
}

.vertical-slider .slick-arrow:hover,
.vertical-slider .slick-arrow:focus,
.vertical-2 .slick-arrow:hover,
.vertical-2 .slick-arrow:focus{
    color: var(--yellow-color) !important;
}

.vertical-slider .slick-arrow > *{
    line-height: 30px;
}
/* latest news */

/* thee-categorys */
.thee-categorys,
.special-file{
    margin-bottom: 20px;
}

.thee-categorys,
.special-file{
    padding: 30px 0;
    background: #fbfbfd;
    /*border-top: 2px solid #f1f1f3;*/
    /*border-bottom: 2px solid #f1f1f3;*/
}

.thee-categorys .sec-title{
    border-bottom: none;
}
/* thee-categorys */

/* sec-title */
.sec-title{
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #f7f7f7;
    color: #323232;
    text-align: center;
}

.sec-title a{
    color: #446a8f;
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.sec-title a h4,
.sec-title a h3{
    font-size: 22px;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.sec-title a:hover,
.sec-title a:focus,
.sec-title a h4:hover, .sec-title a h3:hover,
.sec-title a h4:focus, .sec-title a h3:focus{
    color: var(--red-color);
}
/* sec-title */

/* news-big */
.news-big{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.news-big a{
    display: block;
}

.big-overlayTxt{
    color: #FFF;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-shadow: 1px 1px 2px black;
}

.big-overlay{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    color: #FFF;
    background: linear-gradient(to top,#000, transparent);
}

.big-overlay h4{
    font-size: 17px;
    line-height: 1.5;
    color: #FFF;
    -webkit-transition:  all .3s ease;
    -moz-transition:  all .3s ease;
    -ms-transition:  all .3s ease;
    -o-transition:  all .3s ease;
    transition:  all .3s ease;
    height: auto;
    overflow: hidden;
}

.news-big:hover .big-overlay h4,
.news-big:focus .big-overlay h4{
    color: var(--yellow-color);
}

.news-big img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.news-big:hover,
.news-big :focus{
    box-shadow: 0 0 25px #dedede;
}

.news-big:hover img,
.news-big :focus img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/* news-big */

/* vertical-2 vertical slider 2 items */
.vertical-2 .slick-arrow{
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    top: 100%;
    color: #dcdcdc;
    left: 50%;
}

.vertical-2 .arrow-right{
    left: 44%;
}

.vertical-2 .arrow-left{
    left: 56%;
}

.thee-categorys .vertical-2{
    margin-bottom: 30px;
}
/* vertical-2 vertical slider 2 items */

/* more news */
.more-news{
    position: relative;
    margin-bottom: 20px;
    padding: 30px 0;
}

.more-news .news-item{
    margin-bottom: 20px;
}

.custom-news figure{
    width: 100%;
    height: 285px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.custom-news figure img{
    width: 100%;
    height: 285px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.custom-text{
    background: #323232;
    padding: 8px;
    transition: var(--trans);
    -webkit-transition: var(--trans);
    -moz-transition: var(--trans);
    -ms-transition: var(--trans);
    -o-transition: var(--trans);
}

.custom-text > a h4{
    color: #FFF;
    font-size: 19px;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'amad-font', 'top-bar', sans-serif;
    height: 56px;
    overflow: hidden;
}

.custom-news figure::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: RGBA(3, 3, 3, 0.5);
}

.div-lable{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    z-index: 2;
    font-family: 'amad-font', 'main', sans-serif;
    font-weight: bold;
}

.div-lable a{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: block;
    font-family: 'amad-font', 'main', sans-serif;
    font-weight: bold;
}

.custom-news:hover .custom-text,
.custom-news:focus .custom-text{
    background: var(--yellow-color)
}
/* more news */

/** file-news */
.file-news figure{
    width: 50%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    margin-left: 30px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.file-news figure img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.file-news a{
    color: #323232;
}

.file-news h4{
    font-size: 19px;
    color: #323232;
    margin-bottom: 10px;
    line-height: 1.6;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    height: 60px;
    overflow: hidden;
}

.file-news:hover h4{
    color: var(--red-color);
}

.file-news span{
    color: #b1b2b3;
}

.file-news .stripped-text{
    margin-top: 15px;
}

.file-news .stripped-text,
.file-news .stripped-text > *{
    color: #777777 !important;
    font-size: 17px !important;
    line-height: 1.5;
    height: 100px;
    overflow: hidden;
}

.special-file .vertical-item{
    background: #FFF;
    margin-top: 20px;
    border: 1px solid #f1f1f3;
}

.weather-hold{
    background: #19293b;
    min-height: 300px;
    /*margin-top: 20px;*/
    color: #FFF;
}

.weather-hold{
    padding: 20px;
    /*margin-top: 35px;*/
}

.weather-hold > h3{
    font-size: 22PX;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}
/** file-news */

/* two-ads */
.two-ads{
    padding: 30px 0;
    margin-bottom: 20px;
}

.two-ads .vertical-item{
    margin-bottom: 20px;
}

.two-ads .vertical-item figure,
.two-ads .vertical-item figure img{
    height: 100px;
}

.ads{
    margin-bottom: 20px;
}

.ads-hold{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.ads-hold img{
    width: 100%;
    height: auto;
}

.more-news .ads-hold,
.four-sections .ads-hold{
    margin-top: 30px;
    margin-bottom: 0;
}

.big-iamge figure,
.big-iamge figure img{
    height: 380px;
    margin: 0;
}

.news-item h4{
    height: 50px;
    overflow: hidden;
    margin-bottom: 8px;
}

.sport-item figure,
.sport-item figure img {
    height: 280px;
}
/* two-ads */

.mega-menu .tab-pane.active{
    animation: slide-down 1s ease-out;
    -webkit-animation: slide-down 1s ease-out;
}

.jornals .tab-pane{
    max-height: 213px;
}

/*.jornals .tab-pane::before{*/
    /*content: '';*/
    /*display: block;*/
    /*width: 92px;*/
    /*background-color: #19293b;*/
    /*height: 40px;*/
    /*position: absolute;*/
    /*top: -88px;*/
    /*left: 0;*/
    /*z-index: 2;*/
/*}*/

/* jornals */
.jornals{
    position: relative;
    padding: 80px 0;
    background: #19293b;
    margin-bottom: 20px;
}

.jornals .nav.nav-tabs{
    border-bottom: none;
    position: relative;
}

.jornals .nav.nav-tabs::after{
    content: '';
    position: absolute;
    display: block;
    width: 76%;
    height: 2px;
    background: #111d2a;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.jornals .nav.nav-tabs::before{
    content: '';
    position: absolute;
    display: block;
    width: 92px;
    height: 37px;
    background: #19293b;
    z-index: 2;
    top: 0;
    left: 0;
}

.jornals-tab a{
    color: #FFF;
    font-size: 20px;
    font-family: 'amad-font', 'main', sans-serif;
    padding: 8px 35px;
    border: none !important;
    background-color: #19293b;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.jornals-tab a.active,
.jornals-tab a:hover,
.jornals-tab a:focus{
    background: none;
    border: none;
    border-radius: 0;
    background-color: #19293b !important;
    color: var(--yellow-color) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.jornals-tab a:not(:last-of-type){
    border-left: 2px solid #FFF !important;
}

.person-slider{
    margin-top: 50px;
}

.person-item figure{
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: 10px;
    border: 4px solid transparent;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    position: relative;
}

.person-item figure img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    -o-object-fit: cover;
}

.person-item .media-body{
    color: #FFF;
}

.person-item h4{
    color: #FFF;
    font-size: 20px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.person-item p{
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    margin-top: -35px;
}

.person-item:hover figure,
.person-item:focus figure{
    border-color: #8b835c;
}

.person-item figure::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: 4px solid rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.person-item:hover figure::after,
.person-item:focus figure::after{
    opacity: 1;
}

.person-item:hover h4,
.person-item:hover p,
.person-item:focus h4,
.person-item:focus p{
    color: var(--yellow-color);
}

.more-btn{
    position: absolute;
    top: -88px;
    left: 0;
    color: #FFF;
    font-size: 18px;
    background: #19293b;
    display: inline-block;
    padding: 5px 35px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    z-index: 2;
}

.more-btn:hover,
.more-btn:focus{
    color: var(--yellow-color);
}

#nav-tabContent{
    position: relative;
}

#nav-tabContent .owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot span{
    margin: 3px;
    width: 15px;
    height: 15px;
    background: #bdc6d1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--yellow-color);
}
/* jornals */

/* four-sections */
.four-sections{
    padding: 30px 0;
    background: #f4f4f5;
    margin-bottom: 20px;
}

.four-sections .sec-title,
.vertical-section .sec-title{
    border-bottom: 0;
}

.news-slider .news-item figure,
.news-slider .news-item figure img,
.news-slider-s-2 .news-item figure,
.news-slider-s-2 .news-item figure img,
.news-slider-s-3 .news-item figure,
.news-slider-s-3 .news-item figure img{
    height: 380px;
}

.text-news{
    height: 96px;
    overflow: hidden;
}

.technolopgy .news-item{
    background: #FFF;
    margin-bottom: 35px;
}

.technolopgy .news-item:last-of-type{
    margin-bottom: 0;
}

.technolopgy .news-item h4{
    height: 63px;
    padding: 0 8px 8px;
    line-height: 1.8 !important;
}

.news-holder{
    background: #fbfbfd;
    position: relative;
    padding: 15px;
    border: 1px solid #e3e3e3;
}
/* four-sections */

.vertical-section{
    padding: 50px 0;
    margin-bottom: 20px;
}

.vertical-item .media-body span{
    color: #9c9d9d;
    display: inline-block;
    margin-top: 5px;
}

.two-items .news-holder:first-of-type{
    margin-bottom: 20px;
}

.video-section{
    background: #323232;
}

.videos-holder,
.left-side{
    padding: 30px 0;
}

.left-side{
    background: #000;
}

.videos-holder .big-item{
    margin-bottom: 20px;
}

.videos-holder .big-item figure,
.videos-holder .big-item figure > img,
.left-side .big-item figure,
.left-side .big-item figure > img{
    height: 300px;
}

.play-img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.play-img img{
    filter: brightness(0) invert(1);
    /*-ms-filter: brightness(0) invert(1);*/
    height: 50px;
}

.videos-holder .news-item figure{
    border: 2px solid #FFF;
}

.videos-holder .news-item h4,
.left-side .big-item h4{
    color: #FFF;
}

.videos-holder .news-item:hover h4,
.videos-holder .news-item:focus h4{
    color: var(--yellow-color);
}

.left-side .big-item h4{
    padding: 0 15px;
    text-align: center;
    height: auto;
}

.left-side .big-item p{
    color: #9b9c9c;
    text-align: center;
}

.left-side hr{
    border-color: #727272;
}

.video-section .sec-title{
    border-bottom: none;
}

.news-item-xs a{
    color: #FFF;
    display: flex;
    display: -ms-flexbox;
}

.news-item-xs a:hover,
.news-item-xs a:focus{
    color: var(--yellow-color);
}

.news-item-xs a i{
    margin-left: 5px;
    margin-top: 5px;
}

.left-side .vertical-slider .slick-arrow{
    bottom: -15px !important;
    top: auto;
    left: 50% !important;
    right: auto !important;
}

.left-side .vertical-slider .arrow-left{
    position: absolute;
    bottom: 0;
    right: 40px;
    top: auto;
    left: 48% !important;
}

.left-side .vertical-slider .arrow-right{
    left: 53% !important;
}

.left-side .vertical-slider {
    padding-bottom: 42px;
    min-height: 280px;
}

.footer-top{
    padding: 20px 0;
    background: #000;
}

.footer-top .footer-list ul{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    list-style: none;
    margin-right: -10px;
    margin-left: -10px;
}

.footer-top .footer-list ul li{
    max-width: 25%;
    flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-top .footer-list ul li a{
    display: block;
    color: #FFF;
    padding: 5px 0;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}

.footer-top .footer-list ul li a:hover,
.footer-top .footer-list ul li a:focus{
    background: #d9dada;
    color: #323232;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.download-app{
    text-align: center;
    border-right: 1px solid #525252;
}

.download-app .top-social ul{
    justify-content: center;
}

.download-app .top-social ul li > *{
    border: none !important;
}

.download-app .top-social ul li a{
    font-size: 18px;
}

.download-app .top-social ul li span::after, .download-app .top-social ul li:last-child a::after{
    display: none !important;
}

.download-app h4{
    color: #d9dada;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.download-app a{
    display: inline-block;
    color: #d9dada;
    border: 1px solid #464646 !important;
}

.download-app a img{
    height: 44px;
}

.copyrights{
    padding: 15px 0;
    background: #383838;
    text-align: center;
    color: #fafafa;
    border-top: 2px solid #FFF;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
}

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.main-content{
    min-height: 100vh;
}

.page-root{
    background: #f1f1f16e;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-root .breadcrumb{
    background: none;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 0;
    content: '';
    width: 15px;
    height: 11px;
    background: url("../images/icons/left-arrow.svg") no-repeat;
    background-size: contain;
    opacity: 0.7;
    margin-left: 12px;
    margin-right: 5px;
}

.breadcrumb-item a{
    color: #cacaca;
}

.breadcrumb-item.active{
    color: #cacaca;
}

.page-title{
    padding: 15px;
    border: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page-title::after{
    right: 0;
}

.page-title::after,
.page-title::before{
    content: "";
    display: block;
    width: 4px;
    height: 25px;
    background: var(--red-color);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title::before{
    left: 0;
}

.page-title h4,
.page-title h5,
.page-title h3{
    color: var(--red-color);
    font-weight: bold;
    font-size: 22px;
}

.contact-form{
    margin-top: 20px;
}

.contact-form .form-control{
    border-color: #f1f1f1;
    font-size: 14px;
    color: #000;
    height: 45px;
}

.contact-form .form-control:focus{
    box-shadow: 1px 1px 3px -1px var(--yellow-color) !important;
}

.contact-form textarea.form-control{
    height: 250px;
}

.contact-form .btn{
    padding: 8px 35px;
    color: #FFF;
    background: var(--red-color);
    font-size: 16px;
}

.contact-form .btn:hover{
    background: none;
    color: var(--red-color);
}

.required-icon{
    display: inline-block;
    color: var(--red-color);
    font-size: 18px;
    margin-right: 5px;
}

.contact-list li{
    list-style: none;
}

.contact-list li a{
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 16px;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
}
.contact-list li a i{
    margin-left: 8px;
}

.contact-list li a:hover,
.contact-list li a:focus{
    color: var(--red-color);
}

.news-details .stripped-text1{
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 20px !important;
    font-family: 'amad-font', 'main', sans-serif !important;
    text-align: justify !important;
}

.news-details .stripped-text1 a,
.news-details .stripped-text1 p,
.news-details .stripped-text1 pre,
.news-details .stripped-text1 div,
.news-details .stripped-text1 span,
.news-details .stripped-text1 *,
.news-details .stripped-text1{
    line-height: 1.5 !important;
    color: #000;
    font-family: 'amad-font', 'main', sans-serif !important;
    font-size: 20px !important;
    text-align: justify !important;
}

.news-details .stripped-text1 p{
    margin-bottom: 15px;
}

.stripped-text1 img {
    max-width: 100% !important;
    height: auto !important;
}

.single-image{
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 0;
}

.single-image img{
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-date {
    padding: 10px;
    background: #f4f4f4;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin-bottom: 20px;
}

.zooming ul{
    display: flex;
    display: -ms-flexbox;
    list-style: none;
}

.zooming ul li a{
    margin-left: 5px;
    background: #FFF;
    color: #505050;
    border-color: #e3e3e3;
}

.zooming ul li a:hover,
.zooming ul li a:focus{
    border-color: var(--red-color);
    background: #FFF !important;
    color: var(--red-color) !important;
}

.date-left {
    margin-right: auto;
}

.date-left small > span{
    display: inline-block;
    margin-right: 20px;
}

.date-left small > span:first-of-type{
    margin: 0 !important;
}

.news-details .page-title h6{
    color: #505050;
    font-size: 18px;
}

.news-details .page-title h4, .news-details .page-title h5, .news-details .page-title h3{
    margin: 10px 0;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.right-social ul{
    list-style: none;
    /*margin-top: 15px;*/
}

.right-social ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    line-height: 36px;
    color: #999;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-social ul li a:hover,
.right-social ul li a:focus{
    background: #FFF;
    border-color: var(--red-color);
    color: var(--red-color);
    transform: scale(1.2);
}

.right-social ul li a.face-icon:hover,
.right-social ul li a.face-icon:focus,
.zooming ul li a.face-icon:hover,
.zooming ul li a.face-icon:focus{
    color: var(--blue) !important;
    border-color: var(--blue);
}

.right-social ul li a.twitter-icon:hover,
.right-social ul li a.twitter-icon:focus,
.zooming ul li a.twitter-icon:hover,
.zooming ul li a.twitter-icon:focus{
    color: var(--cyan) !important;
    border-color: var(--cyan);
}

.right-social ul li a.google-icon:hover,
.right-social ul li a.google-icon:focus{
    color: #EA4335;
    border-color: #EA4335;
}

.right-social ul li a.pint-icon:hover,
.right-social ul li a.pint-icon:focus{
    color: var(--yellow-color);
    border-color: var(--yellow-color);
}

.list-holder{
    margin-bottom: 15px;
}

.list-holder .card-header img{
    height: 20px;
}

.list-holder .card-header {
    color: var(--red-color);
    font-size: 18px;
    font-weight: bold;
}

.list-holder .card{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.inner-list-item{
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    align-items: center;
}

.inner-list-item:not(:last-of-type){
    margin-bottom: 15px;
}

.inner-list-item > i{
    margin-left: 5px;
}

.inner-list-item span{
    font-size: 16px;
}

.inner-list-item a{
    margin-right: auto;
    background: #FFF;
}

.inner-list-item a:hover,
.inner-list-item a:focus{
    border-color: var(--red-color);
    background: #FFF;
}

.list-holder audio{
    width: 100%;
}

.list-holder .iframe-video:not(:last-of-type){
    margin-bottom: 15px;
}

.iframe-video{
    margin-bottom: 30px;
    position: relative;
    height: 0;
    padding-bottom:56.25%;
    padding-top:30px;
}

.iframe-video iframe{
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    right: 0;
}

.video_face,
.iframe-video{
    margin-bottom:20px;text-align:center;position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video_face iframe,
.iframe-video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.gallery-item{
    height: 200px;
    overflow: hidden;
    position: relative;
}

.gallery-item::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--red-color);
    opacity: 0;
    z-index: 1;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
}

.gallery-item:hover::after,
.gallery-item:focus::after{
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.gallery-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
}

.view-image{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition:  var(--trans);
    -moz-transition:  var(--trans);
    -ms-transition:  var(--trans);
    -o-transition:  var(--trans);
    transition:  var(--trans);
    color: #FFF;
    font-size: 22px;
}

.view-image a{
    display: inline-block;
    color: #FFF;
    font-size: 22px;
}

.gallery-item:hover .view-image,
.gallery-item:focus .view-image{
    opacity: 1;
}

.ad-1{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ad-1 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    -o-object-fit: cover;
}

.list-news{
    margin-bottom: 20px;
}

.custom-news-item{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.custom-news-item:hover img,
.custom-news-item:focus img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.custom-news-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-news-item .news-title{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, #000, transparent);
    padding: 20px 10px;
}

.custom-news-item .news-title h4{
    font-size: 18px;
    color: #FFF;
    line-height: 1.6;
    height: 60px;
    overflow: hidden;
}

.list-news .tags a{
    color: var(--yellow-color);
    border: 1px solid #fdfdfd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-news .tags a:hover,
.list-news .tags a:focus{
    border-color: var(--yellow-color);
    background: #FFF;
}

.list-news .news-item{
    margin-bottom: 15px;
}

.comment {
    position: relative;
    margin-bottom: 25px;
}

.comment figure{
    width: 100px;
    height: 100px;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
}

.comment figure img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    -o-object-fit: cover;
}

.comment .media-body h5{
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.comment .media-body .stripped-text,
.comment .media-body .stripped-text * {
    font-size: 14px !important;
}

.replay-item{
    margin-right: 100px;
}

.comment-form .form-control{
    border-color: #e3e3e3;
    height: 45px;
}

.comment-form .form-control:focus{
    box-shadow: 1px 1px 3px -1px var(--yellow-color) !important;
    border-color: var(--yellow-color);
}

.comment-form textarea.form-control{
    height: 200px;
}

.comment-form .btn{
    padding: 8px 35px;
    background: var(--yellow-color);
    border-color: var(--yellow-color);
    color: #FFF;
    font-size: 18px;
}

.comment-form .btn:hover,
.comment-form .btn:focus{
    background: none;
    color: var(--yellow-color);
}

.slide-news{
    position: relative;
    margin-top: 30px;
}

.slide-news-items .custom-news-item{
    margin: 0;
}

.slide-news-items .custom-news-item:hover a > img,
.slide-news-items .custom-news-item:focus a > img{
    -webkit-transform: scale(1.2) rotate(5deg) !important;
    -moz-transform: scale(1.2) rotate(5deg) !important;
    -ms-transform: scale(1.2) rotate(5deg) !important;
    -o-transform: scale(1.2) rotate(5deg) !important;
    transform: scale(1.2) rotate(5deg) !important;
}

.slide-news-items .custom-news-item .news-title h4{
    font-size: 18px;
    height: 53px;
}

.slide-news-items .custom-news-item .news-type{
    font-size: 24px;
    z-index: 99;
}

.list-holder .d-flex{
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.gallery-image {
    max-width: 25%;
    flex: 0 0 25%;
    padding-right: 2.5px;
    padding-left: 2.5px;
}
.gallery-image figure{
    margin-bottom: 5px;
}

.gallery-image:nth-of-type(3),
.gallery-image:nth-of-type(4),
.gallery-image:nth-of-type(9),
.gallery-image:nth-of-type(10),
.gallery-image:nth-of-type(15),
.gallery-image:nth-of-type(16){
    max-width: 50%;
    flex: 0 0 50%;
}

.face-comments{
    height: 300px;
    margin-bottom: 30px;
    display: none;
}

.actions a.clicked{

}

.news-details .title .page-title{
    text-align: center
}

.page-title h4, .page-title h5, .page-title h3{
    line-height: 1.6;
}

.social-fixed{
    position: fixed;
    z-index: 999;
    top: 70px;
}

.news-details .news-list{
    margin-bottom: 15px;
}

.news-details .news-list li a,
.list-news .news-list li a,
.normal-news-list .news-list li a{
    height: auto;
    width: 100%;
    -ms-text-overflow: unset;
    text-overflow: unset;
    white-space: unset;
    overflow: visible;
}

.related-news {
    margin-bottom: 30px;
}

.related-news .custom-news-item .news-title h4{
    height: 57px;
}

.social-content{
    width: 360px !important;
    height: auto;
}

.news-content{
    margin-right: 30px;
    /*width: 270px;*/
}

.sm-social{
    display: none !important;
}

.news-content-list{
    margin: 0 !important;
}

.normal-news-list li{
    margin-bottom: 15px;
}

.local-news .news-list{
    height: 250px;
}

.local-news .simplebar-scroll-content{
    padding-left: 27px !important;
}

.normal-news-list .news-list li a{
    display: flex;
    display: -ms-flexbox;
}

.news-list li a > img{
    height: 12px;
    margin-left: 10px;
    margin-top: 0px;
}

.paginations{
    margin-bottom: 20px;
}

.paginations li{
    margin: 0 5px;
}

.paginations li a{
    padding: 0 !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: var(--trans) ;
    -moz-transition: var(--trans) ;
    -ms-transition: var(--trans) ;
    -o-transition: var(--trans) ;
    transition: var(--trans) ;
}

.paginations li a:hover,
.paginations li a:focus{
    background: #FFF;
    border-color: var(--red-color);
    color: var(--red-color);
    box-shadow: 0 0 0 3px RGBA(214, 64, 51, .5);
}

.paginations li.active a{
    background: var(--red-color) !important;
    border-color: var(--red-color) !important;
    color: #FFF !important;
}

.top-slider{
    padding: 40px 0;
    background: #1f2024;
    margin-bottom: 20px;
}

.news-grid .custom-news-item{
    margin-bottom: 25px;
}

.top-slider .custom-news-item{
    margin-bottom: 0;
}

/*.datetimepicker.dropdown-menu{*/
    /*left: auto !important;*/
    /*right: 0 !important;*/
/*}*/

.stage-news{
    background: #f7f7f7 !important;
    padding: 50px 0;
    margin-bottom: 25px;
}

.bootstrap-datetimepicker-widget{
    direction: rtl !important;
    top: 100% !important;
    background: #FFF !important;
    display: block !important;
}

.bootstrap-datetimepicker-widget table{
    background: #FFF !important;
}

.custom-news-item.big,
.custom-news-item.big img{
    height: 525px;
}

.white-news{
    margin-bottom: 25px;
}

.white-news figure{
    height: 200px;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.white-news figure img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: var(--trans) ;
    -moz-transition: var(--trans) ;
    -ms-transition: var(--trans) ;
    -o-transition: var(--trans) ;
    transition: var(--trans) ;
}

.white-news .news-title{
    background: #f7f7f7;
    padding: 12px;
    -webkit-transition: var(--trans) ;
    -moz-transition: var(--trans) ;
    -ms-transition: var(--trans) ;
    -o-transition: var(--trans) ;
    transition: var(--trans) ;
}

.white-news:hover .news-title,
.white-news:focus .news-title {
    color: #FFF;
}

.white-news:hover .news-title h4,
.white-news:focus .news-title h4{
    color: var(--red-color);
}

.white-news:hover figure img,
.white-news:focus figure img{
    -webkit-transform: scale(1.2) rotate(5deg) !important;
    -moz-transform: scale(1.2) rotate(5deg) !important;
    -ms-transform: scale(1.2) rotate(5deg) !important;
    -o-transform: scale(1.2) rotate(5deg) !important;
    transform: scale(1.2) rotate(5deg) !important;
}

.white-news .news-title h4,
.white-news .news-title h3,
.white-news .news-title h5{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    height: 53px;
    overflow: hidden;
    -webkit-transition: var(--trans) ;
    -moz-transition: var(--trans) ;
    -ms-transition: var(--trans) ;
    -o-transition: var(--trans) ;
    transition: var(--trans) ;
}

.white-news .news-type{
    font-size: 25px;
    z-index: 99;
}

.iner-title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.iner-title::after{
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease
}

.iner-title h4,
.iner-title h5,
.iner-title h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

.iner-title:hover::after,
.iner-title:focus::after{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background: var(--red-color);
}

.news-details .title .page-title{
    margin-top: 0;
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe,#u_0_0{
    width: 100% !important;
}

.author h4,
.author h5,
.author h3{
    font-size: 16px;
}

.writer-header{
    padding: 50px 0;
    background: #eceff0;
    margin-bottom: 25px;
}

.writer-header h3{
    font-size: 30px;
    color: var(--red-color);
    font-weight: bold;
    margin-bottom: 25px;
}

.writer-img{
    width: 100%;
    height: 580px;
    overflow: hidden;
    margin-bottom: 0;
}

.writer-img img{
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.big-news ,
.big-news img{
    height: 400px;
    margin-bottom: 0;
}

.writer-header .news-list{
    background: #FFF;
    margin-top: 0;
}

.new-wrtier-list .news-item{
    border-right: 5px solid #eceff0;
    padding-right: 20px;
    margin-bottom: 25px;
}

.single-image{
    position: relative;
}

.write-over{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 20px;
    background: RGBA(25, 41, 59, 0.6);
    color: #FFF;
    text-align: right;
}

.write-over > *{
    font-size: 16px;
    font-weight: bold;
}

.news-category{
    position: absolute;
    top: 20px;
    right: 0;
    background: var(--red-color);
    color: #FFF;
    max-width: 50%;
    z-index: 9;
    padding: 5px 15px;
}

.news-capt{
    margin-top: 10px;
}

.news-capt span{
    display: inline-block;
    color: #333;
}

.cat-name{
    color: var(--red-color) !important;
}

.marg {
    margin-bottom: 20px;
}

.breakign-news .owl-carousel .owl-stage{
    display: flex !important;
    align-items: center;
}

.live-date {
    display: inline-block;
    color: #fff;
    background-color: var(--red-color);
    font-weight: 300;
    font-size: 12px;
    border-radius: 5px;
    padding: 3px 7px;
    margin-left: 8px;
}

.vioce-item{
    background: none;
}

/* media query */
@media (min-width: 1366px){
    .container {
        /*max-width: 1350px;*/
		max-width: 1260px;
    }
}

@media (max-width: 1700px) {


    .left-side-e3lan,
    .right-side-e3lan {
        display: none;
    }
}

@media (min-width: 1200px){
    .main-menu{
        display: block !important;
    }
}

@media (max-width: 1200px){
    .amad-alert-inner .breaking-title{
        width: 200px;
    }

    .main-menu{
        display: none !important;
    }

    .d-max-none{
        display: none !important;
    }

    .mobile-menu{
        display: block;
    }

    .main-menu .navbar-brand{
        display: none !important;
    }

    .vertical-item .media-body p,
    .big-overlay h4{
        font-size: 15px;
    }

    .four-sections [class*=col]{
        margin-bottom: 30px;
    }

    .vertical-section .sec-title{
        margin-top: 30px;
    }

    .amad-corner{
        margin-top: 20px;
    }

    .gallery-item,
    .gallery-item img{
        height: 150px;
    }
}

@media( max-width: 991px ){

    .top-social ul li:first-child,
    .top-social ul li:nth-child(2){
        margin: 0 !important;
    }

    .amad-alert-inner .breaking-title{
        width: 230px;
    }

    .thee-categorys .vertical-2{
        margin-bottom: 70px;
    }

    .custom-news{
        margin-bottom: 20px;
    }

    .news-width .news-item {
        margin-bottom: 20px;
        width: 50%;
        margin: 0 auto;
    }

    .news-slider{
        margin-bottom: 20px;
    }

    .videos-holder,
    .left-side{
        background: none;
    }

    .right-menu ul li span, .top-social ul li span{
        display: none !important;
    }

    .two-ads .news-item{
        margin-bottom: 20px;
    }

    .download-app{
        border: none;
    }

    .news-list li a, .news-item-xs a{
        height: auto !important;
        overflow: visible;
        white-space: unset !important;
    }

    .ticker1 .news-item-xs a{
        overflow: hidden !important;
    }

    .stage-news .col-md-12{
        order: 3;
    }

    .writer-img{
        margin-bottom: 20px;
    }
}

@media( max-width: 768px ){
    .amad-alert-inner .breaking-title{
        width: 520px !important;
        font-size: 16px;
    }

    .more-news .news-item {
        width: 100%;
    }

    .file-news .media{
        display: block;
    }

    .file-news .media figure{
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .footer-top .footer-list ul li{
        max-width: 50%;
        flex: 0 0 50%;
    }

    .right-menu ul, .top-social ul{
        justify-content: center;
        flex-wrap: wrap;
    }

    .open-live{

    }

    .live-list{
        width: 100%;
        background-color: #ffffff;
        -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
        box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
    }

    .live-list::before{
        display: none;
    }

    .owl-nav{
        display: none !important;
    }

    .news-tiker{
        overflow: hidden;
    }

    .news-tiker .item{
        /*padding-left: 70px;*/
    }

    .breaking-title{
        font-size: 20px;
    }

    .news-tiker a{
        font-size: 16px;
    }

    .amad-text{
        height: auto;
    }

    .amad-alert-inner .breaking-title{
        width: 100% !important;
    }

    .amad-alert-inner{
        display: block !important;
    }

    .go-top{
        display: none !important;
    }

    .gallery-image{
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .content-flex{
        display: block !important;
    }

    .social-content{
        display: none !important;
    }

    .news-content{
        margin: 0;
    }

    .social-fixed{
        position: static !important;
    }

    .right-social ul{
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        margin-right: -5px;
        margin-left: -5px;
    }

    .right-social ul li{
        padding: 0 5px;
    }

    .sm-social{
        display: block !important;
        width: 100% !important;
    }

    .news-date{
        display: block !important;
    }

    .zooming ul{
        justify-content: center;
        margin-bottom: 10px;
    }

    .date-left{
        text-align: center;
    }

    .amad-alert-inner,
    .amad-alert-inner > * {
        display: block !important;
    }
}

@media( max-width: 576px ){
    .slider-nav{
        display: none;
    }

    .slider-for *{
        opacity: 1 !important;
    }

    .slider-caption{
        bottom: 10px;
        right: 10px;
        width: 90%;
    }

    .slider-caption h3{
        font-size: 20px;
    }

    .footer-list{
        display: none;
    }

    .side-title h3{
        font-size: 18px;
    }

    .side-title{
        display: block;
        text-align: center;
    }

    .side-title .actions{
        margin-top: 10px;
        display: inline-block;
    }

    .comment figure,
    .comment figure img{
        width: 50px;
        height: 50px;
    }

    .comment .media-body h5{
        font-size: 16px;
    }

    .comment .media-body .text-muted{
        font-size: 12px;
    }

    .single-image,
    .single-image img{
        /*height: 340px;*/
    }

	.main-slider .slick-slide{
		float: none !important;
		position: static !important;
	}

	.slider-for .slick-arrow{
		display: none !important;
    }

    .slider-caption h3{
        height: 64px;
    }

    .vertical-item .media-body p{
        max-height: 90px;
    }
}

@media screen and (max-width: 480px){
    .write-over{
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 400px) {
    .footer-top .footer-list ul li{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .download-app a{
        width: 100%;
        margin: 5px 0
    }

    .gallery-image{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 320px){
    .comment .media{
        display: block !important;
    }

    .replay-item{
        margin-right: 20px;
    }
}
/* media query */

#opinion-tab .person-slider{
    display: none;
}

.go-top{
    position: fixed;
    bottom: -300px;
    left: 40px;
    z-index: 999;
    transition: var(--trans);
}

.datepicker-dropdown {max-width: 250px;
    min-width: auto;}
.datepicker {float: right}
.datepicker.dropdown-menu {right:auto}

.datepicker {
    direction: rtl;
}
.datepicker.dropdown-menu {
    right: initial;
}

.datepicker.dropdown-menu{
    top: 100% !important;
    right: 20px !important;
}

blockquote {
    padding: 20px 57px;
    margin-right: 36px;
    border-right: 3px solid var(--yellow-color);
    background: #fbfbfb;
    position: relative;
    box-shadow: 7px 7px 17px -7px #dcdcdc;
    margin-top: 27px;
    margin-bottom: 27px;
}

blockquote::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    display: inline-block;
    position: absolute;
    top: -18px;
    right: 20px;
    font-size: 37px;
    color: var(--yellow-color);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: rotate(8deg);
    -webkit-font-smoothing: antialiased;
}

blockquote::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 20px;
    font-size: 37px;
    color: var(--yellow-color);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: rotate(8deg);
    -webkit-font-smoothing: antialiased;
}

blockquote * {
    font-weight: bold;
}

.latest-news .vertical-slider{
    height: 310px;
    overflow: hidden;
}

.amad-corner .news-list {
    height: 117px;
    overflow: hidden;
}

.thee-categorys .vertical-2{
    height: 214px;
    overflow: hidden;
}

.local-news .news-list{
    height: 250px;
    overflow: hidden;
}

.video-section .ticker1 {
    height: 160px;
    overflow: hidden;
}

.fixed-top .navbar-nav .nav-link{
    font-size: 14px;
}

#big .owl-dots{
    margin-top: 20px !important;
}

#big .owl-dots .owl-dot span{
    width: 26px !important;
}

@media(max-width: 576px) {
    #thumbs{
        display: none !important;
    }

    .top-ad {
        height: auto !important;
        line-height: normal !important;
    }

    .top-ad img{
        height: auto;
        object-fit: unset
    }
}
.page-layout .vertical-slider {
    height: 310px;
    overflow: hidden;
}

.page-layout .list-news .news-list {
    max-height: 256px;
    overflow: hidden;
}

.loader-slider {
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fbfbfd;
    text-align: center;
    font-size: 75px;
    z-index: 9;
    min-height: 580px;
}

.loader-slider i {
    color: #427dbf !important;
    -webkit-animation: spinner 0.8s linear infinite ;
    -o-animation: spinner 0.8s linear infinite ;
    animation: spinner 0.8s linear infinite;
}


@keyframes spinner {
    0%{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.news-img-btn img {
    height: 18px;
}

.news-img-btn span{
    font-weight: bold
}
