/*-----------------------------------------------------------------------------------*/
/*  FONTS
/*-----------------------------------------------------------------------------------*/
:root {
    --red: #CE4448;
    --grey: #838c98;
  }
@font-face {
    font-family: 'Araboto';
    font-weight: 400;
    src: url('../fonts/Araboto-Normal.ttf') format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Araboto';
    font-weight: 500;
    src: url('../fonts/Araboto-Medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
    font-family: 'Engravers';
    font-weight: 500;
    src: url('../fonts/Engravers.ttf') format('truetype');
	font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  RESET CSS 
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, input[type=button], button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Araboto', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
}

body {
    position: relative;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    color: #343434;
    background: #f9f9f9;
    font-size: 16px;
    direction: rtl;
    overflow-x: hidden;
}

html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    color: #484848;
	font-family: inherit;
}
select, button,input {
    outline: none; 
}

p {
    line-height: 2;
    font-size: 16px;
	text-align: justify;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 24px; 
}

b{
    font-weight: 500;
}
::selection {
    background-color: #c5c4b6ad;
    color: #484848;
}
/*-----------------------------------------------------------------------------------*/
/*  MAIN CSS
/*-----------------------------------------------------------------------------------*/
.container{
    position: relative;
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
}
header{
    padding: 10px 0;
}
.logo{
    display: block;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
header .logo{
    margin: 10px auto;
    width: 180px;
    height: 85px;
    grid-row: 1/2;
    grid-column: -1/1;
}
header .logo img{
    width: 49px;
    display: block;
    margin: 0 auto;
    position: relative;
    right: 10px;
    top: -1px;
}

footer .logo{
    width: 125px;
    height: 65px;
    filter: grayscale(1);
}
nav{
    width: 60%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    padding: 20px 0;
    gap: 10px;
}
nav a{
    transition: all 0.3s ease;
}
nav a:hover,nav a.active{
    color:  var(--red);
}
.toggle-menu{
    display: none;
}
.top-bar{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 40px 60px;
}
.top-bar .datetime {
    grid-column: 1/1;
    grid-row: 1/1;
}
.top-bar .social{
    text-align: left;
    grid-row: 1/1;
    grid-column: 2/4;
}
.top-bar .social a{
    display: inline-block;
    margin-right: 5px;
}
.top-bar .social i{
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #E0E3E8;
    text-align: center;
    color: #707070;
    line-height: 30px;
    transition: all 0.3s ease;
}
.share-icon a:first-child{
    background-color: #1877F2;
    color:#fff;
}
.social a i.fab{
    background-color: var(--grey);
    color:#fff;
}
.social a i.fab:hover{
    background-color: #1877F2;
}
form input{
    display: inline-block;
    height: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    color: inherit;
}
.top-bar .search input{
    width: 0;
    border:none;
    padding: 0;
    height: 30px;
}
.top-bar .search{
    display: inline-block;
}
.top-bar .search:hover input,form input{
    width: 250px;
    border: 1px solid #B2B2B2;
    padding: 5px 15px;
}
.top-bar .search:hover a i{
    background-color: var(--red);
    color: #fff;
}
main{
    display: grid;
    grid-template-columns: 1fr repeat(6, 180px) 1fr;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    grid-gap: 20px;
    overflow: hidden;
    min-height: calc(100vh - 467px);
}
.main-news {
    grid-column: span 8;
    display: grid;
    grid-template-columns: 1fr 600px 270px 270px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    height: 420px;
    margin-bottom: 30px;
}
.main-news.items li{
    position: relative;
    margin-bottom: 0;
    opacity: 1;
}
.main-news.items  a{
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}
.main-news.items .img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.main-news.items a:hover .img{
    transform: scale(1.2);
}
.main-news .img::after{
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 20%) 0 ,rgb(0 0 0 / 17%) 40%,rgb(0 0 0 / 44%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.main-news.items div{
    position: absolute;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    bottom: 20px;
    color: #fff;
}
.main-news.items h3{
    color:#fff;
    font-size: 16px;
    font-weight: 500;
}
.main-news.items li:first-child div{
    bottom: 50px;
}
.main-news.items li:first-child .info small{
    font-weight: 400;
}
.main-news.items li:first-child h3{
    font-size: 26px;
} 
.main-news.items li:first-child .info small{
    font-size: 18px;
}
.main-news.items li:first-child {
    grid-column: 2 / 3;
    grid-row: 1 / 5;
}
.main-news.items li:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}
.main-news.items li:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 3 / 5;
}
.main-news.items li:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}
.main-news.items li:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 3 / 5;
}
.main-news .items .img{
    border-radius: 5px;
}
.main-news a b{
    background-color: var(--red);
    width: fit-content;
}
.datetime span{
    margin-left: 5px;
    font-size: 14px;
}
.datetime i{
    font-size: 16px;
    margin-left: 5px;
}
.card{
    position: relative;
}
.col3 .card,
.col2 .card .items a,
.blocks .items a{
    background-color: #FFFFFF;
    padding:10px;
    box-sizing: border-box;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10);
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
}
.col2 .card .items a:hover,.col2dbl .items a:hover,.sub .items a:hover,aside .items a:hover{
    background-color: rgba(0,0,0,0.05);
}
section{
    margin: 0 0 20px 0;
    padding: 30px 0;
    position: relative;
}

