@charset "UTF-8";

@font-face {
    font-family: 'Helvetica Neue W23';
    src: url('../Font/Roboto-Regular.ttf') format('embedded-opentype');
}

@font-face {
    font-family: "Helvetica Neue W23";
    src: url('../Font/Roboto-Bold.ttf') format('ttf');
}
@font-face {
    font-family: 'HelveticaNeueW23forSKY-Reg_T02';
    src: url('../Font/Roboto-Regular.ttf') format('embedded-opentype');
}
@font-face {
    font-family: 'IBMBold';
    src: url('../Font/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMRegular';
    src: url('../Font/Roboto-Regular.ttf') format('truetype');
}
*:focus {
    outline: none
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: var(--primary);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px var(--primary),0 0 5px var(--primary);
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px,-4px);
    -moz-transform: rotate(3deg) translate(0px,-4px);
    -ms-transform: rotate(3deg) translate(0px,-4px);
    -o-transform: rotate(3deg) translate(0px,-4px);
    transform: rotate(3deg) translate(0px,-4px)
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: var(--primary);
    border-left-color: var(--primary);
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.center, .page-post .page-post-container .tool-icn i, .page-post .page-post-container .post-thumb .post-share .tol i, .widget-8.widget-8-2 .swiper-button i, .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] i, .widget-1 .site-social a i, .special-files .swiper-button i, .entry-box-2 .entry-album .number,  .tools .item .head i, .trend-box .head i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%)
}

.page-post .page-post-container .post-tags a, .page-post .page-post-container .post-thumb .post-image .fullscreen .icn1, .page-post .page-post-container .post-thumb .post-image .fullscreen .icn2, .page-post .page-post-container .post-thumb .post-image .fullscreen, .widget-8.widget-8-2 .swiper-slide .entry-box, .widget-1 .site-social a, .entry-box-4 .box::before, .entry-box-2 .entry-album .number, .entry-box-2 .entry-album::before, .entry-box .entry-icon,  .item-box,  .tools .site-mode i, .main-header .tools .site-mode::before, .main-header .main-menu .menu li ul, .main-header .main-logo a, .main-header, .main-header > [class*=container], .main-header > [class*=container] > div, .trend-box .box, .search-box .search-toggle, .search-box, .site-overlay, .swiper-container .swiper-wrapper {
    transition: all 500ms,color 200ms
}

.radius {
    border-radius: 8px
}

.shadow {
    box-shadow: 0 0 20px rgba(50,117,208,.1)
}

.swiper-container .swiper-wrapper {
    opacity: 1
}

    .swiper-container .swiper-wrapper.opacity {
        opacity: 0
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: var(--primary);
        animation-timing-function: cubic-bezier(0,1,1,0)
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 .6s infinite
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 .6s infinite
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(19px,0)
    }
}

.site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(0,0,0,.85);
    visibility: hidden;
    opacity: 0
}

    .site-overlay .close {
        width: 32px;
        display: none;
        height: 32px;
        border-radius: 50%;
        position: absolute;
        top: 30px;
        cursor: pointer;
        background-color: #fff;
        left: 30px
    }

        .site-overlay .close::before, .site-overlay .close::after {
            content: "";
            position: absolute;
            right: 8px;
            width: 15px;
            height: 1px;
            background-color: #000
        }

        .site-overlay .close::before {
            top: 16px;
            transform: rotate(45deg)
        }

        .site-overlay .close::after {
            bottom: 15px;
            transform: rotate(-45deg)
        }

        .site-overlay .close:hover {
            background-color: var(--orange)
        }

            .site-overlay .close:hover::before, .site-overlay .close:hover::after {
                background-color: #fff
            }

