

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    max-width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next'
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size,4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: var(--swiper-scrollbar-sides-offset,1%);
        bottom: var(--swiper-scrollbar-bottom,4px);
        top: var(--swiper-scrollbar-top,auto);
        z-index: 50;
        height: var(--swiper-scrollbar-size,4px);
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        left: var(--swiper-scrollbar-left,auto);
        right: var(--swiper-scrollbar-right,4px);
        top: var(--swiper-scrollbar-sides-offset,1%);
        z-index: 50;
        width: var(--swiper-scrollbar-size,4px);
        height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*  @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}*/

.fab {
    font-family: 'Font Awesome 5 Brands';
}

/*  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}*/

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/*  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}*/

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*      @font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}*/

.fab {
    font-family: "Font Awesome 5 Brands"
}

/*   @font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}*/

.fab, .far {
    font-weight: 400
}

/* @font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
*/
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}



.col.rt {
    width: 100%;
    max-width: 37%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 30px;
    justify-content: space-between;
}

.col.lft {
    width: 100%;
    max-width: 63%;
    z-index: 3;
    position: relative;
    display: inline-flex;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

p {
    line-height: 1.8 !important;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: "Readex Pro";
    margin: 0;
    padding-top: 70px;
    background-color: #f3f3f3;
}

*::-moz-selection {
    color: var(--black);
    background: var(--white);
}

*::-webkit-selection {
    color: var(--black);
    background: var(--white);
}

*::-webkit-input-placeholder {
    color: var(--lightgray);
    opacity: 1;
    font-family: "Readex Pro";
    font-weight: 500;
}

*:-moz-placeholder {
    color: var(--lightgray);
    opacity: 1;
    font-family: "Readex Pro";
    font-weight: 500;
}

*::-moz-placeholder {
    color: var(--lightgray);
    opacity: 1;
    font-family: "Readex Pro";
    font-weight: 500;
}

*:-ms-input-placeholder {
    color: var(--lightgray);
    opacity: 1;
    font-family: "Readex Pro";
    font-weight: 500;
}

a, div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header a, header a:active {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

a, span, div a:hover, div a:active, button {
    text-decoration: none;
}

*::after, *::before, * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

figure {
    margin: 0;
    line-height: 0;
}

ul, ul li, ol, li {
    font-family: "Readex Pro";
    color: var(--black);
}

body a {
    outline: none;
    color: var(--text-color);
    display: block;
    font-weight: 200;
    font-size: 17px;
}

.active a {
    color: var(--link_hover);
}

body a:hover {
    color: var(--link_hover);
}

body .clearfix, body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.flex-widgets .ad {
    width: 63%;
}

.numbered-swiper-section .weather_info, .numbered-swiper-section .coverage-widget {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    margin-right: 15px;
}

.numbered-swiper-section .weather_info {
    min-height: 113.6px;
}

.weather_info {
    padding: 8px 10px;
}

.weather_box .day small {
    font-weight: 300;
    color: #929292;
    font-size: 10px;
    letter-spacing: 0.13px;
    line-height: 193%;
}

.weather_temp small {
    position: absolute;
    right: 8px;
    top: 30%;
    font-size: 13px;
    color: var(--white);
    line-height: 100%;
    font-weight: 700;
}

.weather_temp.night_temp small {
    font-size: 10px;
    font-weight: 300;
    right: 9px;
    top: 50%;
}

.weather_temp p {
    position: relative;
    font-size: 17px;
    color: var(--d-white);
    line-height: 100%;
    letter-spacing: 0.23px;
    margin-bottom: 0;
    font-weight: 500;
}

    .weather_temp p::before {
        content: "o";
        position: absolute;
        top: 5px;
        right: -10px;
        width: 12px;
        height: 12px;
        font-size: 10px;
        font-weight: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
    }

.weather_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.weather_btm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    position: relative;
}

.weather_top h3 {
    margin-bottom: 0;
    color: var(--d-white);
    font-weight: 700;
}

.search_wrap {
    position: relative;
}

.weather_top .search-result-sec {
    top: 0;
    width: 9.435vw;
    padding: 0;
    background: var(--border);
    border: 0;
}

.weather_top .search-click.menu_link {
    padding: 0;
    background: transparent;
}

.search_wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather_box.weather-1 {
    padding: 0;
}

.weather_box {
    display: flex;
    position: relative;
    flex: 1;
    min-height: 55px;
    padding-right: 5px;
}

    .weather_box .icon.wather_icon {
        width: 45px;
        height: 45px;
        margin-top: auto;
    }

    .weather_box .day {
        display: inline-block;
    }

.weather_temp.day_temp {
    min-width: 42px;
    min-height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -8px;
}

.weather_temp {
    position: relative;
}

.weather_box:not(:first-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2px;
    height: 100%;
    width: 1px;
    background: #ccc8c8;
}

.weather_box:last-child::after {
    display: none;
}

.weather_temp.night_temp {
    width: 20px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5px;
    right: 8px;
}

    .weather_temp.night_temp p {
        font-size: 10px;
        letter-spacing: 0.16px;
        color: #929292;
        font-weight: 300;
    }

    .weather_temp.night_temp small {
        color: #929292;
        right: -3px;
    }

    .weather_temp.night_temp p::before {
        color: #929292;
        font-size: 7px;
        right: -10px;
        top: 0;
        font-weight: 300;
        width: 12px;
        height: 12px;
    }

div input, div select, div textarea, div button {
    font-family: "Readex Pro";
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Readex Pro";
    line-height: 120%;
    color: var(--text-color);
    font-weight: 500;
    margin: 0 0 15px;
}

.theme-dark body h3 {
    color: white;
}

html {
    font-size: 62.5%;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
}

h2 {
    font-size: 2.3rem;
    line-height: 1.5;
}

h3 {
    font-size: 2rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.3rem;
    line-height: 1.6;
}

p {
    font-size: 1.4rem;
}

@media (min-width: 550px) {
    h1 {
        font-size: 3.4rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    h5 {
        font-size: 1.4rem;
        line-height: 1.8 !important;
    }

    h6 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1.4rem;
    }
}

body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    div select option {
        font-size: 13px;
        color: var(--text-color);
        padding: 2px 5px;
    }

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 5px;
    display: block;
}

body p {
    color: var(--text-color);
    font-family: "Readex Pro";
    line-height: 1.8;
    margin: 0 0 15px;
    padding: 0;
}

    body p:empty {
        margin: 0;
        line-height: 0;
    }

    body p:last-child {
        margin-bottom: 0;
    }

p strong {
    font-weight: bold;
}

label em {
    color: var(--red);
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

iframe {
    display: block;
    max-width: 100%;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

.tab_slider_sec .tab_slider_col .current .show-more-tab-text a {
    color: white !important;
    border: 1px solid white;
    font-weight: 500;
}

.tab_slider_sec .tab_slider_col a {
    cursor: pointer;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    .container {
        max-width: 1140px;
    }

    header .main_link li {
        margin-right: 14px !important;
    }

    section.coverflow-slider .section_head.title_tab_bar.with-filters {
        padding-bottom: 8px;
    }

    section.inside-sports .grid-wrapper-one {
        grid-gap: 25px;
    }

    .slider-grid-6 .swiper-slide {
        width: 15.265% !important;
    }

    section .col-52 .single-item.no-gap.inlarge .lg_para {
        min-height: 52px;
    }

    section .slider_navigation.custom-navs {
        top: 26%;
    }

    section.editors-pick .ad-hide-ipad {
        width: 27.2%;
    }

    section.coverflow-slider .swiper-coverflow::before {
        top: 55px;
    }

    section .small-grid-image {
        flex: 0 0 32.44%;
    }

    section.big-card-related .col-54 {
        width: 56%;
    }

    section.opinion .col-6.col-md-6 .inlarge {
        margin-top: 33px;
    }

    section.big-card-related .col-44 {
        max-width: 42.66%;
    }

    section .episode-section {
        padding-top: 28px;
    }

    section.two-one-align .item-image {
        flex: 0 0 38%;
    }

    section.two-one-align .col-47 {
        max-width: 44%;
    }

    section.two-one-align .col-52 {
        max-width: 54%;
    }

    section.animated-grids .grid-item:hover .animated-box {
        top: 35%;
    }

    section .swiper-slide.white-themed-slide::before {
        height: 51%;
    }

    section.society .col-47, .related-posts-featured .col-47 {
        max-width: 46.44%;
    }

    section.society .grid-wrapper-2 {
        margin-top: 24px !important;
    }

    section .theme-society .card-title {
        height: 65px;
    }

    section.society .col-52, .related-posts-featured .col-52 {
        max-width: 52%;
    }

    section .coverflow-btn-box.next-box {
        margin-right: 480px !important;
    }

    .grid-wrapper-2 .single-item .white-card :where(.Category, .title) {
        margin-bottom: 5px !important;
    }

    section.featured-latest-section .item-image {
        flex: 0 0 37%;
    }

    section.resize-col .col-6.col-md-6 {
        max-width: 57%;
    }

    section .col-48 .grid-wrapper-one {
        grid-gap: 10px;
    }

    section.resize-col .col-6.col-md-6:first-child {
        max-width: 41%;
    }

    section .white-card p {
        -webkit-line-clamp: 2;
    }

    section .slider_navigation.large {
        top: 35%;
    }

    section .inlarge .white-card {
        flex: 0 0 55%;
    }

    section .col-6.col-md-6 .inlarge .item-image {
        flex: 0 0 40%;
    }

    section.opinion .col-6.col-md-6 .metas-align-row .Category {
        display: none;
    }

    section.opinion .col-6.col-md-6 .inlarge .item-image {
        flex: 0 0 44%;
    }

    section .right-most .grid-wrapper-3 {
        row-gap: 42px;
    }

    section .col-47 {
        max-width: 48%;
    }

    section .col-52 {
        max-width: 51%;
    }

    section .post-info::before {
        height: 102%;
    }

    section.misc-section .col-48 {
        max-width: 48%;
    }

        section.misc-section .col-48 .grid-wrapper-one {
            grid-gap: 30px;
        }

    section.misc-section .inlarge .white-card {
        flex: 0 0 53%;
    }

    section.misc-section .single-item + .single-item {
        margin-top: 19px;
    }

    section.misc-section .inlarge {
        margin-top: 0px;
    }

    section .grid-wrapper-one {
        grid-gap: 23px;
    }

    section .slider-box {
        width: 70%;
    }

    section .big_slider .slider_bg.video {
        min-width: 500px;
    }

    section .has_advertising {
        gap: 20px;
    }

    section .slider_navigation.custom-navs.full {
        top: 21% !important;
    }

    .read-section .row .col-4 .breaking-content-wrap {
        max-height: 534px;
    }

    .big-section-wrap.linear-bg-dark .slider_desc h2 {
        font-size: 2.4rem;
        line-height: 1.58;
    }

    .numbered-swiper-section .slider_navigation {
        right: 33% !important;
    }

    .col.lft {
        max-width: 74%;
    }

    .numbered-swiper-section .weather_info, .numbered-swiper-section .coverage-widget {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 28%;
        margin-right: 15px;
    }

    .col.rt {
        max-width: 30%;
        gap: 10px;
    }

    .post-info::before .post-info::before {
        height: 101%;
    }

    .read-section .row .breaking-content-wrap {
        max-height: 500px !important;
    }

        .read-section .row .breaking-content-wrap.more-news {
            max-height: 663px !important;
        }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.read-section .row .breaking-content-wrap {
}

body .container .container {
    padding-left: 0;
    padding-right: 0;
}

html.no-scroll {
    overflow: hidden;
}

    html.no-scroll body {
        overflow: hidden;
        height: 100%;
    }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button {
    border: none;
}

    button:hover, button:focus {
        background: var(--red);
        color: var(--white);
    }

.round-coner {
    border-radius: 8px;
}

.btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 5px;
    color: var(--white);
    font-weight: bold;
    padding: 12px 36px;
    font-size: 20px;
    background-image: -o-linear-gradient(301deg, #ffffff52, #e2e2e252, #f28d2532);
    background-image: linear-gradient(149deg, #ffffff52, #e2e2e252, #f28d2532);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
}

    .btn:hover {
        color: var(--white);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-image: -o-linear-gradient(301deg, transparent, transparent, transparent);
        background-image: linear-gradient(149deg, transparent, transparent, transparent);
    }

    .btn.outline_btn {
        background-image: -o-linear-gradient(301deg, transparent, transparent, transparent);
        background-image: linear-gradient(149deg, transparent, transparent, transparent);
        color: var(--white);
    }

        .btn.outline_btn:hover {
            background-image: -o-linear-gradient(301deg, #ffffff52, #e2e2e252, #f28d2532);
            background-image: linear-gradient(149deg, #ffffff52, #e2e2e252, #f28d2532);
        }

svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    color: var(--lightgray);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.more-index .svg_icon svg * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.svg_icon:hover path, .svg_icon:hover svg line, .svg_icon:hover svg g, .show_search_bar .svg_icon:hover svg line, .show_search_bar .svg_icon:hover svg g {
    stroke: var(--orange);
}

.svg_icon:hover path, .show-menu .svg_icon:hover path, .show_mega_menu .more .svg_icon path {
    fill: var(--orange);
}

.main-wrapper {
    position: relative;
}

.comm_max {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #404040;
}

*::-webkit-scrollbar-thumb {
    background: var(--orange);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--orange) #404040;
}

body h2 {
    color: var(--white);
    line-height: 130%;
    font-weight: 400;
}

.title h2 {
    font-weight: 500;
}

.md_title.title h2, .md_title.title h2 a {
}

.home_top_banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.rounded_sec.dark_gray_bg {
    background-color: var(--bg_gray);
}

.theme-dark {
    --bg_gray: #212121;
    --dark-brown: #1f1400;
    --brown: #362300;
    --lightgray: #707070;
    --text-color: #c4c4c4;
    --border: #c4c4c4;
    --cust_shadow: #545454;
    --borer-light: #ececec;
    --white: #fff;
    --homewhite: #f8f8f8;
    --black: #000;
    --orange: #ff6b00;
    --link_hover: #ff6b00;
    --accent: #983200;
    --dark_blue: #0055b8;
    --blue: #002e6d;
}

.hamburger_wrap.hide_in_desktop {
    display: none;
    padding: 5px;
    border-radius: 5px;
    background: #002e6d0f;
    margin-right: 5px;
}

.hamburger path {
    stroke: #1c3664;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: white;
    box-shadow: 0px 3px 7px #5252523d;
}

.innerheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show_mega_menu .innerheader {
    border-radius: 0;
}

.mega_nav.more-index {
    z-index: -1;
}

.mega_nav {
    position: relative;
}

.mega_navigation {
    position: absolute;
    width: fit-content;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
    left: -120px;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 20px 20px 30px rgba(78, 78, 78, 0.15);
    box-shadow: 0px -1px 6px 1px rgb(78 78 78 / 10%);
    background-color: rgba(33, 33, 33, 0.75);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.show_mega_menu .mega_navigation {
    opacity: 1;
    visibility: visible;
    max-height: 620px;
    z-index: 99;
}

.mega_navigation .nav_wrap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

li.nav_item.more.has_dropdown li {
    margin: 0;
}

.nav_item.more.has_dropdown .nav_wrap li a {
    width: 100%;
    padding: 15px;
}

header li.nav_item.more.has_dropdown a::after {
    content: unset;
}

.mega_navigation .nav_wrap ul li {
    border-bottom: 1px solid var(--borer-light);
    width: 170px;
    text-align: start;
}

    .mega_navigation .nav_wrap ul li a {
        font-size: 13px;
        padding: 16px 1px;
    }

.nav_wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav_wrap {
    text-align: center;
}

    .nav_wrap h2 {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 26px;
    }

    .nav_wrap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav_wrap ul a {
            padding: 16px 0;
            font-size: 16px;
            font-weight: 300;
        }

header .right_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .logo_megaNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .right_col > * + * {
    margin-right: 15px;
}

header .svg_icon {
    width: fit-content;
    height: 20px;
    gap: 3px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

header.show_mega_menu .mega_nav > .svg_icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

header .logo {
    width: 80px;
}

header .main_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

    header .main_link li {
        margin-right: 36px;
    }

    header .main_link a, header .main_link .sub-submenu {
        padding: 30px 0;
        position: relative;
        font-weight: 400;
        color: #1c3664;
    }

    header .main_link .nav_item a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 4px;
        background-color: var(--link_hover);
        opacity: 0;
        visibility: hidden;
    }

.main_link li.nav_item.more.hide_in_mobile.has_dropdown.more-index {
    position: relative;
}

.nav_wrap ul li a::before {
    content: unset !important;
}

.nav_wrap ul li a:hover {
    background: #65779621;
}

.main_link li.nav_item.more.hide_in_mobile.has_dropdown.more-index a:hover::after {
    opacity: 1;
}

.show_mega_menu .mega_nav.more-index {
    z-index: 9 !important;
}

header .main_link .active a::before, header .main_link a:hover::before {
    opacity: 1;
    visibility: visible;
}

header .main_link .active a {
    font-weight: bold;
}

header .left_col, header .head_contols, header .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px;
}

.left_col > * + * {
    margin-right: 30px;
}

.head_contols > * + * {
    margin-right: 15px;
}

.head_contols.hide_in_desktop, .nav_mobile.hide_in_desktop {
    display: none !important;
}

header.show_nav .nav_mobile.hide_in_desktop {
    display: block !important;
    width: 100%;
}

.nav_item.more.hide_in_desktop {
    display: none;
}

.icon {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_navigation, .submenu_navigation {
    display: none;
}

    .lang_navigation li.nav_item a {
        font-size: 11px !important;
    }

    .lang_navigation ul {
        padding: 0;
    }

.show-lang-submenu .lang_navigation, .show-nav-submenu .submenu_navigation {
    display: block;
}

.more .icon.svg_icon, .more-submenu-icon.svg_icon, .lang-submenu-icon.svg_icon, .sub-submenu-icon.svg_icon, .theme-submenu-icon.svg_icon {
    height: 17px !important;
    margin-top: 4px;
}

header.show-more-submenu .more-submenu > .svg_icon, header.show-lang-submenu .lang-submenu-icon, header.show-theme-sub-menu .theme-submenu > .svg_icon, header.show-nav-submenu .sub-submenu-icon {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}

.language.mini-menu {
    width: 100% !important;
}

    .language.mini-menu ul {
        width: 100%;
        padding: 0;
    }

        .language.mini-menu ul li.nav_item a {
            background-color: transparent;
            font-size: 11px;
            padding: 2vh 11px;
        }

.mini-search-container {
    padding: 10px 4vh;
}

.mini-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    color: var(--dim-color-text) !important;
    background-color: #c4c4c44a;
    min-height: 40px;
}

    .mini-search input#search_text, .mini-search .search-click.menu_link {
        border: 0px;
        background: transparent;
    }

        .mini-search .search-click.menu_link svg {
            fill: var(--dim-color-text) !important;
        }

    .mini-search input#search_text {
        flex: 1;
    }

        .mini-search input#search_text::placeholder {
            color: grey;
            font-weight: 500;
            font-size: 14px;
        }

    .mini-search input#search_text, .mini-search .search-click.menu_link a {
        padding: 0;
    }

.theme-light header .language.mini-menu a:hover {
    color: #000;
}

header.show_nav .main_link .active a::after, header.show_nav .main_link a:hover::after {
    opacity: 0;
}

.theme_wrap .icon img {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.theme_wrap {
    position: relative;
}

.theme_switch {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.theme_wrap .icon img.light {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
}

.language a {
    font-size: 13px;
    position: relative;
    padding: 9px;
    background-color: #ececec7a;
    border-radius: 5px;
    font-weight: 400;
    color: #1c3664;
}

    .language a:last-child::before {
        display: none;
    }

.language .active {
    border: 1px solid currentColor;
    background-color: white;
}

.gradient_tab_sec .tab_slider_info_col {
    padding-bottom: 0 !important;
}

.live-btn {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.live-text {
    font-size: 15px;
    color: white;
    padding: 7px 8px;
    background-color: #ad0000;
    background: linear-gradient(270deg, #df1717, #ad0000);
    display: inline-flex;
    cursor: pointer;
    transition: all 0.7s cubic-bezier(0.63, -0.05, 0.8, 1.26);
    font-weight: 400;
    border-radius: 5px;
}

.live-btn:hover .live-text, .live_brodcast a:active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: transparent linear-gradient(270deg, #f36928 0%, #ad0000 100%) 0% 0% no-repeat padding-box;
}

.search_wrap {
    position: relative;
}

    .search_wrap input {
        width: calc(100% - 99px);
        font-size: 15px;
        color: var(--cust_shadow);
        border: 0;
        border-bottom: 1px solid var(--border);
        padding: 7px;
    }

        .search_wrap input::placeholder {
            color: var(--border);
            font-weight: 300;
        }

.search-click.menu_link {
    padding: 4px;
    background: var(--bg_blue);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.mini-search input {
    width: 80%;
    overflow: hidden;
}

.show_search_bar .search-result-sec {
    display: block;
}

.search_wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
}

.search-click {
    cursor: pointer;
}

.search-result-sec {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ececec;
    width: 35.12vw;
    padding: 10px 5px;
    z-index: 1;
}

li.more:hover .icon svg_icon {
    background-color: var(--orange);
}

.header + section {
    padding-bottom: 10px;
}

.hero_slider .container {
    max-width: 94.2%;
}

.hero_slider {
    padding-bottom: 0;
    background-color: var(--lightgray);
}

.swiper.swiper_banner {
    border-radius: 30px;
}

.swiper_banner .slider_bg {
    position: relative;
    padding-top: 52.25%;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
}

    .swiper_banner .slider_bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 37%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
        background-image: -o-linear-gradient(left, #000, transparent);
        background-image: linear-gradient(to right, #000, transparent);
        z-index: 1;
    }

    .swiper_banner .slider_bg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.hero_slider .slider_info {
    position: absolute;
    top: 15%;
    left: 6%;
    max-width: 340px;
    width: 100%;
    z-index: 2;
}

.img_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
}

    .img_icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slide_info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.other-featured-videos .Category p, .videos-featured .Category p {
    color: white !important;
}

.other-featured-videos .Category:hover p, .videos-featured .Category:hover p {
    color: white !important;
    background: #ffffff21 !important;
    border: 1px solid;
}

.Category p {
    padding: 2px 10px;
    border: 1px solid var(--orange);
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    transition: 0.2s all;
}

.Category:hover p {
    color: white !important;
    border: 1px solid var(--orange);
    background: var(--orange);
}

.nav_item.more:hover path {
    fill: var(--orange) !important;
}

.day_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

    .day_time p {
        font-size: 14px;
        color: var(--white);
    }

.slider_desc {
    margin-bottom: 50px;
}

    .slider_desc h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        line-height: 1.8;
    }

.slider_bottom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -75px;
    z-index: 1;
    position: relative;
}

.thumb_swiper .slider_bg {
    height: 60px;
    width: 100px;
    padding: 0px;
    transition: all 0.3s ease-out 0s;
}

    .thumb_swiper .slider_bg:hover {
        opacity: 1;
        height: 67px;
        width: 110px;
        transform: translate(0px, -5px);
    }

.sideBy_thumb_slider_wrapper .swiper {
    overflow: hidden;
}

.news-latest-container .sideBy_thumb_slider_wrapper .swiper-slide {
}

.news-latest-container.Big-slider-wrap .sideBy_thumb_slider_wrapper .slider_bg img {
    border-radius: 5px;
}

.sideBy_thumb_slider_wrapper .slider_bg img {
    object-position: top;
    opacity: 0.9;
    transition: 0.3s ease-out;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
}

.sideBy_thumb_slider_wrapper .slider_bg:hover img {
    opacity: 1;
}

.thumb_slider_wrapper {
    width: 100%;
    max-width: 74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter_bg {
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    padding: 45px 45px 56px 45px;
}

.thumb_slider_wrapper {
    width: 100%;
    max-width: 74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0 30px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: transparent;
    border-left: transparent;
    background-image: -o-linear-gradient(325deg, #00000042 50%, #0c0c0c42 87%, #f28d255e);
    background-image: linear-gradient(125deg, #00000042 50%, #0c0c0c42 87%, #f28d255e);
}

.slider_bottom_row .wather_wrapper {
    width: 100%;
    max-width: 25%;
    border-radius: 30px 0 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: transparent;
    border-right: transparent;
    background-image: -o-linear-gradient(215deg, #00000040 70%, #0c0c0c42 72%, #f28d255e);
    background-image: linear-gradient(-125deg, #00000040 70%, #0c0c0c42 72%, #f28d255e);
}

.thumb_controler {
    max-width: 27%;
    width: 100%;
    margin-left: 38px;
}

.slider_bg {
    position: relative;
}

.slider-container-big {
    position: relative;
}

.slider_bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.live-btn-thumb {
    position: absolute;
    left: 30px;
    top: 14px;
}

    .live-btn-thumb .live-btn .live-text {
        padding: 4px 15px;
        font-size: 18px;
        border: 1px solid;
        border-radius: 6px;
        font-weight: 400;
        z-index: 100;
    }

.thumb_slider_wrapper .thumb_swiper {
    width: 100%;
    max-width: 49%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -90px;
}

.thumb_slider_wrapper .slider_bg {
    border-radius: 35px;
    overflow: hidden;
}

.thumb_info_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.thumb_info p {
    font-size: 16px;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.breaking-text h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.thumb_info_wrap .day_time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .thumb_info_wrap .day_time::after {
        display: none;
    }

.thumb_info {
    margin-bottom: 16px;
}

.video_container .sideBy_thumb_slider_wrapper .swiper-slide .slider_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 1;
    border-radius: 5px;
    border: 0px;
}

.video_container .slider_bg {
    padding-top: 70px;
}

.big_slider .slider_bg.video {
    max-width: 47%;
}

.slider_bg.video-thumb {
    cursor: pointer;
    width: 100%;
}

.slider_bottom_row.video {
    max-width: 45%;
    bottom: 7% !important;
}

.thumb_controler .slider_navigation {
    display: flex;
}

.sideBy_thumb_slider_wrapper .thumb_controler.video div[class*="swiper-pagination"].swiper-pagination-progressbar {
    width: 90%;
}

.video-wrapper .all_news_slider.side_by_slider {
    background-size: cover;
    padding: 0px;
    padding-bottom: 62px !important;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.slider_navigation {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

    .slider_navigation .swiper-button-next, .slider_navigation .swiper-button-prev, .slider_navigation div[class*="swiper-button-next"], .slider_navigation div[class*="swiper-button-prev"] {
        position: relative;
        right: unset;
        left: unset;
        top: unset;
        margin: unset;
        width: 20px;
        height: 10px;
        text-align: center;
    }

.large.slider_navigation div[class*="swiper-button-next"], .large.slider_navigation div[class*="swiper-button-prev"] {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    margin: unset;
    width: 45px;
    height: 45px;
    text-align: center;
    background: unset !important;
}

.large img {
    filter: brightness(0);
}

div[class*="swiper-pagination"].swiper-pagination-progressbar {
    position: relative;
    top: unset;
    left: unset;
    margin-top: unset;
    width: calc(100% - 54px);
    margin-left: auto;
    border-radius: 50px;
    background-color: rgba(248, 248, 248, 0.35);
}

.slider_navigation .swiper-button-next::after, .slider_navigation .swiper-button-prev::after, .slider_navigation div[class*="swiper-button-next"]::after, .slider_navigation div[class*="swiper-button-prev"]::after {
    display: none;
}

.slider_navigation .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--orange);
    -webkit-filter: drop-shadow(1px 1px 2px var(--orange));
    filter: drop-shadow(1px 1px 2px var(--orange));
    border-radius: 100px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-box-shadow: 1px 1px 0px var(--link_hover);
    box-shadow: 1px 1px 0px var(--link_hover);
}

.slider_navigation .swiper-button-next, .slider_navigation div[class*="swiper-button-next"] {
    background-size: contain;
    cursor: pointer;
}

.slider_navigation .swiper-button-prev, .slider_navigation div[class*="swiper-button-prev"] {
    background-size: contain;
    cursor: pointer;
}

div[class*="swiper-button-next"].swiper-button-disabled, div[class*="swiper-button-prev"].swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.thumb_controler h2 {
    font-size: 45px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.tab_slider_col div[class*="swiper-pagination"].swiper-pagination-progressbar, .sideBy_thumb_slider_wrapper div[class*="swiper-pagination"].swiper-pagination-progressbar {
    height: 1px;
    background-color: var(--border);
    overflow: visible;
}

.tab_slider_col .slider_navigation .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .side_by_slider .slider_navigation .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -1px;
    height: 2px;
}

section {
    padding: 30px 0px;
    width: 100%;
}

    section.bg_transperent {
        background: unset !important;
    }

    section:not(.light_bg) {
        background-color: white;
    }

    section.light_bg {
        background-color: #f3f3f3;
    }

.rounded_sec {
    width: 100%;
    z-index: 1;
    position: relative;
}

.tab_slider_sec .tabs {
    padding: 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .tab_slider_sec .tabs::-webkit-scrollbar {
        display: none;
    }

.theme-dark .tick-tabs .tab-link a, .theme-dark .tick-tabs .tab-link span {
    color: #898989 !important;
}

.theme-light .tick-tabs .tab-link {
    color: black !important;
}

.tab_slider_sec .tab-link a, .tab_slider_sec .tab-link span {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 10px 0;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s all;
    border: 1px solid #ff6b0000;
}

.pop-div .tab-link.current:hover a {
    color: black;
}

.pop-div .tab_slider_sec .tabs > * + * {
    margin-right: 15px;
}

.documentary-wrapper a {
    color: #979191;
}

.tab_slider_sec .tab-link.current a {
    color: var(--white);
    border: 1px solid var(--orange);
}

.tab_slider_sec .inner_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gradient_tab_sec.tab_slider_sec .tab_slider_col {
    width: 100%;
    max-width: 83.4%;
}

.tab_slider_sec .tab_slider_col {
    width: 100%;
}

.comm_tabination_sec.grid_tab_sec .section_head {
    width: 100%;
    max-width: fit-content;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
    margin-bottom: 22px;
}

.tab_slider_sec .tab_slider_info_col {
    width: 100%;
    max-width: 130px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
}

.tab_slider_sec .tabs > * + * {
    margin-right: 30px;
}

.tab_slider_info_col h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.title p {
    color: var(--white);
    line-height: 1.7;
}

.note_icon {
    width: 18px;
    height: 18px;
    margin-bottom: 28px;
}

.tab_slider_info_col .title {
}

.more_browse_btn {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
}

    .more_browse_btn::before {
    }

    .more_browse_btn:hover::before {
    }

section.coverage_sec.grey-bg .section_head {
    width: fit-content;
}

section.coverage_sec.grey-bg .flex-head {
    align-items: center;
}

section.coverage_sec.grey-bg .covetage_wrap, section.coverage_sec.grey-bg .inner_wrapper {
    width: 100% !important;
}

section.coverage_sec.grey-bg .news-grid {
    padding: 20px;
    padding-top: 0;
}

.theme-dark section.coverage_sec.grey-bg .news-grid .single-news-item {
    border-bottom: 1px solid var(--cust_shadow);
}

section.big-section-wrap .tab_item_bg {
    border-radius: 0px;
}

.theme-light section.coverage_sec.grey-bg .covetage_wrap .news-grid, .theme-light section.coverage_sec.grey-bg .flex-head {
    background: white;
}

section.coverage_sec.grey-bg {
    padding: 20px 0px;
    padding-top: 40px;
    background-color: transparent;
}

.tab_item_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.top_img.hide_in_desktop {
    display: none;
}

.tab_item_bg img {
    width: 100%;
    margin: 0;
    height: auto;
    width: 100%;
    display: block;
    transition: 0.3s;
    transition-delay: 0.1s;
}

.tab_item_bg:hover img {
}

.gradient_tab_sec .tab_item_bg .tab_item_info {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.tab_item_info p {
    color: var(--white);
    line-height: 125%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.tab_content_wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
}

    .tab_content_wrapper .tab-content.current {
        position: relative;
        opacity: 1;
        z-index: 2;
    }

    .tab_content_wrapper .tab-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.scaled_tab_sec.tab_slider_sec .tab_slider_col {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scaled_tab_sec .title {
    margin-left: 15px;
}

.scaled_tab_sec .tabs {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}

    .scaled_tab_sec .tabs::-webkit-scrollbar {
        display: none;
    }

.scaled_tab_sec .tab_item_bg {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scaled_tab_sec .tab_item_info p {
    text-align: right;
    color: var(--text-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 140%;
    -webkit-line-clamp: 2;
    font-weight: 600;
}

.scaled_tab_sec .swiper {
    width: auto;
}

.scaled_tab_sec .tab_item_info {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tab_item_info h4 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.tab_slider_bottom_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

    .tab_slider_bottom_row .slider_navigation {
        width: auto;
        margin: 0;
    }

.white_link .more_browse_btn::before {
}

.white_link .more_browse_btn:hover {
    color: var(--link_hover);
}

    .white_link .more_browse_btn:hover::before {
        -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
        filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
    }

.swipe_tab .tab_item_info {
    position: relative;
    min-height: 110px;
}

.swipe_tab .tab_item_bg img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swipe_tab .hover_box {
    opacity: 0;
    visibility: hidden;
}

.hover_zoom .swiper-slide {
    transition: 0.3s all;
    backface-visibility: hidden;
}

    .hover_zoom .swiper-slide:hover {
        transform: scale(1.02);
        transition-delay: 0.1s;
        backface-visibility: hidden;
        -webkit-filter: blur(0);
    }

.hover_zoom .swiper-slide {
    padding: 0.2vw;
}

.swipe_tab .tab_item_info p {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.swipe_tab .swiper-slide:hover .hover_box {
    opacity: 1;
    visibility: visible;
}

.swipe_tab .swiper-slide:hover .default_box {
    opacity: 0;
    visibility: hidden;
}

.section_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .section_head .title h2, .section_head .title h2 a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.md_title.title h2 a {
    font-weight: bold;
    color: var(--white);
}

.read_icon {
    margin-left: 10px;
    width: 18px;
}

.grid_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .grid_wrapper .grid_wrap {
        padding: 0 15px;
        width: 100%;
        max-width: 25%;
        margin-bottom: 30px;
    }

.grid_card {
    width: 100%;
    background-color: var(--lightgray);
    border-radius: 30px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.grid_wrap .top_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid_wrap .direction a {
    width: 12px;
}

.grid_wrap .card_desc p {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: var(--white);
    font-size: 20px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.grid_wrap .bottom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(196, 196, 196, 0.5);
    padding-top: 12px;
    margin-top: auto;
}

.grid_wrap .card_avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
}

.grid_wrap .avatar_info {
    width: calc(100% - 70px);
    margin-right: 20px;
}

.grid_wrap .avatar_name {
    margin-bottom: 0;
    color: var(--white);
}

.grid_wrap .date_time span {
    font-size: 12px;
    color: var(--text-color);
}

.grid_wrap .content_row {
    margin: 40px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid_wrap .direction img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid_wrap .direction a:hover img {
    -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
    filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
}

.mini_bg_sec {
    padding-top: 0;
    overflow: hidden;
}

    .mini_bg_sec .container {
        z-index: 2;
    }

    .mini_bg_sec .mini_container {
        z-index: 2;
        position: relative;
    }

.mini_banner {
    width: 100%;
    position: relative;
    padding-top: 23.4%;
    margin-bottom: -10%;
}

    .mini_banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0px;
    }

    .mini_banner::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(73%, #212121));
        background-image: -o-linear-gradient(transparent, #212121 73%);
        background-image: linear-gradient(transparent, #000000 73%);
        z-index: 1;
    }

.tab_content_wrapper.video_tab_wrapper {
    min-height: 34.7vw;
}

.tab_slider_sec.video_tab_sec {
    position: relative;
}

.video_tab_sec .rounded_sec {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #052044), to(transparent));
    background-image: -o-linear-gradient(left, #052044 60%, transparent);
    background-image: linear-gradient(to right, #052044 60%, transparent);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: transparent;
    pointer-events: none;
    padding-bottom: 83px;
    padding-top: 41px;
}

.video_tab_sec .inner_sec {
    pointer-events: all;
}

.video_tab_sec .video_wrap {
    position: absolute;
    top: 0;
    right: 25px;
    width: 37%;
    height: 100%;
}

.video_tab_wrapper .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.video_tab_wrapper .video_col {
    width: 100%;
    max-width: 40.2%;
}

.video_tab_wrapper .video_tab_wrap {
    width: 100%;
    position: relative;
    padding-top: 151.2%;
    border-radius: 35px;
    overflow: hidden;
}

    .video_tab_wrapper .video_tab_wrap::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(80%, #002e6d));
        background: -o-linear-gradient(top, transparent, transparent, #002e6d 80%);
        background: linear-gradient(to bottom, transparent, transparent, #002e6d 80%);
        z-index: 1;
        pointer-events: none;
    }

    .video_tab_wrapper .video_tab_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.video_tab_wrapper .video_info {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 83%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}

    .video_tab_wrapper .video_info p {
        font-size: 23px;
        line-height: 150%;
        color: var(--white);
    }

.video_tab_sec .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 57px;
}

.video_tab_wrapper .swiper {
    width: calc(100% - 42.6%);
    margin-left: unset;
}

.video_tab_wrapper .swiper_slide_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--blue);
    border-radius: 35px;
    padding: 15px;
    width: 100%;
    margin-bottom: 0;
}

.video_tab_wrapper .tab_item_bg {
    max-width: 24.2%;
    padding-top: 31.1%;
}

.video_tab_wrapper .swiper .swiper-slide {
    min-width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 3px solid transparent;
}

.video_tab_wrapper .video_info_col {
    width: calc(100% - 31.7%);
}

.video_info_col .tab_item_info {
    margin-bottom: 50px;
    max-width: 69%;
}

.video_tab_sec .tab_slider_col .tab_slider_bottom_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 35px;
}

.slider_desc.video-title h2 {
    color: white !important;
    font-weight: 500;
}

.time.video-time p {
    color: white !important;
}

.slider_desc.video-title {
    margin-bottom: 10px;
}

.bg-light-grey-wrapper .rounded_sec.light_bg {
    background-color: transparent;
}

.bg-light-grey-wrapper {
    margin-bottom: 10px;
}

.slider_bg.video a::before, .content-image::before, .slider-img a::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}

.video-thumb a::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}

.white_txt .more_browse_btn {
    color: var(--white);
}

    .white_txt .more_browse_btn:hover {
        color: var(--link_hover);
    }

    .white_txt .more_browse_btn::before {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .white_txt .more_browse_btn:hover::before {
        -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
        filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.col2_grid_sec .grid_wrapper .grid_wrap {
    max-width: 50%;
}

.col2_grid_sec h2 {
    font-size: 43px;
}

.col2_grid_sec .grid_wrapper .grid_wrap .grid_card {
    padding: 30px;
}

.col2_grid_sec .top_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border);
    position: relative;
    border-radius: 1px;
}

.col2_grid_sec .card_desc .tab_item_bg {
    max-width: 45%;
    padding-top: 26.5%;
    -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.16));
}

.col2_grid_sec .card_desc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .col2_grid_sec .card_desc:not(:last-child) {
        margin-bottom: 20px;
    }

    .col2_grid_sec .card_desc .card_info_col {
        width: 100%;
        max-width: calc(100% - 45% - 18px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col2_grid_sec .card_desc .tab_item_info p {
        text-align: right;
        width: 100%;
        line-height: 35px;
        font-weight: 400;
    }

.col2_grid_sec .content_row .tab_item_info {
    margin-bottom: 4px;
}

.col2_grid_sec .day_time_ep {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--text-color);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col2_grid_sec .dark_gray_bg {
    padding-top: 88px;
    padding-bottom: 71px;
}

.day_time_ep span {
    font-size: 16px;
    padding: 0 3px;
    display: inline-block;
    line-height: 13px;
    font-weight: 300;
}

.col2_grid_sec .grid_wrapper .content_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
    height: auto;
}

.col2_grid_sec .top_row::before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 4px;
    background: var(--orange);
    width: 100%;
    max-width: 40%;
    border-radius: 2px;
    -webkit-filter: drop-shadow(1px 1px 6px var(--orange));
    filter: drop-shadow(1px 1px 6px var(--orange));
}

.cust_icon {
    width: 61px;
    margin-left: 14px;
}

.dark_brown_bg {
    background: var(--dark-brown);
}

.documentry_sec .rounded_sec {
    padding: 70px 0 100px;
}

section.documentary-wrapper section {
    background: transparent;
}

.documentry_sec .tab_item_info {
    margin: 30px auto 0;
    width: 75%;
}

    .documentry_sec .tab_item_info p {
        line-height: 35px;
        font-weight: 400;
        color: var(--border);
        text-align: center;
    }

.cust_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.cust_container .cust_width {
    padding: 0 21vw;
}

.documentry_sec .swiper-slide {
    width: 100% !important;
    max-width: 25%;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    cursor: pointer;
}

    .documentry_sec .swiper-slide:hover {
        max-width: 37.2%;
    }

.documentry_sec .tab_content_wrapper {
    padding-right: 21.2%;
}

.documentry_sec .tab_item_bg {
    padding-top: 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    min-height: 28.7vw;
    max-height: 28.7vw;
}

.documentry_sec .tab_content_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8%;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#1f1400), to(rgba(31, 20, 0, 0)));
    background-image: -o-linear-gradient(left, #1f1400 0%, rgba(31, 20, 0, 0) 100%);
    background-image: linear-gradient(90deg, #1f1400 0%, rgba(31, 20, 0, 0) 100%);
    max-width: 29.75%;
    max-height: 100%;
    pointer-events: none;
    z-index: 2;
}

.documentry_btm_inner_row {
    padding-top: 47px;
    border-top: 1px solid #ececec50;
    margin-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.documentry_single_card {
    background: var(--brown);
    border-radius: 35px;
    width: 100%;
    padding: 10px;
    max-width: 49%;
}

    .documentry_single_card img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: var(--lightgray);
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .documentry_single_card .show_img {
        overflow: hidden;
        padding-top: 29%;
        position: relative;
        border-radius: 35px;
        width: 100%;
        max-width: 29%;
    }

    .documentry_single_card .show_info {
        width: 100%;
        max-width: calc(100% - 29% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
    }

    .documentry_single_card > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .documentry_single_card .show_details > *, .documentry_single_card .show-title {
        font-size: 20px;
        font-weight: 300;
        color: var(--white);
        line-height: 30px;
    }

    .documentry_single_card .show_details > .show-date-title {
        margin-left: 5px;
    }

    .documentry_single_card .show-desc {
        -webkit-line-clamp: 2;
        color: var(--white);
    }

.documentry_sec .section_head {
    margin-bottom: 74px;
}

.documentry_sec .show_details {
    margin-top: auto;
}

.new_tab_item {
    position: absolute;
    bottom: -150px;
    left: 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    visibility: hidden;
}

.swiper-slide:hover .new_tab_item {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.new_tab_item .btn_new {
    background: -o-linear-gradient(320deg, #ffffff32 70%, #f28d2560);
    background: linear-gradient(130deg, #ffffff32 70%, #f28d2560);
    padding: 13px 33px;
    border-radius: 0 35px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: var(--white);
    font-weight: bold;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.btn_new:hover {
    color: var(--link_hover);
}

.btn_new img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_new:hover img {
    -webkit-filter: invert(49%) sepia(90%) saturate(2584%) hue-rotate(358deg) brightness(99%) contrast(108%);
    filter: invert(49%) sepia(90%) saturate(2584%) hue-rotate(358deg) brightness(99%) contrast(108%);
}

.btn_new .svg_icon {
    width: 14px;
    height: 14px;
    margin-left: 7px;
}

.sports_tab_sec .swiper-slide:hover .tab_item_bg {
    -webkit-filter: drop-shadow(10px 10px 30px var(--cust_shadow));
    filter: drop-shadow(10px 10px 30px var(--cust_shadow));
}

.sports_tab_sec .rounded_sec {
    padding-top: 63px;
    padding-bottom: 100px;
}

.sports_tab_sec .swiper {
    padding-top: 4vw;
}

.sports_tab_sec.scaled_tab_sec .tabs {
    margin-bottom: 0;
}

.mix_category_sec .grid_card {
    padding: 13px;
}

.follow_me_img_row {
    -webkit-filter: drop-shadow(20px 20px 50px rgba(126, 23, 186, 31%));
    filter: drop-shadow(20px 20px 50px rgba(126, 23, 186, 31%));
}

    .follow_me_img_row figure {
        position: relative;
        padding-top: 13.16%;
        border-radius: 30px;
        overflow: hidden;
    }

        .follow_me_img_row figure img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.developments_sec > .black_bg {
    padding-top: 0;
    padding-bottom: 0;
}

.developments_sec .mini_banner {
    margin-bottom: 0;
    border-radius: 30px;
    overflow: hidden;
}



    .developments_sec > .rounded_sec::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    }

.developments_sec .inner_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.developments_sec .mini_banner::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}

.developments_sec h2 {
    font-weight: normal;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.developments_sec .tab_item_bg {
    padding-top: 77%;
}

.developments_sec .inner_sec .developments_sec_col {
    width: 100%;
    max-width: 29.2%;
}

.white_btn {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
}

.developments_sec .developments_img_col {
    width: 100%;
    max-width: 62%;
    margin-top: -3.85%;
}

.card_slider_sec .title h2 {
    font-weight: 500;
}

.card_slider_sec .section_head {
    padding-top: 36px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 58px;
    margin-bottom: 4px;
    position: relative;
}

.card_slider_sec .swiper_slide_card {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    margin-left: 0;
    margin-right: 0;
}

    .card_slider_sec .swiper_slide_card > .tab_item_bg {
        width: 100%;
        max-width: 48.97%;
        transition: all 0.3s ease-in-out;
        margin-right: -34%;
        filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
    }

    .card_slider_sec .swiper_slide_card .card_info_col {
        width: 100%;
        max-width: 75.4%;
        transition: all 0.5s ease-in-out;
        position: relative;
        padding-left: 22vw;
        padding-top: 45px;
        padding-bottom: 100px;
        height: 100%;
        filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
        margin-top: -180px;
    }

.card_slider_sec .swiper-container .swiper-slide:not(.swiper-slide-active) .card_info_col {
    opacity: 0;
    visibility: hidden;
}

.card_slider_sec .swiper-slide-shadow {
    display: none;
}

.swiper.card_swipper {
    overflow: visible;
    height: auto !important;
}

.swiper-cards.card_swipper .swiper-slide {
    transform: unset !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
}

.card_swipper.swiper-backface-hidden .swiper-slide {
    position: unset;
    transform: unset;
    height: auto;
    padding-top: 29.76%;
    opacity: 1 !important;
    min-height: 400px;
}

.card_swipper .swiper-wrapper {
    padding-top: 60px;
    position: relative;
}

section.tab_slider_sec.Section-flex-boxes.padding-btn-sec {
    position: relative;
}

section.card_slider_sec.pt0 {
    overflow: hidden;
    position: relative;
}

.card_swipper .swiper-wrapper::before {
    content: "";
    top: 0;
    position: absolute;
    right: -9.8%;
    width: 80.5%;
    height: 83%;
    background-color: rgba(0, 0, 0, 0.54);
    background-size: cover;
    background-repeat: no-repeat;
}

.card_slider_sec .swiper-slide.swiper-slide-active {
    z-index: 4;
}

.card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next, .card_slider_sec .swiper-slide.swiper-slide-prev {
    z-index: 2;
}

.card_slider_sec .swiper-slide.swiper-slide-next {
    z-index: 1;
}

.card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next + .swiper-slide .tab_item_bg {
    transform: translateY(-7vw) translateX(4.4vw) scale(0.65);
}

.card_slider_sec .swiper-slide:nth-child(2).swiper-slide-active .tab_item_bg, .card_slider_sec .swiper-slide.swiper-slide-active .tab_item_bg, .card_slider_sec .swiper-slide.swiper-slide-active:first-child .tab_item_bg {
    transform: translateY(-0px) translateX(0px);
}

.card_slider_sec .swiper-slide:first-child .tab_item_bg {
    transform: translateY(-7vw) translateX(4.4vw) scale(0.65);
}

.card_slider_sec .swiper-slide:nth-child(2) .tab_item_bg {
    transform: translateY(-4vw) translateX(2.2vw) scale(0.83);
}

.card_slider_sec .swiper-slide-active + .swiper-slide-next .tab_item_bg {
    transform: translateY(-3vw) translateX(2.2vw) scale(0.83);
}

.tab_item_info h2 {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 600;
    -webkit-line-clamp: 2;
    font-size: 22px;
}

.card_slider_sec .tab_item_info {
    position: relative;
}

    .card_slider_sec .tab_item_info p {
        color: var(--text-color);
        font-weight: 300;
    }

    .card_slider_sec .tab_item_info p {
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

.card_slider_sec .tab_slider_col {
    position: relative;
}

.card_slider_sec .slider_navigation {
    position: absolute;
    bottom: 110px;
    z-index: 1;
    right: 0;
    max-width: 48.2%;
}

.section_head.show-mobile-only .slider_navigation {
    position: relative !important;
    bottom: 0;
    width: fit-content;
    margin: auto 0px;
}

.show-mobile-only {
    padding-top: 0 !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    display: none;
}

.big-slider-section .sideBy_thumb_slider_wrapper .swiper-slide {
    width: 15.68%;
    cursor: pointer;
    margin-left: 15px;
}

.multi_sec .card_slider_sec {
    padding-bottom: 140px;
}

footer {
    background: linear-gradient(45deg, #db7100, #ff8025);
    padding: 20px 0px;
    overflow: hidden;
}

    footer .has_dropdown ul {
        margin-right: 20px !important;
        row-gap: 0px !important;
        z-index: 10;
    }

.theme-dark footer .has_dropdown ul li a {
    color: white !important;
}

footer .has_dropdown ul li a {
    color: var(--text-blue) !important;
    font-weight: 500;
}

.mega_navigation ul li a:hover {
    transform: scale(1);
    opacity: 1;
}

footer .footer_top_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 31px;
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style-type: none;
}

footer .footer_top_menu ul li a {
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    color: var(--white);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    footer .footer_top_menu ul li a:hover, footer .footer_top_menu ul li a:focus, footer .footer_top_menu ul li.active a {
        mix-blend-mode: normal;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: var(--white);
    }

.footer_top_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.logo.white img {
    filter: brightness(50);
}

.footer_middle_menu p {
    text-align: center;
    font-weight: 400;
    width: 38%;
    color: white !important;
    font-size: 1.5rem;
    color: var(--homewhite);
    text-align: start;
    margin-bottom: 0px;
}

.footer_bottom_menu {
    width: 100%;
    max-width: 340px;
}

.footer_middle_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_note {
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.8;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn_wrapper .btn {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.29);
    background-image: unset;
    border: none !important;
}

    .btn_wrapper .btn:hover {
        background-color: rgba(255, 255, 255, 0.38);
    }

.btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom-text {
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
    color: white;
}

.footer-bottom-txt {
    display: flex;
    gap: 20px;
}

footer .social_share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 6.2px;
}

.footer-list-wrap {
    display: flex;
    gap: 15px;
}

.footer-list-col {
    display: flex;
    gap: 15px;
}

.social_link img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 22px;
    border-radius: 0px;
}

.footer_btm_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

footer .social_share ul {
    display: flex;
    gap: 15px;
    padding: 10px 0px;
}

.footer_btm_img {
    width: 100%;
    max-width: 60%;
    margin-bottom: -12.6%;
}

    .footer_btm_img .tab_item_bg img {
        opacity: 0.9;
        object-fit: contain;
    }

.footer_menu .logo {
    width: 64px;
}

.footer_menu {
    display: flex;
    gap: 20px;
}

.footer_top_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer ul li.active a {
    opacity: 1;
}

footer ul li:hover a {
    opacity: 1;
}

.home_page .header ~ section:last-child {
    margin-bottom: 0;
}

.side_by_slider .section_head {
    margin-bottom: 16px;
    margin-top: 16px;
}

.side_by_slider .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiper_news_banner {
    background-color: var(--black);
    overflow: hidden;
}

    .swiper_news_banner .big_slider {
        padding: 16px;
        box-sizing: border-box;
    }

        .swiper_news_banner .big_slider .slider_bg {
            max-width: 60.69%;
            overflow: hidden;
            padding-top: 52.593%;
        }

.side_by_slider .slider_info {
    width: 100%;
    max-width: 45%;
    padding: 25px 0px;
}

.side_by_slider .slider_desc h2 {
    -webkit-line-clamp: 3;
    margin-bottom: 54px;
}

.side_by_slider .slider_desc p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.side_by_slider .img_icon {
    margin-bottom: 0;
    width: 27px;
    height: 27px;
    border-radius: 50px;
}

.lg_para {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    line-height: 1.8;
}

.side_by_slider .slider_bottom_row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 40px;
    left: 46px;
}

.sideBy_thumb_slider_wrapper {
    width: 100%;
    max-width: 75.82%;
}

    .sideBy_thumb_slider_wrapper .slider_navigation {
        margin-top: 20px;
    }

    .sideBy_thumb_slider_wrapper div[class*="swiper-pagination"].swiper-pagination-progressbar {
        width: 100%;
    }

    .sideBy_thumb_slider_wrapper .thumb_controler {
        max-width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }

section.news_tab_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news_inner_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.news_tab_sec .news_inner_wrap {
    border-top: 1px solid var(--lightgray);
    padding-top: 50px;
}

.news_tab_sec .news_aside {
    padding-top: 86px;
}

.news_aside {
    max-width: 32%;
    width: 100%;
}

.news_tab_wrapper {
    width: 100%;
    max-width: calc(100% - 32% - 43px);
}

.browse_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border);
    position: relative;
    border-radius: 1px;
    margin-bottom: 43px;
}

.news_read_more {
    border: 1px solid var(--lightgray);
    border-radius: 30px;
    overflow: hidden;
    padding: 30px;
    background-color: var(--black);
}

    .news_read_more .card_desc {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .news_read_more .tab_item_bg {
        max-width: 36%;
        padding-top: 36%;
        max-height: 36%;
    }

    .news_read_more .card_info_col {
        width: 100%;
        max-width: calc(100% - 36% - 32px);
    }

    .news_read_more .card_desc:not(:last-child) {
        margin-bottom: 17px;
    }

    .news_read_more .slide_info_wrap {
        margin-bottom: 8px;
    }

    .news_read_more .tab_item_info {
        margin-bottom: 10px;
    }

    .news_read_more .day_time_ep {
        font-size: 0;
    }

    .news_read_more .tab_item_info p {
        line-height: 170%;
        -webkit-line-clamp: 2;
    }

    .news_read_more .content_row {
        max-height: 1001px;
        overflow: hidden;
        overflow-y: auto;
    }

.news_tab.tabs {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    align-items: center;
    margin-top: 0;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

    .news_tab.tabs > * {
        margin-left: 16px;
    }

    .news_tab.tabs a, .tag_item a {
        padding: 10px 22px;
        background-color: var(--cust_shadow);
        border-radius: 50px;
        font-weight: 400;
        transition: all 0.3s ease;
    }

    .news_tab.tabs .current a {
        background-color: #ffc79f;
        color: var(--orange);
    }

.news_card_wrapper {
    margin-left: -10px;
    margin-right: -10px;
    align-items: flex-start;
    column-count: 2;
}

    .news_card_wrapper .news_card_item {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        break-inside: avoid-column;
    }

    .news_card_wrapper .news_card_body {
        background-color: var(--black);
        border-radius: 30px;
        padding: 20px 20px 65px;
    }

    .news_card_wrapper .news_img {
        width: 100%;
    }

.news_img img {
    width: 100%;
    border-radius: 30px;
}

.news_content .img_icon {
    margin-bottom: 0;
    width: 26px;
    height: 26px;
    border-radius: 50px;
}

.news_content {
    padding: 35px 15px;
}

.news_title {
    margin-bottom: 23px;
}

    .news_title h2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        line-height: 135%;
    }

.news_info p {
    font-weight: 400;
}

.news_tab_content_wrapper .tab-content:not(.current) {
    display: none;
}

.news_aside .aside_item {
    position: sticky;
    top: 130px;
}

.follow_me_img_sec {
    padding: 40px 0;
}

    .follow_me_img_sec .follow_me_img_row {
        max-width: 1108px;
        margin: 0 auto;
        width: 80%;
        padding: 0;
    }

.follow_inner_row {
    position: relative;
}

    .follow_inner_row::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #707070;
    }

.remove_bar .follow_inner_row::before {
    display: none;
}

.single_news_sec .news_card_wrapper .news_card_item {
    margin-bottom: 0;
    float: unset;
    display: block;
}

.single_news_sec .section_head {
    margin-bottom: 20px;
}

.related_topics.news_read_more .card_info_col {
    max-width: 100%;
}

.news_ad_bg img {
    width: 100%;
    border-radius: 30px;
}

.news_aside .aside_item > :not(:last-child) {
    margin-bottom: 20px;
}

.news_ad_bg img {
    width: 100%;
    border-radius: 30px;
}

.full_news_wrapper .news_card_wrapper {
    column-count: 1;
    margin-left: 0;
    margin-right: 0;
}

.read_wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}

    .read_wrap h2 {
        margin-bottom: 0;
        margin-left: 10px;
        min-width: 180px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .read_wrap p {
        width: 100%;
    }

.tags_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -26px;
    padding: 0 71px;
    margin-left: -5px;
    margin-right: -5px;
}

    .tags_wrapper .tag_item {
        padding: 5px;
    }

.full_news_wrapper .news_info p:not(:last-child) {
    margin-bottom: 38px;
}

.news_bottom_row {
    border-top: 1px solid var(--border);
    margin-top: 10px;
    padding-top: 35px;
}

.featured-post-column {
    width: 100%;
    margin-bottom: 20px;
}

.single_news_sec .news_read_more .tab_item_info p {
    line-height: 140%;
}

.read-col.separate .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.align-right .video-grid-title {
    text-align: right;
}

.featured-videos .col-6.col-md-6 + .col-6.col-md-6 {
    margin-right: 20px;
}

.separate .item-image {
    flex: 0 0 22% !important;
}

.news_read_more.related_topics .card_desc:not(:last-child) {
    margin-bottom: 30px;
}

.col-6.col-md-6 {
    flex: 1;
}

.follow_me_img_sec.video_follow {
    padding: 50px 0 100px;
}

.blue_bg {
    background-color: var(--blue);
}

.infinite_scroll_slider {
    overflow: hidden;
    padding-bottom: 50px;
}

    .infinite_scroll_slider .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 14px;
        padding-bottom: 14px;
    }

        .infinite_scroll_slider .swiper-container.swiper--bottom:after {
            animation-direction: reverse;
        }

    .infinite_scroll_slider .swiper-wrapper {
        transition-timing-function: linear !important;
        position: relative;
    }

    .infinite_scroll_slider .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0 14px;
        max-width: 49.7%;
    }

    .infinite_scroll_slider .infi_item {
        width: 100%;
        overflow: hidden;
        border-radius: 30px;
    }

.infi_item .img_wrap {
    position: relative;
    padding-top: 65.5%;
    width: 100%;
}

    .infi_item .img_wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.img_wrap .slide_link {
    position: absolute;
    top: 30px;
    right: 43px;
    z-index: 2;
}

.slide_link a {
    font-size: 20px;
    font-weight: bold;
    color: var(--orange);
}

.infi_item .infi_item_info {
    position: absolute;
}

.infi_item .infi_item_info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 70%;
    z-index: 1;
}

.infi_item .img_wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, var(--dark_blue) 60%);
    z-index: 1;
}

.video_grid.col2_grid_sec .top_row {
    justify-content: center;
}

.video_grid.col2_grid_sec .top_row {
    justify-content: center;
    border: none;
    padding-bottom: 10px;
}

    .video_grid.col2_grid_sec .top_row::before {
        display: none;
    }

.video_grid .top_row > * {
    margin: 0 15px;
}

.col2_grid_sec.video_grid .grid_wrapper .grid_wrap .grid_card {
    padding: 0;
}

.video_grid .grid_card {
    background: unset;
}

.video_grid.col2_grid_sec .card_desc:not(:last-child) {
    margin-bottom: -80px;
}

.video_grid.col2_grid_sec .card_desc .tab_item_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: linear-gradient(transparent, rgb(0, 46, 109) 62%);
}

.video_grid.col2_grid_sec .card_desc .tab_item_bg {
    max-width: 100%;
    padding-top: 65.5%;
    filter: unset;
    z-index: 1;
}

.video_grid .grid_wrapper .grid_wrap {
    padding: 0 30px;
}

.video_grid .grid_wrapper {
    margin-left: -30px;
    margin-right: -30px;
}

.video_grid .inner_grid_sec {
    border-top: 1px solid var(--dark_blue);
    padding-top: 45px;
}

.col3_grid_sec {
    padding-bottom: 75px;
}

.section_head.top_border {
    border-top: 1px solid var(--dark_blue);
    padding-top: 60px;
}

.col3_grid_sec .grid_wrapper .grid_wrap {
    padding: 0 12px;
    max-width: 33.33%;
    margin-bottom: 24px;
}

.col3_grid_sec .grid_card {
    background: no-repeat;
    padding: 0;
}

.col3_grid_sec .tab_item_bg {
    padding-top: 65%;
}

.comm_slider_sec {
    overflow: hidden;
}

.swiper.comm_swiper {
    overflow: visible;
}

.horizontal_slider .tab_item_bg {
    padding-top: 64.75%;
}

.comm_slider_sec .tab_item_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 46, 109, 0.34) 96%, rgb(0, 46, 109) 100%);
}

.img_card_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    padding-bottom: 75px;
}

.img_card_item {
    width: 33.33%;
    padding-inline: 9px;
    margin-bottom: 25px;
}

.img_card_body {
    border-radius: 35px;
    background: linear-gradient(30deg, #0055b8 0%, rgba(27, 54, 101, 0) 100%);
    padding: 19px 17px 35px;
}

.video_img {
    position: relative;
    padding-top: 74.25%;
    margin-bottom: 40px;
}

.img_content .day_time {
    justify-content: center;
}

.country_img {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-top: auto;
    align-items: center;
}

.img_content .img_icon {
    margin-bottom: 0;
    width: 29px;
    height: 26px;
    border-radius: 13.17px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-right: 0;
}

.img_title {
    text-align: center;
}

.follow_me_img_sec.video_online_follow {
    padding-bottom: 148px;
    padding-top: 85px;
}

.more_browse.center {
    text-align: center;
}

.center .more_browse_btn {
    display: inline-flex;
}

.img_title .title {
    display: flex;
    align-items: center;
}

.img_title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
}

.video_img img {
    position: absolute;
    left: 0;
    object-fit: cover;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background: #fff;
    object-position: top;
}

.img_card_sec .section_head {
    margin-bottom: 35px;
}

.col3_grid_sec.all_videos_sec {
    padding-bottom: 0;
}

.all_videos_sec .grid_wrapper {
    padding-bottom: 75px;
}

.img_wrap_sec .img_wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.img_wrap_sec {
    padding-bottom: 140px;
    padding-top: 106px;
}

.img_single_item {
    flex: 1;
    position: relative;
}

.img_wrap_sec .img_content {
    position: absolute;
    bottom: 45px;
    left: 50%;
    text-align: center;
    width: calc(100% - 30px);
    transform: translateX(-50%);
    z-index: 2;
}

.item_single_body::before, .item_single_body::after {
    position: absolute;
    left: 0;
    object-fit: cover;
    top: 0;
    content: "";
    background: linear-gradient(#002e6d 0%, rgba(0, 85, 184, 0) 100%);
    height: 100%;
    transition: all 0.3s linear;
    width: 100%;
    max-height: 42.9%;
    pointer-events: none;
    z-index: 1;
    background-position: top;
}

.item_single_body::after {
    top: unset;
    bottom: 0;
    max-height: 49.3%;
    background: linear-gradient(to top, #002e6d 0%, rgba(0, 85, 184, 0) 100%);
}

.item_single_body:hover::after, .item_single_body:hover::before {
    opacity: 0;
    transition: all 0.3s linear;
}

.img_box {
    position: relative;
    padding-top: 187.25%;
}

    .img_box img {
        position: absolute;
        left: 0;
        object-fit: cover;
        top: 0;
        height: 100%;
        width: 100%;
    }

.field_video_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

    .field_video_tabs .tabs {
        margin: 0;
        max-width: 34%;
        width: 100%;
        flex-wrap: wrap;
    }

.tab_single_card::before {
    display: none;
}

.field_video_sec.tab_slider_sec .tabs > * + * {
    margin-right: 0;
}

.single_info_col {
    background: var(--dark_blue);
    border-radius: 35px;
    padding: 12px 20px 20px 44px;
    width: 100%;
    max-width: 82.3%;
    margin-right: -17.8%;
}

.field_video_tabs .tab_content_wrapper {
    max-width: 59.475%;
    position: sticky;
    top: 100px;
}

.tab_slider_sec .tab-link a.tab_single_card, .tab_slider_sec .tab-link span.tab_single_card {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tab_slider_sec h6 {
    color: var(--orange);
}

.tab_item_single_info h6 {
    margin-bottom: 30px;
}

.tab_slider_col_img img {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background-color: var(--white);
    object-fit: cover;
    object-position: center;
}

.field_video_tabs .tab-link {
    width: 100%;
}

    .field_video_tabs .tab-link:not(:last-child) {
        margin-bottom: 25px;
    }

.field_video_sec .section_head {
    margin-bottom: 35px;
}

.tab_item_single_info {
    margin-bottom: 25px;
}

.tab_slider_col_img {
    width: 100%;
    max-width: 35.5%;
    line-height: 0;
    z-index: 1;
}

.single_info_col .day_time {
    margin-top: auto;
}

.tab_item_single_info p {
    font-weight: bold;
    color: var(--white);
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

.single_info_col_body {
    width: 100%;
    max-width: 68.8%;
    margin-right: auto;
}

.field_video_tabs .tab_item_bg {
    padding-top: 87.5%;
}

    .field_video_tabs .tab_item_bg::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        height: 100%;
        background: linear-gradient(to bottom, #0055b8 0%, rgba(27, 54, 101, 0) 100%);
        width: 100%;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
    }

.tab_single_info a {
    margin-bottom: 20px;
}

.tab_single_info h2 {
    max-width: 82.3%;
    margin-bottom: 16px;
    font-weight: 300;
}

.content_data_tab {
    position: relative;
}

.tab_single_info p {
    margin-bottom: 0;
    font-size: 23px;
    color: var(--white);
    font-weight: 300;
}

.tab_single_card_data {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 100%;
    z-index: 1;
    max-width: 87.5%;
}

.header.show_nav span.live-text {
    display: none;
}

.header.show_nav span.live-text {
    display: none;
}

.header.show_nav .right-col {
    width: 100% !important;
}

.show_nav .innerheader {
    width: 100%;
    padding: 15px 4vh;
}

.show_nav .left_col > * + * {
    margin-right: 0px;
}

.show_nav .innerheader .right_col .logo_megaNav {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}

.show_nav .innerheader .right_col .navigation_menu {
    padding-top: 11vh;
}

.theme-light label.checkbox-label {
    background-color: var(--orange);
}

.dark .btm_line span {
    color: white;
}

.show_nav .innerheader li.nav_item a, .show_nav .innerheader li.nav_item span, .show-lang-submenu .innerheader li.nav_item a {
    font-size: 12px;
    padding: 2vh 0px;
}

.show_nav .innerheader .submenu_navigation ul, .show-lang-submenu .lang_navigation ul {
    padding-inline-start: 0px;
    list-style: none;
}

.show-lang-submenu .lang_navigation {
    padding-right: 0px;
}

.show-lang-submenu .lang-submenu-icon.svg_icon path, .show-nav-submenu .sub-submenu-icon.svg_icon path {
    fill: var(--orange);
}

.show_nav .innerheader li.nav_item, .show-lang-submenu .innerheader li.nav_item {
    border-bottom: 1px solid var(--border);
    padding: 0 4vh;
}

.show_nav li.nav_item.more.nav_mobile.hide_in_desktop {
    display: flex !important;
}

.submenu_navigation {
    width: 100%;
}

.grid-wrapper-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    grid-gap: 10px;
}

.videos-featured h3, .videos-featured h4 {
    color: white;
    font-weight: 400;
}

.right-most .col-8 {
    width: 100%;
    max-width: 55.4%;
}

.right-most .col-4 {
    width: 100%;
    max-width: 44%;
}

.covetage_wrap .single-news-item {
    flex: 1 !important;
}

.scaled_tab_sec .swiper-slide-active .tab_item_info p, .single-latest-news-text h3, .card-div.big.inside .title h5, .big-slider-carousels .slide-content .section-header.title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
}

.video-grid-title h5, .video-grid-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}

.swiper_slide_card h2 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
    text-overflow: ellipsis;
}

li.more {
    width: fit-content;
    display: flex;
    align-items: center;
}

li.nav_item.more.has_dropdown {
    cursor: pointer;
}

.theme-toggle {
    position: relative;
}

.static-section h4 span {
    line-height: 1.8;
}

.mangoslider {
    max-height: 390px;
}

.wrap-inside {
    width: 100%;
    display: flex;
}

.slider-pagination-above {
    flex-direction: column;
}

.line-bullets-pagination-indicator {
    margin: 0 !important;
    width: 75%;
    display: flex;
    justify-content: left;
}

    .line-bullets-pagination-indicator .swiper-pagination-bullet-active {
        background: var(--orange);
        width: 30px !important;
    }

.slider-pagination-above .swiper-pagination-bullets-dynamic {
    position: relative;
    left: 0 !important;
    transform: unset !important;
    display: flex;
    gap: 10px;
    width: fit-content !important;
}

.slider-pagination-above .swiper-pagination-bullet {
    border-radius: 5px !important;
    right: unset !important;
    width: 20px;
    height: 4px;
    transform: scale(1);
    margin: 0 !important;
}

.video-thumb img {
    max-height: 310px;
}

.img-optimizer-240 img {
    max-height: 280px;
}

.img-optimizer-170 .tab_item_bg img {
    max-height: 270px;
}

.img-optimizer-250 img {
    max-height: 300px;
    width: auto;
}

.img-optimizer-120 img {
}

.more-hover-svg {
    font-size: 12px;
    color: #1446c8;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    border-radius: 20px;
}

    .more-hover-svg span {
        width: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

.section_head.title_tab_bar .title a {
    cursor: pointer;
    z-index: 3;
}

.section_head.title_tab_bar .title h2 {
    margin: 0 !important;
}

.section_head.title_tab_bar .title:hover .more-hover-svg {
    background: #8080801a;
    padding-right: 12px;
}

.title.font_45 {
    gap: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: flex-start;
}

.title:hover span {
    width: auto;
    margin-left: 8px;
    opacity: 1;
}

.title:hover .more-hover-svg img {
    filter: unset;
}

.ticker-wrap {
    position: relative;
}

    .ticker-wrap .ticker-label {
        position: absolute;
        right: 0;
        z-index: 1;
        padding: 10px;
        height: 100%;
        color: white;
        background-image: linear-gradient(45deg, red, #b71414);
        margin-bottom: 0;
        border-radius: 5px;
    }

        .ticker-wrap .ticker-label h4 {
            color: white;
        }

div#ticker-box {
    background: #fcfcfc;
    position: relative;
}

.ticker-logo svg {
    width: 30px;
    height: 30px;
}

.ticker-inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    animation: ticker-animation 20s linear infinite;
}

.ticker-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
}

.ticker-text {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

    .ticker-text p {
        margin: 0;
        padding: 0px 20px;
        color: #132a53;
        font-weight: 400;
    }

.ticker-item svg {
    min-width: 30px;
    height: 30px;
}

.ticker-logo {
    display: flex;
    align-items: center;
}

#ticker-box:hover {
    animation-play-state: paused;
}

#ticker-box ul {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 20s !important;
    animation-duration: 115s !important;
    width: 100%;
    height: 40px;
    animation-play-state: running;
    animation-delay: 1.5s;
}

div#ticker-box ul:hover {
    animation-play-state: paused;
}

#ticker-box ul {
    display: flex;
    height: 40px;
    width: fit-content;
}

div#ticker {
    width: 100%;
    overflow: hidden;
}

div#ticker-box::before {
    background: linear-gradient(to right, #f3f3f3 38%, rgba(0, 0, 0, 0) 75%);
    position: absolute;
    left: 0;
    top: 0;
    width: 5%;
    content: "";
    height: 100%;
    z-index: 9;
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.tick-tabs .tab-svg {
    display: flex;
    align-items: center;
    width: 2px;
    height: 14px;
}

.tick-tabs .current .tab-svg {
    width: 14px;
    height: 14px;
}

.tick-tabs .tabs svg {
    fill: var(--orange);
    width: 14px;
}

.tick-tabs .tabs .tab-link:not(.current) svg {
    opacity: 0;
    width: 2px;
}

.tick-tabs .tab-link a, .tick-tabs .tab-link span:not(.tab-svg) {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #898989;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
    gap: 5px;
    min-width: 90px;
    font-weight: 500;
    transition: 0.3s all;
    cursor: pointer;
    font-weight: 400 !important;
}

section .tick-tabs .tab-link a:hover, section .tick-tabs .tab-link span:hover {
    border: 1px solid var(--link_hover) !important;
    background: var(--orange) !important;
    color: white !important;
}

.section_head.title_tab_bar.tick-tabs.white a, .section_head.title_tab_bar.tick-tabs.white span {
    color: white !important;
}

.tick-tabs .tab-link.current a:hover, .light_bg .tick-tabs .tab-link.current a:hover, .light_bg .tick-tabs .tab-link.current span:hover, .tick-tabs .tab-link.current span:hover {
    background: unset !important;
    color: black !important;
}

.light_bg .tick-tabs .tab-link a:hover, .light_bg .tick-tabs .tab-link span:hover {
    border: 1px solid var(--link_hover) !important;
    background: var(--orange) !important;
    color: white !important;
}

.light_bg .tick-tabs .tab-link a, .light_bg .tick-tabs .tab-link span {
    background: white;
    border: 1px solid #898989;
}

section.documentary-wrapper .tick-tabs .tab-link.current a, section.documentary-wrapper .tick-tabs .tab-link.current span, .bg-dark-grey .tick-tabs .tab-link.current span, .bg-dark-grey .tick-tabs .tab-link.current a {
    color: white !important;
}

section.documentary-wrapper .tabs .current svg {
    fill: white !important;
}

.documentary-wrapper .tick-tabs a, .documentary-wrapper .tick-tabs span {
    color: #979191;
}

.tab_slider_sec .tab-link a:hover, .tab_slider_sec .tab-link span:hover {
    color: var(--link_hover);
}

.tick-tabs .tab-link a::before, .tick-tabs .tab-link span::before {
    content: unset !important;
}

.show_nav .search-icon.small-size {
    display: none !important;
}

.search-icon.small-size {
    background: #002e6d0d;
    border-radius: 5px;
    padding: 5px;
    display: none;
}

    .search-icon.small-size.show_search_bar .search-result-sec {
        width: 260px;
        top: 240%;
        left: -90px;
    }

    .search-icon.small-size path {
        fill: var(--text-color) !important;
        stroke: var(--text-color) !important;
    }

.theme-light .light_bg .tick-tabs .tab-link.current a, .theme-light .light_bg .tick-tabs .tab-link.current span {
    background: white !important;
}

.tick-tabs .tab-link.current a, .tick-tabs .tab-link.current span:not(.tab-svg) {
    border: 1px solid var(--orange);
    padding-left: 16px;
}

.tick-tabs .tabs > * + * {
    margin-right: 10px !important;
}

.post-info {
    position: relative;
    padding: 5px 10px;
    margin: 10px 0px;
    padding-bottom: 1px;
    height: 100%;
    min-height: 310px;
    max-height: 310px;
}

    .post-info::before {
        content: "";
        position: absolute;
        background: #fcfcfc;
        height: 106%;
        min-height: 218px;
        width: 105%;
        top: 0;
        right: 0;
        z-index: 5;
    }

.coverage-widget {
    border-radius: 5px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

    .coverage-widget img {
        width: 100%;
        height: auto;
        position: relative;
        border-radius: 5px;
        max-height: 113px;
    }

    .coverage-widget::before {
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(to right, #5c5b5aa1 20%, rgba(0, 0, 0, 0) 75%);
        border-radius: 5px;
        z-index: 1;
    }

    .coverage-widget p {
        color: white;
        text-decoration: unset;
        width: fit-content;
        border: 1px solid currentColor;
        padding: 12px 10px;
        border-radius: 5px;
        z-index: 6;
        width: fit-content;
        text-align: center;
        line-height: 1.8;
        font-weight: 400;
        transition: 0.3s all;
        background: #d7d7d75e;
        position: absolute;
        left: 15px;
    }

.more-widget:hover {
    color: white;
    background: #00000069;
}

.grid-wrapper-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 20px;
}

.read-section .grid-title {
    min-height: 35px;
    text-align: right;
}

.grid-title h5 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.read-section .col-4 section.breaking-news-vertical {
    background: #eaeaea;
}

.read-section .col-4 .breaking-content-wrap {
    overflow: hidden;
    overflow-y: scroll;
    background: #eaeaea;
}

.read-section .col-4 .title {
    margin: 0;
    background: #2f5391;
    border-radius: 5px;
}

.read-section .breaking-content-wrap::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

.read-section .breaking-content-wrap::-webkit-scrollbar-track {
    background: #eaeaea;
}

.read-section .breaking-content-wrap::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border-radius: 0px;
    border: 2px solid #d5d5d5;
}

.read-section .breaking-news-vertical .breaking-text h5 {
    font-weight: 400 !important;
}

.read-section .single-news {
    padding: 10px 15px;
}

.read-section .grid-wrapper-3 {
    width: 100%;
}

.read-section .col-8 {
    height: 100%;
}

.read-section .mangoslider {
    max-height: 100% !important;
}

.aside-tabs .show-more-tab {
    flex-basis: 24%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

    .aside-tabs .show-more-tab::before {
        background-image: linear-gradient(to top, #1446c8 5%, rgba(0, 0, 0, 0) 75%);
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 100%;
        z-index: 9;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        z-index: 4;
    }

.show-more-tab.culture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.show-more-tab.sports {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aside-tabs .mangoslider {
    display: flex;
    flex-basis: 75%;
    margin-right: 0;
}

.aside-tabs .tab-content {
    display: flex;
}

.show-more-tab-text a {
    font-size: 14px;
    color: white;
    font-weight: 400;
    border: 1px solid white;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 6;
}

.show-more-tab-text {
    width: 100%;
    text-align: center;
}

    .show-more-tab-text a:hover {
        color: white;
        background: #ddcfcf85;
    }

.infograpgh-section {
    background: #1c3664 !important;
}

    .infograpgh-section .section_head.title_tab_bar .title h2, .infograpgh-section .grid-title h5 {
        color: white !important;
        transition: color 0.3s !important;
    }

.section_head.title_tab_bar .title a h2:hover {
    color: var(--orange) !important;
}

.infograpgh-section .grid-image {
    position: relative;
    overflow: hidden;
}

    .infograpgh-section .grid-image::before {
        background: #000000b3;
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 100%;
        -webkit-transition: all 0.4s ease-in-out 0s;
        z-index: 9;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 5px;
    }

.infograpgh-section .grid-item:hover .grid-image::before {
    top: 0;
}

.infograpgh-section .grid-item .lg_para p {
    color: white;
    text-align: right;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
    font-weight: 200;
}

.infograpgh-section .grid-item:hover .lg_para {
    opacity: 1;
}

.col-6.col-md-6 .item-image {
    flex: 0 0 28%;
}

.infograpgh-section .grid-item {
    position: relative;
    overflow: hidden;
}

.featured-latest-section .card-div.inside img {
    width: 100%;
}

.featured-latest-section .col-4 {
    max-width: 34%;
}

.most-read-section .grid-wrapper-five .tab_item_bg img, .most-read-section .sports-grid .digit .tab_item_bg img {
    width: calc(100% - 65px) !important;
}

.tab_swiper_widget-most-sports img {
    width: calc(100% - 75px);
}

.tab_swiper_widget-most-sports {
    counter-reset: section;
}

.grid-wrapper-five, .most-read-section .sports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
    grid-gap: 20px;
    counter-reset: section;
    margin-left: auto;
    margin-bottom: 0 !important;
}

    .most-read-section .grid-wrapper-five .digit .tab_item_bg::after, .most-read-section .sports-grid .digit .tab_item_bg::after {
        font-size: 50px !important;
    }

.grid-wrapper-one {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(55%, 1fr));
    grid-gap: 29px;
}

.most-read-section .grid-wrapper-five .tab_item_info {
    width: calc(100% - 45px) !important;
}

.featured-latest-section .col-8 {
    max-width: 65%;
}

.sports .single-item {
    display: flex;
    gap: 5px;
}

.grid-item h4 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.flex-grid-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.featured-latest-section .item-image {
    flex: 0 0 34%;
}

.featured-latest-section.equal-grids .item-image {
    flex: 0 0 35%;
}

.featured-latest-section .content {
    bottom: 20px;
    right: 15px;
    width: 95%;
}

section .white-card {
    padding: 8px;
}

.featured-latest-section .col-50 {
    width: 50.5%;
}

.featured-latest-section.sports .item-image {
    flex: 0 0 40%;
}

.featured-latest-section.sports .item-content {
    flex: 0 0 58%;
}

.featured-latest-section :where(.title h3, .title h2) {
    color: white;
}

.no-background .light_bg {
    background: white !important;
}

.pd-top-0 {
    padding-top: 0;
}

.theme-dark, .theme-light {
    --dark-brown: #1f1400;
    --brown: #362300;
    --border: #c4c4c4;
    --cust_shadow: #545454;
    --borer-light: #ececec;
    --homewhite: #f8f8f8;
    --orange: #ff6b00;
    --link_hover: #ff6b00;
    --accent: #983200;
    --dark_blue: #0055b8
}

.theme-light {
    --text-blue: #1c3664;
    --bg_gray: #f3f3f3;
    --lightgray: #f4f4f4;
    --text-color: #4a4a4a;
    --white: #000;
    --black: #fff;
    --blue: #0055b8;
    --cust_yellow: #ffb71b
}

    .theme-light .language a::before {
        background-color: var(--text-color)
    }

    .theme-light .cust_checkbox .switch {
        -webkit-transition: .4s linear;
        -o-transition: .4s linear;
        transition: .4s linear;
        color: var(--black)
    }

        .theme-light .cust_checkbox .switch::before {
            -webkit-transition: .4s linear;
            -o-transition: .4s linear;
            transition: .4s linear;
            background-color: var(--black);
            -webkit-filter: drop-shadow(0px 3px 6px var(--black));
            filter: drop-shadow(0px 3px 6px var(--black))
        }

    .theme-light .innerheader {
        background-color: transparent;
        -webkit-transition: .4s linear;
        -o-transition: .4s linear;
        transition: .4s linear;
        -webkit-filter: drop-shadow(20px 10px 30px rgba(78,78,78,15%));
        filter: drop-shadow(20px 10px 30px rgba(78, 78, 78, 15%))
    }

    .theme-light .hero_slider {
        background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#c4c4c4));
        background: -o-linear-gradient(#f8f8f8 0,#c4c4c4 100%);
        background: linear-gradient(#f8f8f8 0,#c4c4c4 100%)
    }

    .theme-light .theme_wrap .icon img.light {
        display: none
    }

    .theme-light .theme_wrap .icon img.dark {
        display: block;
        width: 30px;
        height: 30px
    }

    .theme-light .show_mega_menu .innerheader {
        -webkit-filter: drop-shadow(20px 10px 30px transparent);
        filter: drop-shadow(20px 10px 30px transparent);
        -webkit-transition: .4s linear;
        -o-transition: .4s linear;
        transition: .4s linear
    }

    .theme-light .show_mega_menu .mega_navigation {
        background: #fff
    }

    .theme-light .blue_bg .more_browse_btn, .theme-light .blue_bg .section_head .title h2, .theme-light .blue_bg .section_head .title h2 a, .theme-light .blue_bg.col2_grid_sec .grid_card .more_browse_btn, .theme-light .blue_bg.col2_grid_sec h2, .theme-light .btn, .theme-light .day_time p, .theme-light .documentry_sec .more_browse_btn, .theme-light .documentry_sec .section_head .title h2, .theme-light .documentry_single_card .show_info *, .theme-light .footer_bottom_menu .footer_note, .theme-light .infi_slider_wrap .infi_item p, .theme-light .new_tab_item .btn_new, .theme-light .right_reserved_txt, .theme-light .scaled_tab_sec.sports_tab_sec .swiper-slide:hover .tab_item_info p, .theme-light .scaled_tab_sec.sports_tab_sec .white_link .more_browse_btn, .theme-light .slide_link a:hover, .theme-light .sports_tab_sec.scaled_tab_sec .tab-link a, .theme-light .sports_tab_sec.scaled_tab_sec .tab-link.current a, .theme-light .sports_tab_sec.scaled_tab_sec .title h2 span, .theme-light .tab_item_info p, .theme-light .theme-light .day_time p, .theme-light .thumb_info p, .theme-light .video_tab_sec .more_browse_btn, .theme-light .video_tab_wrapper .video_info p, .theme-light .wather_tamp p, .theme-light .wather_tamp small, .theme-light body h2, .theme-light footer .footer_top_menu ul li a, .theme-light section.video_tab_sec .tab-link.current a {
        color: var(--black)
    }

    .theme-light header .language a:hover {
        color: var(--homewhite);
        background-color: var(--text-blue)
    }

    .bg-dark .section-header.title h2, .bg-dark-grey .tick-tabs .tab-link a, .bg-dark-grey .tick-tabs .tab-link span, .theme-dark .article-content-wrap h2, .theme-dark .bg-sports .section_head.title_tab_bar .title h2, .theme-dark .block_title h2, .theme-dark .breaking-meta a, .theme-dark .card-title h4, .theme-dark .carousel-title, .theme-dark .details-content h2, .theme-dark .grey-bg .btm_line span, .theme-dark .grid-title h3, .theme-dark .grid-title h5, .theme-dark .item-details-wrap h3, .theme-dark .item.title.podcast a, .theme-dark .lg_para.podcast, .theme-dark .light_bg .tick-tabs .tab-link.current a:hover, .theme-dark .light_bg .tick-tabs .tab-link.current span:hover, .theme-dark .live-metas-wrapper h4, .theme-dark .media h3 a, .theme-dark .more-hover-svg a, .theme-dark .more-hover-svg a:hover, .theme-dark .podcast-details .podcast-content-wrap .title.font_45 h2, .theme-dark .read-section .breaking-news-vertical .breaking-text h5, .theme-dark .single-latest-news-text h3, .theme-dark .tab_item_info h4, .theme-dark .tab_item_info.home_featured_title p, .theme-dark .tick-tabs .tab-link.current a, .theme-dark .tick-tabs .tab-link.current a:hover, .theme-dark .tick-tabs .tab-link.current span, .theme-dark .tick-tabs .tab-link.current span:hover, .theme-dark .whatsapp-service-grid-item h2, .theme-dark section.breaking-news-vertical .breaking-text h6, .theme-light .card_slider_sec .section_head .title h2, .theme-light .documentary-wrapper .tick-tabs .tab-link a, .theme-light .documentary-wrapper .tick-tabs .tab-link span, .theme-light .documentary-wrapper .time.video-time p, .theme-light .shadow-card .tab_content_wrapper .item-metas .author-name {
        color: #fff !important
    }

        .theme-dark .author-name, .theme-dark .carousel-title h4, .theme-dark .category-meta, .theme-dark .content-media-item figcaption, .theme-dark .date-range-wrapper label, .theme-dark .episode_content .item.title, .theme-dark .featured-coverage .widget-summary p, .theme-dark .hide_in_mobile .search_wrap p, .theme-dark .most-read-swiper .tab_item_info h4, .theme-dark .news-cast-related h3, .theme-dark .news-main-container .slider_desc h2, .theme-dark .post-details li, .theme-dark .post-details p, .theme-dark .post-media figcaption, .theme-dark .post_disclaimer, .theme-dark .read-col .item-content .item.title, .theme-dark .result-index h7, .theme-dark .swiper-coverflow .coverflow-slide-title h2, .theme-dark .ticker-text p, .theme-dark .video-grid-title h5, .theme-dark .video-item-content p, .theme-dark .weather_box .day small, .theme-dark .weather_temp p, .theme-dark .weather_temp.night_temp p::before, .theme-dark .weather_temp.night_temp small, .theme-dark .weather_top h3, .theme-dark header .main_link .active a, .theme-dark label.form-check-label, .theme-light .card_slider_sec .white_txt .more_browse_btn {
            color: #fff
        }

            .theme-light .card_slider_sec .white_txt .more_browse_btn:hover, .theme-light .col2_grid_sec .grid_card .more_browse_btn:hover, .theme-light .nav_wrap h2, .theme-light .new_tab_item .btn_new:hover, .theme-light .tab_slider_sec .tab-link:not(#tab-most-visited):not(#tab-reading-now) a:hover, .theme-light body a.more_browse_btn:hover {
                color: var(--link_hover)
            }

    .theme-light .card_slider_sec .more_browse_btn::before, .theme-light .documentry_sec .more_browse_btn::before, .theme-light .sports_tab_sec .slider_navigation div[class*=swiper-button], .theme-light .video_tab_sec .more_browse_btn::before {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    .theme-light body a.more_browse_btn:hover::before {
        -webkit-filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%);
        filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%)
    }

    .theme-light .day_time::after {
        background-color: var(--black)
    }

    .theme-light .thumb_slider_wrapper {
        background-image: linear-gradient(125deg,#ffffff42 50%,#ffffff42 87%,#f28d255e)
    }

    .theme-light .slider_bottom_row .wather_wrapper {
        background-image: linear-gradient(-125deg,#ffffff40 70%,#ffffff42 72%,#f28d255e)
    }

    .theme-light .dark-navigation .slider_navigation div[class*=swiper-button], .theme-light .mini_bg_sec .slider_navigation div[class*=swiper-button], .theme-light .more_browse_btn::before, .theme-light .rounded_sec.dark_gray_bg .read_icon {
        -webkit-filter: brightness(0);
        filter: brightness(0)
    }

    .theme-light .gradient_tab_sec .title p {
        color: #4a4a4ad4
    }

.title_hover h2 {
    transition: color .3s !important
}

.theme-dark .white-bg .all_news_slider.side_by_slider, .theme-dark .white-bg .title.font_45, .theme-dark .white-bg .title.font_45::before {
    background: #2e2e2e
}

.theme-light .col2_grid_sec .grid_wrapper .grid_wrap .grid_card, .theme-light .mix_category_sec .grid_card, .theme-light .rounded_sec.dark_gray_bg {
    background: var(--homewhite)
}

.theme-light .col2_grid_sec .rounded_sec.dark_gray_bg, .theme-light .container.transperent_bg .theme-light .tab_slider_sec.sports_tab_sec .tab-link a::before, .theme-light .grid_card, .theme-light section.light_bg, .theme-light section.mini_bg_sec {
    background-color: #f3f3f3
}

.theme-light .rounded_sec.dim_bg {
    background-color: var(--bg_gray)
}

.theme-light .documentry_sec .tab_item_info p, .theme-light .grid_card .card_title p, .theme-light .grid_wrap .date_time span, .theme-light .scaled_tab_sec .tab_item_info p {
    color: var(--dark-text-color)
}

.theme-light .mini_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,#f3f3f3 0,transparent 100%) !important;
    z-index: 1
}

.theme-light .video_tab_sec .blue_bg {
    --webkit-backdrop-filter: blur(15px);
    background: -webkit-gradient(linear,left top,right top,color-stop(60%,#002e6d),to(transparent));
    background: -o-linear-gradient(left,#002e6d 60%,transparent);
    background: linear-gradient(to right,#002e6d 60%,transparent)
}

.theme-light .video_tab_wrapper .video_tab_wrap::before {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(transparent),color-stop(80%,var(--blue)));
    background: -o-linear-gradient(top,transparent,transparent,var(--blue) 80%);
    background: linear-gradient(to bottom,transparent,transparent,var(--blue) 80%)
}

.theme-light .scaled_tab_sec.sports_tab_sec .white_link .more_browse_btn::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.theme-light .scaled_tab_sec.sports_tab_sec .tab_item_info p {
    color: var(--homewhite)
}

.theme-dark .big-slides p.lg_para, .theme-light .col2_grid_sec .grid_card .more_browse_btn {
    color: var(--text-color)
}

.theme-light .sports_tab_sec .rounded_sec {
    background: var(--cust_yellow)
}

.theme-light .tab_slider_sec .tab-link a:hover::before, .theme-light .tab_slider_sec .tab-link.current a::before {
    background-color: var(--link_hover)
}

.theme-light .mix_category_sec .rounded_sec.dark_gray_bg {
    background: var(--black)
}

.theme-light .footer_middle_menu p {
    color: var(--accent)
}

.lg_para, .theme-light .news_aside .Category p, .theme-light .news_aside .day_time p, .theme-light .news_content .news_title h2, .theme-light .news_read_more .tab_item_info p, .theme-light .news_read_more h2, .theme-light .read_wrap h2, .theme-light .side_by_slider .Category p, .theme-light .side_by_slider .day_time p, .theme-light .side_by_slider .slider_desc h2, .theme-light .side_by_slider .slider_desc p, .theme-light .slide_info_wrap .Category p, .theme-light .slide_info_wrap .day_time p, .theme-light .slide_info_wrap .slider_desc h2, .theme-light .slide_info_wrap .slider_desc p {
    color: var(--white)
}

.theme-dark .video-grid-title h4 {
    font-weight: 400;
    color: #fff
}

.theme-dark .post-type.post-metas.type-wrap p {
    color: #ececec !important;
    border: 1px solid #c6c6c6 !important
}

.theme-light .news_tab.tabs a, .theme-light .tags_wrapper .tag_item a {
    background-color: #e7e7e7;
    color: var(--border)
}

    .theme-light .blue_bg.col2_grid_sec .grid_card .more_browse_btn:hover, .theme-light .news_tab.tabs a:hover, .theme-light .slide_link a, .theme-light .tags_wrapper .tag_item a:hover {
        color: var(--orange)
    }

.theme-light .news_tab.tabs .current a {
    background-color: #ffc79f;
    color: var(--orange)
}

.theme-light .show_search_bar .svg_icon:hover svg g, .theme-light .show_search_bar .svg_icon:hover svg line, .theme-light .svg_icon:hover path, .theme-light .svg_icon:hover svg g, .theme-light .svg_icon:hover svg line {
    stroke: var(--orange)
}

.theme-light .show-menu .svg_icon:hover path, .theme-light .show_mega_menu .svg_icon path, .theme-light .svg_icon:hover path {
    fill: var(--orange)
}

.footer .icon svg_icon path, .theme-light .show_search_bar .svg_icon svg g, .theme-light .show_search_bar .svg_icon svg line, .theme-light .svg_icon path, .theme-light .svg_icon svg g, .theme-light .svg_icon svg line {
    stroke: var(--white)
}

.footer svg#down-arrow path, .theme-dark .icon.svg_icon path, .theme-dark .tick-tabs .tabs svg, .theme-dark span.search-click.svg_icon svg, a.search-click.svg_icon svg {
    fill: white
}

.theme-dark .hamburger path, .theme-light .footer .show_search_bar .svg_icon svg g, .theme-light .footer .show_search_bar .svg_icon svg line, .theme-light .footer .svg_icon path, .theme-light .footer .svg_icon svg g, .theme-light .footer .svg_icon svg line {
    stroke: white
}

.theme-light .show-menu .svg_icon path, .theme-light .show_mega_menu .svg_icon path, .theme-light .svg_icon path {
    fill: var(--text-blue)
}

.theme-light .infi_item .img_wrap::before {
    background: linear-gradient(transparent,#002e6d 60%)
}

.theme-dark .light_bg .tick-tabs .tab-link a, .theme-dark .light_bg .tick-tabs .tab-link span, .theme-dark .read-section .col-4 section.breaking-news-vertical, .theme-light .col2_grid_sec.video_grid .grid_wrapper .grid_wrap .grid_card {
    background: unset
}

.theme-light .blue_bg .more_browse_btn::before {
    filter: brightness(1)
}

.theme-light .blue_bg .more_browse_btn:hover::before {
    filter: invert(48%) sepia(99%) saturate(2911%) hue-rotate(2deg) brightness(102%) contrast(109%)
}

.theme-light .video_grid.col2_grid_sec .card_desc .tab_item_bg::before {
    background: linear-gradient(transparent,#0055b8 62%)
}

.theme-light .img_card_body {
    background: linear-gradient(30deg,#002e6d 0,rgba(27,54,101,0) 100%)
}

.theme-light .blue_bg .section_head.top_border {
    border-top: 1px solid #1475f9
}

.theme-light .latest-news-featured h2, .theme-light .light_bg .tick-tabs .tab-link a, .theme-light .tick-tabs .tab-link span, .theme-light li.tab-lin .active a {
    color: #000
}

.theme-light .big-slides .swiper-button-next-big, .theme-light .big-slides .swiper-button-prev-big {
    filter: brightness(0)
}

.theme-light .video-title {
    color: #000;
    font-weight: 500
}

.theme-dark {
    --bg_gray: #212121;
    --lightgray: #707070;
    --text-color: #c4c4c4;
    --white: #fff;
    --black: #000;
    --blue: #002e6d
}

    .theme-dark .theme_wrap .icon img.light {
        display: block;
        -webkit-transition: .4s linear;
        -o-transition: .4s linear;
        transition: .4s linear
    }

    .theme-dark .theme_wrap .icon img.dark {
        width: 20px;
        -webkit-transition: .4s linear;
        -o-transition: .4s linear;
        transition: .4s linear;
        height: 20px;
        display: none
    }

    .theme-dark svg #Line_10, .theme-dark svg #Rectangle_1523 {
        stroke: white !important
    }

    .theme-dark .Category p, .theme-dark section.weather_info {
        background-color: transparent
    }

    .theme-dark .bg-sports .infograpgh-section {
        background: #000 !important
    }

    .theme-dark .infograpgh-section {
        background: var(--bg_blue) !important
    }

    .theme-dark .breaking-news-vertical .breaking-text h6, .theme-dark .podcast-content-wrap .post-metas li, .theme-dark .podcast-content-wrap .title.font_45 h2, .theme-dark .podcast-content-wrap p, .theme-light .dark-text .lg_para, .theme-light .dark-text .slider_desc.video-title h2, .theme-light .dark-text .title.font_45 h2, .theme-light .featured-author-name h2, .theme-light .post-metas a, .theme-light .post-metas li, .theme-light .red-gradient-grid h2 {
        color: #000 !important
    }

    .theme-dark body .news-grid {
        background-color: #132a53
    }

        .theme-dark body .news-grid .single-news-item {
            border-bottom: 0 !important
        }

    .theme-dark .mega_navigation {
        background-color: #2f3841;
        border: 1px solid var(--borer-light)
    }

    .theme-dark .Big-slider-wrap .slider_bg.info-wrap h2, .theme-dark .card-title-holder h3, .theme-dark .live-title, .theme-dark .row-reverse-wrap .title_tab_bar .title.font_45 h2, .theme-dark .section-header.title h2, .theme-dark .small-card-title-holder p, .theme-dark .title.font_45 h2 {
        color: #fff !important;
        transition: color .3s !important
    }

        .theme-dark .row-reverse-wrap .title_tab_bar .title.font_45 h2:hover, .theme-dark .section-header.title h2:hover {
            color: #ff6b00 !important
        }

    .theme-dark .Big-slider-wrap .slider_bg.info-wrap p {
        color: var(--border) !important
    }

    .theme-dark .widget-title p {
        background-color: var(--orange) !important
    }

    .theme-dark .featured-item, .theme-dark section {
        background-color: #1c242a
    }

    .theme-dark .bg-grey, .theme-dark .bg-light, .theme-dark .light_bg, .theme-dark body {
        background-color: #1c2931 !important
    }

    .theme-dark .row-reverse-wrap .container::after {
        background-color: #1c2931
    }

    .theme-dark .podcast-mdn-logo img {
        filter: brightness(5.5)
    }

    .theme-dark .shadow-card .light_bg {
        background-color: unset !important
    }

.theme-light .more-btn:hover a {
    background-color: var(--orange);
    color: #fff
}

.theme-dark .more-btn:hover a {
    background-color: var(--bg_blue);
    color: #fff
}

.theme-dark body .remove-bg-dark section, .theme-dark section.coverage_sec.grey-bg.transperent-bg {
    background-color: transparent !important
}

.theme-dark .blue-themed a:hover, .theme-dark .breaking-content-wrap .breaking-meta + .breaking-meta, .theme-dark .breaking-content-wrap .breaking-meta.red, .theme-dark .pop-div .tab_slider_sec .tab-link.current a, .theme-light .documentary-wrapper .tab-link.active a {
    color: var(--orange) !important
}

.theme-dark .africa-infograph, .theme-dark .bg-dark-grey, .theme-dark .content-media-item figcaption, .theme-dark .details-white-box, .theme-dark .grey-bg-colored, .theme-dark .grey-bg-colored .white-card, .theme-dark .home .episode_content, .theme-dark .live-info, .theme-dark .podcast-details .podcast-content-wrap, .theme-dark .post-media figcaption, .theme-dark .read-section .col-4 .breaking-content-wrap, .theme-dark .swiper-slide.white-themed-slide::before, .theme-dark .video-item-content, .theme-dark .white-bg-colored, .theme-dark .white-box-activate .swiper-slide, .theme-dark .white-card, .theme-dark .white-card.grey-themed, .theme-dark .white-themed-box, .theme-dark .widget-title, .theme-dark div#ticker-box, .theme-dark section.documentary-wrapper, .theme-dark section.featured-coverage .widget-title::before {
    background: #2f3841
}

.theme-dark .pop-div {
    background-color: #2f3841
}

.theme-dark .social-share-icon:hover svg path {
    fill: var(--orange) !important
}

.theme-dark .dark h3, .theme-dark .featured-item-content, .theme-dark .featured-meta, .theme-dark .medium_article_list .item-title, .theme-dark .post-info p.lg_para, .theme-dark .single-info span, .theme-dark .video-item-content .lg_para, .theme-dark li.breadcrumb-item a, .theme-dark section.featured-grid-section .grid-summary p {
    color: var(--border)
}

.theme-dark .Grid-section, .theme-dark .Slide-News.bg-gray, .theme-dark .row-reverse-wrap .all_news_slider.side_by_slider::after, .theme-dark section.coverage_sec {
    background-color: #000
}

.theme-dark .padding-decrease .all_news_slider.side_by_slider, .theme-dark section.documentary-wrapper {
    background-image: unset !important
}

.bg-dark .rounded_sec {
    background: #242424
}

.theme-dark .breaking-content .single-news {
    background-color: #383c4187
}

.theme-dark .breaking-meta, .theme-dark .breaking-text h5, .theme-dark .grid-title h3, .theme-dark .podcast-details .podcast-content-wrap .post-metas li, .theme-dark .podcast-details .podcast-content-wrap p {
    color: var(--text-color) !important
}

.theme-dark .breaking-news-vertical .breaking-meta, .theme-light .documentary-wrapper.dark-text .time.video-time p {
    color: var(--cust_shadow) !important
}

.theme-dark .breaking-content-wrap {
    background-color: #515151e0
}

.theme-dark .breaking-meta + .breaking-meta:before, .theme-dark .single-news + .single-news::before {
    background: var(--cust_shadow)
}

.theme-dark .bg-dim-dark {
    background-color: #242627 !important
}

.theme-light .news-grid .section_head.title_tab_bar h3 {
    color: #000000bf;
    font-weight: 600
}

.theme-dark .grey-bg .flex-head, .theme-dark .grey-bg .news-grid {
    background: #343434
}

.theme-dark .latest-news-meta a {
    color: var(--dim-text-color) !important
}

.theme-dark .linear-bg-dark {
    background-blend-mode: overlay !important;
    background-image: linear-gradient(89deg,#000,#303030) !important;
    background-color: transparent !important
}

.theme-dark .show-lang-submenu .innerheader li.nav_item, .theme-dark .show_nav .innerheader li.nav_item, .theme-dark .toggle-mode {
    border-bottom: 1px solid #4d565c !important
}

.theme-dark .mini-search input#search_text::placeholder, .theme-dark .navigation_menu path {
    fill: #c4c4c4;
    color: #c4c4c4
}

.theme-dark .show-lang-submenu .lang_navigation, .theme-dark .show-nav-submenu .submenu_navigation {
    background: #4d565c2e
}

.theme-light .show-lang-submenu .lang_navigation, .theme-light .show-nav-submenu .submenu_navigation {
    background: #f3f3f3
}

.theme-dark .bg-dark-grey, .theme-dark .dark_themed-section {
    background: #2f3841 !important
}

.theme-dark .more-hover-svg img {
    filter: brightness(5) !important
}

.theme-dark .header .main_link .sub-submenu, .theme-dark .header .main_link a {
    color: #dee0e1
}

.theme-dark .hide_in_mobile .theme_wrap .icon img, .theme-dark section .white-indark img {
    filter: brightness(4.5)
}

.theme-dark .post-info::before, .theme-dark .read-section .col-4 .title, .theme-dark .white-wrap {
    background: var(--bg_blue)
}

.theme-dark .coverflow-btn-box {
    background: #2f3841;
    border: 1px solid #2f3841
}

    .theme-dark .coverflow-btn-box img {
        filter: brightness(6.5)
    }

.theme-dark .hide_in_mobile .search-icon, .theme-dark .hide_in_mobile .theme_wrap .icon {
    background: #4a5158
}

.theme-dark .language a {
    color: #fff;
    background: #aaaaaa38
}

.theme-dark .search-inner-wrap {
    background-color: #33353aad
}

.theme-dark section.documentary-wrapper.remove-dark-bg {
    background: #000
}

.theme-light .dark-arrows div[class*=swiper-button-next], .theme-light .dark-arrows div[class*=swiper-button-prev] {
    filter: brightness(0) !important
}

.theme-dark .horizontal-separator {
    background: var(--dark-border)
}

.subtitle {
    font-size: 17px;
    line-height: 1.8;
    padding-top: 10px;
    font-weight: 600
}

.theme-light .static-section h2 {
    color: #444;
    font-weight: 500
}

.theme-light .separator.container.grey {
    background: #ececec
}

.theme-light .light_gray_bg {
    background-color: #f8f8f8 !important
}

.theme-light #search-app .el-checkbox__label {
    font-size: 1.5rem
}

.theme-dark #search-app .el-checkbox__label {
    font-size: 1.5rem;
    color: #fff
}

.theme-dark section.static-section .words, .theme-dark section.static-section .words a, .theme-dark section.static-section section .text-content, .theme-dark section.static-section section .text-content li, .theme-dark section.static-section.light_bg {
    color: #b4b4b4 !important
}

.theme-dark .hamburger_wrap.hide_in_desktop, .theme-dark .search-icon.small-size {
    background: #aaaaaa38
}

.theme-dark #ticker-box::before {
    background: linear-gradient(to right,rgb(28 41 49 / 78%) 24%,rgba(0,0,0,0) 75%)
}

.theme-dark body header {
    background-color: var(--bg_blue);
    box-shadow: 0 3px 7px #00000026
}

.theme-dark .swiper-pagination-mostRead .swiper-pagination-bullet {
    background: #dfd6d64d !important;
    opacity: .8 !important
}

.theme-dark .swiper-pagination-mostRead .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: var(--orange) !important
}

.theme-dark .read-section .breaking-content-wrap::-webkit-scrollbar-track {
    background: #343434
}

.theme-dark .swiper-pagination-numbered .swiper-pagination-bullet-active {
    background: #132a53;
    color: #fff
}

.theme-light .filter-tabs .tab-link:not(.current) a, .theme-light .horizontal h3 {
    color: #4a4a4a
}

.theme-dark .number-pagination .swiper-pagination-bullet-active, .theme-dark .swiper-pagination-mostRead .swiper-pagination-bullet-active {
    background: var(--orange)
}

.featured-news .number-pagination img, .featured-news .swiper-button-next-mostRead img, .featured-news .swiper-button-prev-mostRead img, .theme-dark .number-pagination img, .theme-dark .swiper-button-next-mostRead img, .theme-dark .swiper-button-prev-mostRead img {
    filter: invert(61%) sepia(98%) saturate(3849%) hue-rotate(357deg) brightness(96%) contrast(112%)
}

.theme-dark .bg-blue-sports .light_bg {
    background: #2f384185 !important
}

.theme-dark .read-section .col-4 .title, .theme-dark .read-section.light_bg .col-4 .title, .theme-dark section.breaking-news-vertical .title {
    background: #1c2931
}

.theme-dark .dark-news.read-section .col-4 .title {
    background: #172126
}

.theme-dark blockquote {
    background: #2f3841;
    box-shadow: none
}

.theme-dark .nav-box {
    background: #5e5e5e;
    border: 1px solid #555
}

.theme-dark .custom-navs img {
    filter: brightness(10)
}

.theme-dark .video-item-content .social-share-icon svg path {
    fill: white !important
}

.theme-dark .dark_themed_grey {
    background: #1c2931 !important
}

.theme-dark .dropdown-content, .theme-dark .image-caption, .theme-dark .content-media-item figcaption {
    background: #2f3841;
    color: #fff
}

.theme-dark .section_head.title_tab_bar .title:hover .more-hover-svg {
    background: #80808054
}

.theme-dark .single-info span {
    border-bottom: 1px solid var(--cust_shadow);
    border-top: 1px solid var(--cust_shadow)
}

.theme-dark .item-text-wrap .single-info span {
    color: var(--border) !important;
    border-bottom: 1px solid var(--cust_shadow)
}

.theme-dark .no-background .light_bg, .theme-dark .tab_slider_sec.dark-themed {
    background: #1c242a !important
}

.theme-dark .coverflow-slider .swiper-coverflow::before, .theme-dark footer {
    background: #1c242a
}

.theme-dark .blue-themed .tab-link:not(.active) a {
    color: #b0b0b1
}

.theme-dark .blue-themed li.active::before {
    background: var(--border)
}

.theme-dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #7474749c;
    opacity: .8
}

.theme-dark .featured-item-content :where(h3,h4) {
    color: #fff
}

.theme-dark .blue-meta p {
    color: #919191 !important
}

.theme-dark .search-check-header {
    background-color: #605f5f
}

@media screen and (min-width: 1200px) {
    .read-section .col-4 .breaking-content-wrap {
        max-height: 550px;
    }

    .col-52 .single-item.no-gap.inlarge .lg_para {
        min-height: 101px;
    }

    .read-section .row .breaking-content-wrap.more-news {
        max-height: 738px;
    }

    .big-slider-carousels .slider_navigation {
        margin-top: 5px;
    }

    .article-wrap .col-4 {
        padding-top: 25px;
    }

    .content .Category p, .content .author-name {
        font-size: 12px;
    }

    .card-div .title h6 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 145%;
    }

    .multi_sec .card_slider_sec {
        padding-bottom: 100px;
    }

    .card_slider_sec .swiper-slide:nth-child(2) .tab_item_bg {
        transform: translateY(-61px) translateX(20px) scale(0.83);
    }

    .card_slider_sec .swiper-slide:first-child .tab_item_bg {
        transform: translateY(-124px) translateX(40px) scale(0.65);
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next + .swiper-slide .tab_item_bg {
        transform: translateY(-120px) translateX(40px) scale(0.65);
    }

    .card_slider_sec .section_head {
        margin-bottom: 20px;
    }

    .grid_tab_sec .tab_content_wrapper {
    }

    section.documentary-wrapper .side_by_slider .slider_bottom_row {
        bottom: 20% !important;
        width: 45%;
    }

    body a {
        font-size: 15px;
    }

    .col2_grid_sec h2 {
        font-size: 30px;
    }

    .btn {
        font-size: 16px;
        padding: 14px 36px;
    }

    .more_browse_btn {
        font-size: 14px;
    }

    header .main_link li {
        margin-right: 20px;
    }

    header .main_link a {
        padding: 30px 0;
    }

    header .right_col > * + *, .head_contols > * + * {
        margin-right: 10px;
    }

    .News-slides .slider_bottom_row.video.documentary {
        right: -2% !important;
        left: unset !important;
        bottom: 15% !important;
    }

    .header.show_nav .container {
        padding: 0;
    }

    .left_col > * + * {
        margin-right: 15px;
    }

    .cust_container .cust_width {
        padding: 0 8.5vw;
    }

    .documentry_sec .tab_content_wrapper {
        padding-right: 8.5vw;
    }

    .documentry_sec .section_head {
        margin-bottom: 20px;
    }

    .swiper_banner .slider_bg {
        border-radius: 25px;
    }

    .img_icon {
        margin-bottom: 30px;
    }

    .slide_info_wrap {
        margin-bottom: 20px;
    }

    .slider_desc {
        margin-bottom: 35px;
    }

    .thumb_slider_wrapper .thumb_swiper {
        max-width: 58%;
    }

    .thumb_info_wrap {
        padding: 15px;
    }

    .infinite_wrap {
        border-radius: 25px 25px 0 0;
    }

    .thumb_controler h2 {
        font-size: 32px;
    }

    .slider_navigation {
        margin-top: 25px;
    }

    .filter_bg {
        padding: 35px 35px 45px 35px;
    }

    .icon.wather_icon {
        width: 60px;
        height: 60px;
    }

    .wather_tamp p {
        font-size: 60px;
    }

    .thumb_info {
        margin-bottom: 10px;
    }

    .thumb_slider_wrapper {
        border-radius: 0 25px 0 0;
    }

    .slider_bottom_row .wather_wrapper {
        border-radius: 25px 0 0 0;
    }

    .infi_slider_wrap .infi_item p {
        font-size: 20px;
    }

    .infi_slider_wrap .infi_item {
        padding: 20px 100px 20px 100px;
    }

        .infi_slider_wrap .infi_item::before {
            width: 77px;
            height: 40px;
        }

    .grid_wrap .content_row {
        margin: 25px 0;
    }

    .grid_card {
        border-radius: 20px;
    }

    .video_tab_sec .tabs {
        margin-bottom: 40px;
    }

    .video_info_col .tab_item_info {
        margin-bottom: 30px;
    }

    .col2_grid_sec .top_row {
        padding-bottom: 25px;
    }

    .col2_grid_sec .card_desc .tab_item_info p {
        font-size: 20px;
    }

    .documentry_sec .tab_item_info p {
        font-size: 20px;
    }

    .documentry_sec .tab_item_info {
        margin: 20px auto 0;
    }

    .documentry_btm_inner_row {
        padding-top: 45px;
        margin-top: 35px;
    }

    .documentry_single_card .show_details > *, .documentry_single_card .show-title {
        font-size: 16px;
    }

    .documentry_single_card .show_img, .documentry_single_card {
        border-radius: 20px;
    }

    .col2_grid_sec .dark_gray_bg, .mix_category_sec > .rounded_sec {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .mix_category_sec .section_head {
        margin-top: 25px;
    }

    .grid_wrap .card_desc p {
        font-size: 16px;
    }

    .mix_category_sec .card_desc .card_cat {
        font-size: 14px;
    }

    .developments_sec h2 {
        margin-bottom: 25px;
    }

    .footer_top_menu {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    footer .rounded_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .developments_sec h2 {
        margin-bottom: 25px;
    }

    .footer_bottom_menu .footer_note {
        font-size: 18px;
    }

    .new_tab_item .btn_new {
        border-radius: 0 20px 0 20px;
    }

    .news_read_more {
        padding: 15px;
    }

    .browse_wrap {
        margin-bottom: 30px;
    }

    .tags_wrapper {
        padding: 0 30px;
    }

    .img_title h2 {
        min-height: 73px;
    }

    .img_title {
    }

    .video_img {
        margin-bottom: 30px;
    }

    .img_card_wrapper {
        padding-bottom: 30px;
    }

    .follow_me_img_sec.video_online_follow {
        padding-top: 50px;
    }

    .infinite_scroll_slider {
        padding-bottom: 30px;
    }

    .follow_me_img_sec.video_follow {
        padding: 30px 0 60px;
    }

    .video_grid .grid_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

        .video_grid .grid_wrapper .grid_wrap {
            padding: 0 15px;
        }

    .section_head.top_border {
        padding-top: 40px;
    }

    .grid_wrapper {
        margin-left: -9px;
        margin-right: -9px;
    }

    .col3_grid_sec .grid_wrapper .grid_wrap {
        padding: 0 9px;
        margin-bottom: 18px;
    }

    .img_wrap_sec .img_content {
        bottom: 30px;
    }

    .infinite_scroll_slider .swiper-container {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .infinite_scroll_slider .swiper-slide {
        padding: 0 12px;
    }

    .all_videos_sec .grid_wrapper {
        padding-bottom: 30px;
    }

    .tab_single_info p {
        font-size: 18px;
    }

    .field_video_tabs .tab_item_bg, .tab_slider_col_img img {
        border-radius: 25px;
    }

    .tab_item_single_info p {
        min-height: 59px;
    }

    .tab_item_single_info h6, .tab_item_single_info {
        margin-bottom: 20px;
    }

    .single_info_col {
        border-radius: 25px;
        padding-left: 30px;
    }

    .img_wrap_sec {
        padding-bottom: 70px;
        padding-top: 80px;
    }
}

@media screen and (max-width: 1200px) {
    #ticker-box::before {
        display: none;
    }

    .image-caption, .content-media-item figcaption {
        font-size: 12px;
        line-height: 1.8 !important;
        padding: 5px 10px !important;
    }

    .dual-related .tab_item_bg {
        flex: 0 0 40% !important;
        margin-left: 0.8rem;
    }

    .dual-related .tab_item_info {
        flex: 1 !important;
    }

    section .aside-widget .widget-image {
        width: 100%;
    }

    section.coverflow-slider .section_head.title_tab_bar.with-filters {
        padding-bottom: 20px;
    }

    section.inside-sports .item-content {
        flex: 0 0 63%;
    }

    section.inside-sports .grid-wrapper-one {
        grid-gap: 13px;
    }

        section.inside-sports .grid-wrapper-one .item-image {
            flex: 0 0 33%;
        }

        section.inside-sports .grid-wrapper-one .item-title {
            margin: 4px 0px;
        }

    .read-slider-section h5 {
        -webkit-line-clamp: 3;
    }

    .read-section .read-slider-section .fixed-height {
        height: unset;
    }

    section .card-title.max-content {
        min-height: 60px !important;
    }

    section.featured-coverage.top-title-coverage.light_bg.pd-top-0 {
        padding-top: 17px;
    }

    section .slider_navigation.large {
        top: 40%;
    }

    section.slider-grid-6 .swiper-slide, section .slider-grid-6 .swiper-slide {
        width: 22.93%;
    }

    .section_head.title_tab_bar .title:hover .more-hover-svg {
        background: unset !important;
        padding-right: 0px !important;
    }

    section.hover_zoom .swiper-slide:hover {
        transform: scale(1);
    }

    section .title:hover span {
        width: 0;
        opacity: 0;
        margin-left: 0;
    }

    .pop-div .single-tab.tab-card.no-gap {
        align-items: center;
    }

    .pop-div {
        padding: 10px;
    }

    .show_nav .innerheader .right_col .navigation_menu {
        width: 55%;
    }

    section.two-one-align .stretched .item-image {
        flex: 0 0 45%;
    }

    html body {
        padding-top: 85px;
    }

    header .main_link .nav_item a::before {
        content: unset !important;
    }

    .col-8.col-md-6.col-8.full-ipad {
        max-width: 100%;
    }

    section.unmatched-grids .col-52 .single-item.inlarge {
        margin-top: 0px;
    }

    .unmatched-grids .big-card .fixed-height {
        min-height: 72px;
    }

    section.author-related .inlarge .item-image {
        flex: 0 0 55%;
    }

    section.author-related .inlarge .white-card {
        flex: 1;
    }

    .mobile-featured.home .inner_sec {
        width: 100%;
    }

    .mobile-featured.home .col-47 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .mobile-featured .episode_content {
        gap: 0px;
    }

    .mobile-featured.home li {
        margin-bottom: 20px !important;
    }

    section.two-one-align .inlarge .item-image {
        flex: 0 0 45%;
    }

    .related-podcasts .grid-wrapper-one {
        grid-gap: 20px;
    }

    section.opinion .col-6.col-md-6 .inlarge .item-image {
        flex: 0 0 45%;
    }

    section.opinion .col-6.col-md-6 .inlarge .metas-align-row .Category, section.opinion .col-6.col-md-6 .inlarge .lg_para {
        display: none;
    }

    section .slider_navigation.custom-navs {
        top: 23%;
    }

    section .adjust-slider {
        margin-bottom: unset;
    }

    .breadcrumb-container {
        padding-top: 10px !important;
    }

    .header + section {
        margin-top: 20px;
    }

    section.coverflow-slider .swiper-coverflow {
        margin-top: unset;
    }

    .pop-div .tab-card h5 {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    section .pop-div .tab-card .tab_item_bg {
        flex: 0 0 45%;
    }

    section .pop-div .tab-card .tab_item_info {
        flex: 0 0 51%;
    }

    section .col-6.col-md-6 .featured-post .inlarge .item-image, section .featured-post .inlarge .white-card {
        flex: 0 0 49%;
    }

    .featured-post .single-item {
        margin-top: 15px !important;
    }

    .featured-post .white-card.all-bordered {
        padding-bottom: 0px;
    }

    section.sports .single-item {
        margin-bottom: 10px;
    }

    section.sports .item-content * + * {
        margin-bottom: 5px;
    }

    section .podcast-img {
        flex: 0 0 37%;
    }

    section .player-podcast iframe {
        height: 140px !important;
    }

    .video-featured .right-most .col-4 {
        width: 100%;
        max-width: 43%;
    }

    .video-featured .grid-wrapper-dual-cards {
        row-gap: 15px;
        column-gap: 15px;
    }

    section.min-width .container {
        width: unset;
    }

    .video-featured.right-most .col-4 {
        max-width: 43%;
    }

    section.opinion .col-6.col-md-6 .inlarge {
        margin-top: 36px;
    }

    .col-6.col-md-6 svg {
        display: none;
    }

    section.big-card-related .col-54 {
        width: 55.33%;
    }

    section.big-card-related .col-44 {
        max-width: 42.33%;
    }

    section .medium .item-image {
        flex: 0 0 36%;
    }

    section.society .grid-wrapper-2 {
        margin-top: 15px;
        grid-gap: 13px;
    }

    section .medium-extra .item-image {
        flex: 0 0 40%;
    }

    section.coverflow-slider .swiper-coverflow::before {
        top: 43px;
        height: 70%;
    }

    section .featured-text-wrap {
        gap: 20px;
    }

    section .featured-media-wrap {
        width: 40%;
    }

    section.featured-text-wrap {
        width: 60%;
    }

    section.misc-section .inlarge .item-image {
        flex: 0 0 46%;
    }

    section.two-one-align .inlarge .white-card {
        flex: 0 0 53%;
    }

    section.misc-section .inlarge {
        margin-top: 0px;
    }

    section.two-one-align .item-image {
        flex: 0 0 40%;
    }

    section.two-one-align .col-52 {
        max-width: 51.33%;
    }

    section.two-one-align .col-47 {
        max-width: 46%;
    }

    section.most-read-section .tab_item_bg::after {
        font-size: 50px !important;
    }

    .featured-grids.home .col-52 {
        max-width: 49.33%;
    }

    .featured-grids.home .col-47 {
        max-width: 49%;
    }

    section.featured-latest-section .col-48 .grid-wrapper-one {
        grid-gap: 10px;
    }

    section.featured-latest-section .col-48 {
        max-width: 47%;
    }

    section.featured-latest-section .col-50 {
        width: 51.8%;
    }

    section.featured-latest-section .item-image {
        flex: 0 0 38%;
    }

    section.featured-latest-section.equal-grids .item-image {
        flex: 0 0 37%;
    }

    section.equal-grids .white-card {
        padding: 5px;
    }

    section.animated-grids .grid-item:hover .animated-box {
        top: 20%;
    }

    section .coverflow-btn-box.next-box {
        margin-right: 380px !important;
    }

    section .item-details-wrap .lg_para {
        -webkit-line-clamp: 2;
    }

    .white-card.hide_in_ipad {
        display: none;
    }

    section.resize-col .col-6.col-md-6 {
        max-width: 58%;
        margin-top: 0px;
    }

        section.resize-col .col-6.col-md-6:first-child {
            max-width: 40%;
        }

    section .single-item .white-card :where(.Category, .title) {
        margin-bottom: 10px !important;
    }

    section.resize-col .col-6.col-md-6 .item-image {
        flex: 0 0 33%;
    }

    section .inlarge {
        margin-top: 45px;
    }

    section .white-card p {
        -webkit-line-clamp: 2;
    }

    section .inlarge .white-card {
        flex: 0 0 57%;
        padding-right: 0px;
    }

    section .inlarge .item-image, section .col-6.col-md-6 .inlarge .item-image {
        flex: 0 0 45%;
    }

    section .col-6.col-md-6 .inlarge .item-image {
        flex: 0 0 40%;
    }

    section .right-most .grid-wrapper-3 {
        row-gap: 35px;
    }

    .post-info {
        min-height: unset !important;
    }

    .grid-wrapper-one {
        grid-gap: 0px;
    }

    .article-wrap.row {
        flex-direction: column;
    }

    .list-related {
        padding-top: 20px;
    }

    .col-6.col-md-6 .tabs {
        max-width: 180px;
        padding: 0px 10px;
        overflow-x: scroll !important;
    }

    .swiper-coverflow .swiper-wrapper .swiper-slide {
        width: 297px;
    }

    .ad-vertical {
        display: none;
    }

    .maybe-section .widget-wrap.tab_slider_col {
        flex-direction: row;
        align-items: flex-start;
    }

    .maybe-section .section_head {
        flex-direction: column !important;
    }

    .most-read-section .tab_item_info {
        margin-top: 10px;
    }

    section.most-read-section .tab_item_info {
        width: calc(100% - 10px) !important;
    }

    .col-12.col-md-6 .read-col .single-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .item-text-wrap .single-info + .single-info span {
        padding: 10px 20px;
    }

    .item-text-wrap .single-info span {
        font-size: 1.8rem;
    }

    .list-related .pop-div {
        margin-top: 0px;
    }

    .flex-box.cards-wrap {
        flex-direction: column;
    }

    .big-card-holder img {
        width: 100%;
    }

    .static-content-wrapper {
        flex-basis: 100% !important;
    }

    .ad-hide-ipad {
        display: none;
    }

    .static .col-8 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .slider_navigation.custom-navs.full, section .slider_navigation.custom-navs {
        display: none;
    }

    .episodes .container .swiper-slide.tab, .culture .container .swiper-slide.tab, .different-ideas .container .swiper-slide.tab {
        width: 23.6%;
    }

    .society-section .container .swiper-slide.tab, .sports .container .swiper-slide.tab {
        width: 32%;
    }

    .most-read-section .container .swiper-slide {
        width: 48.6%;
    }

    footer .social_share ul {
        justify-content: center;
    }

    .footer-bottom-text {
        width: 100%;
        text-align: center;
    }

    section.documentary-wrapper .swiper-slide {
        align-items: unset !important;
    }

    .infograpgh-section .grid-item .lg_para {
        top: 50%;
    }

    .space-holder {
        display: none;
    }

    .numbered-swiper-section .weather_info, .numbered-swiper-section .coverage-widget {
        position: relative;
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }

    .search-icon.small-size {
        display: block;
        margin: 0 5px;
    }

    .direct {
        margin: 0px;
    }

    section.author-related .grid-item {
        flex-direction: column !important;
    }

    .whatsapp-service-grid {
        flex-direction: column;
    }

    .whatsapp-service-grid {
        width: 80%;
    }

    .numbered-swiper-section .col.lft {
        display: none;
    }

    .read-section .col-4 .breaking-content-wrap {
        max-height: 504px;
    }

    .read-section .row .breaking-content-wrap.more-news {
        max-height: 600px;
    }

    .numbered-swiper-section .col.rt {
        gap: 0px;
    }

    .col.rt .coverage-widget {
        margin-top: 15px;
    }

    .top_img.hide_in_desktop img {
        border-radius: 0px;
        min-height: 202px;
    }

    .post-info.white-box {
        height: 215px;
        margin: 0;
    }

    .numbered-swiper-section .slider_navigation {
        right: 20px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .numbered-swiper-section.big-section-wrap.linear-bg-dark .slider_desc h2 {
        line-height: 44px;
        -webkit-line-clamp: 2 !important;
        padding: 0px;
    }

    .post-info::before {
        height: 101%;
        bottom: 0;
        top: unset !important;
    }

    .col-12.col-md-6 .card-div.big {
        display: flex;
    }

    .col-12.col-md-6 .author-name, .col-12.col-md-6 .time p {
        font-size: 10px !important;
    }

    .col-12.col-md-6 .item-content {
        padding: 0 !important;
        align-items: flex-start;
        gap: 5px !important;
    }

    .col-12.col-md-6 h5.item.title {
        font-size: 1.2rem !important;
    }

    .col-12.col-md-6 .single-item {
        align-items: center;
    }

    .read-col .author-img {
        height: 25px !important;
        width: 25px !important;
    }

    .col-12.col-md-6 .read-col {
        gap: 15px;
    }

    .post-info::before {
        width: 100%;
    }

    .nav-hide-mobile {
        display: none !important;
    }

    .nav_item.more.hide_in_desktop {
        display: flex !important;
    }

    .news-grid .single-news-item {
        padding: 10px 0px;
    }

    .card_slider_sec .swiper_slide_card .card_info_col {
        max-width: 69.4%;
    }

    .grid_tab_sec .tab_slider_col {
        align-items: center;
    }

    .row-reverse-wrap .all_news_slider.side_by_slider::after {
        content: unset !important;
    }

    .mangoswiper .big_slider .slider_bg.video {
        max-width: 100% !important;
    }

    .news-grid .section_head.title_tab_bar {
        padding: 0px 5px;
    }

    .flex-widgets {
        flex-direction: column-reverse !important;
    }

        .flex-widgets .ad {
            width: 100% !important;
        }

    .weather_info {
        max-width: 100%;
    }

    .big_slider .slider_bg.video {
        max-width: 100%;
    }

    .big-section-wrap.linear-bg-dark .post-info .slider_desc span::before, .white-gradient span::before, .blue-gradient span::before, .grey-gradient span::before, .bright-grey-gradient span::before {
        opacity: 0;
    }

    .grid-item {
        padding: 0px !important;
    }

    .hover_zoom .swiper-slide {
        padding: 0px;
    }

    .video-thumb img {
        max-height: 210px !important;
    }

    .img-optimizer-240 img {
        max-height: 340px !important;
    }

    .img-optimizer-170 .tab_item_bg img {
        max-height: 270px !important;
    }

    .img-optimizer-250 img {
        max-height: 350px !important;
    }

    .img-optimizer-120 img {
        max-height: 420px !important;
    }

    .content {
        right: 10px !important;
    }

    .shadow-card .mangoswiper {
        border-radius: 0px !important;
    }

    .video-wrapper section.all_news_slider.side_by_slider {
        padding-bottom: 30px !important;
    }

    section.documentary-wrapper .swiper-thumbs .swiper-wrapper {
        padding-top: 5px;
    }

    section.documentary-wrapper .side_by_slider .slider_bottom_row {
        position: absolute;
        justify-content: flex-start;
        padding: 1% 0px;
        right: unset !important;
        bottom: 5px !important;
        left: 0px !important;
    }

    .innerheader {
        padding: 20px 0px;
    }

    .news-col {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .news-inner-wrap {
        gap: 10px !important;
    }

    .tab_item_bg_wrap {
        max-width: 26% !important;
        margin-top: -20px !important;
    }

    .aside-widget .widget-summary p {
        padding-top: 10px;
    }

    .aside-widget .tab_item_bg_wrap {
        max-width: 35% !important;
        margin-top: -40px !important;
    }

    .header + section.big-section-wrap {
        padding-top: 0px;
        overflow: hidden;
    }

    section.big-section-wrap .col.rt .tab_item_bg {
        position: relative;
        border-radius: 0px;
        width: 100%;
        overflow: hidden;
    }

    .inner_wrapper.has_advertising {
        flex-direction: column;
    }

    .featured-author-section .inner_wrapper.has_advertising {
        flex-direction: row;
    }

    .item-content {
        gap: 20px !important;
    }

    .covetage_wrap .news-grid {
        padding: 2% !important;
        justify-content: space-between;
    }

        .covetage_wrap .news-grid .single-news-item {
            width: 97%;
        }

    .has_advertising .covetage_wrap {
        max-width: 100%;
        width: 100%;
    }

    .hide-in-mobile-title {
        display: none !important;
    }

    .hide-in-desktop-title {
        display: block !important;
    }

    .read-contianer .item-image {
        flex: 0 0 30%;
    }

    .read-contianer .item-metas {
        padding-top: 5px;
    }

    .brown-bg .item-content {
        flex: 0 0 68% !important;
        gap: 0px !important;
        justify-content: space-between !important;
    }

    .Video .tab_slider_sec .tab-link.current a, .theme-light .Video .tab_slider_sec .tab-link.current a {
        color: white;
    }

    .article-wrap.row .col-4, .article-wrap.row .col-8 {
        width: 100%;
        max-width: 100%;
    }

    aside.post-aside {
        display: flex;
    }

    .article-wrap.row .col-4 {
        margin-top: 20px;
    }

    aside.post-aside section + section {
        margin-right: 30px;
    }

    .col-4 .post-aside .list-related {
        padding-top: 0;
        max-width: 500px;
    }

    .pop-div {
        margin: 0px 10px;
    }

        .pop-div .tab_slider_sec .swiper_slide_card {
            height: 100px;
        }

    section.widget-watch {
        padding: 20px 10px;
    }

    .two-card .tab_slider_sec .tab_item_info p, .article .post-metas li, .post-type .single-meta {
        font-size: 13px;
    }

    .author-name, .time p {
        font-size: 11px !important;
    }

    .news-title-text p {
        font-size: 15px;
    }

    .footer_middle_menu {
        width: 100%;
        display: flex;
    }

        .footer_middle_menu p {
            width: 60%;
            padding: 2vw 0px;
        }

    .footer_btm_row {
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .footer_top_menu ul {
        gap: 20px;
    }

    .footer_bottom_menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
        padding: 0;
        gap: 10px;
    }

    p.footer_note {
        width: 100%;
        text-align: center;
    }

    .footer_btm_img {
        display: none;
    }

    .Big-slider-wrap .sideBy_thumb_slider_wrapper {
        max-width: 40% !important;
        padding: 0px 10px;
    }

    .row-reverse-wrap .container .flex-slider-thumbs-wrap {
        align-items: center;
    }

    .grid_tab_sec .tab_content_wrapper {
    }

    .infographic-section .tab_content_wrapper .tab-content {
        top: -20% !important;
    }

    .section_head.title_tab_bar {
        align-items: flex-start;
        gap: 20px;
    }

    .live-btn-thumb {
        left: 1% !important;
        top: 20% !important;
    }

        .live-btn-thumb .live-btn .live-text {
            font-size: 14px !important;
        }

    .Grid-section .inner_wrapper.has_advertising {
        flex-wrap: wrap;
    }

    .inner_wrapper.has_advertising {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 35px;
    }

    .has_advertising .comm_sq_list.grid_2 {
        max-width: 100% !important;
        width: 100% !important;
    }

    .has_advertising .adv_block {
        padding: 16vw 13vw;
        min-height: 200px !important;
    }

    .head_contols.hide_in_mobile {
        display: none;
    }

    .nav_item.hide_in_mobile {
        display: none;
    }

    section.documentary-wrapper .side_by_slider .slider_bottom_row {
        position: relative !important;
        width: 100% !important;
        bottom: 0px !important;
    }

    .News-slides .slider_bottom_row.video.documentary {
        right: 2% !important;
        left: unset !important;
        bottom: 15% !important;
    }

    .coverage_sec .section_head {
        padding: 5px 2%;
        width: fit-content;
    }

    .img_title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #c4c4c4;
        mix-blend-mode: multiply;
        z-index: -1;
    }

    .img_title {
        padding: 0px 2%;
        flex-direction: row-reverse;
        justify-content: space-between !important;
        position: relative;
        background: var(--bg_blue);
    }

        .img_title .tab_item_bg {
            max-width: 30% !important;
        }

    .absolute-place-holder {
        top: -35% !important;
    }

    .img_title .tab_item_bg {
        max-width: 50%;
        padding-top: 28.7%;
        order: -1;
    }

    .img_title .title h2 {
        font-size: 14px;
        padding: 10px 0;
    }

    .time p {
        font-size: 11px !important;
    }

    .btn {
        font-size: 16px;
        padding: 14px 36px;
    }

    .btn_wrapper .btn {
        padding: 13px 19px;
    }

    .more_browse_btn {
        font-size: 14px;
    }

    .thumb_controler h2 {
        font-size: 26px;
    }

    .head_contols.hide_in_desktop {
        display: flex;
    }

    .nav_wrappper {
        width: 100%;
        border-top: none;
        overflow-y: auto;
        max-height: 60vh;
    }

    .mega_nav_inner_controls {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        position: relative;
        margin-bottom: 10px;
    }

        .mega_nav_inner_controls .head_contols::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 155px;
            width: calc(100vw - 220px);
            background: #fff;
            height: 1px;
        }

    .filter_bg {
        padding: 25px 25px 45px 25px;
    }

    .icon.wather_icon {
        width: 50px;
        height: 50px;
    }

    .wather_tamp p {
        font-size: 50px;
    }

        .wather_tamp p::before {
            font-size: 26px;
        }

    .infinite_wrap {
        border-radius: 20px 20px 0 0;
    }

    .infi_slider_wrap .infi_item {
        margin-bottom: 25px;
    }

    .img_icon {
        margin-bottom: 20px;
        width: 40px;
        height: 40px;
    }

    .slide_info_wrap {
        margin-bottom: 15px;
    }

    .slider_desc {
        margin-bottom: 20px;
    }

    .thumb_slider_wrapper .thumb_swiper {
        margin-top: -60px;
    }

    .thumb_info p {
        font-size: 14px;
    }

    .slider_navigation {
        margin-top: 20px;
    }

    .rounded_sec {
    }

    .infi_slider_wrap .infi_item p {
        font-size: 18px;
    }

    .section_head {
    }

    .grid_card {
        border-radius: 20px;
        padding: 15px;
    }

    .grid_wrap .content_row {
        margin: 20px 0;
    }

    .col4_grid_sec > .rounded_sec.dark_gray_bg {
        padding-bottom: 40px;
    }

    .scaled_tab_sec .tabs {
        margin: 0;
    }

    .scaled_tab_sec .tab_item_info {
        margin-top: 8px;
    }

    footer .rounded_sec {
        padding-bottom: 45px;
        padding-top: 45px;
    }

    .col2_grid_sec .grid_wrapper .grid_wrap .grid_card {
        padding: 17px;
    }

    .col2_grid_sec .content_row .tab_item_info {
        margin-bottom: 10px;
    }

    .video_tab_sec .tabs {
        margin-bottom: 35px;
    }

    .video_tab_wrapper .swiper_slide_card, .video_tab_wrapper .video_tab_wrap {
        border-radius: 20px;
    }

    .col2_grid_sec .top_row {
        padding-bottom: 20px;
    }

    .documentry_sec .tab_item_info p, .col2_grid_sec .card_desc .tab_item_info p {
        font-size: 18px;
        line-height: 26px;
    }

    .documentry_single_card .show_img, .documentry_single_card, .tab_item_bg {
    }

    .documentry_sec .tab_content_wrapper {
        padding-right: 6vw;
    }

    .cust_container .cust_width {
        padding: 0 6vw;
    }

    .documentry_btm_inner_row {
        padding-top: 40px;
        margin-top: 30px;
    }

    .documentry_sec .tab_item_info {
        margin: 15px auto 0;
    }

    .documentry_single_card .show_details > *, .documentry_single_card .show-title {
        font-size: 15px;
        line-height: 25px;
    }

    .documentry_sec .section_head {
        margin-bottom: 30px;
    }

    .grid_wrap .card_desc p {
        font-size: 15px;
    }

    .mix_category_sec .card-title {
        padding-bottom: 15px;
    }

    .developments_sec h2 {
        margin-bottom: 20px;
    }

    .footer_top_menu {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer_bottom_menu .footer_note {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer_btm_img {
        max-width: 53%;
    }

    .footer_bottom_menu .footer_note {
        max-width: 70%;
    }

    .btn_wrapper {
        gap: 15px;
        margin-bottom: 20px;
    }

    .video_tab_wrapper .swiper .swiper-slide {
        border-bottom: 13px solid transparent;
    }

    .documentry_sec .swiper-slide:hover {
        max-width: 25%;
    }

        .documentry_sec .swiper-slide:hover .tab_item_bg, .documentry_sec .swiper-slide .tab_item_bg {
            padding-top: 122%;
            min-height: unset;
        }

    .new_tab_item .btn_new {
        border-radius: 0 15px 0 15px;
    }

    .swiper-slide .new_tab_item {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .new_tab_item .btn_new {
        font-size: 16px;
    }

    .thumb_slider_wrapper .slider_bg {
        border-radius: 15px;
    }

    .card_slider_sec .swiper-slide:nth-child(2) .tab_item_bg {
        transform: translateY(-70px) translateX(20px) scale(0.83);
    }

    .card_slider_sec .swiper-slide:first-child .tab_item_bg {
        transform: translateY(-130px) translateX(40px) scale(0.65);
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next + .swiper-slide .tab_item_bg {
        transform: translateY(-130px) translateX(40px) scale(0.65);
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide-next .tab_item_bg {
        transform: translateY(-70px) translateX(20px) scale(0.83);
    }

    .card_slider_sec .slider_navigation {
        bottom: 110px;
    }

    .card_slider_sec .section_head {
        margin-bottom: 25px;
    }

    .hamburger_wrap.hide_in_desktop, .search-icon.small-size.hide_in_desktop {
        display: block;
    }

    .no-scroll {
        overflow: hidden;
    }

    header .logo_megaNav {
        z-index: 1;
    }

    header .navigation_menu {
        position: fixed;
        top: 0;
        left: -150%;
        width: 0;
        height: 100vh;
        margin-right: 0;
        background-color: #1c2931;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
        transition: all 0.3s ease-in-out;
        padding-top: 119px;
    }

    header.show_nav .navigation_menu {
        left: 0;
    }

    header .main_link {
        margin: 0;
        max-height: calc(100vh - 150px);
        overflow: scroll;
        overflow-x: auto;
    }

    li.submenu_navigation {
        width: 100%;
        padding: 0px !important;
    }

    header .main_link .main_link {
        overflow-y: visible;
        overflow-x: clip;
        width: 100%;
    }

    header .main_link li {
        margin-right: 0;
        width: 100%;
        padding: 0 25px;
    }

    header .main_link a {
        padding: 16px 0;
        display: inline-block;
    }

        header .main_link a::after {
            height: 3px;
        }

    header.show_nav .hamburger path, header .hamburger:hover path {
        stroke: var(--link_hover);
    }

        header.show_nav .hamburger path.center {
            opacity: 0;
        }

        header.show_nav .hamburger path.top {
            transform: rotate(-45deg) translate(-12px, 0px);
        }

        header.show_nav .hamburger path.bottom {
            transform: rotate(45deg) translate(6px, -6px);
        }

    .theme-light header.show_nav .hamburger path, .theme-light header .hamburger:hover path {
        stroke: var(--link_hover);
    }

    .theme-light header .hamburger path {
        stroke: var(--text-color);
    }

    .theme-light header .navigation_menu {
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }

    .side_by_slider .slider_bottom_row {
        bottom: 20px;
        left: 16px;
    }

    .news_tab_sec .news_inner_wrap {
        padding-top: 30px;
    }

    .news_tab.tabs {
        margin-bottom: 30px;
    }

    .news_read_more {
        border-radius: 15px;
    }

    .news_ad_bg img {
        width: 100%;
        border-radius: 15px;
    }

    .news_tab_sec .news_aside {
        padding-top: 68px;
    }

    .news_card_wrapper .news_card_body {
        border-radius: 15px;
        padding: 15px 15px 50px;
    }

    .news_img img {
        border-radius: 15px;
    }

    .news_title h2 {
        font-size: 18px;
    }

    .news_title {
        margin-bottom: 15px;
    }

    .news_aside {
        max-width: 40%;
    }

    .news_tab_wrapper {
        width: 100%;
        max-width: calc(100% - 40% - 25px);
    }

    .full_news_wrapper .news_info p:not(:last-child) {
        margin-bottom: 20px;
    }

    .img_card_body {
        border-radius: 25px;
    }

    .video_img img {
        border-radius: 20px;
    }

    .img_title h2 {
        min-height: 63px;
    }

    .video_img {
        margin-bottom: 25px;
    }

    .img_card_item {
        margin-bottom: 20px;
    }

    .follow_me_img_sec.video_online_follow {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .infinite_scroll_slider .infi_item, .follow_me_img_row figure {
        border-radius: 20px;
    }

    .video_grid.col2_grid_sec .card_desc:not(:last-child) {
        margin-bottom: -50px;
    }

    .tab_single_card_data {
        right: 25px;
        top: 25px;
    }

    .single_info_col_body {
        max-width: 74%;
    }

    .field_video_tabs .tab_content_wrapper {
        max-width: 55%;
    }

    .field_video_tabs .tabs {
        max-width: 41%;
    }

    .single_info_col {
        border-radius: 20px;
        padding-left: 25px;
    }

    .field_video_tabs .tab_item_bg, .tab_slider_col_img img {
        border-radius: 20px;
    }

    .img_wrap_sec {
        padding-bottom: 60px;
        padding-top: 70px;
    }

    .img_single_item {
        min-width: 200px;
    }

    .img_wrap_sec .img_wrapper {
        overflow-x: scroll;
        scrollbar-width: none;
    }

        .img_wrap_sec .img_wrapper::-webkit-scrollbar {
            width: 0;
        }

    .tab_single_info a {
        margin-bottom: 15px;
    }

    section.documentary-wrapper .swiper-slide {
        flex-direction: column-reverse !important;
    }

    .shadow-card .slider_bg.video::before {
        content: unset !important;
    }

    section.documentary-wrapper.hide-slider-nav.bg-remove.shadow-card {
        background: #1c3664;
    }

    .shadow-card .slider_info {
        padding-right: 0px !important;
        padding: 0px 0px 80px 0px !important;
    }

    .theme-light .shadow-card .tab_slider_col .title.font_45 h2 {
        color: white !important;
    }

    section.documentary-wrapper .swiper-thumbs .swiper-slide {
        padding: 0% !important;
        max-width: unset;
    }

    section.documentary-wrapper .swiper-thumbs .swiper-wrapper {
        height: fit-content;
    }

    section.documentary-wrapper .side_by_slider .slider_info {
        max-width: 100% !important;
        padding-top: 0px;
        padding-bottom: 70px;
    }

    section.documentary-wrapper .mini-container .swiper .big_slider .swiper-slide .slider_bg.video {
        max-width: 100%;
    }

    .row-reverse-wrap .swiper-slide {
        gap: 0px !important;
    }

    .row-reverse-wrap .tab_slider_col .title_tab_bar .title.font_45 h2 {
        color: white !important;
        transition: color 0.3s !important;
    }

        .row-reverse-wrap .tab_slider_col .title_tab_bar .title.font_45 h2:hover {
            color: #ff6b00 !important;
        }

    .Video.row-reverse-wrap .side_by_slider .slider_bottom_row.documentary {
        left: 0 !important;
    }

    section.documentary-wrapper.Video.hide-slider-nav.row-reverse-wrap.bg-remove {
        background-blend-mode: unset;
    }

    .row-reverse-wrap .swiper-slide .swiper-wrapper .slider_bg.video {
        padding-top: 0px !important;
    }

    .row-reverse-wrap .container::after {
        content: unset !important;
        width: 0px !important;
        height: 0px !important;
    }

    .row-reverse-wrap .slider_info {
        margin: 0px !important;
        padding-top: 15px !important;
    }

    .row-reverse-wrap .slider_desc.video-title {
        padding-top: 10px !important;
    }

    section.big-section-wrap .container {
        flex-direction: column;
    }

    .top_img.hide_in_desktop {
        display: block;
        min-height: 205px;
    }

    .container .col.rt, .container .col.lft {
        width: 100%;
        max-width: 100%;
    }

    .post-media-showroom {
        display: none;
    }

    .hover_zoom .swiper-slide a:hover, .hover_zoom .tab_card a:hover {
        transform: none !important;
    }

    .background-pattern-white {
        display: none;
    }

    .separate .item-image {
        flex: 0 0 25% !important;
    }

    .hide-below-ipad {
        display: none;
    }

    .grid-wrapper-five {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }

    section.most-read-section .tab_item_bg::after, section.most-read-section .digit .tab_item_bg::after {
        min-width: 60px;
    }

    section .swiper-slide.white-themed-slide::before {
        height: 55%;
    }

    .podcast-icons-wrap .podcast-mdn-logo {
        display: none;
    }

    section .read-more p:hover, section .loadmoresection a:hover {
        color: white !important;
        border: 1px solid #1446c8;
        background: unset;
    }

    section.animated-grids .grid-item:hover .animated-box, .infograpgh-section .grid-item:hover .grid-image::before, .animated-grids .grid-item:hover .grid-image::before {
        top: 100% !important;
    }

    .animated-grids .grid-item:hover .image a::before {
        content: unset;
    }

    section.home .item-content h4 {
        margin: 0px;
    }
}

@media screen and (max-width: 980px) {
    .podcast-container .advertisement, .hideitem-tablet, section .hide-inmobile {
        display: none;
    }

    .notFound-section {
        min-height: 56vh !important;
    }

    .dual-related .tab_item_bg {
        flex: 0 0 32% !important;
    }

    .card-radius .tab_item_bg a:not(.category-meta) {
        width: calc(100% - 70px);
    }

    section .swiper-slide.white-themed-slide::before {
        height: 45%;
    }

    .aside-widget .widget-title h3 {
        font-size: 1.5rem;
    }

    section.inside-sports .col-49 {
        max-width: 100%;
    }

    section.inside-sports .grid-wrapper-one .item-image {
        flex: 0 0 28%;
    }

    section.inside-sports .row {
        flex-direction: column-reverse;
    }

    section .featured-media-wrap.ipad-show {
        display: block;
    }

    .featured-media-wrap.ipad-hide {
        display: none;
    }

    .featured-item {
        flex-direction: column-reverse;
    }

    .featured-media-wrap, .featured-text-wrap {
        width: 100% !important;
        max-height: unset !important;
    }

    section.featured-latest-section.equal-grids .item-image {
        flex: 0 0 30%;
    }

    .flex-grid-column .single-item {
        margin-top: 20px;
    }

    section.featured-coverage .widget-summary {
        padding-bottom: 20px;
        max-width: 65%;
        padding-top: 0px !important;
    }

    section.featured-coverage.top-title-coverage.light_bg.pd-top-0 {
        padding-top: 10px;
    }

    section.featured-coverage .widget-summary p {
        padding-top: 20px;
    }

    section.featured-coverage .widget-image {
        width: 32%;
    }

    section.slider-grid-4 .swiper-slide {
        width: 32.3%;
    }

    section.slider-grid-3 .swiper-slide {
        width: 48.9%;
    }

    section .col-52 .single-item.no-gap.inlarge .lg_para p {
        -webkit-line-clamp: 4;
    }

    section.unmatched-grids .col-52 .single-item.inlarge {
        margin-top: 20px;
    }

    section .card-div.hide-in-desktop {
        display: block;
    }

    .white-cards-container.hide-in-ipad, .card-div.inside.hide-in-ipad {
        display: none;
    }

    section .filter-tabs {
        overflow-x: scroll;
        max-width: 320px;
        padding: 0px 10px;
    }

        section .filter-tabs.filter-section {
            overflow-x: scroll;
            max-width: 100%;
            padding: 20px 0px;
        }

    section.aside-cards .col-6.col-md-6 {
        flex: unset;
        width: 100%;
    }

    section.opinion .col-6.col-md-6 .inlarge {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    section.opinion .row .col-6.col-md-6 {
        flex: unset;
        width: 100%;
    }

    section.video-featured .row .col-8 {
        max-width: 100%;
    }

    section.opinion .col-6.col-md-6 .inlarge .item-image {
        flex: 0 0 35%;
    }

    section.opinion .col-6.col-md-6 .inlarge .metas-align-row .Category, section.opinion .col-6.col-md-6 .inlarge .lg_para {
        display: block;
    }

    .home .col-52 {
        margin-top: 20px;
    }

    section .hide-indesktop {
        display: flex;
    }

    .white-cards-container.horizontal.details {
        flex-direction: column;
    }

    .read-more {
        display: none;
    }

    .white-cards-container.horizontal.details .white-card + .white-card, .white-cards-container.horizontal.details {
        margin-right: 0px;
        margin-top: 20px;
    }

    .podcast-icons-wrap .podcast-mdn-logo {
        display: block;
    }

    section.podcast-container .inner_sec {
        max-width: 100%;
    }

    section .read-more p {
        padding: 5px 15px;
    }

    section.read-section .row .breaking-content-wrap.more-news {
        max-height: 477px;
    }

    .pop-div .tab_slider_sec .tabs {
        overflow: visible;
        max-width: unset;
    }

    .hideitem-desktop {
        display: block;
    }

    .mdn-news .small-grid-image {
        flex: 0 0 30%;
        margin-left: 0.3rem;
    }

    .mdn-news .lg_para {
        display: none;
    }

    section.mdn-news .row {
        flex-direction: column-reverse;
        gap: 0px;
    }

    section.mdn-news .col-6.col-md-6 {
        margin-bottom: 0px;
    }

    section .featured-post .inlarge .white-card {
        flex: 1;
    }

    section.mdn-news .col-6.col-md-6 .featured-post .inlarge .item-image {
        flex: 0 0 30%;
        margin-left: 0.8rem;
    }

    section.sports .single-item {
        margin-bottom: 0px;
    }

    section.sports .item-content * + * {
        margin-bottom: 10px;
    }

    section.news-cast-related {
        width: 100%;
        margin-top: 20px;
    }

    section.news-cast {
        width: 100%;
    }

    .news-cast-related .grid-wrapper-one {
        grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    }

    .video-featured .row {
        flex-direction: column;
    }

        .video-featured .row .col-4 {
            margin-top: 20px;
        }

        .video-featured .row .col-8, .video-featured .row .col-4 {
            max-width: 100%;
        }

    .white-icon {
        display: none;
    }

    section.big-card-related .col-54, section.big-card-related .col-44 {
        width: 100%;
        max-width: 100%;
    }

    section.big-card-related .grid-wrapper-one {
        margin-top: 20px;
    }

    section .medium-extra .item-image {
        flex: 0 0 36%;
    }

    section.society .grid-wrapper-2 {
        margin-top: 20px;
        grid-gap: 20px;
    }

    .related-posts-featured :where(.col-47, .col-52) {
        margin-top: 20px;
    }

    .swiper-coverflow :where(.swiper-slide-prev, .swiper-slide-next) .content, .coverflow-slider .slider_navigation.large {
        display: none;
    }

    section .featured-text-wrap, section .featured-item-bottom {
        gap: 15px;
    }

    section.misc-section .col-48, section.misc-section .col-52 {
        max-width: 100%;
    }

    section .inlarge .white-card {
        flex: 0 0 54%;
    }

    .related-white-grids .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .related-white-grids .white-card + .white-card {
        margin-right: 0px;
    }

    section.two-one-align .col-52 {
        padding-top: 20px;
        max-width: 100%;
    }

    section.two-one-align .col-47 {
        max-width: 100%;
    }

    section.featured-latest-section .col-50 {
        width: 100%;
    }

    section.featured-latest-section .col-48 {
        max-width: 100%;
    }

    section.animated-grids .grid-item:hover .animated-box {
        top: 10%;
    }

    section .episode_content .item-image {
        flex: 0 0 40%;
    }

    section .episode_content .item-content {
        flex: 0 0 58%;
    }

    section.podcast-banner .podcast-share-grid {
        top: 25%;
        right: 16px;
    }

    section .podcast-logo-text {
        font-size: 13px;
    }

    section .podcast-social-logo img {
        width: 20px;
    }

    section.unmatched-grids .row {
        flex-direction: column;
        gap: 0;
    }

    section.coverflow-slider .swiper-coverflow::before {
        top: 0;
        background: white;
        height: 100%;
    }

    section .swiper-coverflow :where(.swiper-slide) {
        opacity: unset;
    }

    .coverflow-slider .slider_navigation.large {
        top: 48% !important;
        justify-content: space-between;
    }

    section.coverflow-slider .section_head.title_tab_bar {
        padding-bottom: 20px !important;
    }

    section.coverflow-slider .swiper-coverflow {
        padding: 20px !important;
    }

    .reverse-cols {
        flex-direction: row-reverse;
    }

    .video-with-related .row {
        flex-direction: column;
    }

    section.video-with-related .flex-box-items {
        padding-right: 20px;
    }

    .video-with-related .row .col-57, .video-with-related .row .col-42 {
        max-width: 100%;
    }

    .society-banner {
        margin-top: 20px;
    }

    .society .grid-wrapper-2 {
        margin-top: 20px;
    }

    .related-posts-featured .row {
        flex-direction: column;
    }

    .related-posts-featured.pd-top-20 {
        padding-top: 0px;
    }

    .society .col-49, .related-posts-featured .col-49 {
        max-width: 100%;
    }

    .society .row {
        flex-direction: column-reverse;
    }

    .related-posts-featured :where(.col-47, .col-52) {
        margin-top: 20px;
    }

    .col-48 .grid-wrapper-one {
        margin-top: 20px;
    }

    .featured-latest-section .col-50, .featured-latest-section .col-48 {
        width: 100%;
        max-width: 100%;
    }

    section .tag-on-edge .Category {
        bottom: 10px;
    }

    .col-8 .grid-wrapper-2 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .grid-wrapper-2 .single-item.inlarge {
        flex-direction: column;
    }

        .grid-wrapper-2 .single-item.inlarge .item-image {
            margin-left: 0;
        }

        .grid-wrapper-2 .single-item.inlarge .white-card {
            padding: 10px;
            flex: 1;
        }

    section .blue-card {
        padding: 20px 15px;
    }

    section .inlarge {
        margin-top: 20px;
    }

    section .card-items .card-title {
        min-height: unset !important;
    }

    section.resize-col .col-6.col-md-6:first-child, section.resize-col .col-6.col-md-6 {
        max-width: 100%;
        width: 100%;
        flex: unset !important;
    }

        section.resize-col .col-6.col-md-6 .blue-card .item-image {
            margin-left: 0px;
        }

    section .right-most .col-6 {
        width: 100%;
        padding-top: 20px;
    }

    .widgets-featured-wrap {
        flex-direction: column;
    }

    .weather-wrap {
        padding-top: 20px;
    }

    section .col-52, section .col-47, section.featured-grids.home .col-47, section.featured-grids.home .col-52, section .coverage-wrap, section .weather-wrap {
        max-width: 100%;
    }

    .white-cards-container {
        padding-bottom: 20px;
    }

    .featured-grids .row {
        flex-direction: column;
    }

    section .single-item .border-below {
        border-bottom: 1px solid #cbcbcb;
    }

    section .two-card .tab_content_wrapper .tab-content .inner-wrapper {
        flex-direction: column !important;
    }

    .slider_navigation.large {
        top: 40% !important;
    }

    .col-6.col-md-6 .tabs {
        max-width: 230px;
    }

    .swiper-coverflow .swiper-wrapper .swiper-slide {
        width: 335px;
    }

    .culture-news-section .grid-wrapper-3 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
        grid-gap: 20px;
    }

    .bg-dark-grey .row {
        flex-direction: column;
    }

    .aside-cards .col-6.col-md-6 {
        margin-bottom: 20px;
    }

    .featured-latest-section .row {
        flex-direction: column;
    }

    .featured-latest-section .col-8, .featured-latest-section .col-4 {
        max-width: 100% !important;
    }

    .grid-wrapper-one {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        grid-gap: 10px;
        margin-top: 10px;
    }

    .sports .single-item {
        margin-top: 10px;
        padding: 0px;
    }

        .sports .single-item .item-content {
            padding: 0px !important;
        }

    section.featured-latest-section.sports .item-image {
        flex: 0 0 30%;
    }

    .featured-videos .row {
        flex-direction: column;
    }

        .featured-videos .row .col-8 {
            max-width: 100%;
        }

        .featured-videos .row .col-4 {
            max-width: 100%;
            margin-top: 20px;
        }

    .featured-videos .grid-wrapper-two {
        grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    }

    .separate .item-image {
        flex: 0 0 30% !important;
    }

    .slider_bg.video a::before, .content-image::before, .slider-img a::before {
        width: 40px !important;
        height: 40px !important;
    }

    .grid_tab_sec .tab_slider_col {
        width: 100% !important;
    }

    .notice-content-text h2 {
        font-size: 2rem;
    }

    aside.post-aside {
        flex-direction: column;
    }

        aside.post-aside section + section {
            margin-right: 0px;
        }

    section.society-section .container .swiper-slide.tab, section.sports .container .swiper-slide.tab {
        width: 49.02%;
    }

    section.aside-tabs .mangoslider {
        flex-basis: 68%;
    }

    section.aside-tabs .show-more-tab {
        flex-basis: 30%;
    }

    section .slider_navigation.custom-navs {
        display: none;
    }

    .big-slider-section .big_slider h2 {
        -webkit-line-clamp: 2;
    }

    section .slider_navigation.custom-navs.big-navs {
        display: none;
    }

    .slider_navigation.custom-navs {
        width: 76.5% !important;
        top: 18% !important;
    }

        .slider_navigation.custom-navs img, .slider_navigation.custom-navs img {
            height: 20px !important;
        }

    .mangoswiper .slider_info .video-title {
        padding-top: 10px !important;
    }

    .opinion .row {
        flex-direction: column;
    }

    .card-div.inside.hide-card {
        display: none;
    }

    .analysis .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
    }

    .opinion .read-col {
        gap: 10px !important;
    }

    .opinion .col-12.col-md-6 h5.item.title {
        font-size: 1.4rem !important;
    }

    .grid-widget {
        flex-direction: column;
        width: 100%;
    }

    .read-cards-section .cards-container {
        flex-direction: column;
    }

    .infograpgh-section .grid-item .lg_para p {
        font-size: 1.2rem;
    }

    .row .col-8 {
        max-width: 58%;
    }

    .row .col-4 {
        max-width: 40%;
    }

    .grid-widget .equal {
        padding-top: 0px !important;
        width: 100% !important;
    }

    footer .social_share ul {
        justify-content: center;
    }

    .big-slides .flex-inner-slide .slider_info {
        padding-top: 0px;
    }

    .footer_menu {
        flex-direction: column;
        align-items: center;
    }

    .big-slides .slider_navigation {
        margin: 0;
    }

    .big-slides p.lg_para {
        margin-bottom: 5px;
    }

    .big-slides .flex-inner-slide .slider_info {
        padding: 0px 5px !important;
    }

    .flex-inner-slide {
        padding: 0px !important;
    }

    footer .footer_top_menu ul {
        gap: 15px;
    }

    .footer_middle_menu {
        flex-direction: column;
    }

        .footer_middle_menu p {
            width: 100% !important;
        }

    footer .footer_top_menu ul li a {
        font-size: 15px;
    }

    .read-section .col-4 .breaking-content-wrap {
        max-height: 760px;
    }

    .grid-wrapper-4 {
        grid-template-columns: repeat(auto-fill, minmax(32%, 1fr)) !important;
    }

    .read-section .grid-wrapper-3 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
        grid-gap: 20px;
    }

    .comm_sq_list.grid_2 .column_list li a::before {
        font-size: 8rem !important;
    }

    .tab_slider_sec .tabs {
        overflow-x: scroll;
        max-width: 445px;
    }

    .dark-blue.tab_slider_sec .tabs {
        max-width: 300px;
    }

    .card_swipper .swiper-wrapper {
        padding-top: 80px;
    }

    .card_slider_sec .swiper_slide_card {
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .card_slider_sec .swiper-slide:nth-child(2) .tab_item_bg {
        transform: translateY(-90px) translateX(20px) scale(0.83) !important;
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide-next .tab_item_bg {
        transform: translateY(-90px) translateX(20px) scale(0.83) !important;
    }

    .card_slider_sec .swiper-slide:first-child .tab_item_bg {
        transform: translateY(-130px) translateX(40px) scale(0.65) !important;
    }

    .card_slider_sec .swiper-slide:nth-child(2).swiper-slide-active .tab_item_bg, .card_slider_sec .swiper-slide.swiper-slide-active .tab_item_bg {
        transform: translateY(-45px) translateX(0px) !important;
    }

    section.documentary-wrapper .lg_para p {
        font-size: 13px !important;
    }

    section.video-details-wrap .mini_container {
        padding: 0 4.5vw !important;
    }

    .big-slider-carousels .slide-content .section-header.title h2 {
        font-size: 1em !important;
    }

    .side .adv_block {
        padding: 0 !important;
    }

    section.breaking-news-vertical .breaking-content-wrap {
        max-height: 264px;
        overflow-y: scroll;
    }

    section.podcast-container {
        margin-bottom: 0 !important;
    }

    .flex-box .podcast-container .mini_container {
        flex: unset !important;
        width: 100%;
    }

    .podcast-inner-wrapper {
        padding: 5px 0px !important;
    }

    .podcast-ad {
        display: none;
    }

    .section.documentary-wrapper .swiper-slide {
        padding: 15px 40px !important;
    }

    .covetage_wrap .news-grid {
        flex-direction: column !important;
    }

    .news-col {
        flex-direction: column !important;
    }

    .text-style-2 a, .text-style-2 {
        font-size: 14px !important;
    }

    .date, .live-title {
        font-size: 14px;
    }

    .breaking-metas a, .breaking-metas {
        font-size: 12px;
    }

    .breaking-text h6 {
        font-size: 14px;
    }

    section.Slide-News.bg-gray.no-margin {
        padding-bottom: 0px !important;
    }

    ul.footer_menu {
        flex-direction: column;
    }

    .footer_top_menu {
        width: 100%;
    }

    ul.footer_menu {
        width: 100%;
    }

    .Big-slider-wrap .sideBy_thumb_slider_wrapper {
        max-width: 60% !important;
        padding: 0px 10px;
        height: 20%;
        right: 1% !important;
    }

    .live-btn-thumb .live-btn .live-text {
        font-size: 18px !important;
        padding: 8px 20px;
    }

    .live-btn-thumb {
        left: 2% !important;
        top: 33% !important;
    }

    .Big-slider-wrap .thumb_swiper .slider_bg {
        height: 100% !important;
    }

    .Big-slider-wrap .slider_desc .lg_para {
        font-size: 14px !important;
    }

    .hide-slider-nav-full .slider_navigation {
        display: flex !important;
        padding: 2% 1%;
    }

    section.hide-slider-nav-full .slider_navigation.custom-navs {
        display: none !important;
    }

    .news-latest-container.Big-slider-wrap .swiper-slide {
        flex-direction: column;
    }

    .news-latest-container .swiper, .swiper-container {
        height: 100% !important;
    }

    .news-latest-container .slider_bg img {
        width: 100%;
    }

    .news-wrapper {
        flex-direction: column;
        gap: 20px !important;
    }

    .news-grid .news-inner-wrap {
        display: flex;
        flex-direction: row !important;
    }

    .news-grid .news-content-title p {
        padding: 0;
    }

    .news-wrapper .news-latest-container.col-8 {
        width: 100% !important;
        max-width: 100%;
    }

    .col-4.absolute-container {
        width: 100%;
        max-width: 100%;
    }

    .news-latest-container.Big-slider-wrap .slider_bottom_row {
        position: absolute !important;
        bottom: 170px;
    }

    .Big-slider-wrap .swiper-wrapper .slider_bg, .Big-slider-wrap .swiper-wrapper .slider_bg.info-wrap {
        width: 100% !important;
    }

    .col-4.absolute-container .news-main-container {
        position: relative !important;
        top: 0 !important;
    }

    .has_advertising {
        flex-wrap: nowrap !important;
    }

    .Grid-section .has_advertising {
        flex-wrap: wrap !important;
    }

    .author-name, .time p {
        font-size: 11px !important;
    }

    .author-img {
        width: 30px !important;
        height: 30px !important;
    }

    .item-content {
        padding: 5px 0px !important;
        max-width: 65% !important;
    }

    .News-slides .slider_bottom_row.video.documentary {
        right: -2% !important;
        left: unset !important;
        bottom: 15% !important;
    }

    .nav_wrap {
        width: 33.33%;
        margin-bottom: 15px;
    }

    .gradient_tab_sec.tab_slider_sec .tab_slider_col {
        max-width: 79%;
    }

    .grid_wrapper .grid_wrap {
        max-width: 33.33%;
    }

    .grid_wrapper {
        justify-content: flex-end;
    }

    .btn {
        font-size: 14px;
        border-radius: 10px;
    }

    .thumb_info_wrap {
        padding: 5px;
    }

    .has_advertising .comm_sq_list.grid_2 {
        max-width: 100% !important;
    }

    .comm_sq_list.grid_2 .column_list li {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .comm_sq_list .column_list .episode_content {
        flex: 1;
    }

    .section-header.title h2, .Big-slider-wrap h2, .title.font_45 h2 {
    }

    .section-header.title {
        padding: 10px 0px;
    }

    .widget-title p {
        font-size: 15px !important;
    }

    .tab_slider_sec .tab-link a, .tab_slider_sec .tab-link span, .breadcrumb li, .breadcrumb a, .comm_tabination_sec .tab-link a, .comm_tabination_sec .tab-link span {
        font-size: 14px !important;
    }

    .tab_slider_sec .tabs > * + * {
        margin-right: 10px !important;
    }

    .thumb_info p, .post-metas li {
        font-size: 10px !important;
    }

    .day_time p {
        font-size: 12px !important;
    }

    .img_icon {
        width: 30px;
        height: 30px;
    }

    .post-aside .adv_block {
        height: 25%;
        padding: 10% 15%;
    }

    .slider_desc h2 {
        font-size: 20px;
    }

    section.documentary-wrapper .slider_bottom_row {
        margin-top: 0% !important;
    }

    .live-btn-thumb {
        left: 5%;
        top: 17%;
    }

    .pop-div .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .pop-div .tab-content .swiper-wrapper {
        display: flex;
        flex-direction: column !important;
        gap: 25px;
    }

        .pop-div .tab-content .swiper-wrapper .swiper-slide {
            min-width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
        }

    .pop-div .swiper_slide_card .tab_item_info {
        align-items: flex-start;
    }

    .pop-div .tab_item_bg img {
    }

    .thumb_controler {
        max-width: 32%;
        margin-left: 15px;
    }

    .icon.wather_icon {
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }

    .wather_tamp p {
        font-size: 40px;
    }

    .tab_slider_sec .tabs > * + * {
        margin-right: 35px;
    }

    .grid_tab_sec .tab_slider_col {
        flex-direction: column;
    }

    .grid_tab_sec.comm_tabination_sec .tabs {
        flex-direction: row !important;
        display: flex;
    }

    .comm_tabination_sec.grid_tab_sec .section_head {
        max-width: 100% !important;
        flex-direction: row;
        align-items: center;
    }

    section.comm_tabination_sec .tab_slider_bottom_row {
        width: fit-content;
    }

    .grid_tab_sec.comm_tabination_sec .tab-link a::before, .grid_tab_sec.comm_tabination_sec .tab-link span::before {
        bottom: 0 !important;
        width: 12px !important;
        height: 3px !important;
        top: unset !important;
        transform: none !important;
        right: unset !important;
    }

    .grid_tab_sec .tab_content_wrapper {
        max-width: 100% !important;
    }

    .video_info_col .tab_item_info {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .nav_wrap h2 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .nav_wrap ul a {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
    }

    .nav_wrappper {
        scrollbar-width: none;
    }

        .nav_wrappper::-webkit-scrollbar {
            display: none;
        }

    .show_mega_menu .mega_navigation {
        max-height: 100vh;
    }

    .news_tab_wrapper {
        max-width: 100%;
    }

    section.documentary-wrapper .swiper-thumbs .swiper-slide {
        padding: 0px !important;
    }

    section.documentary-wrapper .flex-slider-thumbs-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    section.documentary-wrapper .sideBy_thumb_slider_wrapper {
        height: fit-content;
    }

    section.documentary-wrapper .side_by_slider .slider_info {
        padding: 3% 0%;
        max-width: 100% !important;
    }

    section.documentary-wrapper .big_slider .slider_bg.video {
        max-width: 100%;
    }

    section.documentary-wrapper.side_by_slider .slider_info {
        max-width: 100%;
        padding: 5% 0;
    }

    .news_aside .aside_item {
        position: relative;
        top: unset;
    }

    .news_aside {
        max-width: 100%;
        order: -1;
        margin-bottom: 50px;
    }

    .news_tab_sec .news_aside {
        padding-top: 8px;
    }

    .news_read_more .content_row {
        max-height: 269px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news_read_more .card_desc {
        display: flex;
        flex-wrap: wrap;
        width: 48%;
        justify-content: space-between;
    }

    .img_card_body {
        border-radius: 20px;
        padding: 15px 15px 25px;
    }

    .video_img img {
        border-radius: 15px;
    }

    .video_img {
        margin-bottom: 20px;
    }

    .country_img {
        gap: 10px;
    }

    .img_wrap_sec {
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .tab_single_card_data {
        right: 20px;
        top: 20px;
    }

    .tab_item_single_info h6, .tab_item_single_info {
        margin-bottom: 15px;
    }

    .single_info_col {
        padding: 12px 15px 15px 20px;
    }

    .field_video_tabs .tab-link:not(:last-child) {
        margin-bottom: 20px;
    }

    .comm_sq_list .column_list li:last-child {
        margin: 0 !important;
        border-bottom: unset !important;
        padding-bottom: 0px !important;
    }

    .add-padding .rounded_sec {
        padding: 0px !important;
    }

    .footer_note {
        width: 100%;
        align-items: center;
    }

    .btn_wrapper {
        flex-direction: row;
    }

    .footer-bottom-txt {
        justify-content: center;
    }

    .podcast-content-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .container.blue-bg-cookie {
        flex-direction: column;
        padding: 10px;
        margin: 0px;
    }

        .container.blue-bg-cookie .notice-content-wrap {
            width: 100%;
        }

        .container.blue-bg-cookie .flex-notice {
            width: 100%;
            align-items: center;
        }

    .blue-bg-cookie .flex-notice .close-notice.notice-bottom-close {
        display: none;
    }

    .close-notice.notice-bottom-close {
    }

    .notice-content-button {
        margin-top: 15px !important;
    }

        .notice-content-button button {
            padding: 5px 55px !important;
            font-size: 1.5rem !important;
        }

    .notice-content {
        padding-top: 0px !important;
    }

    .close-notice.notice-bottom-close.mobile-only {
        display: block;
    }

    .notice-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
    }

        .notice-title h2 {
            font-size: 1.9rem;
            margin-bottom: 0;
        }

    .notice-content-text h5 {
        font-size: 1.1rem;
    }

    .notice.cookie-notice {
        padding: 0px 10px;
    }

    .videos-featured .row, .single-item.white-bg-colored {
        flex-direction: column;
    }

    section .live-indicator .live-indicator-text h4 {
        font-size: 1.4rem;
    }

    .live-coverage-show h3 {
        font-size: 1.8rem !important;
    }

    .ad-div.margin-btm-20 {
        margin-bottom: 20px !important;
    }

    section.pd-top-mobile-0 {
        padding-top: 0px;
    }

    section.error-container {
        font-size: 100px;
    }

        section.error-container > span:nth-of-type(2) {
            width: 70px;
            height: 70px;
        }

    .dual-related .news-wrap {
        margin-top: 10px;
    }

    section .post-details iframe[src*="youtube"] {
        height: calc(55vw * 1.2);
    }

    section .swiper-slide.white-themed-slide::before {
        height: 51%;
    }

    .section_head.title_tab_bar.mobile-head {
        flex-direction: row !important;
    }

    section .coverage-image.show-mobile {
        display: block;
        padding-top: 20px;
    }

    .featured-coverage .tab_item_bg_wrap img {
        display: none;
    }

    .aside-widget .widget-title h3 {
        font-size: 1.7rem;
    }

    .aside-widget .widget-summary p {
        padding-top: 20px;
    }

    section.inside-sports .grid-wrapper-one {
        grid-gap: 5px;
    }

        section.inside-sports .grid-wrapper-one .item-image {
            flex: 0 0 36% !important;
        }

    section.inside-sports .single-item .item-content {
        flex: 0 0 59%;
        padding-bottom: 7px !important;
    }

    section.mobile-featured.home .item-content h4 {
        -webkit-line-clamp: 3 !important;
    }

    .theme-dark section.mobile-featured.home .item-content h4 {
        color: white;
    }

    section.mobile-featured.home .item-content {
        padding: 4px !important;
    }

    section.mobile-featured.home .item-content {
        flex: 0 0 56% !important;
    }

    section.mobile-featured.home .card-title h5 {
        line-height: 1.8;
    }

    section.mobile-featured.home .item-content {
        gap: 5px !important;
    }

    section .white-card.hide_in_ipad {
        display: block;
    }

    section.most-read-section .blue-num .tab_item_bg::after {
        font-size: 55px !important;
    }

    section.featured-coverage .widget-summary {
        padding-bottom: 20px;
        max-width: 100%;
        padding-top: 0px !important;
    }

    section.featured-coverage.top-title-coverage.light_bg.pd-top-0 {
        padding-top: 0px;
    }

    section.featured-coverage .widget-summary p {
        padding-top: 10px;
    }

    section.featured-coverage .widget-image {
        width: 50%;
    }

    section .country-img {
        height: 25px;
        width: 25px;
    }

    section.slider-grid-3 .swiper-slide, section.slider-grid-4 .swiper-slide, section.slider-grid-6 .swiper-slide, section .slider-grid-6 .swiper-slide {
        width: 70.6%;
        margin-left: 10px;
    }

    #search-app .search-card-pagination {
        margin-bottom: 20px;
    }

    .result-index h5, section span.category-results-count, #search-app .tab_slider_sec .tab-link a {
        font-size: 1.7rem !important;
        line-height: 1.8;
    }

    .woujoh-banner {
        padding-bottom: 0px;
    }

    .show_nav .innerheader .right_col .navigation_menu {
        width: 100%;
    }

    section .metas-align-row {
        margin-top: 10px;
    }

    .tab_item_info h5 {
        line-height: 1.8;
    }

    section .metas-align-row .Category {
        margin-bottom: 0 !important;
    }

    section.documentary-wrapper section {
        padding-top: 0px;
    }

    section .slider_navigation.most-read, section .absolute_navigation, section .absolute-full-navigation {
        display: none;
    }

    section .weather_box:not(:first-child)::before {
        right: 4px;
    }

    .home.hide-in-ipad {
        display: none;
    }

    section.home.hide-in-desktop {
        display: block;
    }

    section .filter-tabs.filter-section {
        padding-top: 0px;
        margin-top: 0px;
    }

    section .filter-tabs {
        max-width: 100%;
        padding: 0px;
        margin-top: 10px;
    }

    section.mobile-featured.home .column_list li:nth-child(2n) {
        margin-bottom: 20px !important;
    }

    section .weather_box .icon.wather_icon {
        width: 35px;
        height: 35px;
    }

    section.mobile-featured.home .col-47 {
        margin-bottom: 0px;
    }

    section.home ul {
        column-count: 1;
    }

    .related-podcasts .single-item {
        flex-direction: column;
        padding: 0;
    }

    section .medium .item-image {
        width: 100%;
        margin-left: 0;
    }

    .related-podcasts .single-item .metas-align-row {
        margin-top: 20px !important;
    }

        .related-podcasts .single-item .metas-align-row .Category {
            margin-bottom: 0 !important;
        }

    section .white-cards-container.hide-indesktop {
        margin-top: 20px;
    }

    .podcast-icons-wrap .podcast-mdn-logo {
        display: none;
    }

    .author-related .grid-wrapper-2, section.culture-cenima .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .featured-author-content {
        flex-basis: unset !important;
        width: 100%;
    }

    .featured-author-section .inner_wrapper.has_advertising {
        flex-direction: column;
    }

    .featured-author-wrap {
        width: 100% !important;
    }

    .breadcrumb-container {
        padding-top: 5px !important;
    }

    .home .card-title {
        min-height: 50px;
    }

    .home .card-div.inside {
        min-height: 287px;
        margin-bottom: 20px;
    }

    .white-card.all-bordered {
        min-height: 116px;
    }

    .home .content {
        min-height: 100px;
    }

    section .live-coverage-show {
        padding: 10px;
    }

    .home .white-card + .white-card {
        margin-top: 20px;
    }

    .featured-grids.home .col-52 {
        margin-top: 20px;
    }

    section .white-cards-container {
        flex-direction: column;
        min-height: 252px;
        width: 100%;
        padding-top: 0px;
        justify-content: unset;
        padding-bottom: 0px;
    }

    section .read-more p {
        font-size: 1.2rem;
    }

    section .pop-div .tab-card .tab_item_info {
        flex: 1;
        gap: 2px !important;
    }

        section .pop-div .tab-card .tab_item_info p {
            font-size: 1.3rem;
        }

    section .pop-div .tab-card .tab_item_bg {
        flex: 0 0 38%;
        margin-left: 0.8rem;
    }

    section.animated-grids .image a::before {
        content: unset;
    }

    .news-cast-related .grid-wrapper-one {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .swiper-pagination-bg {
        display: none !important;
    }

    section.animated-grids .grid-item:hover .image::before, section.animated-grids .grid-item:hover .animated-box {
        top: 100%;
    }

    .section-grid-wrapper .grid-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    section.most-read-section .tab_item_bg::after {
        font-size: 58px !important;
    }

    section .slider_navigation.number-pagination {
        display: none;
    }

    .infograpgh-section .grid-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    section .flex-content .play-btn {
        width: 30px;
    }

    .swiper-coverflow .coverflow-slide-title h2 {
        display: none;
    }

    .featured-video-grids .col-49 {
        margin-top: 20px;
        max-width: 100%;
    }

    .featured-item-metas {
        line-height: 1.8;
    }

    section .featured-text-wrap, section .featured-item-bottom {
        gap: 30px;
    }

    section .featured-item-content {
        display: block;
    }

    section.two-one-align .item-image {
        width: 100%;
    }

    .episode_content .category-meta {
        padding: 3px 6px;
        font-size: 10px;
    }

    section .tag-on-edge .Category {
        bottom: 5px;
    }

    .podcast-img-wrap {
        padding: 10px;
        background: #1fbabc;
        border-radius: 5px;
        background-position: center;
    }

    section .podcast-banner-wrapper {
        display: none;
    }

    section.podcast-banner .podcast-share-grid {
        position: relative;
        right: 0px;
    }

    .podcast-social-logo {
        margin-top: 8px;
    }

    .podcast-mdn-social {
        flex-wrap: wrap;
    }

    .coverflow-slider .slider_navigation.large {
        display: none;
    }

    .society-news .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .society .grid-wrapper-2 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .Grid-themed .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .white-bg-colored .item-image {
        margin-left: 0px;
        width: 100%;
    }

    .col-48 .grid-wrapper-one {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .featured-grid-cards .grid-wrapper-2 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .white-bg-colored {
        padding: 0px !important;
    }

    section .inlarge .white-card {
        padding: 10px !important;
    }

    section.resize-col .col-6.col-md-6 .item-image {
        margin-left: 0px;
    }

    section.resize-col .single-item {
        flex-direction: column;
        padding: 0px;
    }

        section.resize-col .single-item .item-image {
            width: 100%;
        }

    section .right-most .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        row-gap: 20px;
    }

    .white-card + .white-card {
        margin-right: 0px !important;
        margin-top: 20px;
    }

    section .grid-wrapper-dual-cards {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .item-info-wrap, .fixed-height-info {
        height: fit-content !important;
    }

    .flip-items .single-item {
        flex-direction: column;
    }

    .flip-items .item-content {
        max-width: 100% !important;
        width: 100%;
    }

    .dark-blue.tab_slider_sec .tabs {
        margin-right: 0px !important;
    }

    .featured-latest-section.sports .item-content {
        flex: 0 0 67% !important;
    }

    .featured-latest-section.sports .item-image {
        flex: 0 0 30% !important;
    }

    .sports .content {
        bottom: 15px;
    }

    .sports .Category p {
        font-size: 10px !important;
    }

    .sports .grid-metas {
        display: none;
    }

    .sports :where(.title, .title h3) {
        font-size: 1.3rem;
        line-height: 1.7;
    }

    section .big_slider .slider_bg.video {
        min-width: 340px;
    }

    .post-metas .Category p {
        font-size: 9px;
    }

    .article-details-metas .Category p {
        font-size: 12px;
    }

    .videos-featured .col-8, .videos-featured .col-4 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .videos-featured .grid-wrapper-two {
        grid-gap: 20px;
    }

    .videos-featured h4 {
        font-size: 2rem !important;
    }

    section .flex-meta-vertical .author-img {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-coverflow .swiper-wrapper .swiper-slide {
        width: 284px;
    }

    .culture-news-section .grid-wrapper-3 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        grid-gap: 20px;
    }

    .grid-wrapper-five {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .blue-themed .tabs {
        margin-right: 0px !important;
    }

    .maybe-section .section_head.title_tab_bar {
        padding-bottom: 0px !important;
    }

    .slider-box {
        width: 100% !important;
        padding-top: 0px !important;
        margin-top: 10px !important;
    }

        .slider-box h3 {
            font-size: 1.6rem;
        }

    .widget-tab {
        gap: 10px !important;
    }

    .widget-content {
        gap: 5px !important;
    }

    .flex-meta-vertical {
        align-items: center !important;
        flex-direction: row !important;
    }

    .maybe-section .widget-wrap.tab_slider_col {
        flex-direction: column !important;
    }

    .coverage-widget {
        display: flex;
        min-height: 87px;
    }

    .community-participation-form .row {
        flex-direction: column;
    }

        .community-participation-form .row .col-md-8, .community-participation-form .col-md-4 {
            width: 100% !important;
        }

    .item-text-wrap .single-info span, .item-text-wrap .single-info {
        font-size: 1.2rem !important;
    }

    .medium_article_list .item-title {
        font-size: 1.7rem !important;
        padding-bottom: 10px !important;
    }

    .item-text-wrap .single-info span {
        padding: 10px 5px !important;
    }

    .notice-content-text h2 {
        font-size: 1.4rem;
    }

    .notice-title h1 {
        font-size: 2.2rem;
    }

    .close-notice {
        width: 25px !important;
    }

    .category-box {
        display: none;
    }

    .grid-wrapper-3-aside {
        grid-template-columns: repeat(auto-fill, minmax(32%, 1fr)) !important;
    }

    .hide-cover-in-mobile {
        display: none;
    }

    section.society-section .container .swiper-slide.tab, section.sports .container .swiper-slide.tab {
        width: 72.6%;
    }

    section.most-read-section .container .swiper-slide {
        width: 82.95%;
    }

    section.episodes .container .swiper-slide.tab, section.culture .container .swiper-slide.tab, section.different-ideas .container .swiper-slide.tab {
        width: 48%;
    }

    .content .Category p {
        font-size: 13px;
    }

    .swiper-pagination-mostRead {
        display: none !important;
    }

    .title.font_45 svg {
        width: 45px;
        fill: white;
    }

    .grid-wrapper-5 {
        grid-template-columns: repeat(auto-fill, minmax(23%, 1fr)) !important;
        grid-gap: 10px;
    }

    .latest-featured-inner-wrap {
        flex-direction: column;
    }

    .latest-new-content {
        width: 100% !important;
        gap: 20px;
    }

    .read-col .item-content {
        gap: 9px !important;
    }

    section.documentary-wrapper p.lg_para {
        min-height: auto;
    }

    .shadow-card .slider_info {
        padding: 0px !important;
    }

    .video-swipper .section_head.title_tab_bar {
        flex-direction: column !important;
    }

    .video-swipper .tab_slider_sec .tabs {
        justify-content: center;
    }

    .section_head.title_tab_bar {
        padding-bottom: 0px;
        align-items: center;
    }

    .card_slider_sec .swiper-slide:first-child .tab_item_bg {
        transform: translateY(-117px) translateX(40px) scale(0.65);
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide-next .tab_item_bg {
        transform: translateY(-55px) translateX(20px) scale(0.83);
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next + .swiper-slide .tab_item_bg {
        transform: translateY(-105px) translateX(40px) scale(0.65);
    }

    .search-form-section .col-8 {
        max-width: 100%;
    }

    .comm_tabination_sec.grid_tab_sec .section_head {
        margin-bottom: 0px !important;
    }

    .widget-tab {
        padding-top: 0px !important;
    }

    .widget-content .lg_para {
        min-height: unset !important;
    }

    .top-featured-video {
        flex-direction: column;
    }

    .featured-video-content {
        padding: 0px !important;
    }

    .search-results-wrapper .col-4, .search-results-wrapper .col-8 {
        max-width: 100% !important;
    }

    .featured-item-content {
        font-size: 17px;
    }

    .featured-meta {
        font-size: 13px;
    }

    .big-wrapper {
        padding: 20px 0.5vw !important;
    }

    .aside-cards .row, .flex-row {
        flex-direction: column;
        flex-wrap: nowrap !important;
    }

    .shadow-card .tab-content .side_by_slider .slider_bottom_row {
        display: none;
    }

    .shadow-card .slider_bg.video::before {
        content: unset !important;
    }

    .cards-container {
        flex-direction: column;
    }

    section.documentary-wrapper {
        padding: 2% 0px;
    }

    .big-slider-section .side_by_slider .slider_info, .big-slider-section .side_by_slider .slider_bg.media {
        max-width: 49% !important;
    }

    section.live-section .row, .news-section .row {
        flex-direction: column;
        gap: 40px;
    }

    section.breaking-news-vertical .breaking-text {
        padding-bottom: 20px;
    }

    .col-2.live, .news-section .col-8, .news-section .col-4, .live-section .col-10 {
        width: 100%;
        max-width: 100%;
    }

    .flex-wrapper .section_head.title_tab_bar {
        flex-direction: row !important;
        padding: 10px 0px;
        padding-bottom: 15px;
    }

    .single-news + .single-news::before {
        opacity: 0;
    }

    .breaking-content {
        flex-direction: column;
    }

    .single-news {
        border-bottom: 1px solid var(--border);
    }

    .mini-grid-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(90%, 1fr)) !important;
    }

    .news-grid .news-inner-wrap {
        flex-wrap: wrap;
        padding: 2%;
    }

    .news-col {
        width: 100%;
        gap: 10px !important;
    }

    .news-latest-container.Big-slider-wrap .slider_bottom_row, .Big-slider-wrap .slide_info_wrap, .news-wrapper .latest-news-list {
        display: none;
    }

    section.ad {
        padding: 10px 8% !important;
    }

    .grid-item {
        grid-column: span 2;
    }

    .hide-link-in-mobile {
        display: none;
    }

    section.documentary-wrapper .tab_slider_sec .tab-link a:hover, section.documentary-wrapper .tab_slider_sec .tab-link span:hover {
        transform: none !important;
    }

    .home_top_banner {
        padding-top: 1px !important;
    }

    section.Slide-News.bg-gray.no-margin {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .home_top_banner {
        padding-bottom: 30px;
    }

    .card_slider_sec.pt0 {
        overflow: hidden;
    }

        .card_slider_sec.pt0 .card_swipper .swiper-wrapper::before {
            width: 140%;
            height: 140%;
        }

    .tab_slider_sec .tab-link a, .breadcrumb li, .breadcrumb a, .comm_tabination_sec .tab-link a {
        font-size: 14px !important;
    }

    .theme-light .Video .tab_slider_sec .tab-link.current a {
        color: white;
    }

    .ad-holder {
        min-height: 18vw;
        display: flex;
        align-items: center;
    }

    .infographic-section .tab_content_wrapper .tab-content {
        top: -78% !important;
    }

    .grid_2 ul.column_list {
        column-count: 1 !important;
    }

    .news-wrapper .news-grid .single-news-item {
        padding: 10px !important;
    }

    .Big-slider-wrap .slider_desc {
        padding: 10px;
        padding-left: 10px !important;
    }

    .News-slides .slider_bottom_row.video.documentary {
        right: 5% !important;
        left: unset !important;
    }

    .row-reverse-wrap .side_by_slider .slider_info {
        padding: 4% 0% !important;
    }

    .row-reverse-wrap .swiper-slide {
        padding-bottom: 2% !important;
    }

    section.documentary-wrapper {
        padding: 7% 0px !important;
    }

        section.documentary-wrapper .section_head.title_tab_bar {
            gap: 10px !important;
            align-items: center;
        }

    .podcast-container .tab_content_wrapper {
        background-image: none !important;
    }

    .theme-dark .podcast-container .tab_content_wrapper {
        background-image: none !important;
    }

    .podcast-flex-box {
        flex-direction: column;
    }

    .podcast-content {
        flex: unset !important;
        width: 100%;
    }

    .podcast-share-grid {
        align-items: center;
    }

    .podcast-mdn-logo {
        display: none;
    }

    .podcast-social-logo {
        width: max-content !important;
    }

    .podcast-logo-text {
        font-size: 13px !important;
    }

    .podcast-social-logo path {
        width: 50px;
        height: 50px;
    }

    .podcast-social-logo img {
        width: 30px;
    }

    .read-contianer {
        flex-direction: column;
        gap: 20px !important;
    }

    .item-image {
        flex: 0 0 30% !important;
    }

    .single-item {
        gap: 5px !important;
    }

    .md_title.title h2, .md_title.title h2 a {
        font-size: 20px;
    }

    .coverage_sec .has_advertising .adv_block {
        display: none !important;
    }

    .has_advertising .covetage_wrap {
        max-width: 100% !important;
        width: 100%;
    }

    .filter_bg {
        padding: 25px 35px 45px 35px;
    }

    header .mega_nav > .svg_icon {
        width: auto;
        height: auto;
    }

    .hero_slider .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero_slider .slider_info {
        top: unset;
        left: 0;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        bottom: 70px;
        padding: 0 35px;
    }

    .img_icon {
        width: 18px;
        height: 18px;
        margin-bottom: 15px;
    }

    .slide_info_wrap {
        margin-bottom: 15px;
        width: auto;
        display: inline-flex;
    }

    .slider_desc {
        width: 100%;
    }

    .news-wrapper .news-grid {
        flex-direction: column !important;
    }

    .hero_slider .slider_info > * + * {
        margin-right: 10px;
    }

    .hero_slider .slider_info .slider_desc {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .hero_slider .slider_info .read_more {
        margin-right: 0;
    }

    .swiper_banner .slider_bg {
        border-radius: 20px;
        padding-top: 110%;
    }

    .swiper.swiper_banner {
        border-radius: 20px;
    }

    .slider_bottom_row {
        border-bottom: transparent;
        border-left: transparent;
        flex-direction: column-reverse;
    }

        .slider_bottom_row .wather_wrapper, .thumb_slider_wrapper {
            border-radius: unset;
            background-image: unset;
            border: none;
            backdrop-filter: unset;
            -webkit-backdrop-filter: unset;
            max-width: 100%;
        }

            .thumb_slider_wrapper .thumb_swiper {
                margin-top: 0;
                max-width: 100%;
            }

    .thumb_controler {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-between;
    }

    .slider_navigation {
        margin-top: 0;
        padding: 2%;
    }

    .card_slider_sec .slider_navigation {
        margin-top: 0;
        width: auto;
        padding: 4% 0;
    }

    .card_slider_sec .tab_slider_col div[class*="swiper-pagination"].swiper-pagination-progressbar {
        width: 100%;
    }

    .hero_slider div[class*="swiper-pagination"].swiper-pagination-progressbar {
        display: none;
    }

    .wather_box {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        padding-top: 12px;
        justify-content: space-between;
        align-items: center;
    }

    .slider_bottom_row .wather_wrapper {
        padding-top: 0;
    }

    .wather_tamp p::before {
        left: 15px;
        font-size: 22px;
        top: -1px;
        right: unset;
    }

    .wather_box .direction.hide_in_desktop {
        display: flex;
    }

    .wather_box .direction img {
        transition: all 0.3s ease;
        filter: brightness(0) invert(1);
    }

    .wather_box .direction a:hover img {
        filter: invert(58%) sepia(63%) saturate(4521%) hue-rotate(357deg) brightness(97%) contrast(112%);
    }

    .icon.wather_icon {
        margin-right: 0;
    }

    .thumb_slider_wrapper.filter_bg {
        padding-bottom: 20px;
    }

    .theme-light .thumb_slider_wrapper {
        background-image: unset;
    }

    .theme-light .slider_bottom_row .wather_wrapper {
        background-image: unset;
    }

    .theme-light .wather_box {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .btn {
        font-size: 12px;
        border-radius: 10px;
        padding: 7px 20px;
    }

    .Category p {
        font-size: 10px;
    }

    .infi_slider_wrap .infi_item p {
        font-size: 12px;
    }

    .infi_item .title {
        margin-left: 11px;
    }

    .infi_item h3 {
        font-size: 12px;
    }

    .infi_slider_wrap .infi_item {
        padding: 10px 40px 5px 40px;
        margin-bottom: 30px;
    }

        .infi_slider_wrap .infi_item::before {
            width: 29px;
            height: 17px;
            top: calc(50% + 5px);
        }

    .tab_slider_sec .tab_slider_info_col {
        max-width: 100%;
        margin-left: 0;
        flex-direction: row;
        align-items: center;
    }

    .gradient_tab_sec.tab_slider_sec .tab_slider_col {
        max-width: 100%;
    }

    .note_icon {
        display: none;
    }

    .section-header.title p {
        display: none;
    }

    .gradient_tab_sec .inner_sec {
        position: relative;
        padding-bottom: 20px;
    }

    .hide-slider-nav .slider_navigation .swiper-button-prev, .slider_navigation div[class*="swiper-button-prev"], .slider_navigation .swiper-button-next, .slider_navigation div[class*="swiper-button-next"] {
        display: none;
    }

    .hide-slider-nav .sideBy_thumb_slider_wrapper .thumb_controler.video div[class*="swiper-pagination"].swiper-pagination-progressbar {
        max-width: 100% !important;
        width: 100% !important;
    }

    .hide-slider-nav .tab_slider_bottom_row .slider_navigation {
        display: none !important;
    }

    .col4_grid_sec .section_head {
        justify-content: center;
        margin-bottom: 15px;
    }

    .tab_slider_col div[class*="swiper-pagination"].swiper-pagination-progressbar {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-header.title span svg {
        width: 25px !important;
    }

    .col4_grid_sec .inner_grid_sec {
        position: relative;
        padding-bottom: 34px;
        margin-bottom: 5px;
    }

    .col4_grid_sec .more_browse {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .grid_wrapper .grid_wrap {
        max-width: 50%;
    }

    .scaled_tab_sec .tab_item_info, .scaled_tab_sec .day_time {
        margin-top: 10px;
        transition: all 0.3s ease-in-out;
    }

    .scaled_tab_sec .day_time {
        margin-top: 4px;
    }

    .scaled_tab_sec .swiper-slide-active .tab_item_info, .scaled_tab_sec .swiper-slide-active .day_time {
        opacity: 1;
        visibility: visible;
    }

    .tab_slider_bottom_row .slider_navigation {
        flex: 1;
    }

    .scaled_tab_sec.tab_slider_sec .tab_slider_col {
        justify-content: center;
    }

    .scaled_tab_sec .swiper-slide:not(.swiper-slide-active) .swiper_slide_card {
        transform: scale(0.9);
    }

    .scaled_tab_sec .swiper-slide.swiper-slide-active .swiper_slide_card {
        opacity: 1;
    }

    .sports .swiper-slide {
        padding: 0px !important;
    }

    .scaled_tab_sec .tab_item_info p, .scaled_tab_sec .day_time .time {
        font-size: 12px;
        width: 100%;
    }

        .scaled_tab_sec .day_time .time p {
            font-size: 9px !important;
            text-align: right;
        }

    .mini_banner {
        padding-top: 41.4%;
    }

    .sports_tab_sec .swiper-slide.swiper-slide-prev .tab_item_info, .sports_tab_sec .swiper-slide.swiper-slide-next .tab_item_info, .scaled_tab_sec.mini_bg_sec .swiper-slide.swiper-slide-prev .tab_item_info, .scaled_tab_sec.mini_bg_sec .swiper-slide.swiper-slide-next .tab_item_info {
        opacity: 1;
        visibility: visible;
    }

    .video_tab_wrapper .video_col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .video_tab_wrapper .swiper {
        width: 100%;
        height: 100% !important;
        padding-bottom: 20px;
    }

    .video_tab_sec .tabs {
        justify-content: flex-start;
    }

    .video_info_col .day_time {
        justify-content: flex-end;
        mix-blend-mode: soft-light;
    }

        .video_info_col .day_time::after {
            display: none;
        }

    .tab_slider_sec .tabs > * + * {
        margin-right: 20px;
    }

    .swipe_tab .tab_item_info {
        min-height: 80px;
    }

    .video_tab_sec .tab_slider_col .tab_slider_bottom_row {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .col2_grid_sec .grid_wrapper .grid_wrap {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .col2_grid_sec .card_desc .tab_item_bg {
        max-width: 42.7%;
        padding-top: 42.7%;
    }

    .documentry_sec .tab_item_info p, .col2_grid_sec .card_desc .tab_item_info p {
        font-size: 14px;
        line-height: 22px;
    }

    .day_time_ep span {
        font-size: 10px;
    }

    .col2_grid_sec .card_desc .card_info_col {
        max-width: calc(100% - 130px);
        padding: 16px 0;
    }

    .col2_grid_sec .grid_wrapper .content_row {
        max-height: 58vh;
        overflow: auto;
        scrollbar-width: none;
    }

        .col2_grid_sec .grid_wrapper .content_row::-webkit-scrollbar {
            display: none;
        }

    .col2_grid_sec .card_desc .tab_item_bg img {
        position: static;
    }

    .col2_grid_sec .card_desc .tab_item_bg {
        max-width: 117px;
        padding-top: 0;
        max-height: 117px;
        min-height: 117px;
        border-radius: 20px;
    }

    .col2_grid_sec h2 {
        font-size: 20px;
    }

    .col2_grid_sec .grid_card {
        position: relative;
    }

    .documentry_sec .swiper-slide, .documentry_sec .swiper-slide:hover {
        max-width: 50%;
    }

    .documentry_single_card {
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        border-radius: 20px;
    }

        .documentry_single_card .show_details > *, .documentry_single_card .show-title {
            font-size: 10px;
            line-height: 17px;
        }

        .documentry_single_card .show_img {
            border-radius: 20px;
            padding-top: 0;
            max-height: 87px;
            max-width: 87px;
            min-height: 87px;
        }

    .grid_wrap .content_row {
        margin: 15px 0 20px;
    }

    .mix_category_sec .cat_img.tab_item_bg {
        border-radius: 20px;
    }

    .documentry_btm_inner_row {
        padding-top: 20px;
        gap: 10px;
        border-color: #362300;
        overflow: auto;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .documentry_single_card .show_info {
        max-width: calc(100% - 105px);
        padding: 0;
    }

    .grid_wrap .card_desc p {
        font-size: 14px;
        width: 100%;
    }

    .mix_category_sec .card_desc .card_cat {
        font-size: 8px;
    }

    .grid_wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        scrollbar-width: none;
    }

        .grid_wrapper ::-webkit-scrollbar {
            display: none;
        }

    .scaled_tab_sec .swiper-slide-active .tab_item_info p {
        color: var(--white);
        text-align: right;
    }

    .grid_wrapper .grid_wrap {
        padding: 0 6px;
        max-width: 65%;
        margin-bottom: 12px;
        min-width: 65%;
    }

    .documentry_sec .more_browse {
        display: none;
    }

    .documentry_sec .section_head {
        justify-content: center;
    }

    .mix_category_sec .read_icon {
        display: none;
    }

    .col2_grid_sec .grid_wrapper {
        flex-wrap: wrap;
    }

    .tab_item_info h2 {
        font-size: 20px;
    }

    .follow_me_img_row figure {
        padding-top: 17.16%;
        border-radius: 20px;
    }

    .developments_sec .inner_sec .developments_sec_col {
        max-width: 78%;
        margin: 40px auto 15px;
        text-align: center;
    }

    .developments_sec .developments_img_col {
        width: 83.3%;
        max-width: 100%;
        order: 2;
        margin-left: auto;
        margin-right: auto;
    }

    .developments_sec .tab_item_bg {
        padding-top: 109%;
    }

        .developments_sec .tab_item_bg img {
            object-fit: unset;
        }

    .developments_sec .title h2 {
        font-size: 30px;
    }

    .developments_sec_col .btn {
        display: none;
    }

    ul.footer_menu .logo {
        width: 82px;
    }

    .footer-list-wrap {
        justify-content: center;
        align-items: center;
        padding: 1vw 15vw;
    }

    .footer-list-col {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .footer-list-wrap li {
        height: 30px;
        width: 130px;
        text-align: center;
    }

        .footer-list-wrap li.more {
            display: flex;
            justify-content: center;
            width: 100%;
        }

    .footer_top_menu {
        border-bottom: none;
        padding-bottom: 10px;
        margin-bottom: 5px;
        margin-bottom: 5px;
        justify-content: center;
    }

    .footer_middle_menu {
        display: flex;
        justify-content: center;
    }

    .search-icon {
        display: none;
    }

    .footer_middle_menu p {
        font-size: 11px;
        text-align: center;
    }

    .footer_btm_row {
        justify-content: center;
    }

    .footer_bottom_menu {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    footer .rounded_sec {
        background-position: 55%;
    }

    .footer_bottom_menu .footer_note {
        max-width: 100%;
    }

    .btn_wrapper {
        gap: 5px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_btm_img {
        min-width: 160%;
        margin-left: unset;
        margin-right: -60%;
        width: 100%;
        margin-bottom: -40%;
        margin-top: 35px;
        max-width: 100%;
    }

    footer .tab_item_bg img {
        object-fit: contain;
        height: 80%;
    }

    .card_swipper.swiper-backface-hidden .swiper-slide {
        padding-top: 0;
        min-height: auto;
    }

    .video_tab_wrapper .swiper .swiper-slide {
        height: auto !important;
    }

    .follow_me_img_row {
        border-bottom: 1px solid #c4c4c450;
        padding-bottom: 23px;
    }

    .scaled_tab_sec .swiper {
        margin-left: 0;
        margin-right: 0;
    }

    .swiper_news_banner .big_slider {
        padding: 0;
    }

        .swiper_news_banner .big_slider .slider_bg {
            max-width: 100%;
            padding-top: 110%;
        }

    .side_by_slider .slider_info {
        max-width: 100%;
    }

    .side_by_slider .slider_bottom_row {
        bottom: 20px;
        left: 0;
        background: transparent;
        border-radius: unset;
        border: none;
        backdrop-filter: unset;
        position: relative;
        margin: unset;
    }

    .slider_info .slide_info_wrap {
        width: 100%;
        justify-content: center;
    }

    .sideBy_thumb_slider_wrapper {
        width: 100%;
        max-width: 100%;
    }

    .browse_wrap {
        margin-bottom: 16px;
        padding-bottom: 6px;
    }

    .news_read_more .card_desc {
        width: 100%;
    }

    .news_read_more .card_info_col {
        max-width: calc(100% - 80px - 10px);
    }

    .news_read_more .tab_item_bg {
        max-width: 80px;
        padding-top: 80px;
        border-radius: 10px;
        max-height: 80px;
    }

    .news_read_more .tab_item_info p {
        font-size: 14px;
    }

    .news_tab.tabs > * {
        margin-left: 8px;
    }

    .news_card_wrapper {
        margin-left: 0;
        margin-right: 0;
        column-count: 1;
    }

    .news_title h2 {
        font-size: 16px;
    }

    .follow_me_img_sec {
        padding: 10px 0;
    }

        .follow_me_img_sec .follow_me_img_row {
            width: 90%;
            border: none;
        }

    .news_bottom_row {
        margin-top: 5px;
        padding-top: 25px;
    }

    .read_wrap {
        flex-wrap: wrap;
    }

        .read_wrap h2 {
            margin-bottom: 10px;
            margin-left: 0;
            min-width: 100%;
        }

    .tag_item a {
        font-size: 12px;
        padding: 5px 10px;
    }

    .tags_wrapper {
        padding: 0 15px;
        margin-top: -19px;
        margin-left: -3px;
        margin-right: -3px;
    }

        .tags_wrapper .tag_item {
            padding: 3px;
        }

    .img_card_item {
        width: 100%;
        padding-inline: 0;
    }

    .img_title {
    }

    .img_card_body {
        border-radius: 15px;
    }

    .img_title h2 {
        min-height: 52px;
    }

    .img_card_wrapper {
        margin: 0;
        padding-bottom: 15px;
    }

    .infinite_scroll_slider .swiper-slide {
        padding: 0 9px;
        max-width: 100%;
    }

    .infinite_scroll_slider .swiper-container {
        padding-top: 9px;
    }

    .follow_me_img_sec.video_follow {
        padding: 10px 0 45px;
        padding-bottom: 9px;
    }

    .video_grid.col2_grid_sec .card_desc .tab_item_bg img {
        position: absolute;
    }

    .video_grid.col2_grid_sec .grid_wrapper .content_row {
        max-height: unset;
        overflow: unset;
    }

    .infi_item .infi_item_info {
        padding: 20px 0;
        max-width: calc(100% - 30px);
    }

        .infi_item .infi_item_info h2 {
            font-size: 14px;
        }

    .section_head.top_border {
        padding-top: 20px;
    }

    .col3_grid_sec {
        padding-bottom: 45px;
    }

    .video_grid .inner_grid_sec {
        padding-top: 20px;
    }

    .video_grid.col2_grid_sec .card_desc:not(:last-child) {
        margin-bottom: -30px;
    }

    .video_grid .top_row > * {
        margin: 0 8px;
    }

    .field_video_tabs .tabs, .field_video_tabs .tab_content_wrapper {
        max-width: 100%;
    }

    .img_wrap_sec {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .all_videos_sec .grid_wrapper {
        padding-bottom: 10px;
    }

    .field_video_tabs .tab_content_wrapper {
        position: relative;
        top: unset;
        margin-bottom: 30px;
    }

    .tab_item_single_info p {
        min-height: 51px;
    }

    .tab_single_info h2 {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .tab_single_info {
        max-height: 60vw;
        overflow: auto;
        scrollbar-width: none;
    }

    .single_info_col, .field_video_tabs .tab_item_bg, .tab_slider_col_img img {
        border-radius: 15px;
    }

    .tab_single_info::-webkit-scrollbar {
        width: 0;
    }

    .card_slider_sec .swiper_slide_card > .tab_item_bg {
        max-width: 100%;
        margin-right: 0;
    }

    .card_slider_sec .swiper_slide_card {
        position: relative;
        top: unset;
        left: unset;
    }

        .card_slider_sec .swiper_slide_card .card_info_col {
            margin: 0;
            max-width: 100%;
            padding: 20px 0 0;
            order: 2;
            height: auto;
        }

    .card_slider_sec .section_head {
        margin-bottom: 10px;
    }

    .card_slider_sec .slider_navigation {
        position: relative;
        bottom: unset;
        right: unset;
        max-width: 100%;
        margin-top: 50px;
    }

    .multi_sec .card_slider_sec {
        padding-bottom: 45px;
      /*  background: url(../images/card_bg.png) no-repeat;*/
        background-size: cover;
        padding-top: 45px;
        margin-left: -4.5vw;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -4.5vw;
    }

    .btn_wrapper .btn {
        padding: 10px 15px;
        border-radius: 5px;
    }

    li.social_icon {
        width: 15px;
    }

    section.Slide-News.bg-gray.no-margin .container {
        padding: 0px !important;
    }

    .comm_sq_list.grid_2 .column_list li a::before {
        font-size: 110px !important;
        padding: 0px 10px;
        padding-right: 0px;
    }

    .flex-box-content {
        flex-direction: column;
        gap: 20px;
    }

    .content-card {
        padding: 20px;
    }

    .slider_navigation.custom-navs {
        display: none !important;
    }
}

@media screen and (max-width: 680px) {
    .thumb_controler {
        display: none;
    }

    .documentary-wrapper .Load-more {
        display: none !important;
    }

    .documentary-wrapper .thumb_controler {
        display: flex;
    }

    .podcast-cover {
        margin: auto;
    }

    .flex-box {
        flex-direction: column-reverse;
    }

    .widget-tab {
        flex-direction: column;
    }

    .breadcrumb a {
        font-size: 11px !important;
    }

    .pop-div .swiper_slide_card .tab_item_info {
        width: 60%;
    }

    .two-card .tab_slider_sec .tab_item_info p, .article .post-metas li, .post-type .single-meta {
        font-size: 12px !important;
    }

    .pop-div .tab_slider_sec .swiper_slide_card .tab_item_bg, .pop-div .tab_slider_sec .tab-card .tab_item_bg {
        width: 35%;
    }

    .infographic-section .tab_content_wrapper .tab-content {
        top: -60% !important;
    }

    .tab_item_info h2 {
        font-size: 16px;
    }

    .scaled_tab_sec .swiper-slide .tab_item_info p {
        font-size: 14px !important;
        height: 54px;
    }

    .scaled_tab_sec .swiper-slide .tab_item_info .day_time {
        height: 10px;
    }

    .big-slider-section .side_by_slider .slider_info, .big-slider-section .side_by_slider .slider_bg.media, .big-slider-section .side_by_slider .flex-inner-slide {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px;
    }

    .mini-grid-wrapper .big_slider .swiper-slide {
        padding-bottom: 0px;
    }

    .swiper-slide.vertical.swiper-slide {
        flex-direction: column-reverse;
    }

    .big-slides .post-metas-col {
        padding: 10px !important;
    }

    .big-slider-section .slider_navigation {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .coverage-widget p {
        font-size: 1.2rem;
    }

    .analysis .grid-wrapper-3 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .small-cards.grid-wrapper-4 {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)) !important;
    }

    .content {
        width: 94% !important;
    }

    .infograpgh-section .grid-item .lg_para p {
        font-size: 1.4rem;
    }

    .latest-new-content {
        align-items: flex-end !important;
    }

    .big-slides .swiper-slide .slider_info {
        padding: 10px 0px !important;
    }

    .big-slides .post-metas-col {
        padding: 10px 0px !important;
    }

    .read-section .grid-wrapper-3 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
        grid-gap: 20px;
    }

    .featured-author-wrap {
        flex-direction: column;
    }

    .most-read-section .tab_item_info {
        width: 100% !important;
    }

    .read-section .col-4 .breaking-content-wrap {
        max-height: 500px;
    }

    .aside-tabs .tab-content, .wrap-inside {
        flex-direction: column;
        gap: 10px;
    }

    .line-bullets-pagination-indicator {
        width: 100% !important;
    }

    .show-more-tab {
        background-image: none !important;
        position: relative;
    }

    .aside-tabs .show-more-tab::before {
        content: unset;
    }

    .show-more-tab-text::before {
        background-image: none;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 100%;
        width: 100%;
        border-radius: 5px;
        z-index: 4;
    }

    .tab_slider_sec .tab_slider_col .current .show-more-tab-text a {
        color: #0057e7bd !important;
        border: 1px solid #0057e7bd !important;
    }

    .show-more-tab-text {
        position: relative;
    }

    body a {
        font-size: 1.3rem;
    }

    .live-text {
        font-size: 13px !important;
        padding: 6px 6px !important;
    }

    .title-with-more {
        width: 100% !important;
    }

    section.documentary-wrapper .section_head.title_tab_bar {
        gap: 20px !important;
    }

    .more_browse.white_link.show-in-mobile {
        display: block !important;
    }

    .more_browse.white_link.hide-in-mobile {
        display: none !important;
    }

    section.tab_slider_sec.scaled_tab_sec.single_info_scale_sec.dark-navigation {
        padding-top: 10px;
    }

    .section_head.title_tab_bar {
        flex-direction: column !important;
        align-items: unset !important;
        gap: 15px !important;
    }

    .Section-flex-boxes.padding-btn-sec {
        padding-bottom: 0px;
    }

    .tab_slider_sec .container .tabs > * + * {
        margin-right: 10px !important;
    }

    .big-section-wrap.linear-bg-dark .slider_desc h2 {
        font-weight: 700;
        font-family: "Readex Pro";
        line-height: 39px !important;
    }

    .show-mobile-only {
        display: flex;
        margin-bottom: 0px !important;
    }

    .section_head.hide-in-mobile {
        display: none;
    }

    section.card_slider_sec.pt0.light_bg:before {
        content: "";
        top: 0;
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.54);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card_swipper .swiper-wrapper::before {
        content: unset;
    }

    .show-mobile-only .slider_navigation div[class*="swiper-button-prev"], .show-mobile-only .slider_navigation .swiper-button-next, .show-mobile-only .slider_navigation div[class*="swiper-button-next"] {
        display: block;
    }

    .article-wrap .post-details iframe[src*="youtube"] {
        height: calc(55vw * 0.9) !important;
        border: 0;
    }

    .video-swipper .tab_slider_sec .tabs {
        justify-content: unset !important;
    }

    .comm_tabination_sec.grid_tab_sec .section_head {
        flex-direction: column !important;
    }

    .tab_slider_sec .tabs, section.grid_tab_sec.comm_tabination_sec .tabs {
        max-width: 99% !important;
        overflow: scroll;
        justify-content: unset;
        padding: 0;
    }

    .scaled_tab_sec .tabs {
        overflow-x: scroll;
    }

    .flex-head {
        padding: 10px !important;
        padding-bottom: 0px !important;
    }

    .live-title {
        padding: 0px 9px;
        margin: 0;
        width: 45%;
    }

    .live-metas-wrapper h4 {
        font-size: 12px;
    }

    .big-wrapper {
        width: 100% !important;
    }

    .breaking-news-vertical {
        padding-bottom: 0px;
    }

    .title.font_45 svg {
        width: 40px !important;
    }

    .grid_tab_sec.comm_tabination_sec .tabs {
        max-width: 130px !important;
    }

    .comm_tabination_sec .tab-link a, .comm_tabination_sec .tab-link span {
        padding: 8px 9px !important;
    }

    .grid-wrapper-4 {
        grid-template-columns: repeat(auto-fill, minmax(55%, 1fr)) !important;
    }

    .read-cards-section .grid-wrapper-4 {
        grid-template-columns: repeat(auto-fill, minmax(49%, 1fr)) !important;
    }

    .comm_tabination_sec.grid_tab_sec .section_head .tab_slider_bottom_row {
        display: none;
    }

    .show_nav .innerheader .right_col .navigation_menu {
        padding-top: 14vh;
    }

    header .logo {
        width: 60px;
    }

    html body {
        padding-top: 70px !important;
    }

    .right-container .big .content {
        width: 95% !important;
    }

    .mini_container .right-container .image-holder {
        padding-top: 80% !important;
    }

    .card-row {
        flex-direction: column;
    }

    .grid-widget {
        flex-direction: column;
    }

    .widget-info p.lg_para.summary {
        font-size: 12px !important;
        margin: 0;
    }

    .grid-widget .equal {
        width: 100% !important;
    }

    .social-share-icon svg {
        height: 14px !important;
    }

    body h6 {
        font-size: 13px;
    }

    section.ad {
        padding: 10px !important;
    }

    .image-caption {
        font-size: 9px;
    }

    section .content-section {
        padding-top: 0px !important;
    }

    .tab_content_wrapper .item-metas {
        display: none;
    }

    .flex-head::before {
        content: unset !important;
    }

    .pop-div .tab_slider_sec .swiper_slide_card {
        height: 80px;
    }

    .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    }

    .breadcrumb {
        padding: 0px 2px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before, .single-meta + .single-meta::before, .image-caption::before {
        padding: 0 0.3rem !important;
    }

    .article .post-metas li, .post-type .single-meta {
        font-size: 10px !important;
    }

    .widget-title p {
        font-size: 11px !important;
        width: 55% !important;
    }

    .news-main-container p.lg_para {
        padding: 10px 5px !important;
    }

    .slide_info_wrap.article {
        flex-wrap: wrap;
    }

        .slide_info_wrap.article .post-metas-col {
            flex-wrap: wrap;
            margin-right: initial;
        }

    .post-type.post-metas.type-wrap {
        flex-wrap: wrap;
    }

    .tab_content_wrapper .tab-content .inner-wrapper {
        gap: 15px !important;
    }

    .pop-div {
        padding: 15px !important;
    }

        .pop-div.two-card .tab_content_wrapper .tab-content .inner-wrapper {
            flex-direction: column !important;
        }

    .tab_item_bg_wrap {
        max-width: 35% !important;
    }

    .widget-image img {
        top: 10% !important;
    }

    .pop-div ul.tabs {
        padding-bottom: 4% !important;
    }

    .pop-div .tab_slider_sec .tab-link a, .pop-div .tab_slider_sec .tab-link span {
        font-size: 13px !important;
    }

    .news-wrapper .news-grid .single-news-item {
        padding: 5px !important;
        gap: 5px !important;
    }

    .nav_wrap ul a {
        padding: 8px 0;
        font-size: 12px;
    }

    .single-item {
        width: 100% !important;
        padding: 0px 5px;
        align-items: center;
    }

    .nav_wrap h2 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .img_title .tab_item_bg {
        max-width: 45% !important;
    }

    .news-grid .single-news-item {
        gap: 10px !important;
        align-items: center !important;
        padding: 0px;
    }

    .news-col {
        gap: 5px !important;
    }

    .news-grid .news-inner-wrap {
        padding: 0px;
    }

    .episode_content .item.title {
        -webkit-line-clamp: 2 !important;
        margin-bottom: 2px !important;
    }

    .episode_content {
        gap: 10px;
    }

    .author-img {
        width: 25px !important;
        height: 25px !important;
    }

    .news-grid .news-image-holder {
    }

    .news-content-title h6 {
        font-size: 14px;
    }

    .grid_tab_sec .tab_content_wrapper {
        padding-top: 8px;
    }

    .tab_slider_sec .tab-link a, .comm_tabination_sec .tab-link a, .tab_slider_sec .tab-link span, .comm_tabination_sec .tab-link span {
        font-size: 13px !important;
    }

    a.more_browse_btn {
        font-size: 8px !important;
    }

    .more_browse {
        min-width: fit-content;
        margin-bottom: 5px;
    }

    .scaled_tab_sec .title {
        padding-bottom: 4px;
    }

    .documentary-wrapper .side_by_slider .slider_desc.video-title h2 {
        font-size: 15px !important;
        -webkit-line-clamp: 2;
    }

    .category-box p {
        font-size: 12px;
        padding: 2px 4px !important;
    }

    .comm_sq_list.grid_2 .column_list li a::before {
        font-size: 60px !important;
    }

    .Grid-section .item.title {
        min-height: unset !important;
    }

    .comm_sq_list .column_list .episode_content {
        align-items: center;
    }

    section.documentary-wrapper p.lg_para {
        font-size: 12px !important;
    }

    .section-header.title h2, .Big-slider-wrap h2, .section_head.title_tab_bar .title.font_45 h2 {
        width: max-content;
    }

    section.ad img {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .post-metas li, .post-metas a {
        font-size: 12px !important;
    }

    .video-item-content .slide_info_wrap.article .img_icon {
        width: 25px !important;
        height: 25px !important;
    }

    .news-image-holder {
        margin-left: 0.1rem !important;
    }

    .news-content-title h6 {
        font-size: 12px;
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide.swiper-slide-next + .swiper-slide .tab_item_bg {
        transform: translateY(-85px) translateX(15px) scale(0.65);
    }

    .card_slider_sec .swiper-slide:nth-child(2).swiper-slide-active .tab_item_bg, .card_slider_sec .swiper-slide.swiper-slide-active .tab_item_bg {
        transform: translateY(0px) translateX(0px) !important;
    }

    .card_slider_sec .swiper-slide-active + .swiper-slide-next .tab_item_bg {
        transform: translateY(-40px) translateX(10px) scale(0.83) !important;
    }

    .card_slider_sec .swiper-slide:nth-child(2) .tab_item_bg {
        transform: translateY(-40px) translateX(10px) scale(0.83) !important;
    }

    .card_slider_sec .swiper-slide:first-child .tab_item_bg {
        transform: translateY(-80px) translateX(15px) scale(0.65) !important;
    }

    .card_slider_sec .swiper-slide:nth-child(2).swiper-slide-active .tab_item_bg, .card_slider_sec .swiper-slide.swiper-slide-active .tab_item_bg, .card_slider_sec .swiper-slide.swiper-slide-active:first-child .tab_item_bg {
        transform: translateY(0px) translateX(0px) !important;
    }

    .card_slider_sec .section_head {
        padding-top: 0px;
    }

    .card_slider_sec .slider_navigation {
        margin-top: 30px;
    }

    .news-grid .section_head.title_tab_bar h3 {
        font-size: 20px;
    }

    .card_slider_sec .swiper_slide_card {
        width: 100%;
    }

    .comm_sq_list.grid_2 .column_list li {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .comm_sq_list .column_list li:last-child {
        margin-bottom: 0 !important;
        border-bottom: unset !important;
        padding-bottom: 0px !important;
    }

    .hide-slider-nav .tab_slider_bottom_row .slider_navigation {
        display: block !important;
    }
}

@media screen and (max-width: 310px) {
    .banner.flex-column {
        width: 100% !important;
        padding: 20px 10px;
    }

    .top-section {
        align-items: flex-end;
    }

    .text-style-2 a, .text-style-2, .close-2 {
        font-size: 9px !important;
    }

    .widget-title {
        flex-direction: column-reverse;
        gap: 30px;
    }

        .widget-title .title-text {
            font-size: 18px !important;
        }

    .tab_item_bg_wrap {
        display: none;
    }

    .pop-div .tab_slider_sec .tab-link a, .pop-div .tab_slider_sec .tab-link span {
        font-size: 10px !important;
    }

    .media {
        justify-content: center;
    }

    .pop-div .tab-card .tab_item_info {
        width: 100% !important;
    }

    .has_advertising .adv_block {
        padding: 0px !important;
    }

    .live-btn {
        display: none;
    }

    body h6 {
        font-size: 12px;
    }

    .post-metas li, .post-metas a {
        font-size: 10px !important;
    }

    .flex-box-content {
        flex-direction: column;
        gap: 20px;
    }

    .content-card {
        padding: 20px;
    }

    .news-content {
        width: 90% !important;
    }

    .img_title {
        gap: 6px;
    }

    .tab_slider_bottom_row .more_browse.white_link a {
        font-size: 8px !important;
    }

    .tab_slider_bottom_row .more_browse_btn::before {
        height: 11px !important;
        width: 11px !important;
        background-size: contain;
    }

    .scaled_tab_sec .swiper-slide .tab_item_info p, .news-content-title p, .tab_item_info p {
        font-size: 9px !important;
    }

    .episode_content .item.title {
        font-size: 14px;
    }

    .item-content {
        padding: 2px 0px !important;
        max-width: 62% !important;
    }

    .Big-slider-wrap .slider_desc {
        padding: 2px !important;
        margin: 4px 0px;
    }

        .Big-slider-wrap .slider_desc .lg_para {
            font-size: 12px !important;
        }

    section.comm_tabination_sec .tab_slider_bottom_row {
        margin-top: 0;
    }

    .flex-head {
        padding: 5px !important;
    }

    a.more_browse_btn {
        font-size: 8px !important;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .podcast-logo-text {
        font-size: 8px !important;
    }

    .podcast-social-logo img {
        width: 15px !important;
    }

    .footer-list-wrap {
        padding: 10px;
    }

    .footer-list-col {
        flex: 1;
    }

    .footer-list-wrap li {
        height: fit-content;
        width: 85px;
    }

    .footer_top_menu ul li a {
        font-size: 11px !important;
    }

    .footer_top_menu .more .icon.svg_icon {
        height: 10px;
        width: fit-content;
    }

    .podcast-content .lg_para.podcast {
        font-size: 12px !important;
    }

    .podcast-logo-text {
        font-size: 10px !important;
    }
}

:root {
    --dim-text-color: #898989;
    --dark-text-color: rgb(43, 42, 42);
    --shadow-text-color: #4a4a4a;
    --light-dark-text-color: #89898987;
    --dark-bg-color: #3c423e;
    --bg_blue: #2f3841;
    --dark-border: #4a4a4a;
    --meta-color: #c1c1c1;
}

.theme-light .tab-link.active a {
    font-weight: 500;
    color: black !important;
}

.theme-light .bright-current .tab-link.active a {
    color: var(--orange) !important;
}

.theme-dark .tab-link.active a {
    font-weight: 500;
    color: var(--orange) !important;
}

.tab-link.active a::before {
    width: 20px !important;
    background-color: var(--orange) !important;
}

.hide-slider-nav .tab_slider_bottom_row .slider_navigation {
    display: none;
}

.news-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.news-image-holder {
    flex: 0 0 30%;
    display: block;
    position: relative;
    margin-left: 10px;
}

    .news-image-holder img {
        width: 100%;
        height: auto;
        display: block;
    }

.bg-gray {
    background-color: #f3f3f3;
}

.news-main-container, .news-latest-container {
    display: flex;
    flex-direction: column;
}

.covetage_wrap .news-content .news-content-title p {
}

section.Slide-News.bg-gray.margin-btn {
    margin-bottom: 8%;
}

.section-header.title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
}

.news-latest-container.Big-slider-wrap {
    width: 100%;
}

.Big-slider-wrap .thumb_swiper .slider_bg {
    width: 100% !important;
}

.Big-slider-wrap .swiper-slide {
    display: flex !important;
    flex-direction: row-reverse;
}

.Big-slider-wrap .sideBy_thumb_slider_wrapper {
    z-index: 100;
    position: relative;
    right: 40%;
    width: 100%;
    max-width: 35%;
}

.news-latest-container.col-8 {
    width: 60% !important;
}

section.Slide-News.bg-gray.no-margin {
    padding-bottom: 0px !important;
}

.Big-slider-wrap .slider_bg {
    width: 60% !important;
}

    .Big-slider-wrap .slider_bg.info-wrap {
        width: 40% !important;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        padding: 0;
        background-color: transparent;
    }

.Big-slider-wrap .slide_info_wrap, .post-info .slide_info_wrap {
    height: 50px;
    width: 100%;
    position: relative;
    gap: 15px;
    margin: 0;
    z-index: 9;
}

.post-info .slider_desc.title {
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

.Big-slider-wrap .slider_desc h2 {
    -webkit-line-clamp: 3;
}

.Big-slider-wrap .img_icon img, .big-post-wrap .img_icon img {
    object-fit: contain;
    position: relative;
}

.Big-slider-wrap .img_icon, .big-post-wrap .img_icon {
    width: 30px !important;
    height: 30px !important;
    margin: 0;
}

.hide-in-desktop-title {
    display: none;
}

.col-4.absolute-container {
    position: relative;
}

    .col-4.absolute-container .news-main-container {
        position: absolute;
        top: -40%;
        z-index: 10;
    }

.Big-slider-wrap .Category p {
    border: 2px solid var(--dim-text-color);
    color: var(--dim-text-color) !important;
    background-color: transparent;
}

.news-main-container .slide_info_wrap {
    display: flex;
    gap: 10px;
}

    .news-main-container .slide_info_wrap .img_icon, .post-metas-col .img_icon, .single-meta .img_icon {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        margin: 0;
    }

li.single-meta.orange {
    border: 1px solid var(--orange) !important;
}

.news-main-container .slide_info_wrap .img_icon img {
    max-width: 100%;
    max-height: 100%;
}

.blue-card .card-image, .blue-card .card-image img {
    width: 100%;
}

.p-content {
    margin-top: 20px;
}

    .p-content figure img {
        width: 100%;
    }

    .p-content .content-media-item img {
        width: 100%;
    }

.time p {
    color: var(--dim-text-color) !important;
    opacity: 0.9;
    font-weight: 400;
    font-size: 12px;
}

.news-main-container p.lg_para {
    color: var(--text-color);
    padding-left: 30px;
    text-align: right;
    line-height: 1.8;
}

.nodata {
    font-size: 1.5rem;
}

.theme-dark .nodata, .theme-dark .fa.fa-spinner::before {
    color: white;
}

.article-content-wrap h2, .details-content h2 {
    color: black !important;
    font-weight: 600;
}

.post-details .p-content li {
    line-height: 1.8;
}

.article-content-wrap p, .post-details .p-content li, .post-details .p-content p a {
    font-size: 1.9rem;
    font-weight: 400;
}

.article-content-wrap .time p {
    font-size: 12px;
}

.news-main-container .article-content-wrap .slider_desc h2 {
    color: black !important;
    font-weight: 500 !important;
}

.slider-img-slider {
    height: 400px;
    position: relative;
}

    .slider-img-slider img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%;
    }

.news-grid {
    background-color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.big-section-wrap p.lg_para {
    padding-top: 4px !important;
}

.news-grid .single-news-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

.news-grid .title.font_45 {
    padding-bottom: 10px;
}

.news-content-title p {
    line-height: 125%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.card_slider_sec h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.card_slider_sec .tab_item_info h2 {
    position: relative;
    overflow-x: visible;
    overflow-y: clip;
}

.card_slider_sec a {
    display: contents;
}

.widget-info.equal h3 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.widget-info .lg_para {
    -webkit-line-clamp: 3;
    font-size: 14px;
    margin: 0;
}

.widget-info .time p {
    font-size: 12px !important;
}

.widget-title-wrap h3 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.news-main-container .news-content-time .time p {
    font-size: 11px;
}

.news-content {
    flex: 0 0 65%;
}

.latest-news-list {
    display: flex;
    flex-direction: column;
}

    .latest-news-list ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        padding: 10px 0px;
        gap: 10px;
    }

.news-title-text:before {
    content: "";
    border: 3px solid #ff0505;
    border-radius: 10px;
    opacity: 0.8;
}

.news-title-text {
    color: var(--dark-text-color);
    opacity: 0.8;
    display: flex;
    gap: 20px;
}

    .news-title-text h5 {
        line-height: 1.8;
    }

.latest-news-list .time p {
    padding: 0px 20px;
    margin-bottom: 5px;
}

.weather-partition {
    margin-top: 30px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.weather-dropdown {
    position: relative;
    width: 35%;
}

.img_icon li {
    display: block !important;
}

.dropdown-content {
    width: 100%;
    z-index: 1;
    box-shadow: 0px 1px 3px #00000036;
    background-color: #fafafa;
    color: #464646;
    padding: 5px 2px;
    margin-bottom: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
}

.weather-dropdown .dropdown-content option {
    background: white;
    color: black;
}

.weather-partition img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-latest-container .swiper, .swiper-container {
    height: 460px;
    background-color: transparent;
}

.news-latest-container .sideBy_thumb_slider_wrapper .swiper {
    height: fit-content;
    padding: 10px 5px;
}

.bg-remove {
    background-image: unset !important;
}

.documentary-wrapper .more-hover-svg a, .documentary-wrapper .more-hover-svg a:hover, .infograpgh-section .more-hover-svg a {
    color: #ffffff !important;
}

.video-swipper .title:hover .more-hover-svg img, .documentary-wrapper .title:hover .more-hover-svg img, .infograpgh-section .title:hover .more-hover-svg img {
    filter: brightness(3.5);
}

.video-swipper .title .more-hover-svg img, .blue-card .title .more-hover-svg img, .blue-card .title .more-hover-svg span, .documentary-wrapper .title .more-hover-svg img, .infograpgh-section .title .more-hover-svg img {
    filter: brightness(3.5);
    color: white;
}

.row-reverse-wrap .swiper-slide {
    flex-direction: row-reverse !important;
    justify-content: center;
    gap: 40px;
}

.row-reverse-wrap .slider_info {
    padding-top: 5%;
    margin-top: 4%;
}

.row-reverse-wrap .side_by_slider .slider_bg.video {
    max-width: 50%;
    position: relative;
    overflow: visible;
}

.row-reverse-wrap .container {
    background-image: unset !important;
}

.row-reverse-wrap .swiper-slide .slider_bg.video img {
    width: 100%;
    z-index: 125;
}

.row-reverse-wrap .container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.row-reverse-wrap .side_by_slider .slider_bottom_row.documentary {
    left: 3px !important;
    bottom: 0px !important;
    padding: 0px;
    right: unset !important;
}

.revert-slider-thumbs.slider_bottom_row.documentary .swiper-thumbs {
    flex-direction: column;
}

.two-card .single-tab {
    flex: 1;
}

.space-holder {
    width: 100%;
    height: 115px;
    z-index: -1;
}

.big-section-wrap.linear-bg-dark .slider_desc h2 {
    line-height: 44px;
    -webkit-line-clamp: 3 !important;
    padding: 5px 0px;
    position: relative;
    overflow-x: visible;
    z-index: 3;
    overflow-y: clip;
}

section.big-section-wrap.linear-bg-dark.light_bg {
    overflow: hidden;
    padding-bottom: 20px;
}

.swiper-slide.tab {
    display: flex;
    flex-direction: column;
    gap: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate3d(0px, 0px, 0px);
}

.tab_item_info p {
    color: var(--text-color) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 500;
    line-height: 1.8;
}

.home_featured_title p {
    -webkit-line-clamp: 3;
}

.more_browse a, .body a.more_browse_btn:hover::before {
    color: var(--orange);
}

.more_browse {
    width: fit-content;
}

.more_browse_btn:hover {
    background: #e5e5e5;
}

.tab_item_info.home_featured_title {
    width: fit-content;
}

.section-header.title h2 {
    color: black !important;
    font-weight: 500;
    transition: color 0.3s !important;
}

    .section-header.title h2:hover {
        color: #ff6b00 !important;
    }

.Big-slider-wrap .slider_desc {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Big-slider-wrap p.lg_para, .big-post-wrap p.lg_para {
    color: var(--dim-text-color);
    font-size: 15px;
}

.section-header.title span {
    opacity: 0.4;
}

.Section-flex-boxes .inner_sec {
    flex-direction: column;
}

.Section-flex-boxes .tab_slider_info_col {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    align-items: center;
}

.theme-light .slider-container-big h2 {
    color: black;
}

.section-header.title h2, .title.font_45 h2 {
}

.white-bg .mangoswiper .slider_info {
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.white-bg {
    padding-bottom: 20px !important;
}

    .white-bg .slider_desc.video-title h2 {
        margin-bottom: 0 !important;
        -webkit-line-clamp: 2 !important;
    }

.col-12.col-md-6 .item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pd-top-0 {
    padding-top: 0;
}

.pd-bottom-0 {
    padding-bottom: 0;
}

.pd-top-20 {
    padding-top: 20px;
}

.pd-top-10 {
    padding-top: 10px;
}

.white-bg {
    background: #ececec !important;
    padding-top: 70px;
}

    .white-bg .all_news_slider.side_by_slider {
        background: white;
        padding: 30px 0px;
    }

col-12.col-md-6 .card-div.big {
    display: flex;
}

.col-12.col-md-6 .read-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: unset;
    height: 100%;
}

.white_bg .title.font_45 {
    position: absolute;
    right: 0;
}

.white-bg .title.font_45 {
    background: white;
    right: 0;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    position: relative;
}

    .white-bg .title.font_45::before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 300%;
        background: white;
        z-index: -1;
        left: 0;
        border-top-left-radius: 10px;
    }

.white-bg .section_head.title_tab_bar {
    padding-bottom: 0px;
}

.Category {
    width: fit-content;
    z-index: 3;
}

section.white-bg section.all_news_slider.side_by_slider {
    background: white;
    padding: 20px 0px;
}

.read-contianer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.read-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.single-item {
    display: flex;
    gap: 15px;
    width: 100%;
}

.item-content {
    flex: 0 0 68%;
}

.tab_item_info {
    position: relative;
    margin-top: 8px;
}

.read-contianer .item-metas {
    padding-top: 15px;
}

.item-content .item.title, .item-content .item.title a {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: var(--text-color);
    position: relative;
}

.two-one-align .col-52 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bold h4 {
    font-weight: 600;
    color: black;
}

.big-card.no-gap .fixed-height h3 {
    max-width: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-metas {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: auto;
}

.author-img {
    width: 30px;
    height: 30px;
    margin-left: 0.5rem;
}

    .author-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50% !important;
    }

.author-name {
    font-size: 13px;
    font-weight: 600;
}

.item-image {
    flex: 0 0 25%;
    display: block;
    position: relative;
    margin-left: 0.8rem;
}

.episode_content .item-image {
    flex: 0 0 33%;
}

.episode_content .item-content {
    flex: 0 0 66%;
}

.item-image img {
    width: 100%;
    display: block;
}

.item-metas .day_time > * {
    padding-right: 0px;
}

.comm_sq_list.grid_2 .column_list li a {
    position: relative;
    align-items: center;
}

.comm_sq_list.grid_2 li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comm_sq_list.grid_2 .column_list li {
    width: 100%;
    margin-bottom: 25px;
}

.comm_sq_list.grid_2 .column_list:not(.no_padding) li {
    padding-bottom: 25px;
}

.grid_2 ul.column_list {
    column-count: 2;
    display: inline-block;
    float: left;
    counter-reset: section;
    margin-left: auto;
    margin-bottom: 0px !important;
}

.grid_2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
    list-style: none;
}

.editors-pick .ad-hide-ipad {
    width: 23.3%;
}

.editors-pick .has_advertising {
    align-items: center;
}

.editors-pick .item.title {
    height: 87px;
}

.has_advertising .comm_sq_list.grid_2 {
    width: 68%;
}

.has_advertising .adv_block {
    width: 100%;
    flex: 1;
    min-height: 250px;
    display: flex;
    align-items: center;
    background-color: var(--dim-text-color);
}

.has_advertising {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.adv_block .adv_wrap {
    width: 100%;
    height: 100%;
}

    .adv_block .adv_wrap h2 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 34px;
        text-align: center;
    }

.comm_sq_list .column_list .episode_content {
    width: 100%;
    display: flex;
}

.Grid-section .item.title {
    -webkit-line-clamp: 3 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    min-height: 53px;
}

.comm_sq_list h5 {
    color: var(--white);
    line-height: 150%;
}

.episode_content .item.title {
    font-weight: normal;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: var(--shadow-text-color);
}

.Grid-section {
    background-color: #ececec;
}

.column_list li:nth-child(2n) {
    margin-bottom: 0px !important;
}

.grid_tab_sec .tab_slider_col {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: space-between;
}

.home.hide-in-desktop {
    display: none;
}

.slider-box {
    width: 74%;
    padding-top: 30px;
}

.read-section .fixed-height {
    height: 50px;
}

.Grid-themed .fixed-height {
    height: 55px;
}

.slider-box .widget-tab {
    padding: 0px;
}

.flex-meta-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-pseudo::before {
    content: unset !important;
    padding: 5px !important;
}

.no-pseudo {
    padding: 5px !important;
    font-weight: 400 !important;
    font-size: 1.4rem !important;
}

.flex-meta-vertical .author-img {
    width: 60px !important;
    height: 60px !important;
}

.dynamic-bullets-slider {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
    padding: 5px 10px;
}

    .dynamic-bullets-slider .swiper-pagination-bullets {
        width: 150px !important;
        transform: unset !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: visible;
        padding: 0px 5px;
    }

.grid_tab_sec .tab_content_wrapper {
    max-width: 83.4%;
    margin: unset;
}

.grid_tab_sec.comm_tabination_sec .tabs {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    list-style: none;
    margin: 10px 0px;
    overflow-x: auto;
}

    .grid_tab_sec.comm_tabination_sec .tabs::-webkit-scrollbar {
        display: none;
    }

.grid_5_col .tab_content_inner_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

    .grid_5_col .tab_content_inner_wrap .tab_card {
        padding: 0px 10px;
        width: 100%;
        max-width: 18%;
    }

.grid_5_col .tab_item_info h5 {
    font-size: 13px;
    font-weight: 500;
}

.grid_5_col .tab_item_bg {
    border-radius: 7px !important;
}

.grid_5_col .time p {
    padding: 4px;
}

.grid_5_col .time p {
    padding-top: 7px;
    font-size: 9px;
}

.grid_5_col .day_time > * {
    padding-right: 0px;
}

.comm_tabination_sec .tab-link a {
    color: var(--light-dark-text-color);
    font-size: 12px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    padding: 8px 15px;
}

.tab_card .tab_item_info {
    margin: 8px 0px;
}

.comm_tabination_sec .tab-link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 3px;
    border-radius: 50px;
    background-color: var(--light-dark-text-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid_tab_sec.comm_tabination_sec .tab-link a::before {
    bottom: unset;
    width: 3px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.font_45 h2 {
    color: black !important;
    font-weight: 600 !important;
}

section .pd-bottom-22 {
    padding-bottom: 22px;
}

.grid-card.white-themed-grid .title {
    min-height: 72px;
}

.inner-metas.left {
    right: unset !important;
    left: 10px;
}

.grid-card.white-themed-grid h3 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

a.more_browse_btn {
    font-size: 12px;
}

.comm_tabination_sec .tab-link a:hover {
    color: var(--link_hover);
    cursor: pointer;
}

.comm_tabination_sec .tab-link.current a {
    color: var(--white);
    font-weight: bold;
}

    .comm_tabination_sec .tab-link.current a::before, .comm_tabination_sec .tab-link a:hover::before {
        background-color: var(--link_hover);
    }

.tab_swiper_episodes .tab_item_bg {
}

.section-header.title span svg {
    width: 30px;
    padding-top: 10px;
}

.documentary-wrapper .section-header.title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hide-slider-nav-full .slider_navigation {
    display: none;
}

.documentary-wrapper .side_by_slider .slider_desc.video-title h2 {
    margin-bottom: 10px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
    text-align: start;
    width: 95%;
}

section.documentary-wrapper .flex-slider-thumbs-wrap {
    display: flex;
    flex-direction: column;
}

.category-box {
    width: fit-content;
}

    .category-box p:hover {
        background: #ffffff12;
        border-color: #ffffff57;
    }

    .category-box p {
        width: fit-content;
        background: transparent;
        padding: 3px 8px;
        font-weight: 300;
        color: #c5d2e9;
        border: 1px solid;
        transition: 0.3s all;
    }

    .category-box a {
        width: fit-content;
    }

section .documentary-wrapper .side_by_slider .slider_bg {
}

section.documentary-wrapper .swiper-slide {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0px 2px;
    justify-content: space-between;
    flex-direction: revert;
    gap: 10px;
    width: 100%;
}

section.documentary-wrapper.Video.hide-slider-nav.row-reverse-wrap {
    padding-bottom: 0px;
    background-blend-mode: unset;
}

section.documentary-wrapper {
    background-size: cover;
    background-position: center;
    margin: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
    position: relative;
    z-index: 1;
    padding-bottom: 62px;
    background: #2f3841;
}

p.lg_para.post-article-text, .Article .lg_para.summary {
    -webkit-line-clamp: unset !important;
}

section.documentary-wrapper .section-header.title h2, section.documentary-wrapper .section-header.title svg {
    color: white !important;
    fill: white;
}

section.documentary-wrapper .tab_slider_sec .tab-link.current a, .bg-dark-grey .tab_slider_sec .tab-link.current a {
    font-weight: 500;
    background: transparent !important;
}

section.documentary-wrapper .sideBy_thumb_slider_wrapper {
    width: 100%;
    max-width: 100%;
}

section.documentary-wrapper .side_by_slider .slider_bottom_row {
    width: 51%;
    position: absolute;
    justify-content: flex-start;
    right: 0px;
    bottom: 0px !important;
    left: 0px !important;
}

section.documentary-wrapper p.lg_para, section.documentary-wrapper .lg_para p {
    line-height: 125%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
    color: white;
    opacity: 0.7;
    margin: 0;
}

section.documentary-wrapper .swiper-slide .slide_info_wrap, section.documentary-wrapper .swiper-slide .day_time {
    padding: 2px 0px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}

.slider_bottom_row.video.documentary {
    left: 58%;
    margin: 0;
    padding: 0;
}

.news-inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.more_browse_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid;
    padding: 2px 8px;
    border-radius: 5px;
}

.gradient_tab_sec .slider_navigation {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    padding-bottom: 0px;
}

.news-col {
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.Episodes .tab_item_info {
    width: 100%;
}

    .Episodes .tab_item_info p, .video-item-title h2 {
        line-height: 1.8;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

.horizontal-separator {
    position: relative;
    width: 100%;
    background: var(--border);
    height: 2px;
}

section.podcast-container {
    height: fit-content;
    margin-bottom: 35px;
    overflow: hidden;
    width: 100%;
}

.podcast-items {
    display: grid;
    gap: 10px;
}

.theme-light .item.title.podcast h2 {
    color: black;
}

.item.title.podcast h2 {
    font-size: 2.4rem;
    line-height: 1.7;
}

section.podcast-container .container {
    display: flex;
    gap: 30px;
}

.podcast-container .section-header.title {
    padding: 2% 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.podcast-container svg {
    width: 45px;
    height: 45px;
    margin: 0;
    fill: #1fbabc;
}

.podcast-container .tab_content_wrapper {
    width: 100%;
    height: 100%;
}

.podcast-flex-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 30px;
}

.podcast-inner-wrapper {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.podcast-cover {
    position: relative;
    height: 100%;
    width: 150px;
}

.item-player-podcast {
    flex: 2;
}

.flex-box {
    display: flex;
    gap: 10px;
}

.podcast-content {
    flex: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item.title.podcast a {
    color: var(--dark-text-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.lg_para.podcast {
    opacity: 0.5;
    font-size: 16px;
}

.podcast-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.podcast-share-grid {
    display: flex;
    flex-direction: column;
}

.podcast-icons-grid {
    padding: 20px;
    background: #1fbabc;
    border-radius: 5px;
    position: relative;
}

.podcast-mdn-logo {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.podcast-icons-wrap {
    width: 100%;
    position: relative;
}

.podcast-mdn-logo img {
    object-fit: contain;
    margin: 0;
    width: fit-content;
}

.podcast-mdn-social {
    height: 50%;
    width: fit-content;
    display: flex;
}

.podcast-social-logo {
    margin-right: 8px;
}

.podcast-icons-col {
    display: flex;
    width: 100%;
    height: fit-content;
    margin-right: 10px;
}

.podcast-social-logo a {
    width: max-content;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    flex-direction: row-reverse;
    display: flex;
    border-radius: 5px;
    cursor: pointer;
    color: grey;
    background: white;
}

    .podcast-social-logo a:hover {
        background-color: #ededef96;
    }

.podcast-social-logo img {
    object-fit: contain;
    width: 24px;
    height: auto;
    margin: 0;
}

.podcast-logo-text {
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
}

.podcast-container .rounded_sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.podcast-container .inner_sec {
    flex: 2;
    display: flex;
    flex-direction: column;
    max-width: 71%;
}

.podcast-container .podcast-ad img {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 0px;
}

.podcast-container .title.font_45 svg {
    fill: #47b7b9;
}

.title-info {
    min-height: 58px;
}

.grid-wrapper-5 a {
    position: relative;
}

.podcast-cover-image img {
    border: 3px solid #e4e4e4;
    border-radius: 10px;
}

.player-btn-img {
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e4e4e4;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 5px;
    padding: 5px;
}

.podcast-cover-group a:hover .podcast-cover-image img {
    animation: borderblink 0.3s forwards;
}

.podcast-cover-group a:hover .player-btn-img {
    animation: bgblink 0.3s forwards;
}

.podcast-cover-group a:hover {
    transform: scale(1.04);
}

@keyframes borderblink {
    50% {
        border: 4px solid #e4e4e4;
    }

    100% {
        border: 4px solid white;
    }
}

@keyframes bgblink {
    50% {
        background: #e4e4e4;
    }

    100% {
        background: white;
    }
}

.grid-wrapper-5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
    grid-gap: 20px;
}

.Sports a.more_browse_btn {
    visibility: hidden;
}

.Info .slider_bg.video {
    height: 100%;
    width: 100%;
    padding-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
    filter: blur(2px);
    object-fit: cover;
    max-width: 100%;
}

.infographic-section .main-slider-bg-wrapper {
    width: 51%;
    height: 380px;
}

.infographic-section .tab_content_wrapper.card_tab_wrapper {
    max-width: 49%;
    background: #c4c4c4;
    z-index: 10;
    height: 380px;
}

.infographic-section .section-header.title {
    position: absolute;
    top: 20px;
    right: 8.5vw;
}

    .infographic-section .section-header.title h2, .bg-dark h2, .bg-dark .item.title, .bg-dark .author-name {
        color: rgb(247, 247, 247) !important;
        z-index: 3;
        position: relative;
    }

.infographic-section .tab_content_wrapper .tab-content {
    left: 55%;
    top: -35%;
}

.infographic-section.card_info_col {
    position: absolute;
}

.infographic-section .tab_slider_col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
}

.infographic-section .swiper-slide.swiper-slide-active {
    position: relative;
}

.main-slider-bg-wrapper::before {
    max-width: 70%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    mix-blend-mode: hard-light;
    background-color: #1b1b1b;
    z-index: 2;
}

.infographic-section .swiper-slide.swiper-slide-next .card_info_col, .infographic-section .swiper-slide.swiper-slide-prev .card_info_col {
    opacity: 0 !important;
}

.infographic-section .swiper-slide:not(.swiper-slide-active) .card_info_col {
    opacity: 0;
}

.mangoswiper_doc .swiper-slide:not(.swiper-slide-active) .slider_info {
    opacity: 0;
}

section.card_slider_sec.infographic-section .rounded_sec {
    background-color: transparent;
}

.infographic-section .card_swipper .swiper-wrapper {
    padding-top: 150px;
}

.infographic-section .swiper_slide_card {
    width: 100% !important;
    position: relative !important;
}

.infographic-section .slider_navigation {
    position: absolute;
    bottom: 50px;
    width: 65%;
    right: 15%;
    z-index: 99;
}

.infographic-section .card_slider_sec .swiper_slide_card .card_info_col {
    width: 100%;
    max-width: 60.7%;
    position: absolute;
    top: 20%;
    right: -20%;
    transition: all 0.5s ease-in-out 0s;
}

.infographic-section .card_swipper .swiper-wrapper {
    padding-top: 55px;
}

.infographic-section .swiper-slide:not(.swiper-slide-active) .card_info_col {
    opacity: 0;
}

.infographic-section .swiper.info_swiper.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    position: relative;
}

.infographic-section .card_info_col {
    width: 100%;
    max-width: 70.7% !important;
    transition: all 0.5s ease-in-out;
    position: absolute !important;
    right: -34% !important;
    top: -10% !important;
}

.infographic-section .tab_item_bg {
    width: 100% !important;
    max-width: 71.3% !important;
    position: absolute !important;
    top: 15% !important;
    left: -13% !important;
}

.news-wrap img {
}

.breadcrumb-container {
    margin: 10px 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 1.2rem !important;
    color: var(--orange) !important;
}

.margin-btm-20 {
    margin-bottom: 30px;
}

.breadcrumb-item + .breadcrumb-item::before, .featured-meta + .featured-meta::before, .single-meta + .single-meta::before {
    display: inline-block;
    padding: 0 0.5rem;
    color: #6c757d;
    content: "|";
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
    display: flex;
}

.adjust-slider {
    margin-bottom: -35px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 20px;
    padding-top: 10px;
}

    .breadcrumb li, .breadcrumb a {
        font-size: 14px;
        line-height: 2.2rem;
        color: var(--grey-dark-four);
    }

li.breadcrumb-item a {
    color: #4a4a4a;
    font-weight: 300;
}

li.breadcrumb-item:hover a {
    color: var(--orange);
}

section.content-section {
    padding: 20px 0px;
}

.slide_info_wrap.article {
    justify-content: space-between;
    padding-left: 15px;
    gap: 15px;
}

.big-slider-carousels .swiper_slide_card.big-slide {
    position: relative;
    border-radius: 5px !important;
    overflow: hidden;
}

.big-slider-carousels .author-img img {
    position: relative !important;
}

.big-slider-carousels .swiper_slide_card.big-slide:hover .slide-content img {
    scale: unset !important;
}

.big-slider-carousels .swiper_slide_card.big-slide img {
    transition: 0.5s;
    transition-delay: 0.3s;
}

.opinion .row {
    display: flex;
    align-items: stretch;
}

.opinion .read-col {
    height: 100%;
}

    .opinion .read-col .item-metas {
        padding-top: 10px;
    }

.opinion .row .col-6.col-md-6 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dark h3 {
    color: black;
    font-weight: 600;
}

.grid-title {
    padding-top: 5px;
}

.grid-item .time {
    padding-top: 5px;
}

.grid-item .item-metas .time {
    padding-top: 0px;
}

.big-slider-carousels .swiper_slide_card.big-slide:hover img {
}

.big-slider-carousels .slide-content {
    position: absolute;
    width: 100%;
    bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 3;
}

    .big-slider-carousels .slide-content .item-metas {
        margin: 0 !important;
    }

    .big-slider-carousels .slide-content .section-header.title {
        height: 80px;
    }

.big-slider-carousels .swiper-slide {
    position: relative;
}

.big-slider-carousels .slide-content .section-header.title h2, .big-slider-carousels .slide-content .author-name {
    color: white !important;
}

.big-slider-carousels .slide-content .Category p {
    background-color: var(--orange);
}

.post-metas-col {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.bg-dark-grey {
    background: #343434 !important;
}

    .bg-dark-grey h2 {
        color: white !important;
    }

    .bg-dark-grey .more-hover-svg img {
        filter: invert(47%) sepia(96%) saturate(1066%) hue-rotate(192deg) brightness(99%) contrast(90%);
    }

.loadmoresection a {
    border: 1px solid #1446c8;
    color: #1446c8;
    padding: 3px 50px;
    border-radius: 5px;
}

.theme-dark .card-title h5 {
    color: white;
}

.theme-dark .loadmoresection a {
    color: white;
}

.bg-dark-grey .loadmoresection a {
    color: white;
}

.about-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li.author-list {
    display: flex;
    align-items: center;
}

    li.author-list a {
        font-weight: 500;
    }

    li.author-list .author-img {
        margin-left: 0.8rem;
    }

.author-domain {
    margin-right: 0px !important;
}

    .author-domain h5 {
        font-weight: 400;
    }

.author-item {
    display: flex;
    align-items: center;
}

    .author-item div + div {
        margin-right: 20px;
    }

.about-author-text div + div {
    margin-top: 10px;
}

.post-type.post-metas.type-wrap.article-details-metas ul {
    padding: 30px 0px;
}

.post_disclaimer {
    font-size: 1.7rem;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border);
}

.author-image {
    border-radius: 5px;
    overflow: hidden;
}

.about-author-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.read-more p:hover, .loadmoresection a:hover {
    color: white !important;
    border: 1px solid #1446c8;
    background: #1446c8;
}

.read-more p {
    border: 1px solid #1446c8;
    color: #1446c8;
    padding: 5px 80px;
    border-radius: 5px;
    transition: 0.3s all;
    font-weight: 300;
}

.post-metas-col ul.post-metas {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.post-metas li, .post-metas a {
    color: var(--meta-color) !important;
    font-size: 12px;
}

.post-metas-col .single-meta + .single-meta::before, .image-caption::before, figcaption::before {
    color: var(--orange);
}

.post-category.post-metas {
    list-style: none;
    display: flex;
    align-items: center;
}

.social-share-icon {
    flex: 1;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 5vh 0px;
}

.about-author a img {
    border-radius: 100%;
    border-radius: 100%;
    width: 30%;
    height: 100%;
    width: 100%;
}

.media h3 a {
    color: black;
    font-weight: 400;
}

.breaking-wrapper h3 {
    font-weight: 300;
    font-size: 2.5rem;
}

.media-body {
    display: flex;
    flex-direction: column;
}

.article-wrap.row .post-type.post-metas li, .post-type.post-metas li a, .details-wrap .post-metas li, .details-wrap .post-metas li a {
    border-radius: 0px !important;
    transition: 0s !important;
}

.social-share-icon svg {
    height: 18px;
    transition: 0.4s;
}

.social-share-icon:hover svg {
    scale: 1.1;
}

.social-share-icon svg path {
    fill: var(--dim-text-color) !important;
}

.social-share-icon:hover svg path {
    fill: var(--blue) !important;
}

.post-image {
    width: 100%;
}

.details-white-box {
    background: white;
    border-radius: 5px;
    padding: 10px;
}

.mangoswiper_doc .slider_info {
    padding-top: 0px;
}

.post-image img {
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: cover;
}

.pop-div {
    padding: 16px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 25px;
}

.col-8 .pop-div {
    margin: 25px 0px;
}

.pop-div .swiper_slide_card {
    display: flex;
    width: 100%;
    gap: 15px;
    height: 85px;
    overflow: hidden;
}

.pop-div .tab-card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.logo_megaNav img, .footer_menu img {
    border-radius: 0px;
}

.pop-div .tab-card {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    overflow: hidden;
}

.pop-div .tab_slider_sec .tab-link:not(.current) a {
    border: 1px solid #ededede3;
}

.pop-div .swiper_slide_card .tab_item_bg {
    flex: 0 0 38%;
    display: block;
    position: relative;
    margin-left: 8px;
}

.pop-div .tab-card .tab_item_bg {
    flex: 0 0 35%;
}

.pop-div .swiper_slide_card .tab_item_info {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pop-div .tab-card .tab_item_info {
    flex: 0 0 62%;
    display: flex;
    flex-direction: column;
}

.pop-div .tab_item_info p {
    margin: 0 !important;
    font-weight: 300;
    color: #777777;
}

.theme-light .post-metas li {
    color: #777777 !important;
}

.pop-div .single-meta {
    font-size: 12px;
    color: var(--dim-text-color);
    opacity: 0.7;
    font-weight: 400;
}

.post-type.post-metas.type-wrap ul {
    display: flex;
    gap: 10px;
    padding: 40px 0px;
    flex-wrap: wrap;
}

.pop-div .post-type.post-metas.type-wrap ul {
    color: white !important;
}

.post-type.post-metas li, .post-type.post-metas li a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 400 !important;
}

.type-wrap .single-meta + .single-meta::before {
    padding: 0;
    content: "" !important;
}

.article-content-wrap p a {
    color: var(--orange) !important;
}

.article-content-wrap {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border);
    display: flex;
    flex-direction: column;
}

.content-media-wrapper figure {
    display: flex;
    flex-direction: column;
}

.content-media-item video {
    width: 100%;
    height: unset;
}

.image-caption, .content-media-item figcaption {
    font-size: 12px;
    font-weight: 500;
    color: black;
    line-height: 3;
    background: white;
    padding-right: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
}

.post-details p, .post-details li {
    color: black;
}

.post-media figcaption, .content-media-item figcaption {
    padding-right: 10px !important;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content-media-item {
    margin-bottom: 20px;
}

.widget-title {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    background-color: #2f5391;
    border-radius: 5px;
}

.coverage-image.show-mobile {
    display: none;
}

.aside-widget .widget-image {
    width: 80%;
}

.aside-widget .widget-summary {
    padding-top: 10px;
}

.aside-widget .widget-title {
    padding: 20px 10px;
}

.widget-title-wrap h3 {
    line-height: 1.8;
}

.widget-watch {
    position: relative;
    padding: 20px 0px;
    background-color: transparent;
}

.widget-summary p {
    font-weight: 300;
    line-height: 1.8;
    padding-top: 20px;
}

.widget-title p {
    padding: 22px 13px;
    color: white;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
}

.tab_item_bg_wrap {
    width: 100%;
    max-width: 38.598%;
    margin-top: -45px;
}

.widget-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
}

.tab_content_wrapper.aside-wrap .tab-content .swiper-wrapper, .tab_content_wrapper .tab-content .inner-wrapper {
    display: flex;
    flex-direction: column !important;
    gap: 15px;
}

.item-title {
    margin-top: 5px;
}

.tab_content_wrapper.aside-wrap .tab-content .swiper-wrapper .swiper-slide, .tab_content_wrapper.aside-wrap .tab-content .inner-wrapper .single-tab {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.aside-wrap .swiper_slide_card .tab_item_bg img {
}

aside.post-aside {
    height: 100%;
}

.post-aside .adv_block {
    height: 30%;
    padding: 10% 20%;
}

.post-aside .adv_wrap {
    background-color: var(--dim-text-color);
}

.documentary-wrapper .title.font_45 h2 {
    color: white !important;
    transition: color 0.3s !important;
}

    .documentary-wrapper .title.font_45 h2:hover {
        color: #ff6b00 !important;
    }

.title.font_45 svg {
    width: 60px;
    fill: white;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-8 {
    flex: 1;
    width: 100%;
    max-width: 65.33%;
}

.col-4 {
    flex: 1;
    width: 100%;
    max-width: 33.33%;
}

.col-10 {
    width: 78.33333333%;
}

.col-2 {
    width: 18.66666%;
}

section.tab_slider_sec.bg-transperent .rounded_sec, .transperent-bg .rounded_sec {
    background-color: transparent;
}

section.documentary-wrapper.news-slider {
    background-image: linear-gradient(to left, #cccccc 75%, #ececec 20%) !important;
}

    section.documentary-wrapper.news-slider .slider_bg.video img {
        border-radius: 0px !important;
        object-fit: cover;
    }

.slider_bottom_row.documentary .swiper-thumbs {
    display: flex;
    flex-direction: column;
}

.slider_bottom_row.videos .swiper-thumbs {
    flex-direction: column-reverse;
}

.News-slides .video_container .sideBy_thumb_slider_wrapper .swiper-slide {
    padding: 0;
}

.News-slides .swiper-slide .slider_bg img {
    border-radius: 0px !important;
    object-fit: cover;
}

.News-Slider-Wrap {
    background-image: linear-gradient(to left, #ffffff 73%, #ececec 0%) !important;
    margin-bottom: 80px !important;
}

    .News-Slider-Wrap .video-thumb::before, .News-Slider-Wrap .slider_bg.video::before {
        opacity: 0 !important;
    }

    .News-Slider-Wrap .slider_info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .News-Slider-Wrap p.lg_para {
        color: var(--dim-text-color) !important;
    }

    .News-Slider-Wrap .slider_desc.video-title h2 {
        color: black !important;
    }

    .News-Slider-Wrap .news_swiper img {
        top: -10%;
    }

    .News-Slider-Wrap .swiper-button-next-newstab, .News-Slider-Wrap .swiper-button-prev-newstab {
        filter: brightness(0);
    }

section.ad {
    display: flex;
    width: 100%;
}

    section.ad img {
        padding-left: 20%;
        padding-right: 20%;
    }

section.mini-ad {
    padding: 0 30%;
}

.more_browse.white_link {
    margin-right: auto;
    align-items: center;
    display: flex;
}

.swiper_slide_card .item-metas {
    font-size: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px;
}

    .swiper_slide_card .item-metas .author-name, .swiper_slide_card .item-metas .time p {
        font-size: 11px !important;
    }

    .swiper_slide_card .item-metas .author-img {
        height: 30px;
        width: 30px;
    }

.no-border-card .tab_item_bg {
    border-radius: 5px !important;
}

.flex-box-content {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
    gap: 40px;
    width: 100%;
    height: 100%;
}

.content-card {
    display: flex;
    flex-direction: column;
    border-radius: 4px !important;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.content-title {
    color: var(--border);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.content.item-metas {
    justify-content: center;
}

section.tab_slider_sec.Section-flex-boxes.bg-dark {
    background-color: var(--dark-bg-color) !important;
    margin-bottom: 0px !important;
}

.flex-slider-thumbs-wrap {
    display: flex;
    flex-direction: column;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    grid-gap: 20px;
}

.grid-item {
    padding: 4px 0px;
    text-align: center;
}

.grid-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.video-grid-image, .grid-image {
    position: relative;
}

    .video-grid-image::before, .featured-video-img a::before {
        content: "";
        position: absolute;
        bottom: 7%;
        right: 4%;
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        cursor: pointer;
    }

.video-carousel {
    position: relative;
}

    .video-carousel::before {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        cursor: pointer;
    }

.small-play-btn::before {
    width: 35px;
    height: 35px;
}

.video-grid-title {
    padding-top: 5px;
}

    .video-grid-title h5, .grid-title {
        line-height: 1.8;
    }

.video-page ul.tabs {
    margin-top: 5px;
}

.Load-wrapper {
    padding-top: 20px;
}

.Load-more {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.section_head.title_tab_bar {
    padding-bottom: 20px;
}

.for-you .more_browse.white_link {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.for-you .rounded_sec.transperent-bg {
    background-color: transparent;
}

.big-video-item {
    width: 100%;
    padding-top: 56.25%;
    height: 100%;
    position: relative;
}

    .big-video-item::before {
        content: "";
        position: absolute;
        bottom: 50%;
        right: 44%;
        width: 6%;
        height: 14%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        cursor: pointer;
    }

section.video-details-wrap .mini_container {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
}

.big-video-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-light .video-item-title h2 {
    color: black;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.card-div .title h6, .big-slider-carousels .slide-content .section-header.title h2, .card-div.big.inside .title h4, .card-div.big.inside .title h3, .carousel-title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.video-featured .row .col-8 {
    max-width: 54%;
}

.min-width .container {
    width: 59%;
}

.card-items-wrap {
    padding: 7px;
}

.video-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .video-item-content .slide_info_wrap.article .img_icon {
        width: fit-content;
        height: fit-content;
        margin: 0;
    }

    .video-item-content .lg_para {
        padding-left: 20px;
        line-height: 1.8;
    }

.video-details-wrap .ad-holder {
    padding: 60px 15%;
    border-bottom: 1px solid var(--dark-border);
}

.post-type.post-metas .orange-border {
    border: 1px solid var(--orange) !important;
}

.padding-20 {
    padding: 20px 0px;
}

.orange-border {
    border: 1px solid var(--orange) !important;
}

.breaking-news-vertical .breaking-text h5 {
    font-weight: 600 !important;
    color: black;
    -webkit-line-clamp: unset !important;
}

.breaking-news-vertical ::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.breaking-news-vertical ::-webkit-scrollbar-thumb {
    background: #ad0000;
    border: 0px none #ffffff;
}

    .breaking-news-vertical ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

.breaking-news-vertical ::-webkit-scrollbar-track {
    background: #a5a5a5b3;
    border: 0px none #ffffff;
    border-radius: 0px;
}

.pop-div .tabs {
    padding-bottom: 20px;
}

section.group-posts-wrapper .row {
    flex-wrap: unset !important;
}

.posts-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.post-card.big-card .single-item {
    display: flex;
    flex-direction: column !important;
}

    .post-card.big-card .single-item .item-image {
        width: 100%;
    }

    .post-card.big-card .single-item .item-content {
        max-width: 95% !important;
    }

.post-card .single-item .item-content {
    justify-content: center !important;
    gap: 20px !important;
}

.post-card .single-item img {
    border-radius: 4px !important;
}

.post-card .single-item .author-img img {
    border-radius: 50% !important;
}

.theme-light .tab_content_wrapper .item-metas .author-name {
    color: black;
    font-weight: 700;
}

.tab_content_wrapper .item-metas {
    padding: 5px 0px !important;
    margin: 0 !important;
}

.col-12.col-md-6 .section_head.title_tab_bar {
    max-width: 90%;
}

.news-grid .section_head.title_tab_bar {
    padding: 0px 15px;
}

.theme-light .news-grid .section_head.title_tab_bar h3 {
    color: black;
    font-weight: 600;
}

.post-media-showroom {
    position: relative;
    overflow: hidden;
}

.big-post-media a, .post-media-showroom, .big-post-media {
}

    .post-media-showroom a::before {
        background-image: linear-gradient(to left, #0000000f 0%, rgba(0, 0, 0, 0) 56%);
        position: absolute;
        right: 0;
        top: 0;
        width: 10%;
        content: "";
        height: 100%;
        z-index: 9;
    }

.post-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.big-post-media img {
    border-radius: 0;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.7;
}

.big-post-media {
    position: relative;
}

section.big-section-wrap .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.col.lft .live-btn-thumb {
    position: absolute;
    left: 30px;
    bottom: 30px;
    top: unset;
    z-index: 3;
}

    .col.lft .live-btn-thumb .live-btn .live-text {
        padding: 9px 29px;
        font-size: 19px;
        border: 1px solid;
        font-weight: 400;
        border-radius: 10px;
    }

.live-indicator {
    display: flex;
    gap: 10px;
    align-items: center;
}

.meta-box {
    width: 50%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.live-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live.post-info::before {
    background-image: linear-gradient(45deg, #c12121, #890404);
}

.numbered-swiper-section .live .swiper-pagination-numbered .swiper-pagination-bullet-active, .theme-dark .numbered-swiper-section .live .swiper-pagination-numbered .swiper-pagination-bullet-active {
    background: #ac1616 !important;
}

.live .category-meta {
    color: white;
}

numbered-swiper-section .live h2 {
    font-weight: 400;
}

.numbered-swiper-section .live h2, .numbered-swiper-section .live h4 {
    color: white !important;
}

.live h4 {
    font-weight: 300;
}

.live p {
    color: white !important;
    opacity: 1;
}

.circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #b20202;
    position: relative;
}

    .circle:before, .circle:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #b20202;
        border-radius: 50%;
    }

    .circle:before {
        animation: ripple 2s linear infinite;
    }

    .circle:after {
        animation: ripple 2s linear 1s infinite;
    }

@keyframes ripple {
    50% {
        transform: scale(1.6);
        opacity: 1;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.post-info .Category p {
    border: 1.5px solid var(--dim-text-color);
    color: var(--dim-text-color) !important;
    background-color: transparent;
    font-weight: 400;
    padding: 5px 15px;
}

.post-info .Category:hover p {
    color: white !important;
    border: 1.5px solid var(--orange);
}

.post-info .img_icon {
    width: 30px !important;
    height: 30px !important;
    margin: 0;
}

.theme-light .big-section-wrap h2 {
    color: black;
}

.post-info p.lg_para {
    padding-top: 30px;
    padding-top: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #3c423e;
    position: relative;
    margin-bottom: 10px;
}

.coverage_sec.dark p {
    color: white !important;
}

section.documentary-wrapper.padding-decrease {
    padding: 0px !important;
}

.full-cover-bg .container::after {
    content: unset !important;
}

.full-cover-bg .title_tab_bar .title.font_45 h2 {
    color: white !important;
}

.full-cover-bg {
    background-size: cover;
    background-position: center;
    margin: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
    position: relative;
    background-blend-mode: unset !important;
}

    .full-cover-bg .all_news_slider.side_by_slider {
        padding-bottom: 0px !important;
    }

.stretched-carousel-wrapper .carousel-image-wrap {
    border-radius: 5px;
    border: 2px solid #547bd9;
    overflow: hidden;
}

.stretched-carousel {
    box-sizing: border-box;
    transition: flex 0.8s ease;
    transition-delay: 0.4s;
    margin-left: 20px;
}

.stretched-carousel-wrapper :last-child {
    margin: 0px;
}

.stretched-carousel-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section .time.no-margin {
    margin-bottom: 0px;
}

.carousel-image {
    width: 100%;
    height: 322px;
    position: relative;
    background-repeat: no-repeat;
    background: round;
}

.home .white-cards-container {
    width: 100%;
}

.home .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 10px 0px;
}

.home ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    column-count: 2;
    display: inline-block;
    float: left;
    counter-reset: section;
    margin-left: auto;
    margin-bottom: 0px !important;
}

.home .item-content h4 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.carousel-title h4 {
    line-height: 1.8;
    -webkit-line-clamp: 1 !important;
}

.content.small-btn-svg {
    right: 10px;
    bottom: 10px;
}

.small-btn-svg .flex-content .play-btn {
    width: 35px;
}

.media-wrapper {
    width: 100%;
    height: 100%;
}

.live-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.big-wrapper {
    display: flex;
    flex-direction: column;
    width: 78%;
    height: 100%;
    margin: auto;
}

.single-player.live-player.sticky-player {
    width: 100%;
    height: 100%;
}

.date {
    color: var(--dim-text-color);
}

.embed-responsive-item {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

    .embed-responsive-item img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.live-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-details span {
    font-size: unset !important;
}

.live-metas-wrapper h4 {
    font-weight: 400;
}

.live-metas-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
}

.live-wrap .section_head.title_tab_bar .title.font_45 {
    width: 100%;
    text-align: right;
    justify-content: start;
}

.social-metas-wrap {
    display: flex;
    gap: 10px;
}

    .social-metas-wrap .social-share-icon svg {
        height: 15px !important;
    }

.side .adv_block {
    height: 100%;
    width: 100%;
    padding: 7vw 0px;
}

.pt0 p {
    color: white !important;
}

.pt0 .tab_item_bg {
    border-radius: 0px !important;
}

section.breaking-news.linear-bg-dark {
    margin-bottom: 30px !important;
}

.breaking-swiper .breaking-metas {
    min-height: 35px;
}

section.breaking-news, live-section, .mini-grid-section {
    padding: 30px 0px;
}

section.live-section {
    padding-top: 40px;
}

.breaking-content-wrap .breaking-meta.red {
    color: red !important;
}

.breaking-meta.red {
    color: red !important;
}

.breaking-content::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.breaking-content::-webkit-scrollbar-track {
    background: #d6d6d6;
}

.breaking-content::-webkit-scrollbar-thumb {
    background-color: #da101b;
    border-radius: 0px;
    border: 2px solid #da101b;
}

.breaking-wrapper h3 {
    color: white;
}

.grid-section .video-grid-title h5 {
    font-weight: 500;
    text-align: right;
}

.adv_wrap {
    background-color: var(--border);
}

.breaking-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breaking-title {
    display: flex;
}

    .breaking-title h4 {
        padding: 10px;
        color: white;
        background-image: linear-gradient(45deg, red, #b71414);
        margin-bottom: 0;
    }

.single-news {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0px;
    flex: 0 0 auto;
    padding: 15px;
    border-bottom: 3px solid #cc0f0f;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 40%;
}

.breaking-content {
    display: flex;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.breaking-news .breaking-content {
    margin-top: 15px;
}

.breaking-item {
    padding: 15px;
    border-bottom: 3px solid #cc0f0f;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.breaking-metas {
    display: flex;
    gap: 10px;
    padding: 5px 0px;
    align-items: center;
}

.breaking-meta, .breaking-meta a {
    position: relative;
    font-weight: 500;
    color: var(--dark-border);
    font-size: 11px;
}

    .breaking-meta + .breaking-meta {
        padding: 0px 10px;
    }

        .breaking-meta + .breaking-meta:before {
            content: "";
            width: 2px;
            height: 80%;
            position: absolute;
            right: 0;
            bottom: 10%;
            background: #dbdbdb;
        }

.breaking-news-vertical .breaking-meta + .breaking-meta:before {
    background: #ff6b009e;
    height: 70%;
}

.breaking-news-vertical .breaking-meta {
    font-size: 13px;
}

.breaking-news-vertical .breaking-content-wrap .breaking-meta + .breaking-meta {
    font-weight: 700;
}

.breaking-news-vertical .breaking-meta a {
    font-size: 16px !important;
}

.breaking-text {
    min-height: 60px;
}

    .breaking-text h5 {
        font-weight: 400 !important;
        color: var(--dark-border);
        line-height: 1.8;
    }

.mini-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
    grid-gap: 20px;
}

.mini-grid-item .video-grid-image::before {
    width: 30px;
    height: 30px;
}

.coverage .video-grid-image::before {
    content: unset;
}

.videos-featured .video-grid-title {
    padding-top: 10px;
}

    .videos-featured .video-grid-title.featured {
        padding-top: 17px;
    }

.wamadat-widget {
    padding: 20px 0px;
}

.grid-section .video-grid-title h5 {
    font-weight: 400;
    text-align: right;
    -webkit-line-clamp: 1;
}

.grid-metas {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .grid-metas .img_icon {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: 0;
    }

.grid-wrapper-duo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}

.details-metas {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.border-bottom .container {
    padding-bottom: 30px;
    border-bottom: 2px solid var(--border);
}

.border-bottom {
    padding-bottom: 0;
}

.details-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

section.breaking-news.vertical .breaking-content {
    flex-direction: column;
}

section.breaking-news-vertical .title {
    padding: 15px;
    background-image: linear-gradient(45deg, #970a0a, #ea0000);
}

    section.breaking-news-vertical .title :where(h3, h4) {
        color: white;
    }

.breaking-content-wrap {
    display: flex;
    flex-direction: column;
    background-color: white;
}

    .breaking-content-wrap .breaking-meta, .breaking-meta a {
        color: var(--shadow-text-color) !important;
    }

    .breaking-content-wrap .single-news + .single-news::before {
        content: unset !important;
    }

    .breaking-content-wrap .breaking-meta + .breaking-meta {
        color: #f01c1c !important;
    }

section.breaking-news-vertical .breaking-text {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.breaking-content-wrap .single-news:last-child .breaking-text {
    border-bottom: none;
}

.breaking-content-wrap .single-news + .single-news {
    padding: 10px 10px;
}

.grid-widget {
    display: flex;
    width: 100%;
}

.two-card .tab_content_wrapper .tab-content .inner-wrapper {
    flex-direction: row !important;
    align-items: center;
}

aside.post-aside .widget-title h2 {
    font-size: 20px;
}

aside.post-aside .widget-title {
    padding: 15px 10px;
}

.grid-widget .equal {
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
}

.grid-widget .widget-media {
    position: relative;
}

    .grid-widget .widget-media img {
        height: auto;
        width: 100%;
        display: block;
    }

.widget-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vertical-posts-widgets {
    display: flex;
    flex-direction: column;
}

    .vertical-posts-widgets .grid-widget {
        margin-bottom: 10px;
    }

.news-section .adv_block {
    padding: 4vw;
    max-height: 30%;
}

.grid-title h3 {
    color: black;
}

.grid-title h4 {
    line-height: 1.8;
}

.big_slides {
    flex-direction: column;
    display: flex !important;
}

.big-slides .slider_bottom_row {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    left: unset;
    bottom: unset;
    justify-content: revert;
    gap: 10px;
}

.big-slides .slider_navigation {
    margin-top: 0px;
}

.big-slides .slider_bottom_row .sideBy_thumb_slider_wrapper {
    max-width: 100%;
}

    .big-slides .slider_bottom_row .sideBy_thumb_slider_wrapper .slider_bg.big-thumb {
        height: fit-content;
    }

.big-slider .swiper-slide {
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100% !important;
}

.big-slides .swiper-slide .slider_info, .big-slides .swiper-slide .slider_bg.media {
    width: 55%;
    padding: 0px 2px;
}

.slide_info_wrap.flex-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.big-slides .swiper-slide .slider_info {
    padding: 10px;
}

.big-slides .post-metas-col {
    padding: 10px 0px;
}

.big-slides p.lg_para {
    color: var(--dark-border);
    font-weight: 400;
}

.big_slider .swiper-slide {
    flex-direction: row-reverse;
    padding-bottom: 12px;
}

.big-slider-section .big_slider h2 {
    font-weight: 600;
    margin-bottom: 0px !important;
    line-height: 1.8;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
    transition: 0.3s all;
}

.big-slider-section .swiper-slide.swiper-slide-visible:not(.swiper-slide-thumb-active) {
    opacity: 0.66;
    transition: 0.3s all;
}

.sideBy_thumb_slider_wrapper .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.8;
}

.big-slider-section .slider_desc {
    margin-bottom: 0px !important;
}

.big_slider .swiper-slide .slider_bg.media {
    position: relative;
}

section .post-metas .category-meta {
    color: white !important;
}

.orange-svg .social-share-icon svg path {
    fill: var(--orange) !important;
}

section .category-meta {
    padding: 3px 8px;
    background: var(--orange);
    color: white !important;
    font-weight: 400;
    font-size: 11px;
    border-radius: 2px;
    line-height: 1.7;
}

.category-meta:hover {
    background: var(--orange);
    color: white;
}

.bg-grey {
    background-color: #f3f3f3;
}

.bg-light {
    background-color: #f9f9f9d9;
}

section.tab_slider_sec.Section-flex-boxes.padding-btn-sec::after .news-section {
    padding-top: 50px;
    padding-bottom: 15px;
}

.search_wrap p {
    color: #1c3664;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    transition: 0s;
}

span.category-results-count {
    font-size: 1.4rem;
    line-height: 1.8;
}

.white-card.grey-themed {
    background: #f3f3f3;
}

.search_wrap {
    display: flex;
    align-items: center;
}

    .search_wrap form {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-around;
    }

.theme-dark .search_wrap p {
    color: var(--text-color);
}

.more_browse.white_link.show-in-mobile {
    display: none;
}

.comm_tabination_sec .hide-in-mobile {
    margin: 0;
}

.title-with-more {
    display: flex;
    justify-content: space-between;
}

a.search-click.svg_icon:hover p {
    color: #ec8323;
    transition: 0.3s;
}

.static-section .block-title {
    background: transparent;
    box-shadow: 0px 3px 7px #00000000;
}

section.static-section section {
    background: transparent;
}

section.static-section section {
    background: transparent;
    width: 100%;
    text-align: right;
    direction: rtl;
    padding-top: 10px;
}

.show_nav .container {
    max-width: 100%;
    padding: 0;
}

section.static-section.light_bg, section.static-section section .text-content, section.static-section section .text-content li, section.static-section .words, section.static-section .words a {
    direction: rtl;
    font-size: 15px;
    color: #404040;
    line-height: 1.6;
    padding: 20px 0px;
    font-weight: 400;
}

section.static-section a {
    width: fit-content;
    font-kerning: auto;
    display: inline;
}

@media screen and (max-width: 680px) {
    .text-style, .text-style a, .close {
        font-size: 15px;
    }
}

@media screen and (max-width: vfpx) {
    .text-style, .text-style a, .close {
        font-size: 11px;
    }
}

@media screen and (max-width: 380px) {
    .banner-tex.text-style, .text-style a {
        font-size: 8px;
    }
}

@media screen and (max-width: 250px) {
    .banner-alpha {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .button-holder {
        justify-content: space-between;
        width: 90%;
    }
}

.banner {
    background-image: linear-gradient(to left, #0268e4, #294871);
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

.top-section {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.text-style-2 a, .text-style-2 {
    font-weight: 500;
    color: white !important;
    font-size: 17px;
}

.banner-button {
    background: #da6800;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
    width: fit-content;
}

    .banner-button:hover {
        background: #ff6a00;
        color: white !important;
    }

.mini-search form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.button-holder-2 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.close-2 {
    font-size: 20px;
    color: #c4bfbfc2;
    cursor: pointer;
}

#openButton {
    position: fixed;
    top: 50vh;
    left: -9px;
    transform: translateY(-50%);
    padding: 16px 20px;
    border-radius: 10px;
    text-align: revert;
    font-weight: 700;
    font-size: 24px;
    background-color: #da6800;
    color: #fff !important;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

    #openButton:hover {
        background-image: linear-gradient(to left, #0268e4, #294871);
    }

.banner.flex-column {
    left: -1000px;
    height: fit-content;
    width: 35%;
    position: fixed;
    top: 43vh;
    transition: left 0.3s ease;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.open .banner.flex-column {
    left: 0;
}

#asideContent {
    padding: 20px;
}

.latest-news-meta.date-time {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .latest-news-meta.date-time .date {
        font-size: 11px;
    }

.single-latest-news-metas {
    display: flex;
    align-items: flex-end;
}

.latest-news-meta a {
    color: #4a4a4a !important;
    font-weight: 500;
    padding: 5px;
    font-size: 20px;
}

.blue-text a {
    color: #1446c8 !important;
}

.latest-news-meta .time {
    font-weight: bold;
    padding: 5px;
    text-align: center;
    background-color: red;
    color: white;
    font-size: 20px;
}

.single-latest-news-text h3 {
    color: black;
    line-height: 1.7;
    -webkit-line-clamp: 4;
}

.single-latest-news-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-dark-text-color);
}

.flex-column-latest-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
}

.single-latest-news {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.col-8 .ad {
    padding: 10px;
}

.latest-featured-inner-wrap {
    display: flex;
    justify-content: space-between;
}

.red-gradient-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, #7c0202, #f60404);
    border-radius: 5px;
    width: 175px;
    height: 175px;
}

.latest-new-content {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.red-gradient-grid .time {
    background: var(--orange);
    font-size: 29px;
    padding: 5px;
}

.red-gradient-grid .latest-news-meta a, .red-gradient-grid .latest-news-meta .date {
    color: #e4e4e4 !important;
}

.red-gradient-grid .latest-news-meta.date-time {
    align-items: center;
}

.latest-news-featured h2 {
    line-height: 1.8;
}

.latest-new-content .featured-item-social-metas {
    gap: 15px;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #4d565c;
    width: 60px;
    height: 27px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar .toggle-mode {
    display: flex;
    justify-content: space-between;
    padding: 10px 4vh;
    border-bottom: 1px solid var(--border);
}

header.show_nav .toggle-mode.nav_mobile.hide_in_desktop {
    display: flex !important;
}

span.light-text {
    color: #233c69;
    font-size: 12px;
    font-weight: 400;
}

.theme-light span.dark-text {
    display: none;
}

span.dark-text {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
}

.theme-light .checkbox-label {
    background-color: var(--orange);
}

.theme-dark span.light-text {
    display: none;
}

.theme-light span.light-text {
    color: var(--bg_blue);
}

.checkbox-label img {
    filter: brightness(5.5);
}

.checkbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
    transform: translateX(28px);
}

.cards-container {
    display: flex;
    gap: 10px;
}

.card-row {
    display: flex;
    gap: 10px;
}

.card-div.inside {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left-container {
    flex-direction: column;
    display: flex;
    flex: 1;
    grid-gap: 10px;
}

.right-container {
    flex: 1;
}

.big .content {
    bottom: 20px;
    width: 90%;
}

.slider_navigation.custom-navs {
    position: absolute;
    width: 76%;
    top: 30%;
    margin-top: 0;
    right: -7px;
    display: flex;
    justify-content: space-between;
}

.btn-nav {
    background: unset !important;
}

.custom-navs.slider_navigation .swiper-button-next, .custom-navs.slider_navigation .swiper-button-prev, .custom-navs.slider_navigation div[class*="swiper-button-next"], .custom-navs.slider_navigation div[class*="swiper-button-prev"] {
    width: fit-content;
    background: unset;
    height: auto;
}

.custom-navs img {
    height: 30px !important;
}

.big-navs img {
    height: 50px !important;
}

.custom-navs div[class*="swiper-button-prev"] img {
    transform: rotate(180deg);
}

.minimize-nav .nav-box {
    width: 25px;
}

.custom-navs.minimize-nav img {
    height: 25px !important;
}

.slider_navigation.custom-navs.full {
    width: 101% !important;
    top: 23% !important;
    right: -5px !important;
}

.nav-box {
    background: white;
    border-radius: 5px;
    border: 1px solid #80808047;
    z-index: 15;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

    .nav-box:hover {
        background: #1c3664;
    }

        .nav-box:hover img {
            filter: brightness(1000);
        }

.content {
    width: 90%;
    height: fit-content;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .content .Category {
        width: fit-content;
    }

.card-div .author-name, .card-div.big.inside .title h4, .card-div .title h5, .card-div.big .title h3, .card-div .time p {
    color: white !important;
    line-height: 1.8;
}

.bg-sports .infograpgh-section {
    background: #f3f3f3 !important;
}

.infograpgh-section h4 {
    color: white;
}

.animated-category a {
    color: #908e8e;
}

.box-items-wrap {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.bg-sports .section_head.title_tab_bar .title h2 {
    color: black !important;
}

.card-div.big.inside .title h5 {
    font-weight: 700;
}

.inside .content .Category p {
    border: 1px solid white;
    font-size: 12px;
    color: white !important;
}

.content .Category p {
    border: 1px solid white;
    background: transparent;
    padding: 2px 10px;
    font-weight: 300;
}

.image-holder:before {
    content: "";
    height: 50%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}

.col-47 .big-card .fixed-height {
    min-height: 73px;
}

.shadow-card .flex-slider-thumbs-wrap {
    background: #1c3664;
}

.shadow-card .mangoswiper .swiper-slide {
    align-items: unset;
    flex-direction: revert;
    padding: 0px;
}

.shadow-card .slider_desc.video-title {
    margin-bottom: 10px;
    height: 103px;
}

.mangoswiper .slider_info {
    max-width: 51.27% !important;
    padding: 0;
    height: fit-content;
    margin-top: 0;
    padding-top: 20px;
}

.mangoswiper .big_slider .slider_bg.video {
    max-width: 47%;
}

.big_slider .slider_bg.video {
    min-width: 600px;
}

.shadow-card .slider_info {
    padding-right: 22px !important;
    padding: 20px 0px 10px 0px;
}

.shadow-card {
    padding-bottom: 20px !important;
}

    .shadow-card .tab-content .side_by_slider .slider_bottom_row {
        bottom: 10px !important;
        left: unset !important;
        right: 20px;
        padding-left: 30px;
    }

section.documentary-wrapper.shadow .side_by_slider .slider_bg {
    padding-top: 60% !important;
}

.shadow-card .thumb_controler {
    display: none;
}

.shadow-card .mangoswiper {
    border-radius: 5px !important;
}

.shadow-card .video-thumb::before {
    content: unset !important;
}

.shadow-card .swiper-wrapper .side_by_slider .video-thumb {
    padding-top: 60% !important;
}

.theme-light .shadow-card .title.font_45 h2 {
    color: black !important;
}

.shadow-card .swiper-wrapper {
    padding: 0px !important;
}

.shadow-card .slider_bg.video::before {
    content: "";
    height: 100%;
    width: 50%;
    z-index: 1;
    background-image: linear-gradient(to left, rgb(28 54 98) 26%, rgba(0, 0, 0, 0));
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0 !important;
    right: -1px !important;
    bottom: unset !important;
    border-radius: 5px;
    cursor: unset !important;
}

.col-12.col-md-6 {
    flex: 1;
}

.aside-cards .row {
    gap: 20px;
}

.col-12.col-md-6 .single-item {
    width: 100%;
}

.flex-row {
    display: flex;
    gap: 20px;
}

    .flex-row .content {
        width: 90%;
    }

section.group-posts-wrapper.transperent-bg .row {
    gap: 20px;
}

.brown-bg {
    background-color: #3c423e !important;
}

    .brown-bg .item-content .item.title a {
        font-size: 1.4rem;
    }

    .brown-bg .item-content {
        flex: 0 0 68%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        padding: 10px 0px;
    }

        .brown-bg .item-content .item.title, .brown-bg .item-content .item.title a, .brown-bg .author-name, .brown-bg .time p, .brown-bg .section-header.title h2 {
            color: white !important;
        }

.brown-bg {
    margin-bottom: 0px !important;
}

.revert .swiper-slide {
    flex-direction: revert;
}

.revert .slider_bottom_row.documentary {
    right: 0;
    bottom: 6px !important;
}

.dark-bg.row-reverse-wrap .all_news_slider.side_by_slider::after {
    top: unset !important;
    content: unset !important;
    background-color: transparent !important;
}

.theme-dark .dark-bg .all_news_slider.side_by_slider {
    background: black !important;
}

.News-Slider .big_slider .swiper-slide {
    flex-wrap: nowrap;
    padding: 0px 3px;
    gap: 20px;
}

.add-padding .rounded_sec {
    padding-top: 30px;
}

#player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.metas-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.video-info {
    padding: 10px 0px;
}

.other-featured-videos h5 {
    padding-bottom: 10px;
}

.align-right .grid-item {
    align-items: flex-start;
}

.grid-item .time p {
    width: fit-content;
}

.align-right h5, .align-right h4, .align-right h3 {
    text-align: right;
    line-height: 1.8;
}

.grid-item .img_icon {
    width: fit-content !important;
    height: fit-content !important;
    margin: 0;
}

    .grid-item .img_icon img {
        width: 25px !important;
        height: 25px !important;
        margin: 0;
    }

.grid-item .post-metas {
    display: flex;
    align-items: center;
    padding: 10px 0px 0px;
}

.grid-item .single-meta {
    display: flex !important;
    align-items: center;
}

.more-btn a {
    padding: 10px 20px;
    border: 1px solid currentColor;
    cursor: pointer;
}

.zawaya-container {
    padding-left: 10vw;
    padding-right: 10vw;
    width: 100%;
}

.widget-tab {
    display: flex;
    padding: 22px;
    gap: 20px;
}

.widget-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    flex: 1;
    padding: 10px 0px;
}

.widget-media {
    flex: 1;
}

.widget .section_head.title_tab_bar {
    justify-content: start;
    gap: 15px;
}

.widget-content .lg_para {
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.lg_para.fixed-height {
    min-height: 80px;
}

.widget-wrap {
    padding: 15px;
}

.theme-light .widget .widget-wrap {
    background-color: #c4c4c438;
}

.theme-dark .widget .widget-wrap {
    background-color: #212121;
}

.widget .has_advertising {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.widget .tab_slider_col {
    flex-wrap: nowrap !important;
}

.podcast-container .mini_container {
    flex: 2 !important;
}

.widget .grid_tab_sec .tab_slider_col {
    width: 75%;
}

a {
    position: relative;
}

.background-pattern-white {
    position: absolute;
    height: 100%;
    width: 130%;
    right: 0;
    background-color: #ffffff;
    opacity: 0.7;
    background-image: linear-gradient(0deg, #ffffff 38%, rgb(236 236 236) 38%);
    background-size: 100% 32%;
}

.hide_in_desktop a::before {
    content: unset !important;
}

.swiper-breaking-container .swiper-slide {
    width: 400px;
    height: 200px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(50, 50, 80, 1) 55%, rgba(50, 50, 93, 1) 100%);
    color: #fff;
}

.breaking-content::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 17%;
    content: "";
    z-index: 10;
}

.theme-light .breaking-content::before {
    background: linear-gradient(to right, rgb(243 243 243) 14%, rgba(0, 0, 0, 0) 32%);
}

.theme-dark .breaking-content::before {
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0) 32%);
}

section.breaking-news-vertical .single-news {
    width: 100%;
    border-bottom: unset;
    border-radius: 0px;
    background-color: transparent;
}

.coverage_sec.blue .flex-head.blue, .coverage_sec.blue .news-grid {
    background: var(--bg_blue);
}

.featured-item {
    display: flex;
    justify-content: space-between;
    background-color: #ececec;
    border-radius: 5px;
}

section.featured-program {
    padding-bottom: 30px;
    overflow: hidden;
}

.grid-card-box .card-title {
    padding-bottom: 10px;
    min-height: 82px;
}

    .grid-card-box .card-title h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        line-height: 1.8;
    }

.flex-content {
    display: flex;
    align-items: center;
}

.episode-section {
    padding-top: 10px;
}

.title-with-more-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

.title-with-more-wrap p {
    color: white;
}

.title-with-more-wrap h3 {
    margin-bottom: 0px;
}

.flex-content .play-btn {
    width: 60px;
    margin-left: 20px;
}

.small-play {
    width: 40px;
    margin-left: 20px;
}

.featured-latest-section .small-cards .content {
    bottom: 10px;
    right: 10px;
}

.swiper-coverflow :where(.swiper-slide-prev, .swiper-slide-next) {
    margin-bottom: -50px;
}

.flex-content .play-btn img {
    object-fit: contain;
    margin: 0;
}

section.society .title {
    min-height: 73px;
}

.society .title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.medium-extra .item-image {
    flex: 0 0 37%;
}

.grid-card-box .lg_para p {
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.white-card.padding-20 {
    padding: 20px;
}

.featured-media-wrap {
    width: 30%;
}

.featured-text-wrap {
    width: 68%;
    padding: 20px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: space-evenly;
}

.featured-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-item-social-metas {
    display: flex;
    gap: 5px;
}

.featured-item-bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.featured-item-metas {
    display: flex;
    flex-wrap: wrap;
}

.featured-meta {
    display: flex;
    align-items: center;
}

.featured-item-content h4 {
    color: var(--cust_shadow);
}

.featured-meta p {
    color: var(--cust_shadow);
}

.theme-light .featured-item-title h2 {
    color: black;
}

.featured-item img {
    border-radius: 0px !important;
    margin: 0;
}

.grid-wrapper-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 20px;
}

    .grid-wrapper-4 .grid-item {
        text-align: right;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 3px;
}

.clear-text-btn svg {
    width: 20px;
    max-height: 20px;
}

button.search-btn {
    width: fit-content;
    background-color: var(--orange);
    color: white;
    font-size: 17px;
    padding: 10px 20px;
}

input#query {
    flex: 1;
    background-color: transparent;
    border: none;
    font-size: 18px;
    padding: 10px;
    color: var(--shadow-text-color);
    width: 80%;
}

button.clear-text-btn {
    background: transparent;
}

.form-check input[type="checkbox"], .form-check input[type="radio"] {
    opacity: 0;
    position: absolute;
}

    .form-check input[type="checkbox"] + label, .form-check input[type="radio"] + label {
        position: relative;
        font-family: var(--secondary-font);
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-weight: var(--s-regular);
        color: var(--grey-dark-three);
        padding-left: 1.5rem;
        cursor: pointer;
    }

        .form-check input[type="checkbox"] + label::before, input[type="radio"] + label::before {
            content: " ";
            position: absolute;
            top: 0.5rem;
            left: 0;
            width: 1.2rem;
            height: 1.2rem;
            background-color: #e6e6e6;
            border: 0.2rem solid var(--grey-light-one);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .form-check input[type="checkbox"] + label::after, input[type="radio"] + label::after {
            content: " ";
            position: absolute;
            top: 0.8rem;
            left: 3rem;
            width: 0.8rem;
            height: 0.5rem;
            background-color: transparent;
            border-bottom: 0.2rem solid #fff;
            border-left: 0.2rem solid #fff;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(315deg);
            opacity: 0;
            border-radius: 0;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .form-check input[type="checkbox"]:checked + label::before, .form-check input[type="radio"]:checked + label::before {
        background-color: var(--orange);
        border-color: var(--orange);
    }

    .form-check input[type="checkbox"]:checked + label::after, .form-check input[type="radio"]:checked + label::after {
        opacity: 1;
    }

    .form-check input[type="checkbox"] + label::before {
        width: 1.4rem;
        height: 1.4rem;
        top: 0.5rem;
        border-radius: 5px;
    }

input[type="checkbox"] + label::after {
    top: 0.8rem;
    left: 0.2rem;
}

input[type="checkbox"]:checked + label::before {
    border-color: var(--primary-color);
}

input[type="radio"] {
    width: auto;
}

input#fromDate, input#toDate {
    width: 90%;
}

.form-check input[type="radio"] + label::before {
    border-radius: 50%;
}

.form-check input[type="radio"] + label::after {
    width: 0.6rem;
    height: 0.6rem;
    left: 0.5rem;
    top: 1.2rem;
    background: #fff;
    border-radius: 50%;
}

.categories li {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.7rem 0;
    align-items: center;
    padding-left: 25px;
}

ul.categories {
    padding: 0;
    margin: 0px !important;
    padding-bottom: 20px;
}

.form-check input[type="checkbox"] + label, .form-check input[type="radio"] + label {
    padding-inline-start: 2rem;
    font-size: 1rem;
    display: flex;
    color: black;
}

.search-check-header {
    background-color: #d1d1d1;
    padding: 12px 20px;
}

    .search-check-header h3 {
        color: black;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

    .form-check input[type="checkbox"] + label::before, .form-check input[type="radio"] + label::before {
        right: 0;
    }

    .form-check input[type="checkbox"] + label::after {
        right: 0.3rem;
    }

span.category-results-count {
    color: var(--orange);
}

.search-inner-wrap {
    background-color: white;
    padding-bottom: 20px;
    box-shadow: -1px 0px 10px 2px #00000014;
}

.advanced-search-settings {
    padding: 20px 10px;
}

.date-range-wrapper {
    display: grid;
    grid-template-columns: 20% 80%;
    -webkit-align-items: center;
    align-items: center;
    -moz-column-gap: 1rem;
    -ms-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    margin-bottom: 1rem;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.input-group.date {
    border: 0;
    flex: 1;
    height: 35px;
}

button.btn.submit-search {
    background: #1446c8;
    border-radius: 0px;
    font-size: 18px;
    padding: 20px;
    width: 80%;
    font-weight: 400;
}

.submit-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.search-form-section {
    padding-bottom: 40px;
}

button.btn.submit-search:hover {
    background: #09297a;
}

.result-index {
    display: flex;
    gap: 15px;
    align-items: center;
}

section.videos-featured {
    width: 100%;
    height: fit-content;
    background-size: cover;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

    section.videos-featured .font_45 h2 {
        color: white !important;
    }

.top-featured-video {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 10px;
}

.featured-video-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 0px;
    flex: 1;
}

.flex-metas {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.videos-featured .Category {
    width: fit-content;
}

.featured-video-img {
    position: relative;
    flex: 1;
}

.full-cover-bg .all_news_slider.side_by_slider::after {
    content: unset;
}

.reverse .swiper-wrapper .swiper-slide {
    flex-direction: row-reverse;
}

.reverse .slider_bottom_row.documentary.revert-slider-thumbs {
    right: unset;
}

.slide-title h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 1.8;
}

.slider-img {
    position: relative;
}

.videos-featured .video-grid-title h5 {
    color: white;
    line-height: 1.6;
}

.videos-featured .time p {
    color: white !important;
}

.slide-title {
    padding: 10px 0px;
}

.background-pattern-sky-blue {
    position: absolute;
    height: 100%;
    bottom: 4px;
    width: 130%;
    height: 45%;
    right: 0;
    background-color: #165ea4;
    background-repeat: no-repeat;
    opacity: 0.7;
    background-size: 100% 32%;
    z-index: -1;
}

span.title__h2Text {
    max-width: 90%;
    font-size: 20px !important;
    line-height: 1.8 !important;
}

section.documentary-wrapper.Video.video-bg {
    background-blend-mode: unset !important;
}

.pd-40 .rounded_sec {
    padding: 40px 0px;
}

.pd-btm-40 {
    padding-bottom: 40px;
}

section.aside-back-section {
    padding: 0px;
}

.flex-inner-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
    width: 45%;
    position: relative;
}

.big-slides container {
    position: relative;
}

.big-slides .flex-inner-slide .slider_info {
    max-width: 100% !important;
    width: 100%;
}

.coverage_sec .section_head {
    margin-bottom: 0;
    position: relative;
    align-items: flex-end;
}

.btm_line span {
    color: black;
    padding-bottom: 20px;
    position: relative;
    display: block;
}

.img_title {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
    height: fit-content;
    z-index: 1;
}

    .img_title .tab_item_bg {
        max-width: 40%;
        overflow: visible;
    }

.covetage_wrap .news-grid {
    flex-direction: row;
    padding: 4% 3%;
}

section.coverage_sec {
    padding: 20px 0px;
    background-color: white;
    padding-bottom: 5%;
}

.btm_line span::after {
    position: absolute;
    right: 0;
    background: var(--orange);
    content: "";
    bottom: 0;
    height: 3px;
    width: 36px;
}

.flex-head {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    padding: 20px;
    background: white;
}

.absolute-place-holder {
    width: 100%;
    position: absolute;
    height: 100%;
    top: -28%;
    height: fit-content;
}

.img_title .tab_item_bg img {
    position: relative !important;
}

.img_title .tab_item_bg {
    max-width: 40%;
    overflow: visible;
    height: 100%;
    position: relative;
    padding-top: 13.8%;
    width: 100%;
}

.big-video-img::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 10%;
    height: 17%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}

.small-video-img::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 17%;
    height: 30%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}

.grid-wrapper-3-aside {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    grid-gap: 15px;
}

.card-media {
    position: relative;
}

section.flex-cards-container .flex-box {
    gap: 20px;
}

.small-card-title-holder p {
    line-height: 26px !important;
    font-size: 15px;
    font-weight: 500;
    color: black;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.card-title-holder h3 {
    color: black;
    font-weight: 600;
    line-height: 1.8;
    padding-top: 5px;
}

.load-container {
    padding-top: 20px;
}

.featured-coverage .tab_item_bg_wrap {
    max-width: 20%;
}

.featured-coverage .widget-summary {
    padding-bottom: 50px;
    max-width: 75%;
}

    .featured-coverage .widget-summary p {
        font-weight: 300;
        line-height: 1.8;
        padding-top: 40px;
        color: #4a4a4a;
    }

.pd-0 {
    padding: 0px !important;
}

.featured-coverage.top-title-coverage.light_bg.pd-top-0 {
    overflow-x: clip;
    z-index: 5;
    position: sticky;
    top: 78px;
    padding: 0;
}

section.featured-coverage .widget-title::before {
    background: #2f5391;
    position: absolute;
    margin-right: -70%;
    height: 100%;
    width: 500%;
    content: "";
    top: 0;
    z-index: -1;
}

.featured-coverage .widget-title {
    background: transparent;
    position: relative;
    padding: 20px 0px;
}

.p-0 {
    padding: 0;
}

section.featured-coverage {
    overflow: visible;
    z-index: 1;
    position: relative;
}

.featured-coverage .tab_item_bg_wrap img {
    top: 38px;
    border-radius: 0px;
}

.flex-widgets {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.medium_article_list {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0px;
}

    .medium_article_list .item_content {
        font-weight: 500;
        padding: 20px;
        background: #e5e5e5;
        width: fit-content;
        border-radius: 10px;
        height: fit-content;
        box-shadow: 0px 0px 4px #0000002e;
    }

section.home-featured .container {
    display: flex;
}

section.home-featured .col.rt {
    background: #f8f8f8;
    padding: 10px 15px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.home-featured .big-post-media img {
    display: block;
}

.home-featured h2 {
    color: black !important;
    font-size: 24px;
    -webkit-line-clamp: 3;
    line-height: 43px;
}

.mini-grid-item h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 5px;
}

.home-featured .col.lft {
    max-width: 60% !important;
}

.home-featured .col.rt {
    max-width: 40% !important;
}

ul.tabs.material-UI a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ececec;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 13px;
    gap: 5px;
    min-width: 90px;
}

.tabs.material-UI > * + * {
    margin-right: 10px !important;
}

.tabs.material-UI a::before {
    content: unset;
}

.theme-light .material-UI a:hover {
    color: black !important;
    border: 1px solid var(--orange);
}

.tab-svg {
    display: flex;
    align-items: center;
}

.tabs.material-UI .current a {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: white !important;
    font-weight: 400;
    padding-left: 16px;
}

.tabs.material-UI svg {
    fill: white;
    width: 17px;
}

.tabs.material-UI .tab-link:not(.current) svg {
    opacity: 0;
    width: 0;
}

.theme-light .tabs.material-UI .tab-link a {
    color: black;
}

#Dribbble-Light-Preview {
    fill: #9f9f9f;
}

.more-hover-svg img {
    height: 25px !important;
    width: fit-content;
    max-width: 22px;
    filter: grayscale(1);
}

.more-hover-svg a {
    font-size: 12px;
    color: #446ed1 !important;
    display: flex;
    align-items: center;
    border-radius: 20px;
    font-weight: 400;
}

.featured-author-section .has_advertising {
    align-items: center;
}

.featured-author-section .ad-div {
    margin-bottom: 0px !important;
}

.more-hover-svg a:hover {
    color: currentColor !important;
}

.infograpgh-section .more-hover-svg a:hover {
    color: white !important;
}

.more-hover-svg span {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

section .font_45.title_hover:hover a {
    color: inherit;
}

.flex-start .title:hover span {
    width: auto;
    margin-left: 8px;
    opacity: 1;
}

.flex-start .title {
    cursor: pointer;
    min-width: 240px;
}

    .flex-start .title h2 {
        margin: 0;
    }

    .flex-start .title:hover .more-hover-svg {
        background: #8080801a;
        padding-right: 12px;
    }

    .flex-start .title:hover #Dribbble-Light-Preview {
        fill: blue;
    }

.featured-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 10px;
}

    .featured-posts .single-item {
        padding-top: 15px;
        border-top: 1px solid #c4c4c494;
    }

    .featured-posts h5 {
        font-weight: 400 !important;
        font-size: 13px !important;
    }

.home-featured .time p {
    font-size: 10px !important;
}

.home-featured .slider_desc.title {
    margin-bottom: 20px !important;
}

.home-featured .time p {
    font-size: 10px !important;
}

.home-featured .item-content .item.title, .item-content .item.title a {
    -webkit-line-clamp: 2 !important;
}

.theme-light .Video .tick-tabs .tab-link a, .theme-light .Video .tick-tabs .tab-link span {
    color: white !important;
}

.theme-light .Video .tick-tabs .tab-link:not(.current) a:hover, .theme-light .Video .tick-tabs .tab-link:not(.current) span:hover {
    color: white !important;
}

.block_title h2 {
    padding: 10px 0px;
    color: black !important;
}

.numbered-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .numbered-swiper .swiper-slide {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
    }

.numbered-swiper-section .slider_navigation {
    width: fit-content;
    height: fit-content;
    display: flex;
    position: absolute;
    top: 10px;
    z-index: 1;
    margin: 0;
    right: 40%;
}

.numbered-swiper-section .swiper-pagination-numbered {
    width: fit-content !important;
}

    .numbered-swiper-section .swiper-pagination-numbered .swiper-pagination-bullet {
        right: 0 !important;
        transform: scale(1);
        border-radius: 5px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        border-radius: 5px;
        background-color: white;
        color: black;
        opacity: 1;
        font-weight: 400;
    }

.theme-dark .numbered-swiper-section .swiper-pagination-numbered .swiper-pagination-bullet-active {
    background: #132a53 !important;
}

.theme-dark .category-meta:hover {
    color: var(--orange) !important;
    background-color: white !important;
}

.numbered-swiper-section .swiper-pagination-numbered .swiper-pagination-bullet-active {
    background: var(--orange) !important;
    color: white !important;
}

.swiper-pagination-numbered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 5px;
}

    .swiper-pagination-numbered span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 400;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 15px 12px;
        opacity: 1;
        background: var(--orange);
        color: white;
    }

    .swiper-pagination-numbered .swiper-pagination-bullet-active {
        background: #fcfcfc !important;
        color: black !important;
    }

.news-pagination-indicator {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: left;
}

    .news-pagination-indicator .swiper-pagination-bullet-active {
        background: var(--orange);
        width: 30px !important;
    }

.item-infowrap {
    min-height: 52px;
}

.swiper-pagination-lines, .swiper-pagination-news {
    position: relative;
    min-width: 55px;
    min-height: 26px;
    left: 0 !important;
    transform: unset !important;
    display: flex;
    width: fit-content !important;
}

.absolute_navigation .swiper-pagination-bullets.swiper-pagination-horizontal, .absolute-full-navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
    min-height: unset;
    bottom: 0px !important;
}

.swiper-pagination-lines .swiper-pagination-bullet-active {
    background: var(--orange);
}

.absolute_navigation {
    position: absolute;
    left: 61%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.absolute-full-navigation {
    position: absolute;
    left: 48%;
    bottom: -20px;
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}

.swiper-pagination-lines .swiper-pagination-bullet {
    border-radius: 5px !important;
    right: unset !important;
    width: 20px;
    height: 4px;
    transform: scale(1);
    margin: 0 !important;
}

.whatsapp-service-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
}

.whatsapp-service-title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    background: var(--orange);
    color: white;
}

.whatsapp-service-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 60%;
    padding-top: 15px;
}

.whatsapp-service-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex: 1 1 0%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all 0.4s;
    padding: 30px;
    border-radius: 5px;
    background: #fffefe40;
    border: 1px solid #ececec00;
}

    .whatsapp-service-grid-item h2 {
        color: black !important;
        margin: 0;
        font-weight: 500;
    }

span.whatsapp-service-subscription-icon {
    font-size: 12rem;
    color: #f16500;
    margin: 10px 0px;
}

.whatsapp-service-grid-item-content p {
    font-weight: 500;
}

.whatsapp-service-grid-item-content a {
    font-weight: 500;
    color: var(--orange);
    text-decoration: underline;
}

    .whatsapp-service-grid-item-content a:hover {
        text-decoration: underline;
    }

.whatsapp-service-grid-item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border: 1px solid var(--orange);
}

.slider_navigation.custom-navs.big-navs {
    width: 56%;
    top: 34%;
}

.most-read-section .most-read-swiper {
    overflow: hidden;
}

.read-section section {
    padding-bottom: 0px;
}

.swiper-pagination-mostRead, .number-pagination .swiper-pagination-bg, .number-pagination .swiper-pagination-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-right: 10px !important;
}

.most-read-swiper img {
    margin: 0;
}

.slider_navigation.most-read, .slider_navigation.number-pagination {
    display: flex;
    width: fit-content !important;
}

.swiper-button-prev-mostRead, .number-pagination div[class*="swiper-button-prev"], .large div[class*="swiper-button-prev"] {
    transform: rotate(180deg);
}

.post-details .slider_desc h2 {
    -webkit-line-clamp: unset !important;
}

li.more.btn-quicknext.el-icon {
    background-color: unset !important;
}

.section_head.title_tab_bar.newline {
    align-items: center;
    flex-wrap: wrap;
}

.result-index h5 {
    margin-bottom: unset;
}

.theme-dark #search-app .search-card-pagination .btn-quicknext svg {
    color: white;
}

#search-app .category-meta {
    padding: 4px 12px;
    font-size: 12px;
}

.swiper-button-prev-mostRead img, .swiper-button-next-mostRead img, .number-pagination img {
    height: 25px !important;
    width: 35px;
    filter: invert(61%) sepia(98%) saturate(3849%) hue-rotate(357deg) brightness(96%) contrast(112%);
}

.slider_navigation.large {
    position: absolute;
    top: 36%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.swiper-pagination-coverflow {
    display: flex;
    justify-content: center;
    padding: 25px 0px;
}

.coverflow-btn {
    z-index: 9;
}

.fixed-height-info {
    height: 50px;
}

.follow-up .grid-metas {
    margin-top: 5px;
}

.follow-up.light_bg {
    padding-bottom: 50px;
}

.most-read-section .slider_navigation .swiper-button-next, .most-read-section .slider_navigation .swiper-button-prev, .most-read-section .slider_navigation div[class*="swiper-button-next"], .most-read-section .slider_navigation div[class*="swiper-button-prev"], .number-pagination .swiper-button-next, .number-pagination .swiper-button-prev, .number-pagination div[class*="swiper-button-next"], .number-pagination div[class*="swiper-button-prev"] {
    width: 35px !important;
    background: unset !important;
    height: auto !important;
}

.swiper-pagination-mostRead .swiper-pagination-bullet, .number-pagination .swiper-pagination-bullet {
    padding: 13px 8px;
    width: fit-content;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    margin: 0 !important;
}

    .swiper-pagination-mostRead .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .number-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
        background: #b0b0b0;
    }

.swiper-pagination-mostRead .swiper-pagination-bullet-active, .number-pagination .swiper-pagination-bullet-active, .featured-news .number-pagination .swiper-pagination-bullet-active {
    background: var(--orange);
}

.most-read-section .digit .tab_item_bg::after {
    counter-increment: section;
    content: "0" counter(section) "";
    color: #bababa;
    list-style-type: decimal-leading-zero;
    font-size: 56px;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    min-width: 70px;
}

.most-read-section .tab_item_bg::after {
    counter-increment: section;
    content: "" counter(section) "";
    color: #bababa;
    list-style-type: decimal-leading-zero;
    font-size: 56px;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    min-width: 70px;
}

.most-read-swiper .swiper-wrapper {
    counter-reset: section;
    margin-left: auto;
    margin-bottom: 0 !important;
}

.most-read-section .tab_item_bg {
    display: flex;
    align-items: self-end;
    gap: 2px;
}

.most-read-section .tab_item_info {
    width: calc(100% - 50px) !important;
}

.most-read-swiper .tab_item_info h4 {
    -webkit-line-clamp: 3;
}

.most-read-section .tab_item_info p {
    -webkit-line-clamp: 3;
}

.hide_in_mobile .theme_wrap .icon {
    border-radius: 5px;
    padding: 5px;
    width: 36px;
    height: 33px;
    background: #ececec7a;
}

.hide_in_mobile .search-icon {
    padding: 7px;
    border-radius: 5px;
    background: #f4f4f4;
}

.adjust-nav .slider_navigation.large.slider-center {
    top: 37%;
}

.featured-author-wrap {
    display: flex;
    width: 70%;
    align-items: center;
    gap: 25px;
}

.wide-card img {
    width: 100%;
}

.featured-author-sub-text h5 {
    font-weight: 300;
}

.featured-author-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    gap: 20px;
    flex-basis: 60%;
}

.featured-author-img {
    flex-basis: 40%;
}

.author-share {
    display: flex;
    width: 20%;
}

.featured-author-name h2 {
    font-weight: 600;
}

.grid-wrapper-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
    grid-gap: 30px;
}

section.author-related .grid-item {
    flex-direction: row;
    gap: 10px;
}

.big-card-related .col-54 {
    width: 54%;
}

.big-card-related .col-44 {
    max-width: 44.66%;
}

.wide-card .card-title {
    min-height: 70px;
}

.featured-card .fixed-height {
    min-height: 73px;
}

.inside-sports .grid-wrapper-one .item-title {
    min-height: 58px;
}

.inside-sports .grid-wrapper-one .item-image {
    flex: 0 0 30%;
}

.inside-sports .grid-wrapper-one {
    grid-gap: 18px;
}

.featured-media-wrap.ipad-show {
    display: none;
}

.featured-item-content :where(h3, h4) {
    line-height: 1.77;
}

.wide-card .white-card h3, .white-cards-container.vertical .card-title h5, .white-cards-container.horizontal.hide-in-ipad h5, .inside-sports .item-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.big-card-related .grid-wrapper-one {
    grid-gap: 20px;
}

.horizontal .grid-image {
    flex-basis: 35%;
}

.horizontal .grid-content {
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

.horizontal .lg_para {
    text-align: right;
}

    .horizontal .lg_para p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

.horizontal h3 {
    font-weight: 600;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.border-0 {
    border-radius: 0px !important;
}

.flex-meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.item-info-wrap {
    height: 75px;
    overflow: visible;
}

.mangoswiper_doc .slider_info.align {
    max-width: 51%;
}

.tawsiyat .title.font_45 h2 {
    margin-top: 0px !important;
}

.culture .swiper-slide.tab, .different-ideas .swiper-slide.tab {
    margin-left: 10px;
    width: 16%;
}

.episodes .swiper-slide.tab, .most-read-section .swiper-slide {
    margin-left: 10px;
    width: 24.28%;
}

.society-section .swiper-slide.tab, .sports .swiper-slide.tab {
    margin-left: 10px;
    width: 32.5%;
}

.slider-grid-5 .swiper-slide {
    width: 20%;
    margin-left: 10px;
}

.slider-grid-3 .swiper-slide {
    width: 32.5%;
    margin-left: 10px;
}

.slider-grid-6 .swiper-slide {
    width: 15.46666%;
    margin-left: 18px;
}

.slider-grid-3 .swiper-slide {
    width: 32.67%;
    margin-left: 10px;
}

.slider-grid-4 .swiper-slide {
    width: 24.42%;
    margin-left: 10px;
}

.small-slides-slider .tab_item_bg img {
    margin: 0 !important;
}

.featured-news .container {
    position: relative;
}

.authors .card-div .title h5 {
    text-shadow: -2px -1px 7px black;
}

.notice .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.notice-content-wrap {
    width: 90%;
}

.close-notice {
    width: 50px;
    cursor: pointer;
}

.notice-content-text h2, .notice-title h2 {
    color: white;
    line-height: 1.8;
}

.close-notice img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(100);
}

.notice.red-bg {
    background: linear-gradient(108deg, #ad0202, #b53333);
}

.notice-top.hide {
    display: none;
}

.notice.blue-bg {
    background: linear-gradient(45deg, #1c3664, #1446c8);
}

.blue-bg-cookie {
    background: linear-gradient(45deg, #1c3664, #1446c8);
    padding: 20px;
    border-radius: 5px;
}

.container.blue-bg-cookie {
    align-items: stretch;
}

.blue-bg-cookie .notice-content-wrap {
    width: 60%;
}

.notice-bottom.hide {
    display: none;
}

.notice {
    padding: 30px 0px 20px 0px;
}

.notice-title h1 {
    color: white;
}

.notice-content-text h5 {
    font-weight: 300;
    color: white;
    line-height: 1.6;
}

.animated-grids .grid-item .lg_para p {
    color: white;
    text-align: right;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
    font-weight: 200;
}

.read-cards-section.animated-grids .grid-item:hover .animated-box {
    top: 50%;
}

.close-notice.mobile-only {
    display: none;
}

.notice-content-text h5 a {
    color: inherit;
    text-decoration: underline;
    display: inline;
    font-size: inherit;
}

.notice-content {
    padding-top: 15px;
}

.notice-content-metas {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.notice-meta + .notice-meta::before {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff8c;
}

.notice-meta {
    position: relative;
    padding: 0px 15px;
    font-size: 1.3rem;
    color: white;
    font-weight: 200;
}

.flex-notice {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.notice .container.blue-bg-cookie {
    align-items: stretch;
}

.notice-content-button button {
    color: #1c3664;
    background: white;
    font-size: 1.8rem;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1.7;
}

.blue-bg-cookie .close-notice {
    width: 35px;
}

.meta-first {
    padding-right: 0px;
}

.notice-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.static-content-wrapper {
    flex-basis: 70%;
}

section.static-section .container {
    display: flex;
    display: flex;
    justify-content: space-between;
}

section.static-section .ad-horizontal {
    margin: 40px 0px;
}

.item-text-wrap .single-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.2rem;
    border-top: 1px solid black;
    font-weight: 500;
    color: var(--orange);
}

    .item-text-wrap .single-info span {
        padding-bottom: 10px;
        border-bottom: 1px solid black;
        margin-bottom: 10px;
        padding: 10px 10px;
        color: black;
        font-weight: 300;
        width: max-content;
    }

.single-info + .single-info span {
    padding: 10px 50px;
}

.medium_article_list .item-title {
    font-weight: 600;
    font-size: 2.4rem;
    padding-bottom: 15px;
    color: black;
}

.item-text-wrap {
    display: flex;
}

    .item-text-wrap .item.static {
        margin-bottom: 40px;
    }

.community-participation-form :-moz-placeholder {
    color: #898989;
    opacity: 1;
    font-weight: 300;
}

.community-participation-form ::-moz-placeholder {
    color: #898989;
    opacity: 1;
    font-weight: 300;
}

.community-participation-form :-ms-input-placeholder {
    color: #898989;
    font-weight: 300;
}

.community-participation-form ::-ms-input-placeholder {
    color: #898989;
    font-weight: 300;
}

.community-participation-form ::placeholder {
    color: #898989;
    font-weight: 300;
}

.community-participation-form label {
    display: none;
}

#termId, .community-participation-form option {
    cursor: pointer;
}

label:hover .custom-svg-input-holder p {
    color: var(--orange);
}

.community-participation-form textarea, .community-participation-form input, .community-participation-form select, #label-custom {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #898989ad;
    background: white;
    width: 100%;
    height: 60px;
    color: black;
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.8;
}

#label-custom, .community-participation-form select {
    display: block;
    cursor: pointer;
    color: #898989;
    font-weight: 300;
}

.community-participation-form option {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #898989ad;
    background: white;
    width: 100%;
    color: #898989;
    height: 60px;
    line-height: 1.8;
}

.community-participation-form textarea {
    height: 120px;
}

.community-participation-submit-btn {
    font-size: 24px;
    background: #1446c8;
    border-radius: 5px;
    font-weight: 400;
    max-width: 50%;
}

.community-participation-form #formFieldset {
    border: 0px;
    padding: 10px 0px;
}

.alert.alert-danger {
    font-size: 1.5rem;
    padding: 20px 15px;
    background: #ffb4b473;
    border-radius: 5px;
    position: relative;
    color: red;
    width: 100%;
}

.uploaded-pdf-name {
    position: absolute;
    top: 20%;
    background: white;
    padding: 0px 20px;
}

.error-event input[required], .error-event label[required] {
    border: 1px solid red !important;
}

.success-alert .alert.alert-danger {
    background: #19875433;
    color: #198754;
}

.community-participation-form .row {
    flex-wrap: nowrap;
    position: relative;
}

    .community-participation-form .row .col-md-8, .community-participation-form .col-md-4 {
        flex-direction: column;
        display: flex;
        width: 49%;
    }

        .community-participation-form .row .col-md-8 .row {
            display: block;
        }

.community-participation-form .col {
    width: 100%;
}

.community-participation-submit-btn:hover {
    background: var(--orange);
}

section .blue-themed .section_head {
    justify-content: flex-start !important;
}

.blue-themed .tab-link a::before {
    content: unset !important;
}

.section_head.title_tab_bar.blue-themed {
    justify-content: flex-start;
    border-bottom: 1px solid #1446c8;
    align-items: center;
    padding-bottom: 10px;
}

.blue-themed .tabs {
    margin: 0;
    margin-right: 30px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    max-width: 100% !important;
}

.theme-dark .blue-themed .tab-link.active a {
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.orange-meta p {
    color: var(--orange) !important;
    font-weight: 300;
}

.white-themed .tab-link:not(.active) a {
    color: #e9e6e6 !important;
}

.theme-light .white-themed .tab-link.active a {
    color: white !important;
}

.white-themed li.active::before {
    background: white !important;
}

.blue-themed .section_head.title_tab_bar {
    padding-bottom: 0px !important;
}

.white-themed .tab_slider_col.blue-themed {
    border-bottom: 1px solid white;
}

.tab_slider_col.blue-themed {
}

.blue-themed li {
    height: 100%;
    display: flex;
    align-items: center;
}

    .blue-themed li.tab-link a {
        padding: 5px 0px;
    }

    .blue-themed li.tab-link.active a {
        padding: 5px 10px;
        border: 1px solid #5882ef;
        border-radius: 5px;
        color: #2e5acc !important;
    }

.theme-light .blue-themed li.tab-link.active a {
    border: 1px solid #5882ef;
    color: #2e5acc !important;
}

.blue-themed .title {
    padding-bottom: 10px;
}

.blue-themed li.active::before {
}

.blue-themed li {
    position: relative;
}

.blue-themed h2 {
    color: #1446c8 !important;
    font-weight: 500 !important;
}

.blue-themed .tab-link:not(.active) a {
    color: #4a4a4a;
}

.blue-themed a:hover {
    color: #1446c8 !important;
}

.dark-blue {
    background: rgb(28 54 100) !important;
    padding-bottom: 20px !important;
}

    .dark-blue h2, .dark-blue a {
        color: white !important;
        font-weight: 400 !important;
    }

    .dark-blue .section_head.title_tab_bar {
        padding-bottom: 0px;
    }

    .dark-blue ::before {
        content: unset !important;
    }

    .dark-blue .section_head {
        justify-content: flex-start;
    }

    .dark-blue .tabs {
        margin-right: 30px !important;
    }

    .dark-blue .tab-link a {
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 7px 10px;
    }

    .dark-blue .tab-link.active a {
        border: 1px solid rgb(88 130 239);
        color: white !important;
    }

    .dark-blue.tab_slider_sec .tabs > * + * {
        margin-right: 10px !important;
    }

section.featured-grid-section .grid-summary, section.featured-grid-section .grid-title {
    text-align: right;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

    section.featured-grid-section .grid-summary p {
        color: #4a4a4a;
        font-weight: 300;
    }

    section.featured-grid-section .grid-title h3 {
        line-height: 1.6;
    }

.border-below {
    border-bottom: 1px solid #cbcbcb;
}

.sports .Category p {
    margin-bottom: 5px;
}

.most-read-section .blue-num .tab_item_bg::after {
    color: #1446c8;
    font-size: 50px;
}

.sports .item-content * + * {
    margin-bottom: 10px;
}

.sports-grid .fixed-height {
    height: 70px;
    width: 99%;
}

.sports-grid .grid-item .time {
    padding-top: 0px;
}

.loadmoresection {
    padding: 40px 0px;
}

.sports .sports-grid .Category p {
    margin-bottom: 0px;
}

.space-between {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.sports .time p {
    opacity: 1;
}

.static-page .ad-div {
    padding: 60px 0px;
}

.ad-div {
    overflow: hidden;
}

.col-4 .ad-div {
    position: sticky;
    top: 70px;
    padding-top: 40px;
}

.white-icon svg {
    filter: invert(1);
}

.white-icon {
    margin-right: auto;
}

p.privacy-header {
    font-size: 25px;
}

.theme-light p.privacy-header {
    color: black;
}

p.privacy-title {
    font-size: 30px;
}

.theme-light p.privacy-title {
    color: black;
}

p.privacy-content {
    font-size: 20px;
}

.theme-light p.privacy-content {
    color: black;
}

.break-line {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 5px 0px;
}

.custom-file {
    position: relative;
}

.custom-svg-input-holder p {
    color: #898989;
    font-weight: 300;
    margin: 0px 10px;
}

.img-svg-wrap-1 img {
    width: 26px;
}

.img-svg-wrap-2 img {
    width: 15px;
    border-radius: 0px;
}

.custom-svg-input-holder {
    position: absolute;
    top: 15px;
    left: 20px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.custom-text-holder h4 {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #898989;
    font-weight: 300;
}

.align-right .grid-title h4 {
    text-align: right;
}

.sideBy_thumb_slider_wrapper .swiper-slide {
    margin-left: 20px;
    max-width: 208px;
}

.podcast-cover-image img {
    min-height: 104px;
}

.widget-watch h3 {
    color: white;
}

.Category.article-detail-category p {
    font-size: 12px;
}

.right-most .col-6 {
    width: 49.33%;
}

.right-most .grid-wrapper-3 {
    grid-gap: 15px;
    row-gap: 60px;
}

.col-52 {
    width: 100%;
    max-width: 52%;
}

.col-47 {
    width: 100%;
    max-width: 47%;
}

.col-50 {
    width: 50.33%;
}

.col-57 {
    width: 100%;
    max-width: 57%;
}

.col-51 {
    width: 100%;
    width: 51%;
}

.col-48 {
    width: 100%;
    max-width: 48%;
}

.col-49 {
    width: 100%;
    max-width: 49.33%;
}

.col-48 .grid-wrapper-one {
    grid-gap: 35px;
}

.col-42 {
    width: 100%;
    max-width: 42%;
}

.no-gap {
    gap: 0px !important;
}

.white-bg-colored {
    background: white;
}

.grey-bg-colored, .grey-bg-colored .white-card {
    background: #f3f3f3;
}

.col-47 img {
    width: 100%;
}

.left-most .col-6 {
}

.grid-wrapper-dual-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
    row-gap: 26px;
    column-gap: 20px;
}

.white-cards-container {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

.white-card + .white-card {
    margin-right: 15px;
}

.white-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.all-bordered {
    border-radius: 5px;
}

.white-card-metas {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    height: 49px;
    justify-content: space-between;
    margin-top: auto;
}

.card-div.inside h3 {
    color: white;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.grouped-metas {
    display: flex;
    align-items: center;
}

.country-img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.grouped-metas div + div {
    margin-right: 20px;
}

.country-img img {
    width: 100%;
}

.grid-card img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.grid-card h5, .grid-card .max-content h4 .white-card .card-title h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.grid-card .card-title {
    height: 51px;
}

.coverage-wrap {
    max-width: 56.44%;
    width: 100%;
}

.weather-wrap {
    max-width: 42%;
    width: 100%;
}

.widgets-featured-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-pag {
    height: fit-content;
    margin: 0;
    align-items: baseline;
}

.white-wrap {
    background: white;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
}

.tab_item_info.fixed-height {
    min-height: 87px;
}

.swiper-slide.white-themed-slide::before {
    right: 0px;
    position: absolute;
    bottom: 0px;
    width: 95%;
    height: 48%;
    background: white;
    content: "";
    border-radius: 5px;
    z-index: -1;
}

.swiper-slide.white-themed-slide {
    padding: 10px;
    position: relative;
}

.meta-inside, .tag-on-edge {
    position: relative;
}

    .meta-inside .inner-metas {
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: flex;
        align-items: center;
        z-index: 2;
    }

        .meta-inside .inner-metas * + * {
            margin-left: 5px;
        }

    .tag-on-edge .Category {
        position: absolute;
        right: 5px;
        bottom: -10px;
    }

.single-item .white-card :where(.Category, .title) {
    margin-bottom: 5px !important;
}

.bg-blue-sports section {
    background: #ececec !important;
}

.misc-section .single-item + .single-item {
    margin-top: 15px;
}

.box-items-wrap p {
    color: white;
    font-weight: 400;
}

.two-one-align .col-52 {
    max-width: 53%;
}

.two-one-align .item-image {
    flex: 0 0 30%;
}

.two-one-align .stretched .item-image {
    flex: 0 0 37%;
}

.two-one-align .col-47 {
    max-width: 45%;
}

.x-logo img {
    filter: brightness(15);
}

.white-card :where(h4, h3) {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.white-card h3 {
    -webkit-line-clamp: 2 !important;
}

.item-info h4 {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.filter-tabs .tab-link.remove-filters a {
    flex-direction: row-reverse;
    color: var(--orange) !important;
    border: 0px !important;
}

.filter-tabs .remove-filters .tab-svg {
    width: 11px;
    height: 11px;
}

    .filter-tabs .remove-filters .tab-svg img {
        opacity: 1 !important;
        width: 12px !important;
        height: 12px;
        filter: invert(46%) sepia(15%) saturate(6394%) hue-rotate(343deg) brightness(102%) contrast(106%);
    }

.pd-top-10 {
    padding-top: 10px;
}

.pd-top-15 {
    padding-top: 15px;
}

.minimize-width {
    max-width: 95%;
}

.big-swiper-carousel .swiper-slide {
    margin-left: 10px;
    width: 24.41%;
}

.metas-align-row {
    display: flex;
    align-items: center;
    margin-top: auto;
}

    .metas-align-row .Category {
        margin-bottom: 0px !important;
        margin-left: 20px;
    }

    .metas-align-row .time {
        margin-right: 20px;
    }

.author-wrap {
    display: flex;
    align-items: center;
}

.blue-meta p {
    color: blue !important;
}

.author-wrap .author-name {
    padding: 0px 10px;
    padding-right: 0px;
}

.col-6.col-md-6 .inlarge {
    margin-top: 20px;
}

.two-one-align .inlarge .item-image {
    flex: 0 0 40%;
}

.inlarge .item-image, .col-6.col-md-6 .inlarge .item-image {
    flex: 0 0 45%;
}

.inlarge .white-card {
    flex: 0 0 53%;
}

.blue-card {
    background: #2f5391;
    padding: 20px 10px;
    border-radius: 5px;
}

    .blue-card h2 {
        color: white !important;
        font-weight: 400 !important;
    }

section .blue-card :where(.author-name, .time p) {
    color: white !important;
    opacity: 1;
    font-weight: 400;
}

.card-items .card-title {
    min-height: 73px;
}

.card-items {
    margin-top: 15px;
}

.blue-card h3 {
    color: white;
    max-width: 95%;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.resize-col .col-6.col-md-6:first-child {
    margin-top: 0px;
    max-width: 42%;
}

.resize-col .col-6.col-md-6 {
    max-width: 55%;
    height: 100%;
    margin-top: 28px;
}

.white-card p {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.scaled_tab_sec.press .tab_item_info p {
    -webkit-line-clamp: 3 !important;
}

section .grid-wrapper-2 .inlarge {
    margin-top: 0px;
}

.theme-society {
    background: #566a5c;
}

    .theme-society :where(h3, h4) {
        color: white;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

.reverse-row .row {
    flex-direction: row-reverse;
}

.theme-society .card-title {
    height: 75px;
}

.society .grid-wrapper-2 {
    margin-top: 20px;
    grid-gap: 15px;
}

.col-8 .ad-div {
    padding: 0px;
    margin-bottom: 40px;
}

.breaking-content-wrap.inside {
    max-height: 925px !important;
}

.theme-society .time p {
    color: #dfdfdf !important;
}

.medium .item-image {
    flex: 0 0 33%;
}

.faces-section {
    background-size: cover;
}

.africa-slider-section {
    background-size: cover;
}

.dark-slider-theme h2, .dark-slider-theme h3, .dark-slider-theme p {
    color: white !important;
}

.dark-slider-theme .swiper-button-prev-mostRead img, .dark-slider-theme .swiper-button-next-mostRead img, .dark-slider-theme .number-pagination img {
    filter: brightness(5);
}

.dark-slider-theme .swiper-pagination-bullet-active {
    background: white !important;
    color: black;
}

section .card-title.max-content {
    min-height: 102px;
}

.white-cards-container.vertical .white-card + .white-card {
    margin-top: 15px;
}

.dark-slider-theme .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: dimgrey;
    color: white;
    opacity: 1;
}

.white-cards-container.vertical {
    flex-direction: column;
    padding: 0px;
}

.vertical .white-card.all-bordered {
    margin-right: 0px;
}

.video-with-related .flex-box-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    padding-right: 5px;
}

.video-with-related.reverse-row .flex-box-items {
    padding-right: 20px;
    padding-left: 5px;
}

.reverse-cols {
    flex-direction: row-reverse;
}

.video-with-related .row {
    border-radius: 5px;
}

.item-details-wrap .post-title {
    margin-bottom: 20px;
}

.item-details-wrap .lg_para {
    margin-bottom: 10px;
}

.item-details-wrap .lg_para {
    line-height: 125%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.item-details-wrap .time {
    margin-bottom: 20px;
}

.white-themed-box {
    background: white;
}

.flex-box-items .grid-wrapper-3 {
    grid-gap: 10px;
}

.content-image {
    position: relative;
}

    .content-image img {
        width: 100%;
    }

body .item-details-wrap h3 {
    color: #4a4a4a;
    font-weight: 600;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.coverflow-btn-box {
    background: #f6f6f6;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #e6e4e4e0;
    transition: 0.2s all;
}

.coverflow-slider .swiper-coverflow::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    background: white;
    height: 65%;
}

.coverflow-btn-box.next-box {
    margin-right: 535px !important;
    margin-left: 29px !important;
}

.coverflow-btn-box:hover img {
    filter: brightness(6);
}

.coverflow-btn-box:hover {
    background: var(--orange);
    border: 1px solid var(--orange);
}

.coverflow-slider .swiper-coverflow {
    position: relative;
    padding: 0px 20px;
}

.society-news .card-title {
    min-height: 40px;
}

.swiper-coverflow :where(.swiper-slide) {
    opacity: 0;
}

.swiper-coverflow .swiper-slide-active .coverflow-slide-title {
    height: fit-content;
    text-shadow: 4px 1px 7px black;
    padding-top: 0px;
}

    .swiper-coverflow .swiper-slide-active .coverflow-slide-title h2 {
        -webkit-line-clamp: 1;
        color: white;
    }

.swiper-coverflow .swiper-slide-active {
    position: relative;
}

.swiper-slide.no-gap .fixed-height {
    min-height: 58px;
}

.swiper-carousel .carousel-title {
    min-height: 92px;
}

.col-4 section.breaking-news-vertical {
    margin-bottom: 20px;
}

.grouped-metas .author-img {
    margin-left: 0.8rem;
}

section.podcast-container .ad-div {
    margin-bottom: 0px !important;
}

.swiper-coverflow .swiper-slide-active a:before {
    content: "";
    height: 60%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to top, #000000a6 15%, transparent 57%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}

.swiper-coverflow .coverflow-slide-title h2 {
    -webkit-line-clamp: 2;
    color: black;
    padding-top: 10px;
}

.swiper-coverflow .coverflow-slide-title {
    padding-top: 10px;
}

.swiper-coverflow .swiper-slide-active .coverflow-slide-title h2 {
    color: white;
}

.unmatched-grids .item-image {
    position: relative;
}

.animated-grids.podcast .grid-item:hover .animated-box, .animated-grids.low-hover .grid-item:hover .animated-box {
    top: 60%;
    text-align: revert;
    right: 20px;
}

.animated-box a:before {
    content: unset !important;
}

.podcast-play {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 50px;
}

.podcast-content-wrap {
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 5px;
}

.big-wrapper-player iframe {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.podcast-img {
    flex: 0 0 35%;
    display: inline-flex;
}

    .podcast-img img {
        width: 100%;
    }

.podcast-details-wrap {
    flex: 0 0 64%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    padding-right: 10px;
}

.podcast-play img {
    border-radius: 0px;
}

.swiper-coverflow :where(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
    opacity: 1;
}

.swiper-coverflow :where(.swiper-slide-prev, .swiper-slide-next) .content {
    position: relative;
    bottom: unset;
    right: 10px;
    display: none;
}

.swiper-coverflow .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none;
}

.swiper-coverflow :where(.swiper-slide-prev, .swiper-slide-next) .play-btn {
    display: none;
}

.society-section .fixed-height {
    min-height: 58px;
}

.video-grid-image img {
    width: 100%;
}

.hide-indesktop {
    display: none;
}

section.coverflow-slider .section_head.title_tab_bar {
    padding-bottom: 0px;
}

.white-box-activate .swiper-slide {
    padding: 20px;
    border-radius: 5px;
}

.white-box-activate .swiper-slide {
    background: white;
}

.grid-small-section.dark-bg {
    background: #1f252b;
    border-radius: 5px;
    padding: 15px;
}

.podcast-img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.podcast-banner .podcast-share-grid {
    position: absolute;
    top: 35%;
    right: 35px;
}

.animated-grids .image, .animated-grids .image a {
    position: relative;
    overflow: hidden;
}

.hideitem-desktop {
    display: none;
}

.small-grid-image {
    flex: 0 0 33.22%;
    display: block;
    position: relative;
    margin-left: 0.8rem;
}

.animated-grids .image a::before {
    background: #000000b3;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    z-index: 9;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 5px;
}

.animated-grids .grid-item:hover .image a::before {
    top: 0;
}

.animated-grids .grid-item:hover .animated-box {
    width: 100%;
    top: 40%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}

.swiper-carousel .carousel-title h3 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.animated-grids .grid-item .animated-box .title h3 {
    color: white;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight: 400;
    padding: 10px;
}

.animated-grids .grid-item .animated-box {
    position: absolute;
    text-align: center;
    width: 100%;
    text-align: center;
    top: 100%;
    left: 0;
    opacity: 0;
}

.misc-section .col-48 .grid-wrapper-one {
    grid-gap: 20px;
}

.misc-section .col-48 h4 {
    min-height: 58px;
}

.misc-section .col-52 {
    max-width: 51%;
}

.misc-section .col-48 {
    max-width: 49%;
}

.swiper-coverflow :where(.swiper-slide-prev, .swiper-slide-next) .tab_item_bg::before {
    content: "";
    bottom: 0;
    width: 45%;
    height: 100%;
    position: absolute;
}

.swiper-coverflow :where(.swiper-slide-next) .tab_item_bg::before {
    right: 0;
    background: linear-gradient(to left, #0000008f, transparent);
}

.swiper-coverflow :where(.swiper-slide-prev) .tab_item_bg::before {
    left: 0;
    background: linear-gradient(to right, #0000008f, transparent);
}

.grid-image img {
    width: 100%;
}

.grid-small-section.dark-bg.dark_themed-section {
    background: #f3f3f3;
}

.big-card-section {
    padding-top: 6px;
}

.video-details-wrap iframe {
    border-radius: 5px;
}

.news-cast {
    width: 77%;
}

.home .episode_content {
    background: white;
    border-radius: 5px;
}

.news-cast-related {
    width: 21%;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
}

.card-div.hide-in-desktop {
    display: none;
}

.with-filters .title.font_45 {
    min-width: max-content;
}

.filter-tabs {
    padding: 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tab_slider_col.news-theme h2 {
    color: #1c3664 !important;
    font-weight: 500 !important;
}

.filter-section {
    padding: 20px 0px;
}

.mg-bottom-25 {
    margin-bottom: 25px;
}

.news-theme .section_head.title_tab_bar {
    padding-bottom: 0px;
}

.news-theme .title {
    padding-bottom: 10px;
}

.filter-tabs .tab-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #898989;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 15px;
    gap: 5px;
    min-width: 90px;
    font-weight: 400;
    transition: 0.3s all;
    white-space: nowrap;
}

.filter-tabs::-webkit-scrollbar {
    display: none;
}

.filter-tabs .current .tab-svg {
    width: 11px;
}

.filter-tabs .tab-link:not(.current) img {
    opacity: 0;
    width: 2px;
}

.filter-tabs .current .tab-svg img {
    width: 100%;
}

.filter-tabs .tab-link.current a {
    color: white;
    background: var(--orange);
    border: 1px solid var(--orange);
    font-weight: 400;
}

.filter-tabs .tab-link:not(.current) a {
    color: #ececec;
    border: 1px solid #c6c6c6;
}

.blue-svg img {
    filter: unset;
}

.filter-tabs .tab-svg {
    display: flex;
    align-items: center;
    width: 2px;
    height: 14px;
}

.filter-tabs * + * {
    margin-right: 10px !important;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.min-wdth-title {
    max-width: 99%;
}

.slider_navigation.arrows-small-navigation {
    position: relative;
    width: 70px;
    margin-right: auto;
    padding: 0;
    justify-content: space-between;
}

.swiper-button-prev-news.arrow.swiper-button-disabled, .swiper-button-next-news.arrow.swiper-button-disabled {
    background: #c9c9c9 !important;
}

.swiper-button-next-news.arrow:not(.swiper-button-disabled), .swiper-button-prev-news.arrow:not(.swiper-button-disabled) {
    background: var(--orange) !important;
}

.arrow {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    z-index: 5;
    opacity: 1;
}

    .arrow img {
        filter: brightness(20.5);
        width: 30px;
        height: 30px !important;
    }

.swiper-button-prev-news.arrow img {
    transform: rotate(180deg);
}

.swiper-button-next-news.arrow, .swiper-button-prev-news.arrow {
    display: block !important;
    background: unset !important;
    width: 30px !important;
    height: 30px !important;
}

.post-details iframe[src*="facebook"] {
    width: unset !important;
}

.notFound-section {
    overflow: hidden;
    padding-bottom: 30px !important;
}

    .notFound-section .error-btn a {
        padding: 6px 12px;
        width: fit-content;
        border-radius: 5px;
        border: 1px solid var(--orange);
        color: var(--orange);
        font-weight: 400;
    }

    .notFound-section .error-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

blockquote {
    margin: 0 0 20px;
    padding: 20px;
    background-color: #f8f8f8;
    border-left: 6px solid var(--orange);
    font-size: 16px;
    border-top-right-radius: 5px;
    line-height: 1.4;
    font-style: italic;
    border-bottom-right-radius: 5px;
    box-shadow: 3px 0px 7px #a9a9a963;
}

.p-content p {
    text-align: justify;
}

.live-coverage-show {
    position: absolute;
    bottom: 0;
    padding: 20px;
    right: 0;
    width: 100%;
    background: linear-gradient(45deg, #df1717, #ad0000);
    z-index: 9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .live-coverage-show .content {
        width: 100% !important;
        position: relative;
        right: unset !important;
        bottom: unset !important;
    }

.live-indicator {
    position: absolute;
    left: 15px;
    top: -18px;
    background: white;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: -5px 5px 10px #0000002e;
}

    .live-indicator .live-indicator-text h4 {
        color: #b20202;
        line-height: 1.7;
    }

.font-resize-click .resize-indicator {
    font-size: 17px;
    position: relative;
    padding: 0px 9px 12px 9px;
    background-color: #ececec7a;
    border-radius: 5px;
    font-weight: 400;
    color: var(--orange);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.theme-dark .font-resize-click .resize-indicator {
    color: #fff;
    background: #aaaaaa38;
}

.font-resize-click .resize-indicator:hover {
    background: var(--orange);
    color: white;
}

.noUi-handle {
    box-shadow: unset;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    opacity: 1;
    top: -8px;
    background-color: white !important;
}

.noUi-horizontal {
    height: 1px;
    background: white;
    min-width: 100px;
}

.noUi-connects {
    border-radius: 3px;
    height: 2px !important;
}

.noUi-horizontal {
    height: 1px !important;
    background: white !important;
}

.noUi-connect {
    background: white !important;
}

.noUi-marker-horizontal.noUi-marker, .noUi-target.noUi-horizontal .noUi-tooltip {
    background: white;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px !important;
    top: -4px !important;
    width: 1px !important;
}

.font-slider-wrapper {
    width: 200px;
    padding: 15px;
    background: #f36928;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
    position: absolute;
    top: 120%;
    left: -90px;
    z-index: 1;
}

.font-resize-click {
    position: relative;
}

.show-font-slider .font-slider-wrapper {
    display: flex;
}

.noUi-target .noUi-active.noUi-handle {
    top: -6px !important;
    left: -5px !important;
}

.small-font, .bigger-font {
    user-select: none;
    width: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -8px;
}

.bigger-font {
    font-size: 22px;
    font-weight: 500;
    color: white;
}

.theme-dark .blue-num .author-name {
    color: #808080 !important;
}

.small-font {
    font-size: 17px;
    font-weight: 400;
    color: white;
}

.noUi-handle .noUi-tooltip {
    display: none;
}

html.increase-2 {
    font-size: 72%;
}

html.increase-3 {
    font-size: 80%;
}

    html.increase-3 .grid-card .card-title {
        height: 64px;
    }

.grid-item h4 {
    text-align: right;
}

html.increase-3 .read-section .fixed-height {
    height: 60px;
}

html.increase-3 .item-info-wrap {
    height: 100px;
}

html.increase-3 .inlarge .white-card p {
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
}

html.increase-3 .fixed-height-info, html.increase-3 .sports-grid .fixed-height {
    height: 95px;
}

html.increase-2 .editors-pick .item.title {
    height: 100px;
}

html.increase-2 .Grid-themed .fixed-height {
    height: 65px;
}

html.increase-3 .Grid-themed .fixed-height {
    height: 73px;
}

html.increase-2 .fixed-height-info {
    height: 90px;
}

html.increase-3 .Grid-section .item.title {
    -webkit-line-clamp: 2 !important;
    height: 80px;
}

.uploaded-pdf-name.show-file {
    position: absolute;
    top: 3%;
    font-size: 13px;
    border-radius: 5px;
    right: 2%;
    background: white;
    padding: 20px;
    padding-left: 50px;
}

.noUi-pips-horizontal {
    padding: 0px !important;
    height: fit-content !important;
}

.cookie-notice {
    bottom: 30px;
}

.search-click:hover p {
    color: var(--orange);
}

.noUi-handle-touch-area {
    cursor: grab;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

button.slick-arrow.slick-next, button.slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid white;
}

button.slick-arrow.slick-next {
    left: 0;
}

button.slick-arrow.slick-prev {
    right: 0;
}

    button.slick-arrow.slick-next:focus,
    button.slick-arrow.slick-prev:focus {
        background-color: azure !important;
        color: black !important;
    }

.post-media figcaption, .content-media-item figcaption {
    color: black;
    margin: 0;
    padding: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        right: 0;
        left: auto;
    }

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