.col3{
    grid-column: span 2;
}
.col3.f-grid{
    grid-column: 2 / span 2;
}

.blocks,
.blkimages,.full{
    grid-column: 2 / span 6;
}
marquee{
    direction: rtl;
    grid-column: span 8;
    background-color: var(--red);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
    height: 50px;
    line-height: 50px;
}
marquee a{
    color:#fff;
    font-size: 15px;
    font-weight: 500;
}
marquee a::after{
    content: '';
    display: inline-block;
    border:3px solid #c9c9c9;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    margin: 0 10px;
    vertical-align: middle;
}
section.blocks {
    display: grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-column: span 8;
    background-color: rgb(23 69 106 / 5%);
}
.blocks .card {
    grid-column: 2 / span 1;
}
.col2,
.col2dbl{
    grid-column: span 3;
}
.col2.f-grid,
.col2dbl.f-grid{
    grid-column: 2 / span 3;
}

.title{
    font-size: 26px;
    color: var(--red);
    margin-bottom: 30px;
}
article .title{
    color: #343434;
}
.title::after,.news-headlines li::after{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: var(--red);
    margin-top: 5px;
}
article .title::after,.side-sec .title::after,.news-headlines .selected::after{
    width: 65px;
}
.col3 .title{
    max-width: calc(100% - 40px);
}
.card > a:hover .title::before,.side-sec > a:hover .title::before{
    color: var(--red);
}

.title::before,
.col2 .title::before,.full .title::before, .side-sec > a .title::before{
    font-family: 'Font Awesome 5 Pro';
    content: '\f137';
    font-weight: lighter;
    display: inline-block;
    font-size: 35px;
    color: #757575;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all 0.3s ease;
}
article .title::before,.blocks .title::before,.side-sec > h1.title::before{
    display: none;
}
.full .title::before{
    color: #fff !important;
}
.blkimages .title::before{
    color: #fff;
}
.col3 .title::before{
    top: 20px;
    left: 20px;
}
.col3 .card{
    padding: 20px 15px;
    height: 520px;
}
.col3 .items h3 {
    height: 66px;
    overflow: hidden;
}
.col3 .items a{
    padding: 5px;
    box-sizing: border-box;
}
.items li{
    display: block;
    margin-bottom: 20px;
    list-style: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}
section .items li{
    opacity: 0;
}
.items.slick-slider:not(.slick-vertical) li.slick-slide{
    opacity: 1;
}

.items li.animate{
    animation:SlideInUp 0.4s forwards 1;
}
@keyframes SlideInUp{
    from{
        transform:translate3d(0, 20px, 0);
        opacity:0;
    }
    to{
        transform:translate3d(0, 0, 0);
        opacity:1;
    }
}
.col3 .items li:hover{
    background-color: rgba(0,0,0,0.05);
}

.items .img{
    display: block;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    transition: all 0.2s ease;
}
.items a{
    display: grid;
    grid-template-columns: auto 1fr;
    gap:5px 20px;
    transition: all 0.3s ease;
}
.items a > div{
    display: grid;
    grid-template-rows: auto 1fr;
}
.info small,article .actions small{
    font-size: 14px;
    font-weight: 500;
    border-bottom: 3px solid #C9C9C9;
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: inline-block;
    width: fit-content;
    flex-wrap: wrap;
}
.col3 .info small,.main-news .info small,article .actions small,.news-content small{
    border-color: #FFBB00;
}
.items h3{
    font-weight: 500;
    color: #343434;
    font-size: 15px;
}