.font-size-12 {
    font-size: 12px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-size-28 {
    font-size: 28px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-32 {
    font-size: 32px !important
}

.font-size-34 {
    font-size: 34px !important
}

.font-size-36 {
    font-size: 36px !important
}

.font-size-38 {
    font-size: 38px !important
}

.font-size-40 {
    font-size: 40px !important
}

@media(min-width:576px) {
    .font-size-sm-12 {
        font-size: 12px !important
    }

    .font-size-sm-14 {
        font-size: 14px !important
    }

    .font-size-sm-16 {
        font-size: 16px !important
    }

    .font-size-sm-18 {
        font-size: 18px !important
    }

    .font-size-sm-20 {
        font-size: 20px !important
    }

    .font-size-sm-22 {
        font-size: 22px !important
    }

    .font-size-sm-24 {
        font-size: 24px !important
    }

    .font-size-sm-26 {
        font-size: 26px !important
    }

    .font-size-sm-28 {
        font-size: 28px !important
    }

    .font-size-sm-30 {
        font-size: 30px !important
    }

    .font-size-sm-32 {
        font-size: 32px !important
    }

    .font-size-sm-34 {
        font-size: 34px !important
    }

    .font-size-sm-36 {
        font-size: 36px !important
    }

    .font-size-sm-38 {
        font-size: 38px !important
    }

    .font-size-sm-40 {
        font-size: 40px !important
    }
}

@media(min-width:768px) {

    .font-size-md-12 {
        font-size: 12px !important
    }

    .font-size-md-14 {
        font-size: 14px !important
    }

    .font-size-md-16 {
        font-size: 16px !important
    }

    .font-size-md-18 {
        font-size: 18px !important
    }

    .font-size-md-20 {
        font-size: 20px !important
    }

    .font-size-md-22 {
        font-size: 22px !important
    }

    .font-size-md-24 {
        font-size: 24px !important
    }

    .font-size-md-26 {
        font-size: 26px !important
    }

    .font-size-md-28 {
        font-size: 28px !important
    }

    .font-size-md-30 {
        font-size: 30px !important
    }

    .font-size-md-32 {
        font-size: 32px !important
    }

    .font-size-md-34 {
        font-size: 34px !important
    }

    .font-size-md-36 {
        font-size: 36px !important
    }

    .font-size-md-38 {
        font-size: 38px !important
    }

    .font-size-md-40 {
        font-size: 40px !important
    }
}

@media(min-width:992px) {
    .font-size-lg-12 {
        font-size: 12px !important
    }

    .font-size-lg-14 {
        font-size: 14px !important
    }

    .font-size-lg-16 {
        font-size: 16px !important
    }

    .font-size-lg-18 {
        font-size: 18px !important
    }

    .font-size-lg-20 {
        font-size: 20px !important
    }

    .font-size-lg-22 {
        font-size: 22px !important
    }

    .font-size-lg-24 {
        font-size: 24px !important
    }

    .font-size-lg-26 {
        font-size: 26px !important
    }

    .font-size-lg-28 {
        font-size: 28px !important
    }

    .font-size-lg-30 {
        font-size: 30px !important
    }

    .font-size-lg-32 {
        font-size: 32px !important
    }

    .font-size-lg-34 {
        font-size: 34px !important
    }

    .font-size-lg-36 {
        font-size: 36px !important
    }

    .font-size-lg-38 {
        font-size: 38px !important
    }

    .font-size-lg-40 {
        font-size: 40px !important
    }
}

@media(min-width:1200px) {
    .font-size-xl-12 {
        font-size: 12px !important
    }

    .font-size-xl-14 {
        font-size: 14px !important
    }

    .font-size-xl-16 {
        font-size: 16px !important
    }

    .font-size-xl-18 {
        font-size: 18px !important
    }

    .font-size-xl-20 {
        font-size: 20px !important
    }

    .font-size-xl-22 {
        font-size: 22px !important
    }

    .font-size-xl-24 {
        font-size: 24px !important
    }

    .font-size-xl-26 {
        font-size: 26px !important
    }

    .font-size-xl-28 {
        font-size: 28px !important
    }

    .font-size-xl-30 {
        font-size: 30px !important
    }

    .font-size-xl-32 {
        font-size: 32px !important
    }

    .font-size-xl-34 {
        font-size: 34px !important
    }

    .font-size-xl-36 {
        font-size: 36px !important
    }

    .font-size-xl-38 {
        font-size: 38px !important
    }

    .font-size-xl-40 {
        font-size: 40px !important
    }
}

.menu-toggle {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: relative
}

    .menu-toggle .icon {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        display: block;
        width: 45%;
        height: 2px;
        background: #222;
        transition: .35s
    }

        .menu-toggle .icon:before, .menu-toggle .icon:after {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 100%;
            height: 2px;
            background: #222;
            content: "";
            transition: transform .35s
        }

        .menu-toggle .icon:before {
            transform: translate(-50%,-6px)
        }

        .menu-toggle .icon:after {
            transform: translate(-50%,6px)
        }

        .menu-toggle .icon:before, .menu-toggle .icon:after {
            transform-origin: 50% 0%
        }

        body.mobile-menu-active .menu-toggle .icon, .menu-toggle .icon.active {
            background: 0 0
        }

            body.mobile-menu-active .menu-toggle .icon:before, .menu-toggle .icon.active:before {
                transform: translate(-50%,0) rotate(45deg)
            }

            body.mobile-menu-active .menu-toggle .icon:after, .menu-toggle .icon.active:after {
                transform: translate(-50%,0) rotate(-45deg)
            }

.search-box {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 52;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    right: 0
}

body.dark-theme .search-box {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .search-box {
        background-color: #1c1c1c
    }
}

.search-box .search-container {
    position: relative
}

.search-box form {
    min-height: 100px
}

    .search-box  input[type=search] {
        width: 100%;
        height: 100px;
        border: none;
        color: #000;
        font-size: 24px;
        padding-left: 40px;
        background-color: transparent
    }

        .search-box  input[type=search]::placeholder {
            color: #000
        }

body.dark-theme .search-box  input[type=search] {
    color: #fff
}

    body.dark-theme .search-box  input[type=search]::placeholder {
        color: #fff
    }

@media(prefers-color-scheme:dark) {
    .search-box  input[type=search] {
        color: #fff
    }

        .search-box  input[type=search]::placeholder {
            color: #fff
        }
}

.search-box form label {
    color: #000;
    font-size: 20px
}

body.dark-theme .search-box form label {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .search-box form label {
        color: #fff
    }
}

.search-box form button {
    color: #000;
    border: none;
    outline: none;
    background: 0 0
}

body.dark-theme .search-box form button {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .search-box form button {
        color: #fff
    }
}

.search-box .search-toggle {
    font-size: 28px;
    position: absolute;
    top: 50%;
    z-index: 5;
    opacity: 0;
    color: var(--primary);
    cursor: pointer;
    transform: translateY(-50%) scale(0) rotate(0);
    left: 0
}

body.dark-theme .search-box .search-toggle {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .search-box .search-toggle {
        color: #fff
    }
}

body.header-small .search-box {
    height: 70px
}

    body.header-small .search-box form {
        min-height: 70px
    }

        body.header-small .search-box  input[type=search] {
            height: 70px
        }

body.search-active {
    overflow: hidden
}

    body.search-active .site-overlay {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s
    }

    body.search-active .search-box {
        visibility: visible !important;
        opacity: 1
    }

        body.search-active .search-box .search-toggle {
            opacity: 1;
            transform: translateY(-50%) scale(1) rotate(360deg)
        }

.trend-box {
    position: fixed;
    top: 27%;
    left: 29px;
    z-index: 40;
}

    .trend-box .head {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        z-index: 2;
        color: #000;
        font-size: 22px;
        cursor: pointer;
        box-shadow: 1px 0 10px rgba(0,0,0,.15)
    }

        .trend-box .head .number {
            width: 22px;
            height: 22px;
            position: absolute;
            top: -4px;
            left: -4px;
            color: #fff;
            font-size: 10px;
            line-height: 22px;
            text-align: center;
            border-radius: 50%;
            background-color: #dc3545
        }

    .trend-box .box {
        width: 290px;
        position: absolute;
        left: 50%;
        bottom: -27px;
        z-index: 1;
        padding: 20px;
        background-color: #fff;
        box-shadow: 1px 0 10px rgba(0,0,0,.15);
        border-radius: .75rem;
        opacity: 0;
        visibility: hidden
    }

body.dark-theme .trend-box .box {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .trend-box .box {
        background-color: #1c1c1c
    }
}

.trend-box .box .name {
    color: #d81919
}

.trend-box .entry-box {
    margin-top: 15px
}

    .trend-box .entry-box:not(:last-child) {
        padding-bottom: 15px;
        border-bottom: 1px solid #ebeef0
    }

body.dark-theme .trend-box .entry-box:not(:last-child) {
    border-bottom-color: #333
}

@media(prefers-color-scheme:dark) {
    .trend-box .entry-box:not(:last-child) {
        border-bottom-color: #333
    }
}

.trend-box .entry-box .tags {
    margin-top: 4px
}

    .trend-box .entry-box .tags a {
        color: #777;
        font-weight: 400;
        font-size: 14px
    }

body.trend-active .trend-box .box {
    opacity: 1;
    visibility: visible
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 50;
    background-color: #fff
}

body.dark-theme .main-header {
    background-color: #1c1c1c
}
body.dark-theme .navbar {
    background-color: #1c1c1c
}
@media(prefers-color-scheme:dark) {
    .main-header {
        background-color: #1c1c1c
    }
}

.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
    height: 100px
}

    .main-header .main-logo a {
        display: block;
        width: 132px;
        height: 67px;
        background: transparent url(../../../../../paltoday.ps/ar/logo.PNG) right 0 no-repeat
    }

body.dark-theme .main-header .main-logo a {
    background-position: 0 -67px
}

@media(prefers-color-scheme:dark) {
    .main-header .main-logo a {
        background-position: 0 -67px
    }
}

.main-header .mobile-menu {
    position: relative;
    z-index: 5
}

    .main-header .mobile-menu .menu-toggle {
        display: block;
        width: 38px;
        height: 38px;
        font-size: 16px;
        border-radius: 50%;
        position: relative;
        z-index: 3;
        background-color: #ebeef1
    }

body.dark-theme .main-header .mobile-menu .menu-toggle {
    background-color: #111
}

    body.dark-theme .main-header .mobile-menu .menu-toggle .icon, body.dark-theme .main-header .mobile-menu .menu-toggle .icon::before, body.dark-theme .main-header .mobile-menu .menu-toggle .icon::after {
        background-color: #fff
    }

@media(prefers-color-scheme:dark) {
    .main-header .mobile-menu .menu-toggle {
        background-color: #111
    }

        .main-header .mobile-menu .menu-toggle .icon, .main-header .mobile-menu .menu-toggle .icon::before, .main-header .mobile-menu .menu-toggle .icon::after {
            background-color: #fff
        }
}

body.mobile-menu-active .main-header .mobile-menu .menu-toggle .icon {
    background-color: transparent
}

.main-header .mobile-menu .item-box {
    top: -10px;
    left: -10px;
    padding-top: 60px
}

.main-header .mobile-menu ul {
    padding-right: 0;
    list-style: none
}

.main-header .mobile-menu .menu li a {
    display: block
}

.main-header .mobile-menu .menu > li:not(:last-child) {
    border-bottom: 1px solid #ebeef0
}

body.dark-theme .main-header .mobile-menu .menu > li:not(:last-child) {
    border-bottom-color: #333
}

@media(prefers-color-scheme:dark) {
    .main-header .mobile-menu .menu > li:not(:last-child) {
        border-bottom-color: #333
    }
}

.main-header .mobile-menu .menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.main-header .mobile-menu .menu > li > ul {
    padding-right: 20px
}

body.mobile-menu-active .main-header .mobile-menu .item-box {
    opacity: 1;
    visibility: visible !important
}

.main-header .main-menu ul {
    padding-left: 0;
    list-style: none
}

.main-header .main-menu .menu {
    justify-content: space-between;
    direction:ltr;
}

    .main-header .main-menu .menu li {
        position: relative;
        z-index: 1
    }

        .main-header .main-menu .menu li a:hover {
            color: #d81919
        }

        .main-header .main-menu .menu li ul {
            width: 290px;
            position: absolute;
            top: -10px;
            left: -16px;
            z-index: 1;
            padding: 40px 20px 20px;
            background-color: #fff;
            box-shadow: 1px 0 10px rgba(0,0,0,.15);
            border-radius: .75rem;
            opacity: 0;
            visibility: hidden
        }

body.dark-theme .main-header .main-menu .menu li ul {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .main-header .main-menu .menu li ul {
        background-color: #1c1c1c
    }
}

.main-header .main-menu .menu li ul li:not(:last-child) {
    border-bottom: 1px solid #ebeef0
}

body.dark-theme .main-header .main-menu .menu li ul li:not(:last-child) {
    border-bottom-color: #333
}

@media(prefers-color-scheme:dark) {
    .main-header .main-menu .menu li ul li:not(:last-child) {
        border-bottom-color: #333
    }
}

.main-header .main-menu .menu li ul li a {
    display: block;
    padding: 12px 0
}

.main-header .main-menu .menu li:hover {
    z-index: 3
}

    .main-header .main-menu .menu li:hover > ul {
        opacity: 1;
        visibility: visible !important
    }

.main-header .main-menu .menu > li {
    position: relative
}

    .main-header .main-menu .menu > li > a {
        position: relative;
        z-index: 2;
        font-size: 19px;
        font-weight:bold;
    }

 .tools .item {
    position: relative;
    z-index: 1
}

    .tools .item.active {
        z-index: 3
    }

 .tools .item .head {
        display: block;
        width: 38px;
        height: 38px;
        color: #000;
        cursor: pointer;
        font-size: 16px;
        border-radius: 50%;
        position: relative;
        z-index: 3;
        background-color: #ebeef1
    }

body.dark-theme .tools .item .head {
    color: #fff;
    background-color: #111
}

@media(prefers-color-scheme:dark) {
   .tools .item .head {
        color: #fff;
        background-color: #111
    }
}

 .tools .item .item-box {
    top: -10px;
    left: -10px
}

 .tools .item.pt-plus .path1 {
    color: #000
}

 .tools .item.pt-plus .path2 {
    color: #d81919
}

body.dark-theme  .tools .item.pt-plus .path1, body.dark-theme  .tools .item.pt-plus .path2 {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .tools .item.pt-plus .path1, .tools .item.pt-plus .path2 {
        color: #fff
    }
}

 .tools .item:hover {
    z-index: 5
}

 .tools .site-mode {
    width: 66px;
    height: 38px;
    cursor: pointer;
    position: relative;
    border: 1px solid #d2d4d6;
    border-radius: 50rem
}

body.dark-theme .tools .site-mode {
    border-color: #111;
    background-color: #111
}

@media(prefers-color-scheme:dark) {
     .tools .site-mode {
        border-color: #111;
        background-color: #111
    }
}

 .tools .site-mode::before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 0;
    content: "";
    border-radius: 50%;
    background-color: #222;
    transform: translateY(-50%)
}