section.col2dbl::before,
 section.blkimages::before,section.full::before{
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 400%;
    height: 35%;
    background-color: #F2F3F6;
    z-index: -1;
} 
section.full::before{
    background-color: #C45B5E;
    height: 600px;
}
section.blkimages::before{
    background-color: #B4BBC5;
    height: 75%;
}
.blkimages .title{
    color: #fff;
}
.blocks .items a{
    width: 200px;
    height: 200px;
    grid-template-columns:46px auto;
    gap: 10px 5px;
    align-items: center;
    background-color: #fff !important;
}
.blocks p{
    color: #9F9F9F;
    font-size: 14px;
    font-weight: 500;
}
.blocks p::before,
.items h3 p::before {
    content: '"';
    font-size: 52px;
    font-family: Engravers;
    display: inline-block;
    line-height: 0;
    vertical-align: text-bottom;
    color:  var(--red);
}
.blocks .img{
    width: 46px;
    height: 46px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
}
.blocks .info{
    grid-row: 2;
    margin-right: auto;
}
.blocks .items,.blkimages .items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blkimages .items a span{
    width: 360px;
    height: 250px;
    grid-column: span 2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
.blkimages .items a:hover span{
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.blkimages .items a:hover .img::before{
    animation: shine .75s;
}
.blkimages .items a >div{
    display: none;
}
.blkimages .img::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.blocks .items a{
    border: 1px solid transparent;
    border-width:0 4px 4px 0;
    margin: 0 auto;
}
.blocks .items a >div{
    grid-column: 1/-1;
}
.blocks .items a:hover{
    border-color:rgba(206, 68, 73, 0.7);
}
.col2dbl .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    gap: 0 25px; /* was 20px 25px*/
}
.col2dbl .items a{
    gap: 5px 10px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
}
.col2dbl .info{
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-40px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 20;
}
.col2dbl .info small{
    color: #fff;
    border-color:  var(--red);
    margin: 0 10px;
}

.col2dbl .img{
    width: 80px;
    height: 80px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
}
.col2dbl .items h3{
    font-size: 13px;
}

.full .items{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 360px auto;
    gap:20px;
}
section.full .items li:nth-child(1){
    grid-column: -1/1;
}
section.full .items li:nth-child(1) a{
    grid-template-columns:2fr 1.3fr;
    grid-template-rows: 1fr;
    height: 100%;
    gap: 0 40px;
}
section.full .items li:nth-child(1) .img{
    width: 100%;
    height: 100% !important;
}
section.full .items li:nth-child(1) h3{
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}
section.full .items li:nth-child(1) .info{
    display: block;
    grid-row: 2;
}
.full .info small{
    color:#fff;
    border-color: rgba(255, 255, 255, 0.52);
}
.full .title{
    color:#fff;
}
.full .title::after{
    background-color: rgba(255, 255, 255, 0.52);
}
section.full .items li:first-child a > div{
    grid-template-rows: 1fr auto;
    padding: 40px 0;
}
.full .info{
    display: none;
}
.full .items h3{
    font-size: 20px;
    font-weight: 400;
}
.full .img{
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    width: 100% !important;
    height: 250px !important;
    background-color: #bbb;
    position: relative;
}
.full .items a{
    border-radius: 10px;
}
.full .img::after,.full .img::before,.video-item::before,.video-item::after{
    content:'';
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    line-height: 54px;
    transition: all 0.3s ease;
}
.full .img::after,.video-item::after{
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    background-color: #DE6C6F;
}
.full .img::before,.video-item::before{
    box-shadow:0 0 0 rgb(255 255 255);
    opacity: 0;
    padding: 2px;
}
.full .items a:hover .img::before,.video-item:hover:before{
    opacity: 1;
    box-shadow:3px 3px 0 rgb(255 255 255);
}
.full .items a:hover .img:before,.full .items a:hover .img:after,.video-item:hover::after,.video-item::before{
    transform: translateY(-50%) scale(1.1);
}
.slick-arrow{
    background: none;
    position: absolute;
    left: 0;
    top: -70px;
    font-size: 35px;
    color: #757575;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-arrow:hover{
    color:  var(--red);
}
.slick-next{
    left: 40px;
}
.slick-vertical .slick-arrow{
    bottom: -8px;
    top: auto;
    left: -15px;
    color: #B2B2B2;
    font-size: 16px;
    background: #fff;
    width: calc(100% + 30px);
    padding: 3px 0;
    border-radius:  0 0 5px 5px;
    box-shadow: 0 13px 16px rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
}
.slick-vertical .slick-arrow i{
    transition: all 0.3s ease;
}
.slick-vertical .slick-arrow:hover{
    background-color: #F2F3F6;
}
.slick-vertical .slick-arrow:hover i{
   transform: translateY(2px);
}
footer {
    display: grid;
    grid-template-columns: 1fr repeat(6, 180px) 1fr;
    grid-column: span 8;
    background-color: #E0E3E8;
    padding: 50px 0 20px 0;
    margin-top: 30px;
}
footer .footer-wrap {
    grid-column: 2 / span 6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .links{
    padding-top: 10px;
    border-top: 1px solid #A7ACB2;
    flex: 1;
    text-align: center;
    position: relative;
    top:15px;
}
 footer .links li{
    display: inline-block;
    margin: 0 3px;
 }
 footer .links a{
     color: #808892;
     font-size: 13px;
     font-weight: 500;
     transition: all 0.3s ease;
 }
 footer .links a:hover{
     color:#343434;
 }
 footer .links li:not(:last-child):after{
     content: '-';
     margin-right: 3px;
     display:inline-block;
     color: #808892;
     font-size: 13px;
     font-weight: 500;
 }
 footer .social li{
    display: inline-block;
    margin-left: 5px;
 }
footer .social a{
    border-radius: 50%;
    background-color: var(--grey);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease;
}
footer .social a:hover{
    background-color: #FFBB00;
    color:#fff;
}
 footer .btm{
    grid-column: 2 / span 6;
    margin: 0 auto;
    margin-top: 20px;
 }
 
 footer .btm p{
    font-size: 8px;
    font-weight: 500;
    color: #858585;
 }
 .loader,#back-top{
     display: none;
 }
 #weather *{
     display: inline-block;
     vertical-align: middle;
 }
 #location{
     font-size: 12px;
 }
 #weather sup{
    vertical-align: super;
    font-size: 11px;
    top: -2px;
    font-weight: 500;
 }
 #temp{
     font-size: 16px;
     position: relative;
     top: -3px;
 }
 #weather img{
    width: 45px;
 }
 .art-wrapper{
    grid-column: 2 / span 4;
 }
 main article{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10);
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    height: fit-content;
 }
 .breadcrumbs{
     list-style: none;
     margin-bottom: 10px;
     background-color: rgba(224, 227, 232, 0.53);
     border-radius: 7px;
     padding: 0 15px;
     display: flex;
     width: fit-content;
     line-height: 30px;
 }
 .breadcrumbs li:not(:last-child):after{
     content: '/';
     display: inline-block;
     margin: 0 3px;
     font-size: 12px;
 }
 .breadcrumbs a{
     font-size: 12px;
 }
 .main-img{
     width: 100%;
     text-align: center;
     margin: 15px 0;
 }
 .main-img img{
     border-radius: 10px;
 }
 .main-img p{
     text-align: center;
 }
 article iframe{
     width: 100%;
     height: 400px;
     margin-bottom: 15px;
     border-radius: 10px;
 }
 .text{
     font-size: 15px;
     font-weight: 500;
 }
.text h6 {
    display: inline-block;
    max-width: 50%;
    float: left;
    font-size: 20px;
    margin: 20px 40px;
    position: relative;
}
.text h6:before,
.text h6:after {
    content: '"';
    font-size: 64px;
    color: #CE4448;
}
.text h6:before {
    position: absolute;
    right: -30px;
    top: -40px;
}
.text h6:after {
    position: absolute;
    left: -25px;
    bottom: -40px;
}
 .share-icon a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: rgba(224, 227, 232, 0.53);
    text-align: center;
    line-height: 30px;
 }
 .share-icon a:nth-child(2){
    background-color: #4867aa;
    color: #fff;
 }
 .share-icon a:nth-child(3){
    background-color: #1d9bf0;
    color: #fff;
 }
 .share-icon a:nth-child(n+4):hover{
     background-color: #b4bbc5;
     color: #fff;
 }
 .share-icon p{
     display: inline-block;
     font-size: 13px;
     margin-left: 10px;
     font-weight: 500;
 }
 main aside{
     grid-column: 6 /span 2;
     margin-right: 30px;
     height: fit-content;
     margin-bottom: 50px;
 }
 .side-sec{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10);
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
 }
 .side-sec > a .title{
     position: relative;
 }
 .side-sec .img + p,.search-page .img + p{
     display: none;
 }
 aside .side-sec:last-of-type{
     margin-bottom: 0;
 }
 .side-sec .items li{
     margin-bottom: 5px;
 }
 .side-sec > a{
     display: block;
 }
 article .actions{
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     margin-bottom: 30px;
 }
 article .sub{
     margin: 20px 0;
 }
 .media{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    list-style: none;
    gap: 10px;
 }
 .media li{
     height: 160px;
 }
 .media li a{
     display: block;
     position: relative;
     width: 100%;
     height: 100%;
     background-position: center;
     background-size: cover;
     border:3px solid #EAEEF6;
     border-radius: 10px;
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10);
 }