body.dark-theme  .tools .site-mode::before {
    background-color: #fff
}

@media(prefers-color-scheme:dark) {
     .tools .site-mode::before {
        background-color: #fff
    }
}

 .tools .site-mode i {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%)
}

     .tools .site-mode i.light {
        left: 10px;
        color: #fff;
        font-size: 18px
    }

     .tools .site-mode i.dark {
        right: 10px;
        font-size: 14px
    }

body.dark-theme  .tools .site-mode i.dark {
    color: #222
}

@media(prefers-color-scheme:dark) {
    .tools .site-mode i.dark {
        color: #222
    }
}

body.dark-theme .tools .site-mode::before {
    transform: translate(26px,-50%)
}

body.dark-theme  .tools .site-mode i.light {
    font-size: 14px
}

body.dark-theme  .tools .site-mode i.dark {
    font-size: 18px
}

@media(prefers-color-scheme:dark) {
    .tools .site-mode::before {
        transform: translate(26px,-50%)
    }

     .tools .site-mode i.light {
        font-size: 14px
    }

     .tools .site-mode i.dark {
        font-size: 18px
    }
}

.item-box {
    width: 290px;
    position: absolute;
    z-index: 1;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 0 10px rgba(0,0,0,.15);
    border-radius: .75rem;
    opacity: 0;
    visibility: hidden
}

body.dark-theme .item-box {
    background-color: #292929
}

@media(prefers-color-scheme:dark) {
     .item-box {
        background-color: #292929
    }
}

.weather .item-box .toggle-setting {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    color: #000;
    font-size: 16px;
    cursor: pointer
}

body.dark-theme .weather .item-box .toggle-setting {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .main-header .weather .item-box .toggle-setting {
        color: #fff
    }
}

body.weather-active .main-header .weather .item-box {
    opacity: 1;
    visibility: visible !important
}

body.prayer-times-active .main-header .prayer-times .item-box {
    opacity: 1;
    visibility: visible !important
}

body.currency-active .main-header .currency .item-box {
    opacity: 1;
    visibility: visible !important
}

@media(max-width:395px) {
    .main-header .item.weather {
        display: none
    }
}

body.header-fixed {
    padding-top: 100px
}

    body.header-fixed .main-header {
        position: absolute;
        top: 0;
        right: 0
    }

    body.header-fixed.header-small .main-header, body.header-fixed.header-small .main-header > [class*=container], body.header-fixed.header-small .main-header > [class*=container] > div {
        height: 70px
    }

        body.header-fixed.header-small .main-header::before {
            height: 0;
            visibility: hidden
        }

.main-footer {
    background-color: #fff
}

body.dark-theme .main-footer {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .main-footer {
        background-color: #1c1c1c
    }
}

.main-footer, .main-footer > [class*=container], .main-footer > [class*=container] > div {
    min-height: 100px
}

    .main-footer .copyright {
        color: #666
    }

.entry-box .entry-category a {
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px
}

    .entry-box .entry-category a:hover {
        color: #000;
        background-color: #fff
    }

.entry-box .entry-icon {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    background-color: #d81919
}

    .entry-box .entry-icon i {
        margin-right: -5%
    }

.entry-box .entry-icon2 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    color: #fff;
    font-size: 16px
}