#url{
    opacity: 0;
    position: absolute;
    z-index: -1;
    right: -1000px;
}
.pagination {
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 20px auto;
    text-align: center;
}
.pagination li:first-child{
    margin-left:auto;
}
.pagination li:last-child{
    margin-right:auto;
}
.pagination li:first-child,.pagination li:last-child{
    padding:0 15px;
}
.pagination li{
    display:inline-block;
    margin:0 2px;
    border-radius: 15px;
    background: #F7F7F9;
    width: 40px;
    height: 35px;
    line-height: 34px;
    color: #707070;
    transition:all 0.3s ease;
    font-size: 15px;
}
.pagination a {
    display: block;
    text-align: center;
    font-size: 15px;
    color:inherit;
    transition: none;
}
.pagination li.current{
    background-color:var(--red);
    color:#fff;
}
.pagination li.disabled{
    opacity:0;
}
.pagination li:not(.active):hover{
    background-color:#b6b9bd !important;
    color:#fff;
}
.statics{
    display:block;
    text-align:center;
    font-size: 14px;
}
.items-sub{
    grid-template-columns: unset;
}
.sub .items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: unset;
}
.blocks.sub .items{
    grid-template-columns: 1fr 1fr 1fr;
}
.blkimages.sub .items{
    gap: 10px;
}
.blkimages.sub .items a span{
    width: 100%;
}
.sub:not(.blocks) .items a,aside .items a{
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.sub-title{
    font-size: 18px;
    border-bottom: 2px solid var(--red);
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}
.files li{
    list-style: none;
}
.files{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.files a{
    display: block;
    background-color: #E0E3E8;
    border-radius: 15px;
    color: inherit;
    font-size: 15px;
    padding: 10px 20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}
.files a::after{
    font-family: 'Font Awesome 5 Pro';
    color: #C52030;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
a.pdf::after{
    content: '\f1c1';
}
a.doc::after,a.docx::after{
    content: '\f1c2';
}
.search-page{
    grid-column: 2 / span 6;
}
mark{
    font-size: 18px;
    background-color: #FFBB00;
    padding: 0 5px;
    color:#fff;
}
.search-page form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #E0E3E8;
}
form label {
    margin-left: 10px;
    font-size: 16px;
}
form select{
    border-radius: 5px;
    padding: 5px 15px;
    font-family: inherit;
    color: inherit;
    font-size: 15px;
    border: 1px solid #B2B2B2;
}
form input[type='submit'] {
    background-color: var(--red);
    color: #fff;
    border-radius: 5px;
    height: 35px;
    line-height: 30px;
    width: auto;
    cursor: pointer;
    min-width: 100px;
    margin-right: auto;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
form input[type='submit']:hover{
    background-color: #c4373b;
}
.forecast{
    background-color: var(--grey);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    min-height: 123px;
}
.forecast ul{
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    padding: 0;
    gap: 5px;
}
li.forecast-day:first-of-type{
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.forecast-day{
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}
.forecast-day .temp{
    font-size: 14px;
    font-weight: 500;
}
.forecast-day img{
    height: 50px;
    display: block;
}
.forecast-day p{
    font-size: 11px;
    text-align: center;
}
.news-holder{
    box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    background-color:#B4BBC5;
    color:#fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
#back-top {
    position: fixed;
    z-index: 100;
    bottom: 60px;
    width: 40px;
    height: 45px;
    background-color: var(--red);
    transition: all 0.3s ease;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    right: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
#back-top:hover{
    height: 55px;
}
#back-top span{
    position: relative;
}
#back-top:hover span{
    animation:  up 1.3s linear infinite;
}
#back-top a{
    color:#fff
}
@keyframes up {
    0% {
      top: -5px
    }
    50% {
      top: 10px;
    }
    100% {
        top: -5px;
    }
  }
@media print{
    footer,main aside,nav,.breadcrumbs,.social,.datetime,.share-icon,.pagination,.tipsy,aside + section.blocks,marquee,#back-top{
        display: none !important;
    }
    main article{
        box-shadow: none;
    }
    .art-wrapper{
        grid-column: 2 / span 6;
    }
}
/*-----------------------------------------------------------------------------------*/
/*  MONGID DESIGNS
/*-----------------------------------------------------------------------------------*/
.mongiddesigns {
    position: absolute;
    bottom: 15px;
    left: 15px;
    direction: ltr;
}
.mongiddesigns span {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(https://mongid.com/designs/mongid/iconxl.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
    border-radius: 5px;
    z-index: 10;
    transform: scale(0.85); 
    transition: all 0.3s ease;
}
.mongiddesigns:hover span {
    transform: scale(1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}
.mongiddesigns h3 {
    display: block;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    padding: 0 5px 0 10px;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
    transition-delay: 0.1s;
}
.mongiddesigns:hover h3 {
    left: 36px;
    opacity: 1;
}
.mongiddesigns h3:hover {
    background-color: rgba(255,255,255,0.7);
}
.mongiddesigns h3 i {
    color: #969696;
    display: block;
    text-transform: capitalize;
    font-size: 10px;
    height: 10px;
    font-style: normal;
}
.mongiddesigns h3 b {
    color: #333;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    height: 12px;
    white-space: nowrap;
    font-weight: bold;
}

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.tipsy-inner {
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}
@media only screen and (max-width: 1250px) {
    section.blocks{
        grid-template-columns: 1fr 90% 1fr;
    }
    .main-news{
        grid-template-columns:1fr 40% 25% 25% 1fr
    }
    main,footer{
        grid-template-columns: 1fr repeat(6, 2fr) 1fr;
    }
}
@media only screen and (max-width: 1080px) {
    
    .col2, .col2dbl,.art-wrapper,main aside{
        grid-column: 2 / span 6;
    }
    
    .art-wrapper{
        margin-bottom: 0;
    }
    main aside{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .col2.f-grid, .col2dbl.f-grid {
        grid-column: 2 / span 6;
    }
    .col3,.col3.f-grid{
        grid-column: 2 / span 6;
    }
    .blocks .items, .blkimages .items{
        flex-wrap: wrap;
        justify-content:center;
    }
    nav{
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
.main-news {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows:unset;
    height: auto;
    grid-column: 2 / span 6;
}
.main-news.items li:first-child h3{
    font-size: 18px;
}
.main-news.items li:first-child div{
    bottom: 20px;
}
.main-news.items a{
    height: 250px;
}
.main-news.items li{
    grid-column: unset !important;
    grid-row: unset !important;
}
.top-bar .search:hover input{
    width: 0;
    padding: 0;
    border:none;
}
.sub .items{
    grid-template-columns: 1fr !important;
}
footer .links{
    flex: unset;
    top: 0;
    margin-bottom: 10px;
}
}
@media only screen and (min-width: 500px) {
    .col2dbl .items li:nth-child(-n+2) a,
    .full .items li:not(:first-child) a,
    .sub.full .items li:first-child a {
        grid-template-columns: 1fr;
        background-color: inherit !important;
        padding: 0;
    }
    .col2dbl .items li:nth-child(-n+2) a .img{
        width: 100%;
        height: 175px;
    }
    .col2dbl .items li:nth-child(-n+2) a::after {
        content: '';
        display: block;
        width: 100%;
        height: 175px;
        background-color: rgba(0,0,0,0.2);
        backdrop-filter: blur(3px);
        opacity: 0;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        border-radius: 10px;
        transition: opacity 0.3s ease;
    }
    .col2dbl .items li:nth-child(-n+2) h3{
        font-size: 16px;
        display: block;
        height: 80px;
    }
    .col2dbl .items li:nth-child(-n+2) a:hover::after{
        opacity: 1;
    }
    .col2dbl .items li:nth-child(-n+2) a:hover .info{
       opacity: 1;
       visibility: visible;
    }
}
@media only screen and (max-width: 500px) {
    .col2dbl .items {
        gap: 0px 25px;
    }
    .col2dbl .items,
    .media{
        grid-template-columns: 1fr;
    }
    .col2dbl .items li:nth-child(3){
        grid-row:2;
    }
    .blkimages .items a span{
        max-width: 100%;
    }
    .blkimages li{
        width: 100%;
    }
    .blkimages li a{
        display: block;
        width: 100%;
    }
    section{
        margin: 0;
        padding: 30px 0 10px 0;
    }
    section.full .items li:nth-child(1) a{
        grid-template-columns: 1fr;
        grid-template-rows: 300px 1fr;
    }
    .main-news{
        grid-template-columns: 1fr;
    }
    .full .items{
        grid-template-rows: auto auto;
        grid-template-columns:1fr;
    }
    .items .img{
        width: 80px;
        height: 80px;
    }
    footer .footer-wrap{
        justify-content: center;
    }
    .blocks .title::before{
        display: block;
    }
    section.full .items li:nth-child(1) h3{
        font-size: 30px;
    }
    .container{
        width: 95%;
    }
    nav a{
        text-align: center;
    }
    header .logo{
        grid-column: 1/4;
    }
    .top-bar{
        grid-template-columns: 40px auto 40px;
        grid-template-rows: 100px 40px;
    }
    .top-bar .social{
        text-align: center;
        grid-column: 1/1;
    }
    .top-bar .social a {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .top-bar .search {
        display: none;
    }
    .top-bar .datetime {
        text-align: center;
        grid-column: 1/4;
        grid-row: 2/2;
    }
    .datetime span{
        font-size: 12px;
    }
    .text h6 {
        max-width: 100%;
        float: none;
    }
    #temp{
        font-size: 13px;
    }
    .news-headlines{
        background: rgb(0 0 0 / 44%);
        width: 100%;
        float: none;
        z-index: 1000;
        color: #fff;
    }
    .news-preview{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
    .news-content .info{
        display: none;
    }
    form label,.form-group input,form select{
        width: 100%;
    }
    .col3 .card{
        height: auto;
    }
    .slick-vertical .slick-arrow{
        bottom: auto;
    }
    .col3 .title, .col2 .title, .full .title{
        max-width: calc(100% - 30px);
    }

    .col2dbl .items li:nth-child(1) a,
    .full .items li:not(:first-child) a,
    .sub.full .items li:first-child a {
        grid-template-columns: 1fr;
        background-color: inherit !important;
        padding: 0;
    }
    .col2dbl .items li:nth-child(1) a .img{
        width: 100%;
        height: 175px;
    }
    .col2dbl .items li:nth-child(1) a::after {
        content: '';
        display: block;
        width: 100%;
        height: 175px;
        background-color: rgba(0,0,0,0.2);
        backdrop-filter: blur(3px);
        opacity: 0;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        border-radius: 10px;
        transition: opacity 0.3s ease;
    }
    .col2dbl .items li:nth-child(1) h3{
        font-size: 16px;
        display: block;
        height: auto;
    }
    .col2dbl .items li:nth-child(1) a:hover::after{
        opacity: 1;
    }
    .col2dbl .items li:nth-child(1) a:hover .info{
    opacity: 1;
    visibility: visible;
    }
    section.blocks .items li{
        opacity: 1;
        width: 100%;
    }
    .blocks .items a{
        height: auto;
        width: 90%;
    }
    .blocks .img{
        width: 50px;
        height: 50px;
    }
    .blocks p::before{
        font-size: 34px;
    }
    .blocks .items{
        gap: 10px;
    }
    main, footer {
        grid-template-columns: 0 repeat(6, 2fr) 0;
    }
    nav{
        display: none;
        padding: 0;
        position: absolute;
        z-index: 100;
        background: #e0e3e8;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10);
    }
    .toggle-menu{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 15px;
        width: 35px;
        height: 35px;
        color: var(--grey);
        background-color: #E0E3E8;
        border-radius: 3px;
        font-size: 23px;
        text-align: center;
    }
    .toggle-menu:hover{
        color: var(--red);
    }
    nav a{
        display: block;
        margin: 20px 0;
    }
}