.entry-box-1 {
    position: relative
}

    .entry-box-1 .entry-image {
        position: relative
    }

    .entry-box-1 a.box::before, .entry-box-1 a.box2::before {
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        content: "";
        background: #000;
        background: -webkit-linear-gradient(bottom,#000,rgba(0,0,0,0));
        background: linear-gradient(to top,#000,rgba(0,0,0,0))
    }

    .entry-box-1 .entry-category {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 5
    }

        .entry-box-1 .entry-category a {
            background-color: rgba(83,83,83,.5)
        }

    .entry-box-1 .entry-body {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 5
    }

    .entry-box-1 .entry-title, .entry-box-1 .entry-title a {
        color: #fff
    }

    .entry-box-1 .item {
        position: relative
    }

        .entry-box-1 .item > a {
            display: block;
            padding-right: 14px
        }

            .entry-box-1 .item > a::before {
                width: 2px;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
                content: "";
                background-color: #d81919
            }

        .entry-box-1 .item, .entry-box-1 .item a {
            color: #fff
        }

@media(max-width:575.98px) {
    .entry-box-1 {
        background-color: #fff
    }

        .entry-box-1::before {
            display: none
        }

        .entry-box-1 .entry-body {
            position: static;
            margin-top: 20px
        }

        .entry-box-1 .entry-title, .entry-box-1 .entry-title a, .entry-box-1 .item, .entry-box-1 .item a {
            color: #000
        }

            .entry-box-1 .entry-title:hover, .entry-box-1 .entry-title a:hover, .entry-box-1 .item:hover, .entry-box-1 .item a:hover {
                color: #d81919
            }

    body.dark-theme .entry-box-1 {
        background-color: #1c1c1c
    }

        body.dark-theme .entry-box-1 .entry-title, body.dark-theme .entry-box-1 .entry-title a, body.dark-theme .entry-box-1 .item, body.dark-theme .entry-box-1 .item a {
            color: #fff
        }

            body.dark-theme .entry-box-1 .entry-title:hover, body.dark-theme .entry-box-1 .entry-title a:hover, body.dark-theme .entry-box-1 .item:hover, body.dark-theme .entry-box-1 .item a:hover {
                color: #d81919
            }
}

@media(max-width:575.98px) and (prefers-color-scheme:dark) {
    .entry-box-1 {
        background-color: #1c1c1c
    }

        .entry-box-1 .entry-title, .entry-box-1 .entry-title a, .entry-box-1 .item, .entry-box-1 .item a {
            color: #fff
        }

            .entry-box-1 .entry-title:hover, .entry-box-1 .entry-title a:hover, .entry-box-1 .item:hover, .entry-box-1 .item a:hover {
                color: #d81919
            }
}

.entry-box-2 {
    overflow: hidden;
    background-color: #fff
}

body.dark-theme .entry-box-2 {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .entry-box-2 {
        background-color: #1c1c1c
    }
}

.entry-box-2 .entry-image {
    padding: 10px;
    position: relative;
    overflow: hidden
}

.entry-box-2 .entry-desc, .entry-box-2 .entry-datetime {
    color: #777
}

.entry-box-2 .entry-category {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5
}

    .entry-box-2 .entry-category a {
        background-color: #d81919
    }

.entry-box-2 .entry-album {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

    .entry-box-2 .entry-album::before {
        width: 0;
        height: 0;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        background-color: #d81919;
        transform: translate(-150%,-150%)
    }

    .entry-box-2 .entry-album .number {
        color: #fff;
        font-weight: 800;
        font-size: 42px;
        z-index: 2;
        opacity: 0;
        transform: translate(50%,-200%)
    }

.entry-box-2.bg2 {
    background-color: #111
}

    .entry-box-2.bg2 .entry-title, .entry-box-2.bg2 .entry-title a {
        color: #fff
    }

.entry-box-2.bg3 {
    background-color: #f2f5f8
}

    .entry-box-2.bg3 .entry-title, .entry-box-2.bg3 .entry-title a {
        color: #000
    }

.entry-box-3 .entry-datetime {
    width: 64px;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    border-radius: 3px;
    background-color: #f2f5f8
}

body.dark-theme .entry-box-3 .entry-datetime {
    color: #fff;
    background-color: #3a3a3a
}

@media(prefers-color-scheme:dark) {
    .entry-box-3 .entry-datetime {
        color: #fff;
        background-color: #3a3a3a
    }
}

.entry-box-4 {
    position: relative;
    overflow: hidden
}

    .entry-box-4 .entry-image {
        position: relative
    }

    .entry-box-4 .box::before {
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        content: "";
        background: #000;
        background: -webkit-linear-gradient(bottom,black,rgba(0,0,0,0));
        background: linear-gradient(to top,black,rgba(0,0,0,0))
    }

    .entry-box-4 .entry-image {
        position: relative
    }

    .entry-box-4 .entry-body {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
        width: 100%
    }

    .entry-box-4 .entry-category, .entry-box-4 .entry-category a {
        color: #d81919
    }

    .entry-box-4 .entry-title, .entry-box-4 .entry-title a {
        color: #fff
    }

    .entry-box-4:hover .box::before {
        height: 100%
    }

    .entry-box-4.bg2 .box::before {
        background: #d81919;
        background: -webkit-linear-gradient(bottom,#d81919,rgba(216,25,25,0));
        background: linear-gradient(to top,#d81919,rgba(216,25,25,0))
    }

@media(max-width:767.98px) {
    .entry-box-4 {
        background-color: #000
    }

        .entry-box-4.bg1 {
            background-color: #d81919
        }

        .entry-box-4 .entry-body {
            position: static
        }

        .entry-box-4 .box::before {
            display: none
        }
}

.entry-box-5 {
    position: relative
}

    .entry-box-5 > a {
        display: block;
        padding-right: 54px
    }

        .entry-box-5 > a::before {
            color: #d81919;
            font-weight: 800;
            font-size: 42px;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            counter-increment: section;
            content: counter(section)
        }

    .entry-box-5:hover a {
        color: #d81919;
        text-decoration: underline
    }

.widget-style-1 .widget-header {
    padding: 14px 20px;
    background-color: #fff;
    direction: ltr;
}

body.dark-theme .widget-style-1 .widget-header {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .widget-style-1 .widget-header {
        background-color: #1c1c1c
    }
}

.widget-style-1 .widget-header .header-link {
    color: #000;

}

body.dark-theme .widget-style-1 .widget-header .header-link {
    color: #fff
}

[data-gutters="10"] .row {
    margin-right: -5px;
    margin-left: -5px
}

    [data-gutters="10"] .row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

[data-gutters="20"] .row {
    margin-right: -10px;
    margin-left: -10px
}

    [data-gutters="20"] .row > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px
    }

.special-files {
    position: relative
}

    .special-files .entry-box {
        overflow: hidden
    }

        .special-files .entry-box > a {
            display: block
        }

        .special-files .entry-box .box {
            position: relative
        }

            .special-files .entry-box .box, .special-files .entry-box .box img, .special-files .entry-box .box::before {
                border-radius: 6px
            }

                .special-files .entry-box .box::before {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 1;
                    content: "";
                    background-color: rgba(43,51,71,.5)
                }

        .special-files .entry-box .entry-title {
            position: absolute;
            bottom: 10px;
            left: 8px;
            right: 9px;
            z-index: 2;
            color: #fff
        }

    .special-files .entry-box2 {
        overflow: hidden;
        position: relative
    }

        .special-files .entry-box2 > a {
            width: 146px;
            height: 95px;
            display: block;
            border-radius: 6px
        }

        .special-files .entry-box2 .entry-icon {
            position: absolute;
            top: 50%;
            right: 50%;
            z-index: 2;
            color: #fff;
            font-size: 26px;
            transform: translate(50%,-50%)
        }

        .special-files .entry-box2[class*=facebook] a {
            background-color: #3b5998
        }

            .special-files .entry-box2[class*=facebook] a:hover {
                background-color: #2e4677
            }

        .special-files .entry-box2[class*=twitter] a {
            background-color: #1da1f2
        }

            .special-files .entry-box2[class*=twitter] a:hover {
                background-color: #0c89d5
            }

        .special-files .entry-box2[class*=youtube] a {
            background-color: red
        }

            .special-files .entry-box2[class*=youtube] a:hover {
                background-color: #d10000
            }

        .special-files .entry-box2[class*=rss] a {
            background-color: #f26522
        }

            .special-files .entry-box2[class*=rss] a:hover {
                background-color: #d94f0d
            }

        .special-files .entry-box2[class*=instagram] a {
            background-color: #c13584
        }

            .special-files .entry-box2[class*=instagram] a:hover {
                background-color: #9d2b6b
            }

        .special-files .entry-box2[class*=google] a {
            background-color: #dd4b39
        }

            .special-files .entry-box2[class*=google] a:hover {
                background-color: #c63422
            }

        .special-files .entry-box2[class*=whatsapp] a {
            background-color: #075e54
        }

            .special-files .entry-box2[class*=whatsapp] a:hover {
                background-color: #04332e
            }

        .special-files .entry-box2[class*=telegram] a {
            background-color: #08c
        }

            .special-files .entry-box2[class*=telegram] a:hover {
                background-color: #00699e
            }

        .special-files .entry-box2[class*=apple] a {
            background-color: #1e1e1e
        }

            .special-files .entry-box2[class*=apple] a:hover {
                background-color: #070707
            }

    .special-files .swiper-button {
        width: 38px;
        height: 100%;
        color: #d1d4d6;
        font-size: 28px;
        position: absolute;
        top: 0;
        z-index: 5
    }

body.dark-theme .special-files .swiper-button {
    color: #3c3c3c
}

@media(prefers-color-scheme:dark) {
    .special-files .swiper-button {
        color: #3c3c3c
    }
}

.special-files .swiper-button-prev {
    right: -38px
}

.special-files .swiper-button-next {
    left: -38px
}

.special-files .swiper-button:not(.swiper-button-disabled) {
    color: #000
}

body.dark-theme .special-files .swiper-button:not(.swiper-button-disabled) {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .special-files .swiper-button:not(.swiper-button-disabled) {
        color: #fff
    }
}

body.dark-theme .special-files .swiper-button:not(.swiper-button-disabled):hover, .special-files .swiper-button:not(.swiper-button-disabled):hover {
    color: #d81919
}

@media(max-width:767.98px) {
    .special-files .swiper-button {
        display: none !important
    }

    .special-files .swiper-button-prev {
        right: 0
    }

    .special-files .swiper-button-next {
        left: 0
    }
}

.widget-1 .video-container {
    overflow: hidden
}

@media(min-width:992px) {
    .widget-1 .video-container {
        height: 320px
    }
}

.widget-1 .site-social {
    display: flex
}

    .widget-1 .site-social a {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
        color: #fff;
        font-size: 16px;
        height: 48px;
        position: relative;
        background-color: #fff
    }

        .widget-1 .site-social a:not(:last-child) {
            margin-left: 8px
        }

        .widget-1 .site-social a[class*=facebook] {
            background-color: #3b5998
        }

            .widget-1 .site-social a[class*=facebook]:hover {
                background-color: #344e86
            }

        .widget-1 .site-social a[class*=twitter] {
            background-color: #1da1f2
        }

            .widget-1 .site-social a[class*=twitter]:hover {
                background-color: #0d95e8
            }

        .widget-1 .site-social a[class*=youtube] {
            background-color: red
        }

            .widget-1 .site-social a[class*=youtube]:hover {
                background-color: #e60000
            }

        .widget-1 .site-social a[class*=rss] {
            background-color: #f26522
        }

            .widget-1 .site-social a[class*=rss]:hover {
                background-color: #ed560e
            }

        .widget-1 .site-social a[class*=instagram] {
            background-color: #c13584
        }

            .widget-1 .site-social a[class*=instagram]:hover {
                background-color: #ad3076
            }

        .widget-1 .site-social a[class*=google] {
            background-color: #dd4b39
        }

            .widget-1 .site-social a[class*=google]:hover {
                background-color: #d73925
            }

        .widget-1 .site-social a[class*=whatsapp] {
            background-color: #075e54
        }

            .widget-1 .site-social a[class*=whatsapp]:hover {
                background-color: #05463f
            }

        .widget-1 .site-social a[class*=telegram] {
            background-color: #08c
        }

            .widget-1 .site-social a[class*=telegram]:hover {
                background-color: #0077b3
            }

        .widget-1 .site-social a[class*=apple] {
            background-color: #1e1e1e
        }

            .widget-1 .site-social a[class*=apple]:hover {
                background-color: #111
            }

        .widget-1 .site-social a:hover {
            color: #fff
        }

.widget-3.widget-style-1 .widget-header {
    padding: 16px 20px 5px
}

    .widget-3.widget-style-1 .widget-header .header-link {
        display: inline-block;
        width: 66px;
        height: 24px;
        position: relative
    }

        .widget-3.widget-style-1 .widget-header .header-link .text {
            font-size: 12px;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2
        }

        .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] {
            position: absolute;
            top: 0;
            right: 0;
            width: 16px;
            height: 16px
        }

            .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] .path1 {
                color: #000
            }

            .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] .path2 {
                color: #d81919
            }

body.dark-theme .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] .path1, body.dark-theme .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] .path2 {
    color: #fff
}

@media(prefers-color-scheme:dark) {
    .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] .path1, .widget-3.widget-style-1 .widget-header .header-link [class*=icon-] .path2 {
        color: #fff
    }
}

.widget-4.widget-style-1 .widget-header {
    margin-bottom: 1px
}

.widget-4 .widget-body {
    height: 227px;
    background-color: #fff
}

body.dark-theme .widget-4 .widget-body {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .widget-4 .widget-body {
        background-color: #1c1c1c
    }
}

.widget-4 .scroll-bar-container {
    height: 187px
}

.w6-container {
    background-color: #fff
}

body.dark-theme .w6-container {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .w6-container {
        background-color: #1c1c1c
    }
}

.widget-6 .widget-header {
    background-color: #f7941d
}

    .widget-6 .widget-header .header-link {
        color: #fff
    }

@media(max-width:767.98px) {
    .widget-6 .widget-header {
        padding: 16px 0
    }
}

@media(min-width:768px) {
    .widget-6 .widget-header {
        width: 200px;
        height: 130px;
        padding: 50px 20px 0
    }
}

.w7-container {
    background: #000 url(../../uploads/w7-bg.html) 10% center no-repeat
}

@media(max-width:767.98px) {
    .w7-container {
        background-image: none !important
    }
}

.widget-7 {
    padding-top: 35px;
    padding-bottom: 1px;
    direction: ltr;
}

    .widget-7 .widget-header .header-link {
        color: #fff
    }

        .widget-7 .widget-header .header-link span {
            color: #d81919
        }

body.dark-theme .widget-7 .entry-box-2 {
    background-color: #fff
}

@media(prefers-color-scheme:dark) {
    .widget-7 .entry-box-2 {
        background-color: #fff
    }
}

.widget-8 .entry-box-2:hover .entry-icon {
    opacity: 0
}

.widget-8 .entry-box-2:hover .entry-album::before {
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.widget-8 .entry-box-2:hover .entry-album .number {
    transition-delay: .1s;
    opacity: 1;
    transform: translate(50%,-50%)
}

.widget-8.widget-8-2 .widget-body {
    position: relative
}

.widget-8.widget-8-2 .swiper-slide-next .entry-box {
    transform: scale(1.148)
}

.widget-8.widget-8-2 .swiper-slide-next + .swiper-slide .entry-box {
    transform: scale(1.1)
}

.widget-8.widget-8-2 .swiper-container {
    padding-top: 50px;
    padding-bottom: 50px
}

.widget-8.widget-8-2 .swiper-button {
    width: 38px;
    height: 100%;
    color: #d1d4d6;
    font-size: 32px;
    position: absolute;
    top: 0;
    z-index: 5
}

.widget-8.widget-8-2 .swiper-button-prev {
    right: -38px
}

.widget-8.widget-8-2 .swiper-button-next {
    left: -38px
}

.widget-8.widget-8-2 .swiper-button:not(.swiper-button-disabled) {
    color: #000
}

@media(max-width:767.98px) {
    .widget-8.widget-8-2 .swiper-button {
        display: none !important
    }

    .widget-8.widget-8-2 .swiper-button-prev {
        right: 0
    }

    .widget-8.widget-8-2 .swiper-button-next {
        left: 0
    }
}

.widget-10 .get-more {
    height: 48px;
    color: #777;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff
}

body.dark-theme .widget-10 .get-more {
    background-color: #1c1c1c
}

@media(prefers-color-scheme:dark) {
    .widget-10 .get-more {
        background-color: #1c1c1c
    }
}

body.dark-theme .widget-10 .get-more:hover, .widget-10 .get-more:hover {
    color: #fff;
    background-color: #d81919
}

.page-post .page-post-container {
    background-color: #fff
}

    .page-post .page-post-container .post-caption {
        color: #d81919
    }

    .page-post .page-post-container .post-title {
        color: #000
    }

    .page-post .page-post-container .post-details {
        color: #777;
        font-size: 14px;
        font-weight: 400
    }

        .page-post .page-post-container .post-details .itm:not(:last-child) {
            margin-left: 20px;
            padding-right: 20px;
            border-right: 1px solid #d3d8dc;
        }

    .page-post .page-post-container .post-thumb {
        position: relative
    }

        .page-post .page-post-container .post-thumb .post-image .fullscreen {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 2;
            border-radius: 50%;
            background-color: rgba(0,0,0,.7)
        }

            .page-post .page-post-container .post-thumb .post-image .fullscreen .icn1, .page-post .page-post-container .post-thumb .post-image .fullscreen .icn2 {
                font-size: 20px;
                color: #fff;
                position: absolute;
                z-index: 2
            }

            .page-post .page-post-container .post-thumb .post-image .fullscreen .icn1 {
                top: 0;
                left: 0;
                transform: rotate(45deg) translate(12px,-5px)
            }

            .page-post .page-post-container .post-thumb .post-image .fullscreen .icn2 {
                bottom: 0;
                right: 0;
                transform: rotate(45deg) translate(-13px,3px)
            }

        .page-post .page-post-container .post-thumb .post-image:hover .fullscreen .icn1 {
            transform: rotate(45deg) translate(8px,-5px)
        }

        .page-post .page-post-container .post-thumb .post-image:hover .fullscreen .icn2 {
            transform: rotate(45deg) translate(-8px,3px)
        }

        .page-post .page-post-container .post-thumb .post-share {
            position: absolute;
            top: 0;
            right: -110px
        }

            .page-post .page-post-container .post-thumb .post-share .tol {
                display: block;
                width: 40px;
                height: 40px;
                color: #000;
                font-size: 14px;
                border-radius: 50%;
                position: relative;
                background-color: #ebeef1
            }

body.dark-theme .page-post .page-post-container .post-thumb .post-share .tol {
    color: #fff;
    background-color: #111
}

@media(prefers-color-scheme:dark) {
    .page-post .page-post-container .post-thumb .post-share .tol {
        color: #fff;
        background-color: #111
    }
}

.page-post .page-post-container .post-thumb .post-share .tol:not(:last-child) {
    margin-bottom: 5px
}

.page-post .page-post-container .post-thumb .post-share .tol:hover {
    color: #fff !important;
    background-color: #d81919 !important
}

@media(max-width:991.98px) {
    .page-post .page-post-container .post-thumb .post-share {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 15px
    }

        .page-post .page-post-container .post-thumb .post-share a {
            margin-bottom: 0;
            margin-right: 3px;
            margin-left: 3px
        }
}

.page-post .page-post-container .post-slider {
    position: relative
}

    .page-post .page-post-container .post-slider .swiper-button {
        position: absolute;
        top: 0;
        z-index: 5;
        height: 100%;
        width: 100px;
        font-size: 32px;
        color: #000;
        cursor: pointer
    }

        .page-post .page-post-container .post-slider .swiper-button i {
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(50%,-50%)
        }

    .page-post .page-post-container .post-slider .swiper-button-disabled {
        color: #adb5bd;
        cursor: default
    }

    .page-post .page-post-container .post-slider .swiper-button-prev {
        left: 100%
    }

    .page-post .page-post-container .post-slider .swiper-button-next {
        right: 100%
    }

    .page-post .page-post-container .post-slider .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 4px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #d3d8dc
    }

    .page-post .page-post-container .post-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #222
    }

@media(max-width:991.98px) {
    .page-post .page-post-container .post-slider .swiper-button {
        display: none !important
    }
}

.page-post .page-post-container .post-text > p, .page-post .page-post-container .post-text > span, .page-post .page-post-container .post-text > div {
    margin-bottom: 30px
}

.page-post .page-post-container .post-text p, .page-post .page-post-container .post-text span, .page-post .page-post-container .post-text div {
    font-size: 18px
}

.page-post .page-post-container .post-text a {
    color: var(--primary)
}

.page-post .page-post-container .blockquote, .page-post .page-post-container blockquote {
    padding: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 70px;
    border: 1px solid #ebeef0
}

    .page-post .page-post-container .blockquote::before, .page-post .page-post-container blockquote::before {
        color: #000;
        font-size: 42px;
        content: "";
        font-family: icons !important;
        position: absolute;
        right: 0;
        top: -41px
    }

    .page-post .page-post-container .blockquote > p:last-child, .page-post .page-post-container blockquote > p:last-child {
        margin-bottom: 0 !important
    }

.page-post .page-post-container .post-read-more {
    border: 1px solid #ebeef0
}

    .page-post .page-post-container .post-read-more .header {
        color: #000
    }

    .page-post .page-post-container .post-read-more .header {
        border-left: 1px solid #ebeef0
    }

    .page-post .page-post-container .post-read-more .content a {
        color: #000
    }

        .page-post .page-post-container .post-read-more .content a:hover {
            text-decoration: underline
        }

.page-post .page-post-container .post-tags a {
    font-size: 14px;
    padding: 4px 14px;
    border-radius: 30px;
    background-color: #f1f1f1
}

    .page-post .page-post-container .post-tags a:hover {
        color: #fff;
        background-color: #f7941d
    }

.page-post .page-post-container .tool-icn {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    background-color: #f8f9fa
}

    .page-post .page-post-container .tool-icn:hover {
        color: #fff;
        background-color: var(--primary)
    }

.page-post .page-post-container .short-link {
    height: 40px;
    border-radius: 30px;
    border: 1px solid #e8ebf8;
    background-color: #f9faff
}

    .page-post .page-post-container .short-link .text {
        font-weight: 300;
        font-size: 14px
    }

    .page-post .page-post-container .short-link input[type=text] {
        margin: 0;
        padding: 0;
        font-family: Arial;
        font-size: 14px;
        border: none;
        direction: ltr;
        background: 0 0
    }

.page-post .page-post-container .short-link-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms
}

    .page-post .page-post-container .short-link-message.active {
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

body.dark-theme .page-post .page-post-container {
    background-color: #1c1c1c
}

    body.dark-theme .page-post .page-post-container .post-title {
        color: #fff
    }

    body.dark-theme .page-post .page-post-container .post-read-more {
        border-color: #111
    }

        body.dark-theme .page-post .page-post-container .post-read-more .header {
            color: #4c4c4c;
            border-left-color: #111
        }

        body.dark-theme .page-post .page-post-container .post-read-more .content a {
            color: #fff
        }

    body.dark-theme .page-post .page-post-container .blockquote, body.dark-theme .page-post .page-post-container blockquote {
        border-color: #111
    }

        body.dark-theme .page-post .page-post-container .blockquote::before, body.dark-theme .page-post .page-post-container blockquote::before {
            color: #fff
        }

    body.dark-theme .page-post .page-post-container .post-slider .swiper-pagination .swiper-pagination-bullet {
        background-color: #383838
    }

    body.dark-theme .page-post .page-post-container .post-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #d81919
    }

    body.dark-theme .page-post .page-post-container .post-tags a {
        background-color: #111
    }

        body.dark-theme .page-post .page-post-container .post-tags a:hover {
            background-color: #d81919
        }
@media screen and (max-width: 768px)
{
    .wm-auto {
        height: auto !important;
    }
    .d-block {
        display: block !important;
    }
    .main-logo {
        width: 97px !important;
        position: relative !important;
        left: 100% !important;
    }
}
@media(prefers-color-scheme:dark) {
    .page-post .page-post-container {
        background-color: #1c1c1c
    }

        .page-post .page-post-container .post-title {
            color: #fff
        }

        .page-post .page-post-container .post-read-more {
            border-color: #111
        }

            .page-post .page-post-container .post-read-more .header {
                color: #4c4c4c;
                border-left-color: #111
            }

            .page-post .page-post-container .post-read-more .content a {
                color: #fff
            }

        .page-post .page-post-container .blockquote, .page-post .page-post-container blockquote {
            border-color: #111
        }

            .page-post .page-post-container .blockquote::before, .page-post .page-post-container blockquote::before {
                color: #fff
            }

        .page-post .page-post-container .post-slider .swiper-pagination .swiper-pagination-bullet {
            background-color: #383838
        }

        .page-post .page-post-container .post-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #d81919
        }

        .page-post .page-post-container .post-tags a {
            background-color: #111
        }

            .page-post .page-post-container .post-tags a:hover {
                background-color: #d81919
            }
}

.page-videos .playlist-container {
    background-color: #111;
    border-top: 1px solid #222
}

body.dark-theme .page-videos .playlist-container {
    border-bottom: 1px solid #222
}

@media(prefers-color-scheme:dark) {
    .page-videos .playlist-container {
        border-bottom: 1px solid #222
    }
}

.page-videos .playlist-container .video-player .video-title {
    color: #fff
}

.page-videos .playlist-container .video-player .video-date {
    color: #777
}

.page-videos .playlist-container .playlist-videos {
    border-top: 1px solid #222
}

    .page-videos .playlist-container .playlist-videos .playlist-head {
        position: relative;
        border-left: 1px solid #222
    }

        .page-videos .playlist-container .playlist-videos .playlist-head .playlist-name {
            color: #fff
        }

        .page-videos .playlist-container .playlist-videos .playlist-head .swiper-pagination {
            color: #777;
            font-weight: 400;
            font-size: 14px
        }

            .page-videos .playlist-container .playlist-videos .playlist-head .swiper-pagination::after {
                content: " فيديو"
            }

            .page-videos .playlist-container .playlist-videos .playlist-head .swiper-pagination .swiper-pagination-current {
                color: #fff;
                font-size: 20px
            }

    .page-videos .playlist-container .playlist-videos .swiper-container::after {
        width: 80px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: "";
        background: #000;
        background: -webkit-linear-gradient(left,black,rgba(0,0,0,0));
        background: linear-gradient(to right,black,rgba(0,0,0,0))
    }

    .page-videos .playlist-container .playlist-videos .swiper-container.ended::after {
        display: none
    }

@media(max-width:575.98px) {
    .page-videos .playlist-container .playlist-videos .swiper-container {
        border-top: 1px solid #222
    }
}

.page-videos .playlist-container .playlist-videos .swiper-button {
    width: 30px;
    height: 100%;
    color: #777;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

    .page-videos .playlist-container .playlist-videos .swiper-button i {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .page-videos .playlist-container .playlist-videos .swiper-button:not(.swiper-button-disabled) {
        cursor: pointer;
        color: #fff
    }

        .page-videos .playlist-container .playlist-videos .swiper-button:not(.swiper-button-disabled):hover {
            color: #d81919
        }

.page-videos .playlist-container .playlist-videos .swiper-button-next {
    left: 0
}

@media(max-width:575.98px) {
    .page-videos .playlist-container .playlist-videos .swiper-button {
        display: none !important
    }
}

.page-videos .playlist-container .playlist-videos .swiper-slide, .page-videos .playlist-container .playlist-videos .item {
    width: 340px
}

.page-videos .playlist-container .playlist-videos .item {
    width: 100%;
    height: 110px;
    border-left: 1px solid #222
}

    .page-videos .playlist-container .playlist-videos .item .entry-title {
        color: #fff;
        line-height: 1.3
    }

    .page-videos .playlist-container .playlist-videos .item .entry-date {
        color: #777
    }

    .page-videos .playlist-container .playlist-videos .item.active {
        background-color: #222
    }
