/*-----------------------------------------------------------------------------------

    Template Name: Newspark - News Magazine Template
    Template URI: http://html.quomodosoft.com/oifolio/
    Description: News Magazine Template
    Author: quomodotheme
    Author URI: http://html.quomodosoft.com/oifolio/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;800;900&display=swap");

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

.home-2-bg
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font-family: "Heebo", sans-serif;*/
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #515A60;
    line-height: 24px;
}

.home-1-bg {
    background: #FCFCFC;
}

.home-2-bg {
    background: #F2F6F8;
}

.home-3-bg {
    background: #FAFAFA;
}

.home-dark {
    background: #17222B;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
    color: #17222B;
}

    a:hover {
        color: #1091FF;
    }

    a:focus,
    input:focus,
    textarea:focus,
    button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover {
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Heebo", sans-serif;*/
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    color: #222;
    margin: 0px 0 15px;
    line-height: normal;
}

.title {
    text-transform: capitalize;
}

p {
    margin: 0 0 15px;
}

.banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}

.page-link:focus {
    box-shadow: none;
}

@media only screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1260px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ad a {
    display: block;
}

    .ad a img {
        width: 100%;
    }

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    padding: 0 55px;
    font-size: 26px;
    line-height: 75px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #FF5555;
}

    .main-btn:hover {
        background-color: #fff;
        color: #FF5555;
        border-color: #fff;
    }

    .main-btn.main-btn-2 {
        width: 100%;
        line-height: 46px;
        background: #F2F9FF;
        color: #1091FF;
        border: 1px solid #BADFFF;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400;
    }

        .main-btn.main-btn-2:hover {
            background: #1091FF;
            border-color: #1091FF;
            color: #fff;
        }

.main-btn-2 {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 4px solid #222;
    padding: 0 55px;
    font-size: 26px;
    line-height: 75px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #222;
}

    .main-btn-2:hover {
        background-color: transparent;
        color: #222;
        border-color: #222;
    }

.section-title {
    margin-bottom: 15px;
}

    .section-title .title {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .section-title a {
        font-size: 15px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.5);
    }

        .section-title a:hover {
            color: #1091FF;
        }

    .section-title.section-title-2 .title {
        color: #fff;
    }

    .section-title.section-title-2 a {
        color: rgba(255, 255, 255, 0.5);
    }

    .section-title.section-title-3 {
        position: relative;
        padding-left: 45px;
        margin-bottom: 20px;
    }

        .section-title.section-title-3::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 5px;
            width: 30px;
            background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        }

.counter-post-main-item::-webkit-scrollbar,
.post_gallery_items::-webkit-scrollbar {
    width: 2px;
    /* width of the entire scrollbar */
}

.counter-post-main-item::-webkit-scrollbar-track,
.post_gallery_items::-webkit-scrollbar-track {
    background: #F6F7F7;
    /* color of the tracking area */
}

.counter-post-main-item::-webkit-scrollbar-thumb,
.post_gallery_items::-webkit-scrollbar-thumb {
    background-color: #A9ACB0;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 0px;
    /* creates padding around scroll thumb */
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1091ff;
    z-index: 999;
}

    .preloader.dark-p {
        background: #17222b;
    }

    .preloader.v4 {
        background: linear-gradient(90deg, #FF5555, #AB50EF);
    }

    .preloader > div {
        width: 300px;
        height: 300px;
        flex: 0 0 25%;
        box-sizing: border-box;
        margin: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: 0 0;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-radius: 50%;
    animation: 1s spin linear infinite;
}

.bt-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #fff;
    animation: 1s spin linear infinite;
}

.db-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #222;
    border-top-color: #009688;
    border-bottom-color: #009688;
    animation: 1s spin linear infinite;
}

.double-spinner {
    position: relative;
}

.dbl-spinner {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid transparent;
    border-top: 4px solid #222;
    border-left: 4px solid #222;
    animation: 2s spin linear infinite;
}

.dbl-spinner--2 {
    border: 4px solid transparent;
    border-right: 4px solid #009688;
    border-bottom: 4px solid #009688;
    animation: 1s spin linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.trending-area.pt-85 {
    position: relative;
    z-index: 0;
}

/*===========================
    2.HEADER css 
===========================*/
.header-topbar {
    border-bottom: 1px dashed #DCDEDF;
    background: #fff;
}

@media (max-width: 767px) {
    .header-topbar {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-topbar {
        display: block;
    }
}

.header-topbar .topbar-social {
    justify-content: space-evenly;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.header-topbar .topbar-social .social ul {
    margin: 0;
    padding: 0 0 0 14px;
    list-style-type: none;
    position: relative;
}

    .header-topbar .topbar-social .social ul::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(23, 34, 43, 0.3);
        width: 1px;
        height: 14px;
    }

    .header-topbar .topbar-social .social ul li {
        display: inline-block;
    }

        .header-topbar .topbar-social .social ul li a {
            color: rgba(23, 34, 43, 0.75);
            margin-left: 10px;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .header-topbar .topbar-social .social ul li a:hover {
                color: #1091FF;
            }

.header-topbar .topbar-social p {
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-topbar .topbar-social p {
        font-size: 12px;
    }
}

.topbar-trending > span {
    float: left;
    background: #FF5555;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 18px;
}

.topbar-trending .trending-slider .trending-item p {
    margin-bottom: 0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .topbar-trending .trending-slider .trending-item p {
        font-size: 13px;
    }
}

.topbar-trending .trending-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 1px solid rgba(23, 34, 43, 0.25);
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    background: #fff;
}

    .topbar-trending .trending-slider .slick-arrow.prev {
        right: 25px;
    }

    .topbar-trending .trending-slider .slick-arrow.next {
        right: 0px;
    }

.header-centerbar {
    padding: 10px 0;
    background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-centerbar-ad {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .header-centerbar-ad {
        margin-top: 20px;
    }
}

.header-menubar {
    background: #fff;
}

.header-menu-rightbar {
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-menu-search ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .header-menu-search ul li {
        display: inline-block;
    }

        .header-menu-search ul li a {
            font-size: 18px;
            color: rgba(23, 34, 43, 0.5);
            margin: 7px;
        }

.nice-select-item {
    /*margin-left: 20px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select-item {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .nice-select-item {
        margin-left: 0;
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nice-select-item {
        display: block;
    }
}

.nice-select-item .nice-select {
    /*border: 0;
    border-left: 1.5px solid rgba(23, 34, 43, 0.3);
    border-right: 1.5px solid rgba(23, 34, 43, 0.3);*/
    /*border-radius: 0;*/
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item .nice-select {
        padding-right: 25px;
    }
}

.nice-select-item .nice-select::after {
    height: 10px;
    width: 10px;
    top: 36%;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nice-select-item .nice-select::after {
        right: 8px;
    }
}

.header-temperature {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header-temperature {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-temperature {
        display: block;
    }
}

.header-temperature .icon {
    padding-left: 13px;
    padding-right: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .icon {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.header-temperature .temperature-content .title {
    margin-bottom: 0;
}

    .header-temperature .temperature-content .title sup {
        font-size: 16px;
    }

        .header-temperature .temperature-content .title sup sub {
            font-size: 20px;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-temperature .temperature-content p {
        font-size: 13px;
    }
}

.header-area {
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05);
    position: relative;
}

    .header-area.header-style-2 .header-topbar .topbar-trending > span {
        background: rgba(255, 85, 85, 0.15);
        color: #FF5555;
    }

    .header-area.header-style-2 .topbar-social .nice-select-item .nice-select {
        /*border-right: 0;*/
        line-height: 15px;
        height: 15px;
        padding-right: 20px;
        color: white;
    }

        .header-area.header-style-2 .topbar-social .nice-select-item .nice-select::after {
            right: 0;
        }

    .header-area.header-style-2 .topbar-social .social ul {
        padding-left: 0;
    }

        .header-area.header-style-2 .topbar-social .social ul::before {
            display: none;
        }

    .header-area.header-style-2 .topbar-social .header-menu-search {
        position: relative;
        /*padding-left: 18px;*/
        margin-left: 25px;
    }

        .header-area.header-style-2 .topbar-social .header-menu-search::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #B9BCBF;
            width: 1px;
            height: 18px;
        }

    .header-area.header-style-2 .header-centerbar .header-search .input-box {
        position: relative;
    }

@media (max-width: 767px) {
    .header-area.header-style-2 .header-centerbar .header-search .input-box {
        margin-top: 20px;
    }
}

.header-area.header-style-2 .header-centerbar .header-search .input-box input {
    width: 100%;
    background: #ECEDEE;
    height: 50px;
    /*padding-left: 20px;*/
    border-radius: 5px;
    border: 0;
}

.header-area.header-style-2 .header-centerbar .header-search .input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    text-align: center;
    background: #1091FF;
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
}

.header-area.header-style-2 .header-menubar .menubar-bg {
    background: #17222B;
}

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light {
    background: #17222B;
}

    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light a {
        color: #fff;
    }

        .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::before {
            border-color: #fff;
        }

        .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::after {
            border-color: #fff;
        }

    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light li > a {
        color: #fff;
    }

    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light .third, .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light .half {
        border-left-color: rgba(255, 255, 255, 0.15);
    }

    .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light .menu-toggle span.bars span {
        background: #fff;
    }

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a.active, .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a:hover {
    background: #1091FF;
}

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul ul {
    background: #17222B;
}

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.mobile.light ul {
    background: #17222B;
}

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.mobile.light li a {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.header-area.header-style-2 .header-menubar .header-date {
    background: #29333C;
}

    .header-area.header-style-2 .header-menubar .header-date p {
        line-height: 64px;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 0;
        padding: 0 30px;
        font-size: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2 .header-menubar .header-date p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-area.header-style-2 .header-menubar .header-date p {
        padding: 0 15px;
    }
}

.header-area.header-style-2.header-style-4 {
    box-shadow: none;
}

.header-area.header-style-2.header-style-3 {
    background: #fff;
    position: relative;
    box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2.header-style-3 .topbar-social .header-menu-search {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2.header-style-3 .topbar-social .header-menu-search ul li a {
        margin: 0;
    }
}

.header-area.header-style-2.header-style-3 .header-topbar {
    padding: 6px 0;
    border-bottom: 1px solid rgba(23, 34, 43, 0.08);
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2.header-style-3 .header-topbar {
        margin-left: 0;
    }
}

.header-area.header-style-2.header-style-3 .header-topbar .topbar-trending > span {
    padding: 4px 18px;
    background: #17222B;
    color: #fff;
}

.header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .trending-item p {
    padding: 4px 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .trending-item p {
        padding: 4px 5px;
        font-size: 13px;
    }
}

.header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow {
    height: 30px;
    width: 30px;
    background: rgba(23, 34, 43, 0.1);
    border: 0;
    line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow.next {
        right: -35px;
    }
}

.header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow.prev {
    right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-style-2.header-style-3 .header-topbar .topbar-trending .trending-slider .slick-arrow.prev {
        right: 0;
    }
}

.header-area.header-style-2.header-style-3 .header-centerbar {
    padding: 18px 0;
}

    .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social {
        margin-left: 40px;
    }

        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li {
                display: inline-block;
            }

                .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a {
                    height: 50px;
                    width: 50px;
                    text-align: center;
                    line-height: 50px;
                    background: rgba(23, 34, 43, 0.1);
                    color: rgba(23, 34, 43, 0.85);
                    display: inline-block;
                    position: relative;
                    z-index: 5;
                }

                    .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a::before {
                        position: absolute;
                        content: '';
                        left: 50%;
                        top: 50%;
                        height: 100%;
                        width: 100%;
                        transform: translate(-50%, -50%) scale(0);
                        background: linear-gradient(#f55 0%, #ab50ef 100%);
                        z-index: -1;
                        -webkit-transition: all 0.3s ease-out 0s;
                        -moz-transition: all 0.3s ease-out 0s;
                        -ms-transition: all 0.3s ease-out 0s;
                        -o-transition: all 0.3s ease-out 0s;
                        transition: all 0.3s ease-out 0s;
                    }

                    .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a:hover {
                        color: #fff;
                    }

                        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .social ul li a:hover::before {
                            transform: translate(-50%, -50%) scale(1);
                        }

    .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date {
        position: relative;
        padding-right: 34px;
        margin-right: 25px;
    }

        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date::before {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 50px;
            background: rgba(23, 34, 43, 0.08);
        }

        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date .title {
            margin-bottom: 0;
            font-size: 18px;
        }

        .header-area.header-style-2.header-style-3 .header-centerbar .header-center-items .header-date span {
            color: rgba(23, 34, 43, 0.6);
            font-size: 14px;
            font-weight: 400;
        }

.header-area.header-style-2.header-style-3 .header-menubar {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: transparent;
    z-index: 8;
}

    .header-area.header-style-2.header-style-3 .header-menubar .menubar-bg {
        position: relative;
        z-index: 6;
    }

        .header-area.header-style-2.header-style-3 .header-menubar .menubar-bg::after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #17222B;
            z-index: -1;
        }

        .header-area.header-style-2.header-style-3 .header-menubar .menubar-bg::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50px;
            height: 36px;
            width: 100%;
            background: #fff;
            opacity: 0.5;
            filter: blur(25px);
            z-index: -2;
        }

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a.active, .stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a:hover {
    background: #fff;
    color: #F55;
}

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a::before {
    height: 5px;
    background: linear-gradient(#f55 0%, #ab50ef 100%);
}

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::before {
    background: #000;
}

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.light a.dd-toggle .icon-plus::after {
    background: #000;
}

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.light li a {
    font-weight: 700;
}

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav.desktop li.has-sub ul li a:hover {
    background: #fff;
    color: #F55;
}

.stellarnav.light a.dd-toggle .icon-plus::after
.header-area.header-style-2.header-style-3 .header-menubar .header-menu-style-2 .stellarnav li li.has-sub > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header-area.header-style-2.header-style-3 .header-menubar .header-menu-rightbar .header-search .input-box button {
    background: linear-gradient(#f55 0%, #ab50ef 100%);
    color: #fff;
    border: 0;
    width: 80px;
    height: 100%;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
}

.header-area.header-dark .header-topbar {
    background: #17222B;
    border-bottom-color: #44515D;
}

    .header-area.header-dark .header-topbar .topbar-trending .trending-slider .trending-item p {
        color: rgba(255, 255, 255, 0.85);
    }

    .header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow {
        background-color: transparent;
        border: 1px solid #515A60;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .header-area.header-dark .header-topbar .topbar-trending .trending-slider .slick-arrow:hover {
            background: #1091FF;
            border-color: #1091FF;
            color: #fff;
        }

    .header-area.header-dark .header-topbar .topbar-social p {
        color: rgba(255, 255, 255, 0.85);
    }

    .header-area.header-dark .header-topbar .topbar-social .social ul li a {
        color: rgba(255, 255, 255, 0.75);
    }

        .header-area.header-dark .header-topbar .topbar-social .social ul li a:hover {
            color: #1091FF;
        }

.header-area.header-dark .header-centerbar {
    background: #233340;
}

.header-area.header-dark .header-menubar {
    background: #233340;
}

    .header-area.header-dark .header-menubar .header-menu .stellarnav.light {
        background-color: transparent;
    }

        .header-area.header-dark .header-menubar .header-menu .stellarnav.light li a {
            color: #fff;
        }

        .header-area.header-dark .header-menubar .header-menu .stellarnav.light ul ul {
            background: #233340;
        }

        .header-area.header-dark .header-menubar .header-menu .stellarnav.light .menu-toggle span.bars span {
            background: #fff;
        }

        .header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::after, .header-area.header-dark .header-menubar .header-menu .stellarnav.light a.dd-toggle .icon-plus::before {
            border-color: #fff;
        }

    .header-area.header-dark .header-menubar .header-menu .stellarnav.desktop li.has-sub ul li a:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a:hover, .header-area.header-dark .header-menubar .header-menu .stellarnav > ul > li > a.active {
        background: rgba(255, 255, 255, 0.05);
    }

    .header-area.header-dark .header-menubar .header-menu .stellarnav.mobile.light ul {
        background: #233340;
    }

    .header-area.header-dark .header-menubar .header-menu-rightbar .header-menu-search ul li a {
        color: rgba(255, 255, 255, 0.5);
    }

    .header-area.header-dark .header-menubar .header-menu-rightbar .nice-select-item .nice-select {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.75);
        /*border-left-color: #65717A;*/
        /*border-right-color: #65717A;*/
    }

    .header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content .title {
        color: #fff;
    }

    .header-area.header-dark .header-menubar .header-menu-rightbar .header-temperature .temperature-content p {
        color: rgba(255, 255, 255, 0.6);
    }

/*===========================
    3.POST css 
===========================*/
.post-area {
    padding-top: 30px;
    padding-bottom: 40px;
}

.single__post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .single__post {
        display: block;
        text-align: center;
    }
}

.single__post .post-thumb {
    min-width: 80px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .single__post .post-thumb {
        margin-bottom: 15px;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single__post .post-content {
        font-size: 14px;
    }
}

.single__post .post-content .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single__post .post-content .title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .single__post .post-content .title {
        font-size: 15px;
    }
}

.single__post .post-content .title a {
    color: #17222B;
}

    .single__post .post-content .title a:hover {
        color: #1091FF;
    }

.single__post .post-content p {
    margin-bottom: 0;
}

.single__post.post_dark .post-content .title a {
    color: #fff;
}

    .single__post.post_dark .post-content .title a:hover {
        color: #1091FF;
    }

.single__post.post_dark .post-content p {
    color: rgba(255, 255, 255, 0.85);
}

.post-slider .slick-arrow {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 30px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .post-slider .slick-arrow:hover {
        background: #1091FF;
        color: #fff;
    }

/*===========================
    3.POST GALLERY css 
===========================*/
.post_gallery_play {
    height: 500px;
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

    .post_gallery_play .bg-image {
        /*background-image: url(../images/gallery-post.jpg);*/
        left: 0;
        top: 0;
        z-index: -1;
    }

        .post_gallery_play .bg-image::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            height: 100px;
            width: 100%;
            background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
            opacity: .85;
        }

    .post_gallery_play .post__gallery_play_content {
        padding-left: 40px;
        padding-bottom: 21px;
        color: #fff;
        font-weight: 400;
        padding-right: 30px;
    }

@media (max-width: 767px) {
    .post_gallery_play .post__gallery_play_content {
        padding-left: 20px;
        padding-bottom: 6px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post_gallery_play .post__gallery_play_content {
        padding-left: 40px;
        padding-bottom: 21px;
    }
}

.post_gallery_play .post__gallery_play_content .post-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

    .post_gallery_play .post__gallery_play_content .post-meta .meta-categories a {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }

    .post_gallery_play .post__gallery_play_content .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 14px;
    }

        .post_gallery_play .post__gallery_play_content .post-meta .meta-date::before {
            position: absolute;
            content: '';
            left: 15px;
            top: 50%;
            transform: translateY(-50%) rotate(40deg);
            width: 2px;
            height: 15px;
            background: #fff;
            border-radius: 30px;
        }

.post_gallery_play .post__gallery_play_content .title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 3px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post_gallery_play .post__gallery_play_content .title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .post_gallery_play .post__gallery_play_content .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post_gallery_play .post__gallery_play_content .title {
        font-size: 24px;
        line-height: 34px;
    }
}

.post_gallery_play .post__gallery_play_content .title a {
    color: #fff;
}

    .post_gallery_play .post__gallery_play_content .title a:hover {
        color: #1091FF;
    }

.post_gallery_play .post_play_btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .post_gallery_play .post_play_btn a {
        height: 55px;
        width: 55px;
        text-align: center;
        line-height: 55px;
        background: #FF5555;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
    }

.post_gallery_play.post_gallery_play-2 {
    height: 450px;
    border-radius: 7px;
    overflow: hidden;
}

    .post_gallery_play.post_gallery_play-2 .bg-image {
        background-image: url(../images/gallery-post-2.jpg);
    }

    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content {
        padding-left: 30px;
        padding-right: 20px;
    }

@media (max-width: 767px) {
    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content {
        margin-bottom: 30px;
    }
}

.post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .title {
        font-size: 24px;
        line-height: 30px;
    }
}

.post_gallery_play.post_gallery_play-2 .post__gallery_play_content .post-meta {
    position: relative;
}

    .post_gallery_play.post_gallery_play-2 .post__gallery_play_content .post-meta::before {
        position: absolute;
        content: '';
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 18px;
        background: #1091FF;
    }

.post_gallery_play.post_gallery_play_dark .bg-image {
    background-image: url(../images/gallery-post-dark.jpg);
}

.post-news-list {
    padding: 15px;
    background: #fff;
    border-radius: 7px;
}

    .post-news-list .gallery_item.populer_item-style {
        margin-bottom: 16px;
    }

    .post-news-list .gallery_item .gallery_item_thumb {
        min-width: 75px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-news-list .gallery_item .gallery_item_thumb {
        min-width: 65px;
    }
}

.post-news-list .gallery_item .gallery_item_thumb img {
    border-radius: 4px;
}

.post-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

    .post-meta .meta-categories a {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }

    .post-meta .meta-date {
        padding-left: 32px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

        .post-meta .meta-date::before {
            position: absolute;
            content: '';
            left: 15px;
            top: 50%;
            transform: translateY(-50%) rotate(40deg);
            width: 2px;
            height: 15px;
            background: #fff;
            border-radius: 30px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post_gallery_sidebar {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .post_gallery_sidebar {
        padding-top: 40px;
    }
}

.post_gallery_sidebar .nav {
    justify-content: space-between;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post_gallery_sidebar .nav {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .post_gallery_sidebar .nav {
        justify-content: center;
    }
}

.post_gallery_sidebar .nav li a {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
    padding: 0 30px;
    line-height: 36px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(23, 34, 43, 0.85);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post_gallery_sidebar .nav li a {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post_gallery_sidebar .nav li a {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .post_gallery_sidebar .nav li a {
        margin: 0 5px;
        padding: 0 18px;
    }
}

.post_gallery_sidebar .nav li a.active {
    background: #1091FF;
}

.post_gallery_sidebar.post_gallery_sidebar_dark .nav li a {
    background: #233340;
    color: #fff;
}

    .post_gallery_sidebar.post_gallery_sidebar_dark .nav li a.active {
        background: #1091FF;
    }

.gallery_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

    .gallery_item::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -15px;
        border-bottom: 1px dashed #DADCDD;
        width: 100%;
    }

    .gallery_item .gallery_item_thumb {
        min-width: 100px;
        margin-right: 15px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item .gallery_item_thumb {
        min-width: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery_item .gallery_item_thumb {
        min-width: 80px;
    }
}

@media (max-width: 767px) {
    .gallery_item .gallery_item_thumb {
        min-width: 80px;
    }
}

.gallery_item .gallery_item_thumb .icon {
    position: absolute;
    left: 5px;
    top: -13px;
}

    .gallery_item .gallery_item_thumb .icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff;
    }

.gallery_item .gallery_item_content {
    position: relative;
}

    .gallery_item .gallery_item_content .post-meta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

        .gallery_item .gallery_item_content .post-meta .meta-categories a {
            color: #1091FF;
            font-weight: 500;
            font-size: 12px;
        }

        .gallery_item .gallery_item_content .post-meta .meta-date {
            padding-left: 32px;
            position: relative;
            font-size: 12px;
            font-weight: 400;
            color: #515A60;
        }

            .gallery_item .gallery_item_content .post-meta .meta-date::before {
                position: absolute;
                content: '';
                left: 15px;
                top: 50%;
                transform: translateY(-50%) rotate(40deg);
                width: 2px;
                height: 15px;
                background: #515A60;
                border-radius: 30px;
            }

    .gallery_item .gallery_item_content .title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

        .gallery_item .gallery_item_content .title a {
            color: #17222B;
        }

            .gallery_item .gallery_item_content .title a:hover {
                color: #1091FF;
            }

.gallery_item:last-child {
    margin-bottom: 0;
}

    .gallery_item:last-child::before {
        display: none;
    }

.gallery_item.gallery_item-style-2 {
    margin-top: 5px;
}

    .gallery_item.gallery_item-style-2 .gallery_item_thumb {
        min-width: 80px;
    }

@media (max-width: 767px) {
    .gallery_item.gallery_item-style-2 .gallery_item_thumb {
        min-width: 60px;
    }
}

.gallery_item.gallery_item-style-2 .gallery_item_content {
    padding-right: 20px;
}

    .gallery_item.gallery_item-style-2 .gallery_item_content > span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 500;
        color: #CED0D2;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery_item.gallery_item-style-2 .gallery_item_content > span {
        position: static;
        font-size: 24px;
        display: inline-block;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .gallery_item.gallery_item-style-2 .gallery_item_content > span {
        position: static;
        font-size: 24px;
        display: inline-block;
        transform: translateY(0);
    }
}

.gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
    color: #8B9195;
}

.gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
    color: #fff;
}

    .gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
        color: #1091FF;
    }

.gallery_item.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
    color: #495259;
}

.gallery_item.gallery_item-style-2.footer_gallery_item::before {
    border-bottom: 2px dashed #3A434B;
}

.gallery_item.populer_item-style {
    margin-bottom: 18px;
    margin-top: 8px;
}

    .gallery_item.populer_item-style::before {
        display: none;
    }

    .gallery_item.populer_item-style .gallery_item_thumb {
        position: relative;
    }

        .gallery_item.populer_item-style .gallery_item_thumb span {
            position: absolute;
            left: 10px;
            top: -12px;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 16px;
            background: #FF5555;
            color: #fff;
            font-size: 12px;
            border-radius: 50%;
            background: #FF5555;
            font-weight: 500;
            border: 2px solid #fff;
        }

    .gallery_item.populer_item-style .gallery_item_content {
        padding-right: 0;
    }

        .gallery_item.populer_item-style .gallery_item_content .title {
            font-size: 15px;
            line-height: 21px;
        }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gallery_item.populer_item-style .gallery_item_content .title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item.populer_item-style .gallery_item_content .title {
        font-size: 11px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gallery_item.populer_item-style .gallery_item_content span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item.populer_item-style .gallery_item_content span {
        font-size: 12px;
    }
}

.gallery_item.gallery_item_dark .gallery_item_content .title a {
    color: #fff;
}

    .gallery_item.gallery_item_dark .gallery_item_content .title a:hover {
        color: #1091FF;
    }

.gallery_item.gallery_item_dark .gallery_item_content .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75);
}

.gallery_item.gallery_item_dark .gallery_item_content > span {
    color: #A2A6AA;
}

.gallery_item.gallery_item_dark::before {
    border-bottom-color: #3A434B;
}

.gallery_item_3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}

    .gallery_item_3::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -11px;
        border-bottom: 1px solid #DADCDD;
        width: 100%;
    }

    .gallery_item_3 .gallery_item_thumb {
        min-width: 90px;
        margin-right: 15px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item_3 .gallery_item_thumb {
        min-width: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery_item_3 .gallery_item_thumb {
        min-width: 80px;
    }
}

@media (max-width: 767px) {
    .gallery_item_3 .gallery_item_thumb {
        min-width: 80px;
    }
}

.gallery_item_3 .gallery_item_thumb .icon {
    position: absolute;
    left: 5px;
    top: -13px;
}

    .gallery_item_3 .gallery_item_thumb .icon i {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: #FF5555;
        font-size: 10px;
        color: #fff;
    }

.gallery_item_3 .gallery_item_content {
    position: relative;
}

    .gallery_item_3 .gallery_item_content .post-meta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

        .gallery_item_3 .gallery_item_content .post-meta .meta-categories a {
            color: #FF5555;
            font-weight: 500;
            font-size: 12px;
        }

        .gallery_item_3 .gallery_item_content .post-meta .meta-date {
            padding-left: 32px;
            position: relative;
            font-size: 12px;
            font-weight: 400;
            color: rgba(23, 34, 43, 0.6);
        }

            .gallery_item_3 .gallery_item_content .post-meta .meta-date::before {
                position: absolute;
                content: '';
                left: 15px;
                top: 50%;
                transform: translateY(-50%) rotate(0deg);
                width: 2px;
                height: 15px;
                background: #B9BCBF;
                border-radius: 30px;
            }

    .gallery_item_3 .gallery_item_content .title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item_3 .gallery_item_content .title {
        font-size: 13px;
        line-height: 17px;
    }
}

.gallery_item_3 .gallery_item_content .title a {
    color: #17222B;
}

    .gallery_item_3 .gallery_item_content .title a:hover {
        color: #FF5555;
    }

.gallery_item_3:last-child {
    margin-bottom: 0;
}

    .gallery_item_3:last-child::before {
        display: none;
    }

.gallery_item_3.gallery_item-style-2 {
    margin-top: 5px;
}

    .gallery_item_3.gallery_item-style-2 .gallery_item_thumb {
        min-width: 80px;
    }

@media (max-width: 767px) {
    .gallery_item_3.gallery_item-style-2 .gallery_item_thumb {
        min-width: 60px;
    }
}

.gallery_item_3.gallery_item-style-2 .gallery_item_content {
    padding-right: 20px;
}

    .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 500;
        color: #CED0D2;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
        position: static;
        font-size: 24px;
        display: inline-block;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .gallery_item_3.gallery_item-style-2 .gallery_item_content > span {
        position: static;
        font-size: 24px;
        display: inline-block;
        transform: translateY(0);
    }
}

.gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .post-meta .meta-date span {
    color: #8B9195;
}

.gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a {
    color: #fff;
}

    .gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content .title a:hover {
        color: #1091FF;
    }

.gallery_item_3.gallery_item-style-2.footer_gallery_item .gallery_item_content span {
    color: #495259;
}

.gallery_item_3.gallery_item-style-2.footer_gallery_item::before {
    border-bottom: 2px dashed #3A434B;
}

.gallery_item_3.populer_item-style {
    margin-bottom: 18px;
    margin-top: 8px;
}

    .gallery_item_3.populer_item-style::before {
        display: none;
    }

    .gallery_item_3.populer_item-style .gallery_item_thumb {
        position: relative;
    }

        .gallery_item_3.populer_item-style .gallery_item_thumb span {
            position: absolute;
            left: 10px;
            top: -12px;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 16px;
            background: #FF5555;
            color: #fff;
            font-size: 12px;
            border-radius: 50%;
            background: #FF5555;
            font-weight: 500;
            border: 2px solid #fff;
        }

    .gallery_item_3.populer_item-style .gallery_item_content {
        padding-right: 0;
    }

        .gallery_item_3.populer_item-style .gallery_item_content .title {
            font-size: 15px;
            line-height: 21px;
        }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gallery_item_3.populer_item-style .gallery_item_content .title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item_3.populer_item-style .gallery_item_content .title {
        font-size: 11px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gallery_item_3.populer_item-style .gallery_item_content span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery_item_3.populer_item-style .gallery_item_content span {
        font-size: 12px;
    }
}

.post__gallery__area .slick-initialized .slick-slide {
    display: flex;
}

.post_gallery_inner_slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 30px;
    text-align: center;
    background: #fff;
    line-height: 70px;
    z-index: 9;
    cursor: pointer;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .post_gallery_inner_slider .slick-arrow.prev {
        left: 0;
    }

    .post_gallery_inner_slider .slick-arrow.next {
        right: 0;
    }

    .post_gallery_inner_slider .slick-arrow:hover {
        background: #1091FF;
        color: #fff;
    }

.single-play-post-area {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-play-post-area {
        /*padding-bottom: 60px;*/
        /*padding-top: 50px;*/
    }
}

@media (max-width: 767px) {
    .single-play-post-area {
        /*padding-bottom: 60px;
        padding-top: 50px;*/
    }
}

.single-play-post-area .single-play-box {
    padding: 30px;
    background: #FCFCFC;
    margin: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .single-play-post-area .single-play-box {
        margin: 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-play-post-area .single-play-box {
        margin: 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-play-post-area .single-play-box {
        padding: 0;
        margin: 0 0;
    }
}

@media (max-width: 767px) {
    .single-play-post-area .single-play-box {
        padding: 0;
        margin: 0 0;
    }
}

.single-play-post-area .single-play-post-slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 30px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    box-shadow: -16px 8px 17px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-50%);
}

    .single-play-post-area .single-play-post-slider .slick-arrow:hover {
        background: #1091FF;
        color: #fff;
    }

    .single-play-post-area .single-play-post-slider .slick-arrow.prev {
        left: 15px;
    }

    .single-play-post-area .single-play-post-slider .slick-arrow.next {
        right: 15px;
    }

.single-play-post-area.single-play-post-dark-area .single-play-box {
    background: #17222B;
}

.single-play-post-item {
    position: relative;
}

    .single-play-post-item::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 250px;
        width: 100%;
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: 0.85;
    }

    .single-play-post-item img {
        width: 100%;
    }

    .single-play-post-item .single-play-post-content {
        position: absolute;
        left: 25px;
        bottom: 5px;
    }

        .single-play-post-item .single-play-post-content .title {
            font-size: 30px;
            font-weight: 700;
            line-height: 36px;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-play-post-item .single-play-post-content .title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-play-post-item .single-play-post-content .title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .single-play-post-item .single-play-post-content .title {
        font-size: 22px;
        line-height: 30px;
    }
}

.single-play-post-item .single-play-post-content .title a {
    color: #fff;
}

    .single-play-post-item .single-play-post-content .title a:hover {
        color: #1091FF;
    }

.single-play-post-item .play-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .single-play-post-item .play-btn a {
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        background: #FF5555;
        display: inline-block;
    }

.single-play-post-item .trending-btn {
    position: absolute;
    left: 10px;
    top: 10px;
}

    .single-play-post-item .trending-btn a {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 13px;
        background: #FF5555;
        display: inline-block;
    }

/*===========================
    4.FEATURE css 
===========================*/
.feature-area {
    padding-top: 40px;
}

.feature-post {
    position: relative;
    z-index: 10;
}

    .feature-post::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 160px;
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: 0.85;
        z-index: 1;
    }

    .feature-post .feature-post-thumb {
        overflow: hidden;
    }

        .feature-post .feature-post-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

    .feature-post .feature-post-content {
        position: absolute;
        left: 15px;
        bottom: 0px;
        z-index: 5;
    }

        .feature-post .feature-post-content .title {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
        }

            .feature-post .feature-post-content .title a {
                color: #fff;
            }

                .feature-post .feature-post-content .title a:hover {
                    color: #1091FF;
                }

    .feature-post:hover .feature-post-thumb img {
        transform: scale(1.1);
    }

.feature-post-slider .slick-arrow {
    position: absolute;
    top: -50px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #C1C4C6;
    font-size: 20px;
    color: #C1C4C6;
}

    .feature-post-slider .slick-arrow.prev {
        right: 45px;
    }

    .feature-post-slider .slick-arrow.next {
        right: 0;
    }

/*===========================
    5.TRENDING NEWS css 
===========================*/
.trending-news-area {
    padding-top: 40px;
}

    .trending-news-area .section-title {
        margin-bottom: 24px;
    }

.trending-news-item .trending-news-thumb {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    border-radius: 8px;
}

    .trending-news-item .trending-news-thumb .circle-bar {
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .trending-news-item .trending-news-thumb .circle-bar .circle strong {
            position: absolute;
            left: 50%;
            top: 42%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 14px;
            font-weight: 700;
        }

    .trending-news-item .trending-news-thumb .icon {
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .trending-news-item .trending-news-thumb .icon a {
            height: 30px;
            width: 30px;
            background: #FF5555;
            color: #fff;
            line-height: 30px;
            display: inline-block;
            font-size: 14px;
            text-align: center;
            border-radius: 50%;
        }

    .trending-news-item .trending-news-thumb img {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.trending-news-item .trending-news-content .post-meta {
    margin-bottom: 10px;
}

    .trending-news-item .trending-news-content .post-meta .meta-categories a {
        color: #1091FF;
    }

    .trending-news-item .trending-news-content .post-meta .meta-date {
        color: #515A60;
    }

        .trending-news-item .trending-news-content .post-meta .meta-date::before {
            background: #B7BABD;
        }

.trending-news-item .trending-news-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-news-item .trending-news-content .title {
        font-size: 18px;
    }
}

.trending-news-item .trending-news-content .title a {
    color: #17222B;
}

    .trending-news-item .trending-news-content .title a:hover {
        color: #1091FF;
    }

.trending-news-item:hover .trending-news-thumb img {
    transform: scale(1.1);
}

.trending-news-item.trending-news-item-dark .trending-news-content .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75);
}

.trending-news-item.trending-news-item-dark .trending-news-content .title a {
    color: #fff;
}

    .trending-news-item.trending-news-item-dark .trending-news-content .title a:hover {
        color: #1091FF;
    }

.trending-news-item.trending-news-item-dark .trending-news-content p {
    color: rgba(255, 255, 255, 0.85);
}

.trending-news-item.trending-news-item-dark .trending-news-content > a {
    border-color: #C5C8CA !important;
    color: #fff !important;
}

    .trending-news-item.trending-news-item-dark .trending-news-content > a:hover {
        border-color: #1091FF !important;
        background: #1091FF;
    }

.trending-news-item.technology-item {
    background: #fff;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

    .trending-news-item.technology-item .trending-news-content {
        padding: 25px;
    }

        .trending-news-item.technology-item .trending-news-content .title {
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
        }

.trending-news-slider .slick-arrow {
    position: absolute;
    top: -55px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #C1C4C6;
    font-size: 20px;
    color: #C1C4C6;
}

    .trending-news-slider .slick-arrow.prev {
        right: 45px;
    }

    .trending-news-slider .slick-arrow.next {
        right: 0;
    }

.trending-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trending-social ul {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .trending-social ul {
        justify-content: flex-start;
    }
}

.trending-social ul li {
    display: inline-block;
}

    .trending-social ul li a {
        display: inline-block;
        background: #3B5998;
        width: 110px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-social ul li a {
        width: 92px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trending-social ul li a {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .trending-social ul li a {
        margin-right: 10px;
        width: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trending-social ul li a {
        width: 110px;
    }
}

.trending-social ul li a i {
    position: absolute;
    list-style-type: 0;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}

.trending-social ul li a span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
}

.trending-social ul li a p {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 15px;
}

.trending-social ul li a.item-2 {
    background: #1DA1F2;
}

.trending-social ul li a.item-3 {
    background: #FF5050;
}

.trending-social ul li a.item-4 {
    background: #9B45D5;
}

.trending-social ul li a.item-5 {
    background: #1AB7EA;
}

.trending-social ul li a.item-6 {
    background: #00AB6C;
}

.trending-news-post-items {
    border-top: 2px dashed #DADCDD;
    padding-top: 25px;
    margin-top: 16px;
}

    .trending-news-post-items.trending-news-post-items-dark {
        border-top-color: #3A434B;
    }

.trending-sidebar-slider .slick-arrow {
    position: absolute;
    top: -55px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #C1C4C6;
    font-size: 20px;
    color: #C1C4C6;
}

    .trending-sidebar-slider .slick-arrow.prev {
        right: 45px;
    }

    .trending-sidebar-slider .slick-arrow.next {
        right: 0;
    }

.trending-3-area .trending-news-3 {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 30px;
}

    .trending-3-area .trending-news-3 .post_gallery_items {
        max-height: 460px;
        overflow-y: scroll;
    }

.trending-news-3-item {
    border-radius: 8px;
    overflow: hidden;
}

    .trending-news-3-item .trending-news-thumb {
        overflow: hidden;
        margin-bottom: 16px;
        position: relative;
    }

        .trending-news-3-item .trending-news-thumb .icon {
            position: absolute;
            left: 10px;
            top: 10px;
        }

            .trending-news-3-item .trending-news-thumb .icon a {
                height: 36px;
                width: 36px;
                background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
                color: #fff;
                line-height: 32px;
                display: inline-block;
                font-size: 14px;
                text-align: center;
                border-radius: 50%;
                border: 3px solid #fff;
            }

        .trending-news-3-item .trending-news-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

    .trending-news-3-item .trending-news-content {
        font-size: 17px;
        line-height: 27px;
    }

        .trending-news-3-item .trending-news-content .post-meta {
            margin-bottom: 10px;
            position: relative;
        }

            .trending-news-3-item .trending-news-content .post-meta .meta-categories a {
                color: #FF5555;
                font-size: 12px;
            }

            .trending-news-3-item .trending-news-content .post-meta .meta-date {
                color: #515A60;
                font-size: 12px;
            }

                .trending-news-3-item .trending-news-content .post-meta .meta-date::before {
                    background: #B7BABD;
                }

            .trending-news-3-item .trending-news-content .post-meta .share-link {
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

                .trending-news-3-item .trending-news-content .post-meta .share-link ul {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }

                    .trending-news-3-item .trending-news-content .post-meta .share-link ul li {
                        display: inline-block;
                    }

                        .trending-news-3-item .trending-news-content .post-meta .share-link ul li a {
                            color: rgba(23, 34, 43, 0.4);
                            margin-left: 10px;
                        }

                            .trending-news-3-item .trending-news-content .post-meta .share-link ul li a:hover {
                                color: #FF5555;
                            }

        .trending-news-3-item .trending-news-content .title {
            font-size: 24px;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 6px;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-news-3-item .trending-news-content .title {
        font-size: 18px;
    }
}

.trending-news-3-item .trending-news-content .title a {
    color: #17222B;
}

    .trending-news-3-item .trending-news-content .title a:hover {
        color: #FF5555;
    }

.trending-news-3-item:hover .trending-news-thumb img {
    transform: scale(1.1);
}

.trending-slider-item .trending-slider-3 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #DCDEDF;
    background: #fff;
}

    .trending-slider-item .trending-slider-3 .slick-arrow.prev {
        left: -5px;
    }

    .trending-slider-item .trending-slider-3 .slick-arrow.next {
        right: -5px;
    }

.trending-image-post {
    height: auto;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

    .trending-image-post img {
        z-index: 1;
    }

@media (max-width: 767px) {
    .trending-image-post img {
        width: 100%;
    }
}

.trending-image-post::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 0;
}

.trending-image-post .trending-image-content {
    padding: 25px 0 8px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
}

    .trending-image-post .trending-image-content .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        padding-top: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-image-post .trending-image-content .title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trending-image-post .trending-image-content .title {
        font-size: 20px;
        line-height: 26px;
    }
}

.trending-image-post .trending-image-content .title a {
    color: #fff;
}

    .trending-image-post .trending-image-content .title a:hover {
        color: #FF5555;
    }

.trending-image-post .trending-image-content .post-meta .meta-categories {
    position: relative;
    padding-left: 11px;
}

    .trending-image-post .trending-image-content .post-meta .meta-categories::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 19px;
        background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%);
    }

    .trending-image-post .trending-image-content .post-meta .meta-categories span {
        font-size: 15px;
    }

.trending-image-post .trending-image-content .post-meta .meta-date::before {
    transform: translateY(-50%) rotate(0deg);
}

.trending-image-post.feature-item .trending-image-content .title {
    font-size: 20px;
    line-height: 26px;
}

.trending-image-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #DCDEDF;
    background: #fff;
    font-size: 24px;
}

    .trending-image-slide .slick-arrow.prev {
        left: -20px;
    }

    .trending-image-slide .slick-arrow.next {
        right: -20px;
    }

.trending-business-post {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 15px 15px 1px;
}

    .trending-business-post .trending-business-items .populer_item-style {
        position: relative;
        border-bottom: 1px solid #E7E8E9;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

        .trending-business-post .trending-business-items .populer_item-style .gallery_item_thumb {
            min-width: 75px;
        }

        .trending-business-post .trending-business-items .populer_item-style .gallery_item_content .title a:hover {
            color: #FF5555;
        }

        .trending-business-post .trending-business-items .populer_item-style:last-child {
            padding-bottom: 1;
            margin-bottom: 0;
            border-bottom: 0;
        }

/*===========================
    5.VIDEO NEWS css 
===========================*/
.video-news-area {
    height: 765px;
    background: #17222B;
    margin-top: -263px;
    padding-top: 420px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-news-area {
        height: auto;
        margin-top: 0;
        padding-top: 167px;
    }
}

@media (max-width: 767px) {
    .video-news-area {
        height: auto;
        margin-top: 0;
        padding-top: 167px;
    }
}

.video-news-area.video-news-dark {
    background: #233340;
}

    .video-news-area.video-news-dark .trending-sidebar-slider .populer-post-slider.populer-post-slider-dark .gallery_item_dark .gallery_item_content > span {
        font-weight: 400;
        color: #A2A6AA;
    }

.video-news-box {
    padding: 30px;
    background: #FCFCFC;
    margin: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .video-news-box {
        margin: 0 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-news-box {
        margin: 0 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-news-box {
        margin: 0 0px;
    }
}

@media (max-width: 767px) {
    .video-news-box {
        padding: 0;
        margin: 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-news-box {
        padding: 30px;
    }
}

.video-news-box.video-news-box-dark {
    background: #17222B;
}

.video-news-post {
    margin-top: -145px;
}

.video-news-post-item {
    background: #E9EAEB;
}

    .video-news-post-item .video-news-post-thumb {
        position: relative;
    }

        .video-news-post-item .video-news-post-thumb .play-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 60px;
        }

            .video-news-post-item .video-news-post-thumb .play-btn a {
                color: #FF5555;
            }

        .video-news-post-item .video-news-post-thumb img {
            width: 100%;
        }

    .video-news-post-item .video-news-post-content {
        padding: 23px 30px 26px;
    }

@media (max-width: 767px) {
    .video-news-post-item .video-news-post-content {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-news-post-item .video-news-post-content {
        padding: 23px 30px 26px;
    }
}

.video-news-post-item .video-news-post-content .post-meta .meta-categories a {
    color: #1091FF;
}

.video-news-post-item .video-news-post-content .post-meta .meta-date {
    color: #17222B;
}

    .video-news-post-item .video-news-post-content .post-meta .meta-date::before {
        background: #17222B;
    }

.video-news-post-item .video-news-post-content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 9px;
}

    .video-news-post-item .video-news-post-content .title a {
        color: #17222B;
    }

        .video-news-post-item .video-news-post-content .title a:hover {
            color: #1091FF;
        }

.video-news-post-item.video-news-post-item-dark {
    background: #1C2A35;
}

    .video-news-post-item.video-news-post-item-dark .video-news-post-content .title a {
        color: #fff;
    }

        .video-news-post-item.video-news-post-item-dark .video-news-post-content .title a:hover {
            color: #FF5555;
        }

    .video-news-post-item.video-news-post-item-dark .video-news-post-content .post-meta .meta-date {
        color: #fff;
    }

        .video-news-post-item.video-news-post-item-dark .video-news-post-content .post-meta .meta-date::before {
            background: #fff;
        }

.video-style-post-2-area .video-style-box {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-play-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .video-play-item {
        margin-bottom: 40px;
    }
}

.video-play-item .video-play-thumb {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
    z-index: 10;
}

    .video-play-item .video-play-thumb::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        content: '';
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: 0.85;
        z-index: -1;
    }

    .video-play-item .video-play-thumb::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 220px;
        height: 195px;
        content: '';
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: 0.85;
        transform: rotate(180deg);
        z-index: -1;
    }

    .video-play-item .video-play-thumb .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .video-play-item .video-play-thumb .play-btn a {
            font-size: 60px;
            color: #FF5555;
        }

    .video-play-item .video-play-thumb .share-item {
        position: absolute;
        right: 20px;
        top: 20px;
    }

        .video-play-item .video-play-thumb .share-item ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .video-play-item .video-play-thumb .share-item ul li {
                display: inline-block;
            }

                .video-play-item .video-play-thumb .share-item ul li a {
                    color: #fff;
                    font-size: 18px;
                    margin-left: 18px;
                }

                    .video-play-item .video-play-thumb .share-item ul li a:hover {
                        color: #1091FF;
                    }

    .video-play-item .video-play-thumb .post-meta {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

@media (max-width: 767px) {
    .video-play-item .video-play-thumb .post-meta {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-play-item .video-play-thumb .post-meta {
        display: block;
    }
}

.video-play-item .video-play-thumb img {
    width: 100%;
    position: relative;
    z-index: -2;
}

.video-play-item .video-play-content .title {
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .video-play-item .video-play-content .title {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-play-item .video-play-content .title {
        font-size: 22px;
        line-height: 28px;
    }
}

.video-play-item .video-play-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .video-play-item .video-play-content ul li {
        display: inline-block;
    }

        .video-play-item .video-play-content ul li a {
            padding-right: 12px;
            margin-right: 12px;
            position: relative;
            font-size: 12px;
            font-weight: 500;
            color: rgba(23, 34, 43, 0.6);
        }

            .video-play-item .video-play-content ul li a::before {
                position: absolute;
                content: '';
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 2px;
                height: 11px;
                background: #B9BCBF;
            }

            .video-play-item .video-play-content ul li a i {
                color: #70BDFF;
                padding-right: 6px;
            }

        .video-play-item .video-play-content ul li:last-child a {
            padding-right: 0;
            margin-right: 0;
        }

            .video-play-item .video-play-content ul li:last-child a::before {
                display: none;
            }

.post-style-tab-post {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
}

    .post-style-tab-post .tab-btn ul {
        justify-content: center;
        flex-wrap: nowrap;
        box-shadow: 0px 15px 60px rgba(23, 34, 43, 0.15);
    }

        .post-style-tab-post .tab-btn ul li a {
            background: #fff;
            padding: 0 24px;
            display: inline-block;
            line-height: 45px;
            border-radius: 0;
            font-size: 12px;
            font-weight: 500;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-style-tab-post .tab-btn ul li a {
        padding: 0 16px;
        font-size: 10px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 576px) {
    .post-style-tab-post .tab-btn ul li a {
        padding: 0 11px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 389px) {
    .post-style-tab-post .tab-btn ul li a {
        padding: 0 5px;
        font-size: 11px;
    }
}



.post-style-tab-post .tab-pane {
    padding: 20px 15px 15px;
}

    .post-style-tab-post .tab-pane .most-view-style-2 {
        margin-top: 0;
        margin-bottom: 23px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-style-tab-post .tab-pane .most-view-style-2 {
        margin-bottom: 15px;
    }
}

.post-style-tab-post .tab-pane .most-view-style-2:last-child {
    margin-bottom: 0;
}

.post-style-tab-post .tab-pane .most-view-style-2 .meta-post-categores a {
    color: rgba(23, 34, 43, 0.6);
}

.opinion-post {
    background: #fff;
    padding: 25px 25px 30px;
    border-radius: 7px;
    overflow: hidden;
}

.opinion-post-item .opinion-post-thumb {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .opinion-post-item .opinion-post-thumb img {
        width: 100%;
        transition: all linear 0.3s;
    }

    .opinion-post-item .opinion-post-thumb .circle {
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .opinion-post-item .opinion-post-thumb .circle strong {
            position: absolute;
            left: 50%;
            top: 42%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 14px;
            font-weight: 700;
        }

.opinion-post-item .opinion-post-content {
    line-height: 28px;
}

    .opinion-post-item .opinion-post-content .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .opinion-post-item .opinion-post-content .meta-post-2-style::before {
        left: -25px;
    }

.opinion-post-item:hover .opinion-post-thumb img {
    transform: scale(1.1);
}

/*===========================
    6.ALL POST css 
===========================*/
.all-post-area {
    padding-top: 172px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .all-post-area {
        padding-top: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-area {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .all-post-area {
        padding-top: 50px;
    }
}

.all-post-area.pt-55 {
    padding-top: 55px;
}

.most-share-post-items .most-share-post-item {
    margin-bottom: 12px;
    position: relative;
    padding-left: 70px;
}

    .most-share-post-items .most-share-post-item .post-meta .meta-categories a {
        color: #1091FF;
    }

    .most-share-post-items .most-share-post-item .post-meta .meta-date {
        color: #515A60;
    }

        .most-share-post-items .most-share-post-item .post-meta .meta-date::before {
            background: #B7BABD;
        }

    .most-share-post-items .most-share-post-item .title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .most-share-post-items .most-share-post-item ul {
        margin: 0;
        padding: 0 0 12px;
        list-style-type: none;
        border-bottom: 2px dashed #DADCDD;
    }

        .most-share-post-items .most-share-post-item ul li {
            display: inline-block;
            color: #B7BABD;
            font-size: 14px;
            font-weight: 500;
            padding-right: 15px;
            margin-right: 15px;
            border-right: 2px solid #C3C6C8;
            line-height: 14px;
        }

            .most-share-post-items .most-share-post-item ul li i {
                padding-right: 6px;
            }

            .most-share-post-items .most-share-post-item ul li:last-child {
                margin-right: 0;
                padding-right: 0;
                border-right: 0;
            }

    .most-share-post-items .most-share-post-item .count {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .most-share-post-items .most-share-post-item .count span {
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            background: #E9EAEB;
            border-radius: 50%;
            color: #B6B9BC;
            display: inline-block;
            font-size: 24px;
            font-weight: 400;
        }

    .most-share-post-items .most-share-post-item:last-child {
        margin-bottom: 0;
    }

        .most-share-post-items .most-share-post-item:last-child ul {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .most-share-post-items .most-share-post-item.most-share-post-item-dark .post-meta .meta-date {
        color: rgba(255, 255, 255, 0.75);
    }

    .most-share-post-items .most-share-post-item.most-share-post-item-dark .title a {
        color: #fff;
    }

        .most-share-post-items .most-share-post-item.most-share-post-item-dark .title a:hover {
            color: #1091FF;
        }

    .most-share-post-items .most-share-post-item.most-share-post-item-dark ul {
        border-bottom-color: #3A434B;
    }

        .most-share-post-items .most-share-post-item.most-share-post-item-dark ul li {
            color: rgba(255, 255, 255, 0.3);
            border-right-color: rgba(255, 255, 255, 0.3);
        }

    .most-share-post-items .most-share-post-item.most-share-post-item-dark .count span {
        background: #29333C;
        color: #697076;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-sidebar {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .all-post-sidebar {
        margin-top: 50px;
    }
}

.upcoming-matches-post-items .upcoming-matches-post-item {
    width: 100%;
    border-bottom: 1px dashed #DADCDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content {
        margin-left: 9px;
        margin-right: 35px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content {
        margin-right: 10px;
    }
}

.upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span {
    font-size: 18px;
    font-weight: 500;
    color: #17222B;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span {
        font-size: 14px;
    }
}

.upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content span span {
    display: inline-block;
    padding: 0 6px;
    color: rgba(23, 34, 43, 0.5);
}

.upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.5);
        line-height: 14px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li {
        font-size: 12px;
    }
}

.upcoming-matches-post-items .upcoming-matches-post-item .upcoming-matches-content ul li:last-child {
    color: #1091FF;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 2px solid rgba(23, 34, 43, 0.5);
}

.upcoming-matches-post-items .upcoming-matches-post-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark {
    border-bottom-color: #3A434B;
}

    .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content span {
        color: #fff;
    }

        .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content span span {
            color: rgba(255, 255, 255, 0.5);
        }

    .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content ul li {
        color: rgba(255, 255, 255, 0.5);
    }

        .upcoming-matches-post-items .upcoming-matches-post-item.upcoming-matches-post-item-dark .upcoming-matches-content ul li:last-child {
            border-left-color: rgba(255, 255, 255, 0.5);
        }

.newsletter-box {
    background: #E9EAEB;
    padding: 22px;
    font-size: 17px;
}

    .newsletter-box .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .newsletter-box p {
        line-height: 27px;
    }

    .newsletter-box .input-box {
        position: relative;
    }

        .newsletter-box .input-box input {
            width: 100%;
            background: #fff;
            color: rgba(23, 34, 43, 0.5);
            border: 0;
            height: 50px;
            padding-left: 20px;
        }

            .newsletter-box .input-box input::placeholder {
                color: rgba(23, 34, 43, 0.5);
                opacity: 1;
            }

        .newsletter-box .input-box button {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 90px;
            text-align: center;
            background: #1091FF;
            color: #fff;
            border: 0;
            font-size: 15px;
            font-weight: 400;
        }

    .newsletter-box span {
        padding-top: 15px;
        display: inline-block;
    }

    .newsletter-box.newsletter-box-dark {
        background: #29333C;
        color: #fff;
    }

        .newsletter-box.newsletter-box-dark .title {
            color: #fff;
        }

.Categories-post .section-title {
    padding-bottom: 5px;
}

.Categories-post .Categories-item .item {
    position: relative;
    margin-bottom: 15px;
}

    .Categories-post .Categories-item .item > img {
        width: 100%;
    }

    .Categories-post .Categories-item .item::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #17222b;
        opacity: .6;
    }

    .Categories-post .Categories-item .item .Categories-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
    }

        .Categories-post .Categories-item .item .Categories-content a {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
            margin: 0 25px;
        }

            .Categories-post .Categories-item .item .Categories-content a span {
                font-size: 20px;
                font-weight: 500;
                color: #fff;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .Categories-post .Categories-item .item .Categories-content a:hover span {
                color: #1091FF;
            }

.sidebar-add a {
    display: block;
}

    .sidebar-add a img {
        width: 100%;
    }

.sports-news-area {
    padding-top: 10px;
}

    .sports-news-area .trending-news-item .trending-news-content > a {
        border: 2px solid #50585F;
        line-height: 40px;
        padding: 0 15px;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #222;
    }

        .sports-news-area .trending-news-item .trending-news-content > a:hover {
            background: #1091FF;
            border-color: #1091FF;
            color: #fff;
        }

.business-post-item .business-post-thumb {
    overflow: hidden;
}

@media (max-width: 767px) {
    .business-post-item .business-post-thumb {
        margin-bottom: 20px;
    }
}

.business-post-item .business-post-thumb img {
    width: 100%;
    transition: all linear 0.3s;
}

.business-post-item .trending-news-item .trending-news-content > a {
    border: 2px solid #50585F;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin-top: 15px;
}

    .business-post-item .trending-news-item .trending-news-content > a:hover {
        background: #1091FF;
        border-color: #1091FF;
        color: #fff;
    }

.business-post-item.business-post-item-dark .trending-news-content .post-meta .meta-date {
    color: rgba(255, 255, 255, 0.75);
}

.business-post-item.business-post-item-dark .trending-news-content .title a {
    color: #fff;
}

    .business-post-item.business-post-item-dark .trending-news-content .title a:hover {
        color: #FF5555;
    }

.business-post-item.business-post-item-dark .trending-news-content p {
    color: rgba(255, 255, 255, 0.75);
}

.business-post-item.business-post-item-dark .trending-news-content > a {
    border-color: #C5C8CA;
    color: #fff;
}

    .business-post-item.business-post-item-dark .trending-news-content > a:hover {
        background: #1091FF;
        border-color: #1091FF;
    }

.business-post-item:hover .business-post-thumb img {
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .populer-post {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .populer-post {
        padding-top: 40px;
    }
}

.treding-post-news {
    background: #fff;
    padding: 30px;
    border-radius: 7px;
}

    .treding-post-news .post-news-item-2 .post-news-content {
        padding: 20px 0 0;
    }

        .treding-post-news .post-news-item-2 .post-news-content .title {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: -0.2px;
        }

        .treding-post-news .post-news-item-2 .post-news-content .meta-post-2-style::before {
            left: -30px;
        }

.post-gallery-style-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .post-gallery-style-2 .post-gallery-thumb {
        min-width: 100px;
        margin-right: 15px;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-gallery-style-2 .post-gallery-thumb {
        min-width: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-gallery-style-2 .post-gallery-thumb {
        min-width: 80px;
    }
}

@media (max-width: 767px) {
    .post-gallery-style-2 .post-gallery-thumb {
        min-width: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-gallery-style-2 .post-gallery-thumb {
        min-width: 100px;
    }
}

.post-gallery-style-2 .post-gallery-thumb span {
    position: absolute;
    left: 5px;
    top: -11px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 16px;
    background: #FF5555;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #fff;
}

.post-gallery-style-2 .post-gallery-thumb img {
    width: 100%;
}

.post-gallery-style-2 .post-gallery-content {
    position: relative;
}

    .post-gallery-style-2 .post-gallery-content::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -10px;
        height: 2px;
        width: 100%;
        border-bottom: 2px dashed #DCDEDF;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-gallery-style-2 .post-gallery-content::before {
        bottom: -5px;
    }
}

.post-gallery-style-2 .post-gallery-content .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .post-gallery-style-2 .post-gallery-content .title {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-gallery-style-2 .post-gallery-content .title {
        font-size: 12px;
        line-height: 17px;
    }
}

.post-gallery-style-2 .post-gallery-content .meta-post-2-style::before {
    display: none;
}

.post-gallery-style-2 .post-gallery-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .post-gallery-style-2 .post-gallery-content ul li {
        display: inline-block;
    }

        .post-gallery-style-2 .post-gallery-content ul li a {
            padding-right: 12px;
            margin-right: 12px;
            position: relative;
            font-size: 12px;
            font-weight: 500;
            color: rgba(23, 34, 43, 0.6);
        }

            .post-gallery-style-2 .post-gallery-content ul li a::before {
                position: absolute;
                content: '';
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 2px;
                height: 11px;
                background: #B9BCBF;
            }

            .post-gallery-style-2 .post-gallery-content ul li a i {
                color: #70BDFF;
                padding-right: 6px;
            }

        .post-gallery-style-2 .post-gallery-content ul li:last-child a {
            padding-right: 0;
            margin-right: 0;
        }

            .post-gallery-style-2 .post-gallery-content ul li:last-child a::before {
                display: none;
            }

.post-gallery-style-2:last-child {
    margin-bottom: 0;
}

    .post-gallery-style-2:last-child .post-gallery-content::before {
        display: none;
    }

.most-view-box {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
}

.post-gallery-style-2.most-view-style-2 {
    align-items: flex-start;
    margin-top: 12px;
}

    .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 75px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 70px;
    }
}

@media (max-width: 767px) {
    .post-gallery-style-2.most-view-style-2 .post-gallery-thumb {
        min-width: 70px;
    }
}

.finance-box {
    background: #fff;
    padding: 20px 25px;
    border-radius: 7px;
}

.finance-item {
    border-bottom: 2px dashed #E8E9EA;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .finance-item .finance-thumb {
        position: relative;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
    }

        .finance-item .finance-thumb img {
            width: 100%;
            transition: all linear 0.3s;
        }

        .finance-item .finance-thumb .finance-date {
            position: absolute;
            top: 12px;
            left: 0px;
        }

            .finance-item .finance-thumb .finance-date span {
                background: #1091FF;
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                line-height: 30px;
                padding: 0 16px 0 8px;
                display: inline-block;
                border-radius: 0 30px 30px 0;
            }

    .finance-item .finance-content .title {
        font-size: 18px;
        line-height: 22px;
    }

    .finance-item .finance-content ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .finance-item .finance-content ul li {
            display: inline-block;
        }

            .finance-item .finance-content ul li a {
                padding-right: 12px;
                margin-right: 12px;
                position: relative;
                font-size: 12px;
                font-weight: 500;
                color: rgba(23, 34, 43, 0.6);
            }

                .finance-item .finance-content ul li a::before {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 2px;
                    height: 11px;
                    background: #B9BCBF;
                }

                .finance-item .finance-content ul li a i {
                    color: #70BDFF;
                    padding-right: 6px;
                }

            .finance-item .finance-content ul li:last-child a {
                padding-right: 0;
                margin-right: 0;
            }

                .finance-item .finance-content ul li:last-child a::before {
                    display: none;
                }

    .finance-item .finance-post-meta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .finance-item .finance-post-meta .meta-user span {
            font-size: 12px;
            font-weight: 400;
            color: rgba(23, 34, 43, 0.75);
        }

            .finance-item .finance-post-meta .meta-user span i {
                font-size: 13px;
                color: #1091FF;
                padding-right: 4px;
            }

        .finance-item .finance-post-meta .meta-date span {
            font-size: 12px;
            font-weight: 400;
            color: rgba(23, 34, 43, 0.75);
        }

    .finance-item:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .finance-item.finance-item-3 {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 20px;
    }

        .finance-item.finance-item-3 .finance-thumb .finance-date span {
            background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        }

        .finance-item.finance-item-3 .finance-content .title a:hover {
            color: #FF5555;
        }

        .finance-item.finance-item-3 .finance-content ul li a i {
            color: #FF5555;
        }

        .finance-item.finance-item-3:last-child {
            margin-bottom: 0;
        }

    .finance-item:hover .finance-thumb img {
        transform: scale(1.1);
    }

.finance-3-style {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
}

.feature-news-box .section-title {
    background: #fff;
    padding-left: 25px;
    border-radius: 7px;
    margin-bottom: 0;
}

    .feature-news-box .section-title .title {
        line-height: 60px;
    }

.feature-news-item {
    position: relative;
    margin-top: 30px;
    background: #fff;
    border-radius: 7px;
}

    .feature-news-item .feature-news-thumb {
        position: relative;
        overflow: hidden;
    }

        .feature-news-item .feature-news-thumb .meta-categores {
            position: absolute;
            left: 0;
            top: 12px;
        }

            .feature-news-item .feature-news-thumb .meta-categores span {
                background: #1091FF;
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                line-height: 30px;
                padding: 0 16px 0 8px;
                display: inline-block;
                border-radius: 0 30px 30px 0;
            }

        .feature-news-item .feature-news-thumb img {
            width: 100%;
            transition: all linear 0.3s;
        }

    .feature-news-item .feature-news-content {
        font-size: 17px;
        line-height: 23px;
        font-weight: 400;
        padding: 15px;
        color: #222;
    }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .feature-news-item .feature-news-content {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-news-item .feature-news-content {
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-news-item .feature-news-content {
        font-size: 15px;
        line-height: 24px;
    }
}

.feature-news-item:hover .feature-news-thumb img {
    transform: scale(1.1);
}

.feature-slider .slick-arrow {
    position: absolute;
    top: -45px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 2px solid #C1C4C6;
    font-size: 20px;
    color: #C1C4C6;
}

    .feature-slider .slick-arrow.prev {
        right: 80px;
    }

    .feature-slider .slick-arrow.next {
        right: 35px;
    }

.bussiness-box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 7px;
}

.bussiness-post-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 46px;
}

@media (max-width: 767px) {
    .bussiness-post-item {
        display: block;
    }
}

.bussiness-post-item .bussiness-post-thumb {
    min-width: 320px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .bussiness-post-item .bussiness-post-thumb {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.bussiness-post-item .bussiness-post-thumb img {
    width: 100%;
    transition: all linear 0.3s;
}

.bussiness-post-item .bussiness-post-content {
    position: relative;
}

    .bussiness-post-item .bussiness-post-content::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -20px;
        height: 2px;
        width: 100%;
        border-bottom: 2px dashed #EEEFEF;
    }

    .bussiness-post-item .bussiness-post-content .title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.3px;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .bussiness-post-item .bussiness-post-content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bussiness-post-item .bussiness-post-content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bussiness-post-item .bussiness-post-content .title {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .bussiness-post-item .bussiness-post-content .title {
        font-size: 18px;
        line-height: 26px;
    }
}

.bussiness-post-item .bussiness-post-content p {
    line-height: 23px;
}

.bussiness-post-item .bussiness-post-content .meta-date-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

    .bussiness-post-item .bussiness-post-content .meta-date-link span {
        font-size: 14px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.4);
    }

    .bussiness-post-item .bussiness-post-content .meta-date-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .bussiness-post-item .bussiness-post-content .meta-date-link ul li {
            display: inline-block;
        }

            .bussiness-post-item .bussiness-post-content .meta-date-link ul li a {
                color: #A2A7AA;
                font-size: 16px;
                margin-left: 16px;
            }

.bussiness-post-item .bussiness-post-content > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(23, 34, 43, 0.6);
}

    .bussiness-post-item .bussiness-post-content > a:hover {
        color: #1091FF;
    }

    .bussiness-post-item .bussiness-post-content > a img {
        padding-left: 6px;
    }

.bussiness-post-item:last-child {
    margin-bottom: 30px;
}

    .bussiness-post-item:last-child .bussiness-post-content::before {
        border-bottom: 0;
    }

.bussiness-post-item:hover .bussiness-post-thumb img {
    transform: scale(1.1);
}

.post-ad a {
    display: block;
}

    .post-ad a img {
        width: 100%;
    }

.post-newsletter {
    background: #fff;
    border-radius: 7px;
    padding: 25px;
    font-size: 17px;
    line-height: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-newsletter {
        font-size: 15px;
    }
}

.post-newsletter .title {
    font-size: 24px;
    margin-bottom: 10px;
}

.post-newsletter .input-box {
    position: relative;
}

    .post-newsletter .input-box button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: #1091FF;
        border: 0;
        color: #fff;
        border-radius: 5px;
        width: 110px;
        text-align: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-newsletter .input-box button {
        width: 90px;
    }
}

.post-newsletter .input-box input {
    width: 100%;
    height: 50px;
    background: #E4EDF0;
    border: 0;
    padding-left: 20px;
    border-radius: 5px;
    color: rgba(23, 34, 43, 0.5);
    font-size: 15px;
}

    .post-newsletter .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5);
    }

.post-newsletter span {
    display: inline-block;
    padding-top: 12px;
    color: rgba(23, 34, 43, 0.5);
}

.post-newsletter.post-newsletter-3-style {
    background: rgba(23, 34, 43, 0.75);
    color: #fff;
}

    .post-newsletter.post-newsletter-3-style .title, .post-newsletter.post-newsletter-3-style p, .post-newsletter.post-newsletter-3-style span {
        color: #fff;
    }

    .post-newsletter.post-newsletter-3-style .input-box input {
        background: #fff;
    }

    .post-newsletter.post-newsletter-3-style .input-box button {
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    }

.post-btn {
    margin-top: 8px;
}

    .post-btn .main-btn.main-btn-2 {
        line-height: 36px;
    }

.post-style-area .post-gallery-style-2 {
    margin-bottom: 23px;
}

.post-sports-box {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
}

.post-sports-item {
    border-bottom: 2px dashed #EDEEEF;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

    .post-sports-item .post-sports-thumb {
        margin-bottom: 20px;
        overflow: hidden;
        border-radius: 5px;
    }

        .post-sports-item .post-sports-thumb img {
            width: 100%;
            transition: all linear 0.3s;
        }

    .post-sports-item .post-sports-content .title {
        font-size: 18px;
        line-height: 22px;
    }

    .post-sports-item .post-sports-content ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .post-sports-item .post-sports-content ul li {
            display: inline-block;
        }

            .post-sports-item .post-sports-content ul li a {
                padding-right: 12px;
                margin-right: 12px;
                position: relative;
                font-size: 12px;
                font-weight: 500;
                color: rgba(23, 34, 43, 0.6);
            }

                .post-sports-item .post-sports-content ul li a::before {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 2px;
                    height: 11px;
                    background: #B9BCBF;
                }

                .post-sports-item .post-sports-content ul li a i {
                    color: #70BDFF;
                    padding-right: 6px;
                }

            .post-sports-item .post-sports-content ul li:last-child a {
                padding-right: 0;
                margin-right: 0;
            }

                .post-sports-item .post-sports-content ul li:last-child a::before {
                    display: none;
                }

    .post-sports-item:hover .post-sports-thumb img {
        transform: scale(1.1);
    }

.post-contact {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-contact {
        padding: 25px 15px;
    }
}

.post-contact ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-contact ul {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .post-contact ul {
        justify-content: flex-start;
    }
}

.post-contact ul li {
    display: inline-block;
}

    .post-contact ul li a {
        display: inline-block;
        background: #3B5998;
        width: 110px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-contact ul li a {
        width: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-contact ul li a {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .post-contact ul li a {
        margin-right: 10px;
        width: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-contact ul li a {
        width: 110px;
    }
}

.post-contact ul li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: #334D82;
}

.post-contact ul li a i {
    position: absolute;
    list-style-type: 0;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}

.post-contact ul li a span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
}

.post-contact ul li a p {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 15px;
}

.post-contact ul li a.item-2 {
    background: #1DA1F2;
}

    .post-contact ul li a.item-2::before {
        background: #1B87CA;
    }

.post-contact ul li a.item-3 {
    background: #FF5050;
}

    .post-contact ul li a.item-3::before {
        background: #D04648;
    }

.post-contact ul li a.item-4 {
    background: #9B45D5;
}

    .post-contact ul li a.item-4::before {
        background: #803DB3;
    }

.post-contact ul li a.item-5 {
    background: #1AB7EA;
}

    .post-contact ul li a.item-5::before {
        background: #1999C3;
    }

.post-contact ul li a.item-6 {
    background: #00AB6C;
}

    .post-contact ul li a.item-6::before {
        background: #048F5E;
    }

.post-international {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
}

.international-item {
    border-bottom: 2px dashed #E7E8E9;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

    .international-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .international-item .meta-category {
        position: relative;
    }

        .international-item .meta-category::before {
            position: absolute;
            content: '';
            left: -25px;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 18px;
            background: #1091FF;
        }

        .international-item .meta-category span {
            font-size: 12px;
            font-weight: 500;
            color: #1091FF;
        }

    .international-item .title {
        font-size: 20px;
        line-height: 24px;
        padding-top: 9px;
        margin-bottom: 5px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .international-item .title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .international-item .title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .international-item .title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .international-item .title {
        font-size: 18px;
        line-height: 24px;
    }
}

.international-item .meta-user span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75);
}

    .international-item .meta-user span i {
        color: #1091FF;
        padding-right: 4px;
    }

.international-item .text-thumb {
    padding-top: 6px;
}

    .international-item .text-thumb .thumb {
        min-width: 100px;
        margin-left: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .international-item .text-thumb .thumb {
        min-width: 45px;
    }
}

@media (max-width: 767px) {
    .international-item .text-thumb .thumb {
        min-width: 85px;
    }
}

.international-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .international-item ul li {
        display: inline-block;
    }

        .international-item ul li a {
            padding-right: 12px;
            margin-right: 12px;
            position: relative;
            font-size: 12px;
            font-weight: 500;
            color: rgba(23, 34, 43, 0.6);
        }

            .international-item ul li a::before {
                position: absolute;
                content: '';
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 2px;
                height: 11px;
                background: #B9BCBF;
            }

            .international-item ul li a i {
                color: #70BDFF;
                padding-right: 6px;
            }

        .international-item ul li:last-child a {
            padding-right: 0;
            margin-right: 0;
        }

            .international-item ul li:last-child a::before {
                display: none;
            }

.international-item.international-3-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    padding: 25px;
    margin-bottom: 10px;
}

    .international-item.international-3-item .meta-category {
        padding-left: 30px;
    }

        .international-item.international-3-item .meta-category::before {
            height: 4px;
            width: 20px;
            background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
            left: 0;
        }

        .international-item.international-3-item .meta-category span {
            font-size: 17px;
            font-weight: 500;
            color: #17222B;
        }

    .international-item.international-3-item .title a:hover {
        color: #FF5555;
    }

    .international-item.international-3-item ul li a i {
        color: #FF5555;
    }

.all-post-3-area {
    padding-top: 100px;
}

    .all-post-3-area.pt-50 {
        padding-top: 115px;
    }

.international-news-area {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    border-radius: 5px;
}

.international-news-items .international-news-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .international-news-items .international-news-item {
        display: block;
    }
}

.international-news-items .international-news-item .international-news-thumb {
    overflow: hidden;
    border-radius: 4px;
    min-width: 320px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .international-news-items .international-news-item .international-news-thumb {
        min-width: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .international-news-items .international-news-item .international-news-thumb {
        min-width: 260px;
    }
}

@media (max-width: 767px) {
    .international-news-items .international-news-item .international-news-thumb {
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.international-news-items .international-news-item .international-news-thumb img {
    transition: all linear 0.3s;
}

@media (max-width: 767px) {
    .international-news-items .international-news-item .international-news-thumb img {
        width: 100%;
    }
}

.international-news-items .international-news-item .international-news-content {
    width: 100%;
}

    .international-news-items .international-news-item .international-news-content .international-meta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-categories a {
            color: #FF5555;
            font-size: 12px;
        }

        .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-date::before {
            background: #B9BCBF;
            transform: translateY(-50%) rotate(0deg);
        }

        .international-news-items .international-news-item .international-news-content .international-meta .post-meta .meta-date span {
            color: rgba(23, 34, 43, 0.6);
            font-size: 12px;
        }

        .international-news-items .international-news-item .international-news-content .international-meta .share-link ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li {
                display: inline-block;
            }

                .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li a {
                    color: rgba(23, 34, 43, 0.4);
                    margin-left: 10px;
                }

                    .international-news-items .international-news-item .international-news-content .international-meta .share-link ul li a:hover {
                        color: #FF5555;
                    }

    .international-news-items .international-news-item .international-news-content .title {
        font-size: 24px;
        line-height: 30px;
        padding-top: 6px;
        margin-bottom: 9px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .international-news-items .international-news-item .international-news-content .title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .international-news-items .international-news-item .international-news-content .title {
        font-size: 17px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .international-news-items .international-news-item .international-news-content .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .international-news-items .international-news-item .international-news-content .title {
        font-size: 16px;
        line-height: 20px;
    }
}

.international-news-items .international-news-item .international-news-content .title a:hover {
    color: #FF5555;
}

.international-news-items .international-news-item .international-news-content p {
    font-size: 17px;
    line-height: 27px;
}

.international-news-items .international-news-item .international-news-content > a {
    font-size: 14px;
    font-weight: 500;
    color: #FF5555;
    position: relative;
}

    .international-news-items .international-news-item .international-news-content > a::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -3px;
        height: 2px;
        width: 100%;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    }

.international-news-items .international-news-item:hover .international-news-thumb img {
    transform: scale(1.1);
}

.international-news-items .international-btn a {
    border: 0;
    background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
    color: #FF5555;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

    .international-news-items .international-btn a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        z-index: -1;
    }

    .international-news-items .international-btn a:hover {
        background-color: transparent;
    }

        .international-news-items .international-btn a:hover::before {
            opacity: 1;
        }

.science-news-area {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    border-radius: 5px;
}

    .science-news-area .science-slide .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 5;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 36px;
        border-radius: 50%;
        border: 2px solid #DCDEDF;
        background: #fff;
        font-size: 24px;
    }

        .science-news-area .science-slide .slick-arrow.prev {
            left: -35px;
        }

        .science-news-area .science-slide .slick-arrow.next {
            right: -35px;
        }

.science-news-item {
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

    .science-news-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .science-news-item .title {
        font-size: 20px;
        line-height: 24px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .science-news-item .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .science-news-item .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .science-news-item .title {
        font-size: 16px;
        line-height: 22px;
    }
}

.science-news-item .title a:hover {
    color: #FF5555;
}

.science-news-item .post-text-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

    .science-news-item .post-text-thumb .thumb {
        min-width: 100px;
        margin-right: 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .science-news-item .post-text-thumb .thumb {
        min-width: 60px;
    }
}

@media (max-width: 767px) {
    .science-news-item .post-text-thumb .thumb {
        min-width: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .science-news-item .post-text-thumb .thumb {
        min-width: 100px;
    }
}

.science-news-item .post-text-thumb .text {
    font-size: 15px;
    line-height: 23px;
    margin-right: 10px;
}

.science-news-item .post-user {
    position: relative;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .science-news-item .post-user {
        margin-top: 20px;
    }
}

.science-news-item .post-user a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    border: 2px solid #FF9999;
    color: #F99;
}

.science-news-item .post-user span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.science-news-item .post-user p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 14px;
}

.sports-post-3-area {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    border-radius: 5px;
}

    .sports-post-3-area .finance-item-3 {
        border-bottom: 1px solid #E7E8E9;
        padding-bottom: 18px;
    }

    .sports-post-3-area .post-gallery-style-2 .post-gallery-content::before {
        border-bottom: 1px solid #E7E8E9;
    }

    .sports-post-3-area .post-gallery-style-2 .post-gallery-content ul li a i {
        color: #FF5555;
    }

    .sports-post-3-area .post-gallery-style-2 .post-gallery-content .title a:hover {
        color: #FF5555;
    }

    .sports-post-3-area .sports-btn a {
        border: 0;
        background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
        color: #FF5555;
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

        .sports-post-3-area .sports-btn a::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
            opacity: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            z-index: -1;
        }

        .sports-post-3-area .sports-btn a:hover {
            background-color: transparent;
        }

            .sports-post-3-area .sports-btn a:hover::before {
                opacity: 1;
            }

.counter-post-tab {
    background: #fff;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
}

    .counter-post-tab .post-tab-btn {
        border-bottom: 1px solid #EFEFEF;
    }

        .counter-post-tab .post-tab-btn ul {
            justify-content: center;
        }

            .counter-post-tab .post-tab-btn ul li a {
                padding: 0 16px;
                background-color: transparent;
                line-height: 65px;
                font-size: 24px;
                font-weight: 500;
                color: rgba(23, 34, 43, 0.4);
            }

                .counter-post-tab .post-tab-btn ul li a.active {
                    background-color: transparent;
                    color: #17222B;
                }

    .counter-post-tab .counter-post-main-item {
        padding: 25px 8px 25px 25px;
        max-height: 735px;
        overflow-y: scroll;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-post-tab .counter-post-main-item {
        max-height: 694px;
    }
}

@media (max-width: 767px) {
    .counter-post-tab .counter-post-main-item {
        max-height: 500px;
    }
}

.counter-post-tab .counter-post-main-item .counter-post-content {
    padding-left: 75px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-post-tab .counter-post-main-item .counter-post-content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-post-tab .counter-post-main-item .counter-post-content {
        padding-left: 0;
    }
}

.counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
    position: absolute;
    left: 0;
    top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
        position: static;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-post-tab .counter-post-main-item .counter-post-content .counter-number {
        position: static;
    }
}

.counter-post-tab .counter-post-main-item .counter-post-content .counter-number span {
    border: 3px solid rgba(23, 34, 43, 0.1);
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    font-size: 36px;
    font-weight: 500;
    color: rgba(23, 34, 43, 0.2);
}

.counter-post-tab .counter-post-main-item .counter-post-content .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .counter-post-tab .counter-post-main-item .counter-post-content .title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-post-tab .counter-post-main-item .counter-post-content .title {
        font-size: 18px;
        line-height: 22px;
    }
}

.counter-post-tab .counter-post-main-item .counter-post-content .title a {
    display: block;
}

    .counter-post-tab .counter-post-main-item .counter-post-content .title a:hover {
        color: #FF5555;
    }

.counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

    .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-date span {
        color: rgba(23, 34, 43, 0.4);
    }

    .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li {
            display: inline-block;
        }

            .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li a {
                color: rgba(23, 34, 43, 0.4);
                margin-left: 10px;
            }

                .counter-post-tab .counter-post-main-item .counter-post-content .meta-date-share .meta-share ul li a:hover {
                    color: #FF5555;
                }

.counter-post-tab .counter-post-main-item .counter-post-content:last-child .meta-date-share {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.all-post-sidebar-3 .post-contact {
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-post-sidebar-3 .post-contact {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .all-post-sidebar-3 .post-contact {
        margin-top: 40px;
    }
}

.all-post-sidebar-3 .categories-list {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
}

    .all-post-sidebar-3 .categories-list .categories-list-item ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .all-post-sidebar-3 .categories-list .categories-list-item ul li a {
            width: 100%;
            line-height: 60px;
            background: rgba(23, 34, 43, 0.05);
            border-radius: 3px;
            display: block;
            margin-bottom: 5px;
            padding-left: 20px;
            font-size: 20px;
            font-weight: 400;
            position: relative;
            z-index: 10;
            overflow: hidden;
        }

            .all-post-sidebar-3 .categories-list .categories-list-item ul li a::before {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                height: 100%;
                width: 0%;
                background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
                z-index: -1;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .all-post-sidebar-3 .categories-list .categories-list-item ul li a i {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 18px;
                color: #fff;
                z-index: 1;
                opacity: 0;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover {
                color: #fff;
            }

                .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover::before {
                    width: 100%;
                }

                .all-post-sidebar-3 .categories-list .categories-list-item ul li a:hover i {
                    opacity: 1;
                }

.opinion-post {
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
}

    .opinion-post .trending-news-item .trending-news-content .post-meta .meta-categories a {
        color: #FF5555;
    }

    .opinion-post .trending-news-item .trending-news-content .title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
    }

        .opinion-post .trending-news-item .trending-news-content .title a:hover {
            color: #FF5555;
        }

    .opinion-post .trending-news-item .trending-news-content ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .opinion-post .trending-news-item .trending-news-content ul li {
            display: inline-block;
        }

            .opinion-post .trending-news-item .trending-news-content ul li a {
                padding-right: 12px;
                margin-right: 12px;
                position: relative;
                font-size: 12px;
                font-weight: 500;
                color: rgba(23, 34, 43, 0.6);
            }

                .opinion-post .trending-news-item .trending-news-content ul li a::before {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 2px;
                    height: 11px;
                    background: #B9BCBF;
                }

                .opinion-post .trending-news-item .trending-news-content ul li a i {
                    color: #FF5555;
                    padding-right: 6px;
                }

            .opinion-post .trending-news-item .trending-news-content ul li:last-child a {
                padding-right: 0;
                margin-right: 0;
            }

                .opinion-post .trending-news-item .trending-news-content ul li:last-child a::before {
                    display: none;
                }

    .opinion-post .trending-news-item:last-child {
        margin-bottom: 0;
    }

/*===========================
    7.FOOTER css 
===========================*/
.footer-area {
    background: #17222B;
    padding-top: 60px;
    padding-bottom: 50px;
}

    .footer-area.footer-dark {
        background: #233340;
    }

.footer-topbar {
    border-bottom: 2px dashed #3A434B;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .footer-logo {
        padding-bottom: 30px;
    }
}

.footer-logo ul {
    margin: 35px 0 0;
    padding: 0;
    list-style-type: none;
}

    .footer-logo ul li {
        display: inline-block;
    }

        .footer-logo ul li a {
            color: #fff;
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 40px;
            background: rgba(255, 255, 255, 0.07);
            display: inline-block;
        }

            .footer-logo ul li a:hover {
                background: #1091FF;
            }

.footer-newaletter {
    color: rgba(255, 255, 255, 0.4);
}

    .footer-newaletter .input-box {
        position: relative;
        margin-bottom: 10px;
    }

        .footer-newaletter .input-box input {
            width: 100%;
            border: 0;
            background: #fff;
            height: 50px;
            padding-left: 20px;
            color: rgba(23, 34, 43, 0.5);
        }

            .footer-newaletter .input-box input::placeholder {
                opacity: 1;
                color: rgba(23, 34, 43, 0.5);
            }

        .footer-newaletter .input-box button {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 110px;
            background: #1091FF;
            color: #fff;
            font-weight: 400;
            border: 0;
        }

    .footer-newaletter p {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .footer-widget-area .widget {
        margin-bottom: 30px;
    }
}

.footer-widget-area .widget .section-title {
    margin-bottom: 25px;
}

.footer-widget-area .footer-widget-right-border {
    /*border-right: 2px dashed #3A434B;*/
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-area .footer-widget-right-border {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-widget-area .footer-widget-right-border {
        border-right: 0;
    }
}

.widget-list {
    border-right: 2px dashed #3A434B;
    padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-list {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .widget-list {
        padding-right: 20px;
        border-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget-list {
        padding-right: 100px;
        border-right: 0;
    }
}

.widget-list .list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    /* .widget-list .list ul li {
        padding-bottom: 15px;
    }*/

    .widget-list .list ul li a {
        color: #fff;
        font-size: 16px;
    }

        .widget-list .list ul li a:hover {
            color: #1091FF;
        }

.widget-list.widget-list-2 {
    border-right: 0;
}

.wedget-service {
    border-top: 2px dashed #3A434B;
    margin-top: 40px;
    padding-top: 32px;
}

    .wedget-service .service-item ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .wedget-service .service-item ul li a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 15px;
            display: inline-block;
        }

            .wedget-service .service-item ul li a:hover {
                color: #1091FF;
            }

            .wedget-service .service-item ul li a i {
                font-size: 18px;
                padding-right: 16px;
            }

.footer-twitter-post {
    border-top: 2px dashed #3A434B;
    padding-top: 40px;
    margin-top: 40px;
    margin-right: 30px;
}

    .footer-twitter-post .twitter-post {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border-bottom: 2px dashed #3A434B;
        padding-bottom: 24px;
        margin-bottom: 25px;
    }

        .footer-twitter-post .twitter-post .icon {
            margin-right: 15px;
        }

            .footer-twitter-post .twitter-post .icon i {
                color: #1091FF;
            }

        .footer-twitter-post .twitter-post .twitter-content p {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 5px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-twitter-post .twitter-post .twitter-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .footer-twitter-post .twitter-post .twitter-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-twitter-post .twitter-post .twitter-content p {
        font-size: 15px;
    }
}

.footer-twitter-post .twitter-post .twitter-content p a {
    color: #1091FF;
}

.footer-twitter-post .twitter-post .twitter-content span {
    color: rgba(255, 255, 255, 0.5);
}

.footer-twitter-post .twitter-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-copyright {
    background: #232D36;
}

    .footer-copyright .copyright-item {
        padding: 37px 0;
    }

@media (max-width: 767px) {
    .footer-copyright .copyright-item {
        text-align: center;
    }
}

.footer-copyright .copyright-item p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer-copyright .copyright-item p {
        margin-bottom: 10px;
    }
}

.footer-copyright .copyright-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .footer-copyright .copyright-item ul li {
        display: inline-block;
    }

        .footer-copyright .copyright-item ul li a {
            font-size: 14px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.4);
            margin-left: 35px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-copyright .copyright-item ul li a {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .footer-copyright .copyright-item ul li a {
        margin: 0px 10px 0;
    }
}

.footer-copyright .copyright-item ul li a:hover {
    color: #1091FF;
}

.footer-copyright.footer-copyright-style-2 {
    background: #F2F6F8;
}

    .footer-copyright.footer-copyright-style-2 .copyright-item p {
        color: rgba(23, 34, 43, 0.4);
    }

    .footer-copyright.footer-copyright-style-2 .copyright-item ul li a {
        color: rgba(23, 34, 43, 0.4);
    }

        .footer-copyright.footer-copyright-style-2 .copyright-item ul li a:hover {
            color: #1091FF;
        }

    .footer-copyright.footer-copyright-style-2.footer-copyright-style-3 .copyright-item ul li a:hover {
        color: #FF5555;
    }

.footer-copyright.footer-copyright-dark {
    background: #2E3D4A;
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 999;
}

    .go-top-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 24px;
        color: #ffffff;
        background-color: #FF5555;
        z-index: 9999;
        width: 40px;
        text-align: center;
        height: 42px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        -ms-transition: all 0.9s ease-out 0s;
        -o-transition: all 0.9s ease-out 0s;
        transition: all 0.9s ease-out 0s;
        border-right: 0;
    }

        .go-top-area .go-top i {
            position: absolute;
            top: 50%;
            left: -4px;
            right: 0;
            margin: 0 auto;
            font-size: 15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .go-top-area .go-top i:last-child {
                opacity: 0;
                visibility: hidden;
                top: 60%;
            }

        .go-top-area .go-top::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: #FF5555;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

        .go-top-area .go-top:focus, .go-top-area .go-top:hover {
            color: #fff;
        }

            .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
                opacity: 1;
                visibility: visible;
            }

            .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
                opacity: 0;
                top: 0;
                visibility: hidden;
            }

            .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
                opacity: 1;
                visibility: visible;
                top: 50%;
            }

        .go-top-area .go-top.active {
            top: 98%;
            -webkit-transform: translateY(-98%);
            -moz-transform: translateY(-98%);
            -ms-transform: translateY(-98%);
            -o-transform: translateY(-98%);
            transform: translateY(-98%);
            opacity: 1;
            visibility: visible;
            border-radius: 0;
            right: 20px;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

    .go-top-wrap .go-top-btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background: #FF5555;
    }

        .go-top-wrap .go-top-btn i {
            font-size: 20px;
            font-weight: 700;
            padding-left: 4px;
            color: #fff;
        }

        .go-top-wrap .go-top-btn::after {
            z-index: -1;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            -webkit-animation: ripple 1.6s ease-out infinite;
            -moz-animation: ripple 1.6s ease-out infinite;
            -o-animation: ripple 1.6s ease-out infinite;
            animation: ripple 1.6s ease-out infinite;
            opacity: 0;
            background: #FF5555;
        }

        .go-top-wrap .go-top-btn:hover {
            background-color: #222;
            color: #fff;
        }

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.footer-style-2-area {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
}

    .footer-style-2-area.footer-style-3-area .footer-top-info .footer-info-item .title::before {
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    }

    .footer-style-2-area.footer-style-3-area .widget-services .service-item ul li a i {
        color: #FF5555;
    }

    .footer-style-2-area.footer-style-3-area .widget-services .service-item ul li a:hover {
        color: #FF5555;
    }

    .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .meta-categories::before {
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    }

    .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .meta-categories span {
        color: #FF5555;
    }

    .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item .title a:hover {
        color: #FF5555;
    }

    .footer-style-2-area.footer-style-3-area .more-news-items .more-news-item ul li a i {
        color: #FF5555;
    }

    .footer-style-2-area.footer-style-3-area .footer-download-store .text {
        position: relative;
        padding-left: 26px;
    }

        .footer-style-2-area.footer-style-3-area .footer-download-store .text::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 66px;
            width: 5px;
            background: linear-gradient(180deg, #ff5555 0%, #ab50ef 100%);
        }

    .footer-style-2-area.footer-style-3-area .footer-download-store .store-btn ul li a {
        border: 0;
        background: linear-gradient(90deg, rgba(255, 85, 85, 0.1) 0%, rgba(171, 80, 239, 0.1) 100%);
    }

        .footer-style-2-area.footer-style-3-area .footer-download-store .store-btn ul li a i {
            color: #FF5555;
        }

.widget-about {
    font-size: 17px;
    line-height: 27px;
    padding-right: 10px;
    color: rgba(23, 34, 43, 0.85);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-about {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .widget-about {
        text-align: center;
    }
}

.widget-about p {
    padding-top: 36px;
}

    .widget-about p span {
        font-weight: 700;
    }

@media (max-width: 767px) {
    .widget-services {
        text-align: center;
    }
}

.widget-services .section-title {
    display: inline-block;
}

.widget-services .service-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .widget-services .service-item ul li a {
        color: #17222B;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        display: inline-block;
    }

        .widget-services .service-item ul li a:hover {
            color: #1091FF;
        }

        .widget-services .service-item ul li a i {
            font-size: 18px;
            width: 30px;
            display: inline-block;
        }

.widget-news-categories {
    border-top: 2px dashed #F0F0F1;
    padding-top: 38px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .widget-news-categories {
        text-align: center;
    }
}

.widget-news-categories .section-title {
    display: inline-block;
}

.widget-news-categories .categories-list {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .widget-news-categories .categories-list {
        justify-content: center;
    }
}

.widget-news-categories .categories-list ul {
    margin: 0 90px 0 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-news-categories .categories-list ul {
        margin-right: 40px;
    }
}

.widget-news-categories .categories-list ul li a {
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    display: inline-block;
}

.widget-news-categories .categories-list ul:last-child {
    margin-right: 0;
}

.widget-twitter {
    border-top: 2px dashed #DCDEDF;
    padding-top: 38px;
    margin-top: 30px;
}

    .widget-twitter .twitter-post {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border-bottom: 2px dashed #DCDEDF;
        padding-bottom: 24px;
        margin-bottom: 25px;
    }

        .widget-twitter .twitter-post .icon {
            margin-right: 15px;
        }

            .widget-twitter .twitter-post .icon i {
                color: #1091FF;
            }

        .widget-twitter .twitter-post .twitter-content p {
            color: #17222B;
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 5px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-twitter .twitter-post .twitter-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .widget-twitter .twitter-post .twitter-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget-twitter .twitter-post .twitter-content p {
        font-size: 15px;
    }
}

.widget-twitter .twitter-post .twitter-content p a {
    color: #1091FF;
}

.widget-twitter .twitter-post .twitter-content span {
    color: rgba(23, 34, 43, 0.5);
    font-size: 14px;
    font-weight: 400;
}

.widget-twitter .twitter-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-top-info {
    border-bottom: 2px dashed #DCDEDF;
    padding-bottom: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-info {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer-top-info .footer-info-item {
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer-top-info .footer-info-item .title {
    font-size: 18px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75);
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px;
}

    .footer-top-info .footer-info-item .title::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 6px;
        width: 6px;
        background: #4CACFF;
    }

@media (max-width: 767px) {
    .footer-top-info .footer-info-item .title::before {
        display: none;
    }
}

.footer-top-info .footer-info-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .footer-top-info .footer-info-item ul li a {
        font-size: 15px;
        font-weight: 500;
        color: #17222B;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-top-info .footer-info-item ul li a {
        font-size: 14px;
    }
}

.more-news-items {
    border-left: 1px solid #E7E8E9;
    padding-left: 16px;
}

@media (max-width: 767px) {
    .more-news-items {
        margin-bottom: 30px;
    }
}

.more-news-items .more-news-item {
    border-bottom: 2px dashed #DCDEDF;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

    .more-news-items .more-news-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .more-news-items .more-news-item .meta-categories {
        position: relative;
    }

        .more-news-items .more-news-item .meta-categories::before {
            position: absolute;
            content: '';
            left: -19px;
            top: 50%;
            transform: translateY(-50%);
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background: #1091FF;
        }

        .more-news-items .more-news-item .meta-categories span {
            font-size: 12px;
            font-weight: 500;
            color: #1091FF;
        }

    .more-news-items .more-news-item .title {
        font-size: 18px;
        line-height: 22px;
        padding-top: 13px;
        margin-bottom: 8px;
    }

    .more-news-items .more-news-item ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .more-news-items .more-news-item ul li {
            display: inline-block;
        }

            .more-news-items .more-news-item ul li a {
                padding-right: 12px;
                margin-right: 12px;
                position: relative;
                font-size: 12px;
                font-weight: 500;
                color: rgba(23, 34, 43, 0.6);
            }

                .more-news-items .more-news-item ul li a::before {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 2px;
                    height: 11px;
                    background: #B9BCBF;
                }

                .more-news-items .more-news-item ul li a i {
                    color: #70BDFF;
                    padding-right: 6px;
                }

            .more-news-items .more-news-item ul li:last-child a {
                padding-right: 0;
                margin-right: 0;
            }

                .more-news-items .more-news-item ul li:last-child a::before {
                    display: none;
                }

.widet-newsletter .post-newsletter {
    background: #F2F6F8;
}

    .widet-newsletter .post-newsletter .input-box input {
        background: #fff;
    }

.widget-social .post-contact {
    padding: 0;
}

    .widget-social .post-contact ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-social .post-contact ul {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .widget-social .post-contact ul {
        justify-content: flex-start;
    }
}

.widget-social .post-contact ul li {
    display: inline-block;
}

    .widget-social .post-contact ul li a {
        display: inline-block;
        background: #3B5998;
        width: 120px;
        height: 50px;
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden;
    }

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .widget-social .post-contact ul li a {
        width: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .widget-social .post-contact ul li a {
        width: 92px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-social .post-contact ul li a {
        margin-right: 10px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .widget-social .post-contact ul li a {
        margin-right: 10px;
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget-social .post-contact ul li a {
        width: 110px;
    }
}

.widget-social .post-contact ul li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background: #334D82;
}

.widget-social .post-contact ul li a i {
    position: absolute;
    list-style-type: 0;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}

.widget-social .post-contact ul li a span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
}

.widget-social .post-contact ul li a p {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 15px;
}

.widget-social .post-contact ul li a.item-2 {
    background: #1DA1F2;
}

    .widget-social .post-contact ul li a.item-2::before {
        background: #1B87CA;
    }

.widget-social .post-contact ul li a.item-3 {
    background: #FF5050;
}

    .widget-social .post-contact ul li a.item-3::before {
        background: #D04648;
    }

.widget-social .post-contact ul li a.item-4 {
    background: #9B45D5;
}

    .widget-social .post-contact ul li a.item-4::before {
        background: #803DB3;
    }

.widget-social .post-contact ul li a.item-5 {
    background: #1AB7EA;
}

    .widget-social .post-contact ul li a.item-5::before {
        background: #1999C3;
    }

.widget-social .post-contact ul li a.item-6 {
    background: #00AB6C;
}

    .widget-social .post-contact ul li a.item-6::before {
        background: #048F5E;
    }

.footer-download-store {
    /*  border-top: 2px dashed #E7E8E9;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;*/
}

    .footer-download-store .text .title {
        font-size: 24px;
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-download-store .text .title {
        font-size: 20px;
    }
}

.footer-download-store .text span {
    font-size: 17px;
    line-height: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-download-store .store-btn {
        text-align: right;
    }
}

.footer-download-store .store-btn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .footer-download-store .store-btn ul li {
        display: inline-block;
    }

        .footer-download-store .store-btn ul li a {
            background: #F2F6F8;
            position: relative;
            display: inline-block;
            height: 65px;
            width: 80%;
            border: 1px solid rgba(23, 34, 43, 0.75);
            border-radius: 5px;
            padding-left: 54px;
            padding-top: 8px;
            /*margin-left: 9px;*/
            text-align: left;
        }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-download-store .store-btn ul li a {
        margin: 5px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-download-store .store-btn ul li a {
        width: 170px;
    }
}

@media (max-width: 767px) {
    .footer-download-store .store-btn ul li a {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 15px;
    }
}

.footer-download-store .store-btn ul li a i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #1091FF;
}

.footer-download-store .store-btn ul li a p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: rgba(23, 34, 43, 0.75);
    margin-bottom: -4px;
}

.footer-download-store .store-btn ul li a span {
    font-size: 15px;
    font-weight: 400;
    color: #17222B;
}

/*===========================
    8.POST NEWS 2 css 
===========================*/
.post-news-item-2 {
    background: #fff;
    border-radius: 7px;
}

@media (max-width: 767px) {
    .post-news-item-2 {
        margin-bottom: 30px;
    }
}

.post-news-item-2 .post-news-thumb {
    overflow: hidden;
    border-radius: 8px;
}

    .post-news-item-2 .post-news-thumb img {
        width: 100%;
        transition: all linear 0.3s;
    }

.post-news-item-2 .post-news-content {
    padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-news-item-2 .post-news-content {
        padding: 15px;
    }
}

.post-news-item-2 .post-news-content .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin-bottom: 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .post-news-item-2 .post-news-content .title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-news-item-2 .post-news-content .title {
        font-size: 16px;
    }
}

.post-news-item-2 .post-news-content p {
    margin-bottom: 20px;
}

.post-news-item-2:hover .post-news-thumb img {
    transform: scale(1.1);
}

.meta-post-2-style {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
}

    .meta-post-2-style::before {
        position: absolute;
        content: '';
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        height: 18px;
        width: 3px;
        background: #1091FF;
    }

    .meta-post-2-style .meta-post-categores a {
        font-size: 12px;
        color: #1091FF;
        font-weight: 400;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .meta-post-2-style .meta-post-categores a {
        font-size: 11px;
    }
}

.meta-post-2-style .meta-post-date {
    padding-left: 12px;
    margin-left: 12px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .meta-post-2-style .meta-post-date {
        padding-left: 9px;
        margin-left: 9px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .meta-post-2-style .meta-post-date {
        padding-left: 5px;
        margin-left: 5px;
        font-size: 12px;
    }
}

.meta-post-2-style .meta-post-date::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 11px;
    background: #B9BCBF;
}

/*===========================
    9.HERO css 
===========================*/
.hero-area {
    position: relative;
    padding: 310px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        padding: 200px 0;
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 200px 0;
    }
}

.hero-area .bg-image {
    background-image: url(../images//hero-bg.jpg);
    left: 0;
    top: 0;
}

.hero-content .title {
    color: #fff;
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    margin-bottom: 0;
    padding-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-content .title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .hero-content .title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content .title {
        font-size: 36px;
        line-height: 46px;
    }
}

.hero-content .hero-meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

    .hero-content .hero-meta .meta-categories {
        position: relative;
        padding-left: 15px;
    }

        .hero-content .hero-meta .meta-categories::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(#f55 0%, #ab50ef 100%);
            width: 4px;
            height: 19px;
        }

        .hero-content .hero-meta .meta-categories span {
            font-size: 15px;
            font-weight: 500;
            color: #fff;
        }

    .hero-content .hero-meta .meta-date {
        position: relative;
        padding-left: 15px;
        margin-left: 15px;
    }

        .hero-content .hero-meta .meta-date::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.75);
            width: 2px;
            height: 15px;
        }

        .hero-content .hero-meta .meta-date span {
            font-size: 15px;
            font-weight: 500;
            color: #fff;
        }

/*===========================
    10.SUB css 
===========================*/
.sub-area {
    position: relative;
    margin-top: -182px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-area {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .sub-area {
        margin-top: 50px;
    }
}

.sub-item {
    background: #17222B;
    padding: 25px;
    margin-right: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sub-item {
        padding: 25px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-item {
        margin-bottom: 2px;
    }
}

@media (max-width: 767px) {
    .sub-item {
        margin-bottom: 2px;
        font-size: 15px;
    }
}

.sub-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 7px;
    background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sub-item span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sub-item:hover {
    background: #fff;
    color: #17222B;
}

    .sub-item:hover::before {
        width: 100%;
    }

    .sub-item:hover span {
        color: #17222B;
    }

        .sub-item:hover span span {
            color: #FF5555;
        }

/*===========================
    11.POST PLAY css 
===========================*/
.post-play-area {
    padding: 70px 0;
    background: #17222B;
    margin-top: 100px;
}

    .post-play-area.mt-100 {
        margin-top: 0;
        padding-top: 66px;
    }

.post-play-item {
    position: relative;
}

    .post-play-item img {
        width: 100%;
        border-radius: 8px 0 0 8px;
    }

    .post-play-item .post-play-content {
        position: absolute;
        bottom: 40px;
        left: 50px;
    }

@media (max-width: 767px) {
    .post-play-item .post-play-content {
        left: 20px;
        bottom: 20px;
    }
}

.post-play-item .post-play-content > .title {
    font-size: 44px;
    line-height: 54px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-play-item .post-play-content > .title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-play-item .post-play-content > .title {
        font-size: 41px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .post-play-item .post-play-content > .title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-play-item .post-play-content > .title {
        font-size: 30px;
        line-height: 36px;
    }
}

.post-play-item .post-play-content > .title a {
    color: #fff;
}

    .post-play-item .post-play-content > .title a:hover {
        color: #FF5555;
    }

.post-play-item .post-play-content .play-meta {
    position: relative;
    padding-left: 72px;
}

    .post-play-item .post-play-content .play-meta a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        background: linear-gradient(90deg, #ff5555 0%, #ab50ef 100%);
        color: #fff;
        font-size: 16px;
    }

    .post-play-item .post-play-content .play-meta .title {
        color: #fff;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .post-play-item .post-play-content .play-meta span {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

.post-play-list {
    background: #fff;
    padding: 25px 25px 6px;
}

@media (max-width: 767px) {
    .post-play-list {
        max-height: 375px;
        overflow-y: scroll;
    }
}

.post-play-list .post-play-list-item {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .post-play-list .post-play-list-item {
        margin-bottom: 5px;
    }
}

.post-play-list .post-play-list-item .play-meta {
    padding-left: 40px;
    position: relative;
}

    .post-play-list .post-play-list-item .play-meta a {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 26px;
        width: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid #FE9898;
        color: #FE9898;
        border-radius: 50%;
        font-size: 12px;
    }

    .post-play-list .post-play-list-item .play-meta .title {
        font-size: 12px;
        font-weight: 500;
        color: #FF5555;
        margin-bottom: 0px;
    }

    .post-play-list .post-play-list-item .play-meta span {
        color: rgba(23, 34, 43, 0.5);
    }

.post-play-list .post-play-list-item > .title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 6px;
    margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .post-play-list .post-play-list-item > .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-play-list .post-play-list-item > .title {
        font-size: 15px;
        line-height: 18px;
    }
}

.post-play-list .post-play-list-item > .title a:hover {
    color: #FF5555;
}

.post-play-list .post-play-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/*===========================
    12.ABOUT AUTHOR css 
===========================*/
.about-author-area {
    background: #fff;
    padding: 20px 0px 40px;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05);
}

.about-author-content nav ol {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

    .about-author-content nav ol li {
        font-size: 13px;
        font-weight: 400;
        color: rgba(23, 34, 43, 0.5);
    }

        .about-author-content nav ol li a {
            font-weight: 500;
            color: rgba(23, 34, 43, 0.5);
        }

.about-author-content .author-content {
    padding-left: 145px;
    position: relative;
    margin-top: 46px;
}

@media (max-width: 767px) {
    .about-author-content .author-content {
        padding-left: 0;
    }
}

.about-author-content .author-content .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .about-author-content .author-content .thumb {
        position: static;
        margin-bottom: 15px;
    }
}

.about-author-content .author-content .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
}

.about-author-content .author-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .about-author-content .author-content ul li {
        display: inline-block;
        color: rgba(23, 34, 43, 0.5);
        font-size: 16px;
        font-weight: 400;
        margin-right: 20px;
    }

        .about-author-content .author-content ul li span {
            font-size: 14px;
        }

        .about-author-content .author-content ul li:last-child {
            margin-right: 0;
        }

.about-author-content .author-content .text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 22px;
}

.about-item-area {
    padding-bottom: 100px;
}

    .about-item-area .about-tab-btn ul {
        padding-bottom: 19px;
    }

        .about-item-area .about-tab-btn ul li > a {
            margin: 0;
            padding: 0;
            font-size: 24px;
            font-weight: 500;
            color: rgba(23, 34, 43, 0.4);
            margin-right: 30px;
        }

@media (max-width: 767px) {
    .about-item-area .about-tab-btn ul li > a {
        margin-right: 15px;
        font-size: 20px;
    }
}

.about-item-area .about-tab-btn ul li > a.active {
    background-color: transparent;
    color: #17222B;
}

.about-item-area .about-tab-btn .archive-btn ul {
    margin: 0;
    padding: 0 0 30px;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

    .about-item-area .about-tab-btn .archive-btn ul li {
        font-size: 24px;
        font-weight: 500;
        color: #17222B;
    }

.about-item-area .pagination-item nav ul li a {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(23, 34, 43, 0.1);
    border: 0;
    font-size: 24px;
    font-weight: 500;
    color: #17222B;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .about-item-area .pagination-item nav ul li a {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 50px;
    }
}

.about-item-area .pagination-item nav ul li a:hover, .about-item-area .pagination-item nav ul li a.active {
    background: #1091FF;
    color: #fff;
}

.about-item-area .pagination-item nav ul li:first-child a {
    border-radius: 0 !important;
}

.about-item-area .pagination-item nav ul li:last-child a {
    border-radius: 0 !important;
}

/*===========================
    13.ARCHIVE css 
===========================*/
.archive-content {
    padding-top: 40px;
}

    .archive-content .section-title .title {
        font-size: 20px;
        margin-bottom: 21px;
    }

    .archive-content .archive-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

        .archive-content .archive-list ul {
            margin: 0 60px 0 0;
            padding: 0;
            list-style-type: none;
        }

@media (max-width: 767px) {
    .archive-content .archive-list ul {
        margin: 0 40px 0 0;
    }
}

.archive-content .archive-list ul li {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

.archive-content .archive-list ul:last-child {
    margin-right: 0;
}

.archive-content .archive-items.border-left {
    padding-left: 30px;
    border-left: 2px dashed #E5E6E7 !important;
}

@media (max-width: 767px) {
    .archive-content .archive-items.border-left {
        padding-left: 0;
        border-left: 0 !important;
        padding-top: 20px;
    }
}

/*===========================
    14.ERROR css 
===========================*/
.error-area {
    background: #fff;
    padding: 60px 0px 60px;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.05);
}

.error-content {
    padding-top: 58px;
}

    .error-content .title {
        font-size: 30px;
        font-weight: 500;
    }

    .error-content ul {
        margin: 40px 0 0;
        padding: 0;
        list-style-type: none;
    }

        .error-content ul li {
            display: inline-block;
        }

            .error-content ul li a {
                line-height: 60px;
                padding: 0 45px;
                background: #1091FF;
                border: 1px solid #1091FF;
                font-size: 16px;
                font-weight: 400;
                text-transform: uppercase;
                margin: 0 6px;
            }

@media (max-width: 767px) {
    .error-content ul li a {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error-content ul li a {
        margin-bottom: 0px;
    }
}

.error-content ul li a:hover {
    border-color: #1091FF;
    background-color: transparent;
    color: #1091FF;
}

.error-content ul li a.btn-2 {
    background-color: transparent;
    color: #1091FF;
}

    .error-content ul li a.btn-2:hover {
        background: #1091FF;
        color: #fff;
    }

.add-area {
    background: #F0F0F1;
    padding: 50px 0;
}

/*===========================
    15.CONTACT css 
===========================*/
.contact-info-item {
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    background: #fff;
    padding: 25px;
}

    .contact-info-item .title {
        font-size: 20px;
        padding-left: 18px;
        position: relative;
    }

        .contact-info-item .title::before {
            position: absolute;
            content: '';
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 8px;
            width: 8px;
            background: #1091FF;
        }

    .contact-info-item span {
        display: inline-block;
        padding-bottom: 7px;
        font-size: 14px;
        font-weight: 500;
        color: rgba(23, 34, 43, 0.5);
    }

        .contact-info-item span i {
            padding-right: 5px;
        }

    .contact-info-item ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .contact-info-item ul li {
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
            color: #17222B;
            padding-left: 18px;
        }

.map-area {
    margin-top: 60px;
}

    .map-area iframe {
        width: 100%;
        height: 500px;
    }

.contact-box {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .contact-box {
        margin-right: 0;
    }
}

.contact-box .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 33px;
}

.contact-box .input-box {
    margin-right: -20px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .contact-box .input-box {
        margin-right: 0;
    }
}

.contact-box .input-box input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: 0;
    background: #E9EAEB;
    color: rgba(23, 34, 43, 0.5);
}

    .contact-box .input-box input::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5);
    }

.contact-box .input-box textarea {
    width: 100%;
    height: 180px;
    border: 0;
    background: #E9EAEB;
    padding-left: 20px;
    padding-top: 10px;
    resize: none;
    color: rgba(23, 34, 43, 0.5);
}

    .contact-box .input-box textarea::placeholder {
        opacity: 1;
        color: rgba(23, 34, 43, 0.5);
    }

.contact-box .input-box button {
    background: #1091FF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0 33px;
    border: 1px solid #1091FF;
}

    .contact-box .input-box button:hover {
        background-color: transparent;
        color: #1091FF;
    }

.contact-sidebar .post-newsletter {
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    border-radius: 0;
}

    .contact-sidebar .post-newsletter .input-box input {
        border-radius: 0;
        background: #ECEDEE;
    }

.post-layout-1-area {
    padding-top: 17px;
}

    .post-layout-1-area.post-layout-2-area {
        padding-top: 50px;
    }

        .post-layout-1-area.post-layout-2-area .about-author-content {
            margin-left: -30px;
            margin-right: -30px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-layout-1-area.post-layout-2-area .about-author-content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .post-layout-1-area.post-layout-2-area .about-author-content {
        margin-left: 0;
        margin-right: 0;
    }
}

.post-layout-top-content {
    padding-top: 45px;
}

    .post-layout-top-content .post-categories .categories-item span {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #1091FF;
    }

    .post-layout-top-content .post-categories .categories-share ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .post-layout-top-content .post-categories .categories-share ul li {
            display: inline-block;
            margin-left: 18px;
            font-size: 15px;
            font-weight: 500;
            color: rgba(23, 34, 43, 0.5);
        }

            .post-layout-top-content .post-categories .categories-share ul li i {
                padding-right: 6px;
            }

    .post-layout-top-content .post-content {
        padding-top: 11px;
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
    }

        .post-layout-top-content .post-content .title {
            font-size: 34px;
            line-height: 40px;
            font-weight: 700;
        }

@media (max-width: 767px) {
    .post-layout-top-content .post-content .title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-layout-top-content .post-content .title {
        font-size: 27px;
        line-height: 33px;
    }
}

.post-layout-top-content .post-content .thumb {
    padding-top: 15px;
}

    .post-layout-top-content .post-content .thumb img {
        width: 100%;
    }

.post-layout-top-content .post-text {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .post-layout-top-content .post-text {
        font-size: 15px;
        line-height: 24px;
    }
}

.post-layout-top-content .post-text p {
    margin-bottom: 27px;
}

    .post-layout-top-content .post-text p .user {
        display: inline-block;
        line-height: 28px;
        white-space: nowrap;
        background: #D9DADC;
        color: #353E46;
        padding: 0 7px;
    }

.post-layout-top-content .post-text ul {
    margin-left: 16px;
    padding: 0;
    list-style-type: square;
}

    .post-layout-top-content .post-text ul li {
        padding-bottom: 7px;
        color: #17222B;
    }

.post-layout-top-content .post-text .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}

.post-layout-top-content .post-text .quote-text {
    font-weight: 500;
}

.post-layout-top-content .post-text .thumb img {
    width: 100%;
}

.post-layout-top-content .post-text .thumb span {
    font-weight: 400;
    color: rgba(23, 34, 43, 0.5);
    display: inline-block;
    padding-top: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-layout-top-content .post-text .post-thumb {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .post-layout-top-content .post-text .post-thumb {
        margin-bottom: 35px;
    }
}

.post-layout-top-content .post-text .play-thumb {
    position: relative;
}

    .post-layout-top-content .post-text .play-thumb::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(rgba(23, 34, 43, 0) 0%, #17222b 100%);
        opacity: .5;
    }

    .post-layout-top-content .post-text .play-thumb img {
        width: 100%;
    }

    .post-layout-top-content .post-text .play-thumb span {
        position: absolute;
        left: 30px;
        bottom: 20px;
        color: #fff;
    }

    .post-layout-top-content .post-text .play-thumb a {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background: #FF5555;
        color: #fff;
        border-radius: 50%;
        font-size: 24px;
        z-index: 10;
    }

        .post-layout-top-content .post-text .play-thumb a::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            border-radius: 50px;
            background: #FF5555;
            animation: 3s linear infinite pasle-border;
            z-index: -1;
        }

.post-layout-top-content .post-tags {
    border-bottom: 2px dashed #DADCDD;
    padding-bottom: 50px;
}

    .post-layout-top-content .post-tags ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .post-layout-top-content .post-tags ul li {
            display: inline-block;
        }

            .post-layout-top-content .post-tags ul li a {
                border: 1px solid #C2C5C7;
                display: inline-block;
                line-height: 40px;
                padding: 0 15px;
                font-weight: 500;
            }

            .post-layout-top-content .post-tags ul li:first-child a {
                background: #E4E5E6;
                border-color: #E4E5E6;
            }

.post-layout-top-content.post-layout-top-content-2 {
    padding-top: 17px;
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-layout-top-content.post-layout-top-content-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .post-layout-top-content.post-layout-top-content-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.post-layout-top-content.post-layout-top-content-2 .post-author {
    margin-top: 25px;
}

.post-layout-top-content.post-layout-top-content-2 .post-content {
    padding-top: 30px;
}

.post-layout-top-content.post-layout-top-content-3 {
    padding: 30px;
    box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
    background: #fff;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .post-layout-top-content.post-layout-top-content-3 {
        padding: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-layout-top-content.post-layout-top-content-3 {
        padding: 30px;
    }
}

.post-layout-top-content.post-layout-top-content-3 .post-content .post-author {
    margin-bottom: 30px;
}

.post-layout-top-content.post-layout-top-content-3 .post-content .thumb {
    padding-top: 0;
}

.post-layout-top-content.post-layout-top-content-3 .post-categories .categories-share ul li {
    margin-left: 0;
    margin-right: 18px;
}

.post-layout-top-content.post-layout-top-content-3 .post-tags {
    padding-bottom: 0;
    border-bottom: 0;
}

.post-author {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .post-author {
        display: block;
    }
}

.post-author .author-info {
    position: relative;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .post-author .author-info {
        padding-left: 55px;
    }
}

.post-author .author-info .thumb {
    max-width: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.post-author .author-info .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
}

.post-author .author-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .post-author .author-info ul li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
    }

@media (max-width: 767px) {
    .post-author .author-social {
        margin-top: 15px;
    }
}

.post-author .author-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .post-author .author-social ul li {
        display: inline-block;
    }

        .post-author .author-social ul li a {
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 40px;
            background: #E4E5E6;
            display: inline-block;
        }

@media (max-width: 767px) {
    .post-author .author-social ul li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

.post-quote {
    padding-top: 12px;
}

    .post-quote .thumb {
        min-width: 255px;
        margin-right: 30px;
    }

@media (max-width: 767px) {
    .post-quote .thumb {
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.post-quote .post-quote-content {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-quote .post-quote-content {
        font-size: 16px;
        line-height: 22px;
    }
}

.post-quote .post-quote-content p {
    color: #17222B;
    padding-top: 11px;
}

.post-quote .post-quote-content .user {
    position: relative;
    padding-left: 60px;
}

    .post-quote .post-quote-content .user img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 45px;
    }

    .post-quote .post-quote-content .user .title {
        margin-bottom: -3px;
    }

    .post-quote .post-quote-content .user span {
        color: rgba(23, 34, 43, 0.6);
        font-size: 14px;
        font-weight: 400;
    }

.post-quote.post-quote-2-style {
    background: #F0F0F1;
    padding: 22px 40px 33px;
}

    .post-quote.post-quote-2-style p {
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
    }

.post-quote.post-quote-3-style .post-quote-content p {
    padding: 0 60px 0;
}

@media (max-width: 767px) {
    .post-quote.post-quote-3-style .post-quote-content p {
        padding: 0;
    }
}

.post-quote.post-quote-3-style .post-quote-content .user {
    display: inline-block;
}

.post-reader-text .post-reader-prev {
    position: relative;
    padding-left: 20px;
}

    .post-reader-text .post-reader-prev::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 100%;
        background: #BDC0C2;
    }

    .post-reader-text .post-reader-prev span {
        font-size: 15px;
        font-weight: 500;
    }

    .post-reader-text .post-reader-prev .title {
        font-size: 20px;
        line-height: 24px;
        padding-top: 17px;
        font-weight: 400;
    }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-reader-text .post-reader-prev .title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .post-reader-text .post-reader-prev .title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-reader-text .post-reader-prev .title {
        font-size: 20px;
    }
}

.post-reader-text.post-reader-text-2 .post-reader-prev {
    background: #E4E5E6;
    padding: 20px;
}

    .post-reader-text.post-reader-text-2 .post-reader-prev::before {
        display: none;
    }

    .post-reader-text.post-reader-text-2 .post-reader-prev span {
        color: rgba(23, 34, 43, 0.5);
    }

        .post-reader-text.post-reader-text-2 .post-reader-prev span i {
            font-size: 20px;
            padding-left: 5px;
        }

.post-reader-text.post-reader-text-2.post-reader-text-3 {
    padding-top: 30px;
}

    .post-reader-text.post-reader-text-2.post-reader-text-3 .post-reader-prev {
        box-shadow: 0px 2px 10px rgba(23, 34, 43, 0.08);
        background: #fff;
    }

.latest-news-area {
    background: #F0F0F1;
    padding-top: 92px;
    padding-bottom: 65px;
}

.post-form-area {
    padding-top: 90px;
    padding-bottom: 70px;
}

.post-form-box .input-box {
    margin-bottom: 20px;
}

    .post-form-box .input-box input {
        width: 100%;
        background: #fff;
        padding-left: 20px;
        height: 60px;
        border: 1px solid #C4C7C9;
        color: rgba(23, 34, 43, 0.5);
    }

        .post-form-box .input-box input::placeholder {
            opacity: 1;
            color: rgba(23, 34, 43, 0.5);
        }

    .post-form-box .input-box textarea {
        width: 100%;
        background: #fff;
        padding-left: 20px;
        padding-top: 10px;
        resize: none;
        height: 130px;
        border: 1px solid #C4C7C9;
        color: rgba(23, 34, 43, 0.5);
    }

        .post-form-box .input-box textarea::placeholder {
            opacity: 1;
            color: rgba(23, 34, 43, 0.5);
        }

    .post-form-box .input-box button {
        line-height: 60px;
        background: #1091FF;
        border: 1px solid #1091FF;
        padding: 0 40px;
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
    }

        .post-form-box .input-box button:hover {
            background-color: transparent;
            color: #1091FF;
        }

.post-comments-list .post-comments-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 18px;
}

    .post-comments-list .post-comments-item .thumb {
        min-width: 50px;
        margin-right: 20px;
    }

    .post-comments-list .post-comments-item .post {
        font-size: 17px;
        line-height: 27px;
        position: relative;
        border-bottom: 2px dashed #DADCDD;
        padding-bottom: 5px;
    }

        .post-comments-list .post-comments-item .post a {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 16px;
            font-weight: 400;
            color: #1091FF;
        }

        .post-comments-list .post-comments-item .post .title {
            font-size: 18px;
            margin-bottom: 7px;
        }

    .post-comments-list .post-comments-item:last-child .post {
        border-bottom: 0;
        padding-bottom: 0;
    }

.post-load-btn {
    margin-top: 23px;
}

    .post-load-btn a {
        background: #1091FF;
        line-height: 60px;
        padding: 0 40px;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        border: 1px solid #1091FF;
    }

        .post-load-btn a:hover {
            background-color: transparent;
            color: #1091FF;
            border-color: #1091FF;
        }

@-webkit-keyframes pasle-border {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes pasle-border {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/*# sourceMappingURL=style.css.map */

.gallery_item {
    margin-bottom: 21px;
}

.gallery_item_thumb {
    min-width: auto !important;
}

    .gallery_item_thumb a img {
        width: 100px !important;
        height: 77px !important;
        max-width: 100px !important;
        border-radius: 10px;
    }


.short-titles1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.short-titles2 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .short-titles2:hover {
        color: #eb2425 !important;
    }


.short-titles-top-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .short-titles-top-2:hover {
        color: #eb2425 !important;
    }


.short-titles-black-top-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
}

    .short-titles-black-top-2:hover {
        color: #eb2425;
    }

.short-titles-black2 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
}

    .short-titles-black2:hover {
        color: #eb2425;
    }

.short-titles3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-titles4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-play-item .video-play-thumb img {
    position: unset;
    z-index: 0;
}

.header-white {
    color: white !important;
    font-weight: bold;
}

    .header-white:hover {
        color: #FF5555 !important;
    }


.category-pages {
    width: 320px !important;
    height: 220px !important;
}

.footer-download-store .store-btn ul li {
    display: flex;
    justify-content: center;
}

.backroundcolor-white-ss {
    background: #fff;
    padding: 25px;
    border-radius: 7px;
}

.limargins li {
    margin-bottom: 8px;
}

.medya-photo-video {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgb(77,171,247);
    display: inline-block;
}
/**     Loader Indicator  Start  **/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #082c51;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.nice-select .list {
    overflow-y: scroll;
    height: 250px;
    background: #182539;
    z-index: 11;
}

.nice-select {
    border-radius: 0px;
    background-color: #182539;
    border: solid 0px;
}

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #eb2425;
    }

.hoven {
    color: white !important;
}

    .hoven:hover {
        color: #1091FF !important;
    }

.post_gallery_play .bg-image {
    background-image: none;
}

.slick-slide img {
    height: 100% !important;
}

@media only screen and (min-width: 1140px) and (max-width: 2000px) {
    .post_gallery_play {
        height: 485px !important;
    }
}


@media only screen and (min-width: 770px) and (max-width: 1139px) {
    .post_gallery_play {
        height: 400px !important;
    }
}

@media only screen and (min-width: 555px) and (max-width: 769px) {
    .post_gallery_play {
        height: 340px !important;
    }
}

@media only screen and (min-width: 401px) and (max-width: 554px) {
    .post_gallery_play {
        height: 310px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .post_gallery_play {
        height: 240px !important;
    }
}
/*@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post_gallery_play {*/
/*height: 240px !important;*/
/*}
}*/


.post-area {
    padding-bottom: 10px;
    padding-top: 10px;
}

.gallery_item {
    margin-bottom: 26px;
}

.video-play-item .video-play-thumb {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .video-play-item {
        margin-bottom: 10px !important;
    }


    .post_gallery_sidebar {
        padding-top: 10px !important;
    }
}


.bussiness-post-item {
    margin-bottom: 30px;
}


@media only screen and (min-width: 770px) and (max-width: 4000px) {
    /* .bbooyy {
        width: 214px;
        height: 119px;
    }*/
    .bussiness-post-item .bussiness-post-thumb {
        width: 214px;
        min-width: 214px;
        height: 119px;
    }
}



/*
@media (min-width: 1600) {
    .post_gallery_inner_slider .slick-arrow {
        line-height: 77px !important;
        font-size: 35px;
    }
}*/


@media only screen and (min-width: 1600px) and (max-width: 2000px) {
    .post_gallery_inner_slider .slick-arrow {
        line-height: 77px !important;
    }
}


@media only screen and (min-width: 993px) and (max-width: 1140px) {
    .post_gallery_inner_slider .slick-arrow {
        line-height: 59px !important;
    }
}

@media only screen and (min-width: 765px) and (max-width: 990px) {
    .post_gallery_inner_slider .slick-arrow {
        line-height: 66px !important;
    }
}

.post_gallery_inner_slider .slick-arrow {
    font-size: 30px;
    background: #ed2425;
    color: white;
}

    .post_gallery_inner_slider .slick-arrow:hover {
        font-size: 35px;
        background: red;
        color: white;
    }


@media only screen and (min-width: 200px) and (max-width: 665px) {
    .titlehover {
        font-size: 16px;
        line-height: 20px;
        box-shadow: 0px 0px 0px 4px rgb(8 44 81 / 80%);
    }
}

@media only screen and (min-width: 666px) and (max-width: 980px) {
    .titlehover {
        font-size: 20px;
        line-height: 35px;
        box-shadow: 0px 0px 0px 4px rgb(8 44 81 / 80%);
    }
}

@media only screen and (min-width: 981px) and (max-width: 1201px) {
    .titlehover {
        font-size: 25px;
        line-height: 40px;
        box-shadow: 0px 0px 0px 4px rgb(8 44 81 / 80%);
    }
}

@media only screen and (min-width: 1201px) and (max-width:3000px) {
    .titlehover {
        font-size: 25px;
        line-height: 5px;
        box-shadow: 0px 0px 0px 4px rgb(8 44 81 / 80%);
    }
}


.titlehover:hover {
    color: #ed2425 !important;
}


.kur {
    padding-left: 5px;
    padding-right: 0px;
}

.launges {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 3px;
    padding-left: 0px;
}

.socmedia {
    border-left: 1.5px solid white;
    display: flex;
    flex-direction: row;
    padding-right: 0px;
}

cit-s {
}

/*@media only screen and (min-width: 576px) and (max-width: 771px) {
    .kur {
        padding-left: 0px;
        font-size: 11px;
        left: 0px;
    }

    .launges {
        font-size: 11px;*/
/* right: 0px;*/
/*}

    .socmedia {
    }

    cit-s {
    }
}*/


@media only screen and (min-width: 200px) and (max-width: 765px) {

    .kur {
        padding-left: 0px;
        font-size: 11px;
        left: 0px;
        text-align: center;
        margin-bottom: 2px;
    }

    .launges {
        margin-bottom: 3px;
        font-size: 15px;
        display: flex;
        justify-content: space-around;
        /* right: 0px;*/
    }

    .socmedia {
    }

    cit-s {
        /*margin-bottom:20px;*/
        display: flex;
        justify-content: space-evenly;
        font-size: 15px;
    }

    .header-area.header-style-2 .topbar-social .nice-select-item .nice-select {
        border-bottom: solid 1px;
    }
}

@media (max-width: 770px) {
    .header-topbar .topbar-social {
        justify-content: flex-start;
    }
}


@media (max-width: 767px) {
    .nice-select-item {
        display: flex;
    }
}

@media (max-width: 770px) {
    .nice-select-item {
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .header-topbar {
        display: flex;
    }
}

.post-meta .meta-date {
    padding-left: 20px;
}

.bussiness-post-item .bussiness-post-content .title {
    font-size: 19px;
    margin-bottom: 0px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    border-radius: 10px 10px 0px 0px;
}

.header-topbar .topbar-social p {
    padding-right: 0px;
}

.header-temperature .icon {
    padding-left: 0px;
    padding-right: 0px;
}



/*Mobile Search*/
.navv {
    max-width: 1000px;
    height: 0px;
    border-bottom: 25px solid transparent;
    /*border-left: 40px solid transparent;*/
    /*position: relative;*/
    margin: 0 auto;
    /*box-shadow: 20px 17px 27px rgba(0, 0, 0, 0.15);*/
}

    .navv::before {
        content: "";
        margin-top: 10%;
        display: block;
    }

    .navv .inner {
        width: 100%;
        height: 100px;
        position: absolute;
        top: -22px;
        right: 0;
        overflow: hidden;
        /**/ /*background: #860255;*/
        /* Webkit (Safari/Chrome 10) */
        /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #860255), color-stop(100, #EF4B3F));*/
        /* IE10+ */
        /*background-image: -ms-linear-gradient(left, #860255 0%, #EF4B3F 100%);*/
        /* Mozilla Firefox */
        /*background-image: -moz-linear-gradient(left, #860255 0%, #EF4B3F 100%);*/
        /* Opera */
        /*background-image: -o-linear-gradient(left, #860255 0%, #EF4B3F 100%);*/
        /* Webkit (Chrome 11+) */
        /*background-image: -webkit-linear-gradient(left, #860255 0%, #EF4B3F 100%);*/
        /* W3C Markup */
        /*background-image: linear-gradient(to right, #860255 0%, #EF4B3F 100%);*/
    }

    .navv .active {
        top: 80px !important;
        position: relative;
        transition: all 0.3s;
    }

    .navv ul {
        float: left;
        list-style-type: none;
        line-height: 6.2;
        padding: 0;
        margin: 0;
        transition: all 0.3s;
        position: relative;
        top: 0;
    }

    .navv li {
        display: inline-block;
        margin: 0;
    }

        .navv li::before {
            content: " / ";
            margin: 0 10px;
            color: rgba(255, 255, 255, 0.5);
        }

        .navv li:first-child::before {
            display: none;
        }

    .navv .search {
        width: 80px;
        height: 0px;
        float: right;
        color: #fff;
        font-size: 18px;
        /*border-bottom: 100px solid rgba(0, 0, 0, 0.1);*/
        border-left: 40px solid transparent;
        position: relative;
        transition: 0.3s;
    }

        .navv .search::before {
            content: "";
        }



    .navv .fa-search {
        position: relative;
        left: 0px;
        top: 38px;
    }

    .navv input[type=search] {
        background: transparent;
        border: none;
        border-bottom: 2px solid #fff;
        -webkit-appearance: none;
    }

    .navv input.search_box {
        position: absolute;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        top: -100px;
        width: 220px;
        /*right: 130px;*/
        transition: all 0.3s;
    }

    .navv .search_box_active {
        top: 37px !important;
        transition: all 0.3s;
    }

    .navv input:focus {
        outline: none;
    }

    .navv input::-webkit-input-placeholder {
        color: #fff;
    }

    .navv input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        height: 1px;
        width: 15px;
        background: transparent;
        border-radius: 50%;
    }

        .navv input[type=search]::-webkit-search-cancel-button::before {
            content: "+";
            color: #fff;
            font-weight: bold;
            -webkit-transform: rotate(45deg);
            font-size: 21px;
            position: absolute;
            top: -10px;
        }

    .navv a {
        color: #fff;
        text-decoration: none;
    }


@media only screen and (min-width: 770px) and (max-width: 3000px) {
    .navv .inner {
        top: -3px;
    }
}

@media only screen and (min-width: 660px) and (max-width: 770px) {
    .navv .inner {
        top: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-download-store .store-btn ul li a {
        width: 250px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1138px) {
    .footer-download-store .store-btn ul li a p {
        font-size: 11px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 3000px) {
    .slip-s {
        position: sticky;
        top: 60px;
        height: min-content;
    }
}


.latest-news-area {
    padding-top: 20px;
}



@media only screen and (min-width:1199px) and (max-width: 1600px) {
    .post-contact ul li a {
        width: 90px;
    }
}

.post_gallery_sidebar .nav li a.active {
    background: #ed2425;
}

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a.active, .header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav > ul > li > a:hover {
    background: #ed2425;
}

.stellarnav > ul > li > a::before {
    background: #d03c3c;
}

.header-area.header-style-2 .header-menubar .menubar-bg {
    background: #182539;
}

.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav.light {
    background: #182539;
}

.header-area.header-style-2 .header-menubar .header-date {
    background: #eb2425;
}


.trending-image-post .trending-image-content .post-meta .meta-categories::before {
    background: #ed2324;
}

.all-post-sidebar-3 .categories-list .categories-list-item ul li a::before {
    background: linear-gradient(90deg, #ed2324 0%, #ed2324 100%);
}


.stickyes {
    position: fixed;
    top: 0;
    width: 100%;
}


@media only screen and (min-width:1px) and (max-width: 770px) {
    .padeger {
        padding-left: 70px;
        padding-right: 70px;
    }

    .pad-men {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width:771px) and (max-width: 4000px) {
    .padeger {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.post-style-tab-post .tab-btn ul {
    justify-content: left;
}

@media only screen and (min-width:290px) and (max-width: 450px) {
    .post-style-tab-post .tab-btn ul {
        justify-content: space-between;
    }

        .post-style-tab-post .tab-btn ul li a {
            font-size: 15px;
        }
}


.nice-select-item {
    display: block;
}

.header-area.header-style-2 .header-menubar .header-date p {
    line-height: 58px;
}

.hover-reds:hover {
    background: #ed2324 !important;
}

.gallery_item .gallery_item_content .post-meta .meta-categories a {
    color: #ed2324 !important;
}

.gallery_item .gallery_item_content .title a:hover {
    color: #ed2324 !important;
}

.hover-color-reds:hover {
    color: #ed2324 !important;
}

.meta-post-2-style::before {
    background: #ed2324 !important;
}
/*.hoven:hover {
    color: white !important;
}*/
/*
.min-max:first-letter {
    text-transform:lowercase;
    text-transform: capitalize!important;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #ed2324 !important;
    color: white !important;
}

    .nav-pills .nav-link.active:hover {
        color: white !important;
    }

.feature-news-item {
    margin-top: 10px;
}

.trending-news-item .trending-news-content .post-meta .meta-categories a {
    color: #ed2324 !important;
}

.trending-news-item .trending-news-content .title a:hover {
    color: #ed2324 !important;
}

/*.navv ul {
    text-align: center;*/
/*float: none;*/
/*}
.navv li{
    margin-left:-50px;
}*/

@media only screen and (min-width:776px) and (max-width: 996px) {
    .navv ul {
        margin: 0px 250px;
    }

    .navv input.search_box {
        margin: 0px 250px;
    }
}

@media only screen and (min-width:470px) and (max-width: 775px) {
    .navv ul {
        margin: 0px 100px;
    }

    .navv input.search_box {
        margin: 0px 100px;
    }
}

@media only screen and (min-width:359px) and (max-width: 469px) {
    .navv ul {
        margin: 0px 60px;
    }

    .navv input.search_box {
        margin: 0px 60px;
    }
}

@media only screen and (min-width:280px) and (max-width: 358px) {
    .navv ul {
        margin: 0px 30px;
    }

    .navv input.search_box {
        margin: 0px 30px;
    }
}

recent-image {
    width: 360px;
    height: 247px;
}

@media only screen and (min-width:200px) and (max-width: 460px) {

    recent-image {
        width: 360px;
        height: 180px;
    }
}

.nav-pills .nav-link:hover {
    color: #ed2324 !important;
}

.main-btn.main-btn-2 {
    border: 1px solid #f49c9c;
    color: #182539;
    background: #ffcccc;
}

    .main-btn.main-btn-2:hover {
        background: #ed2324 !important;
        border: 1px solid #f49c9c;
    }


.footer-logo ul li a:hover {
    background: #ed2324 !important;
}

.widget-list .list ul li a:hover {
    color: #ed2324 !important;
}

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
    height: 300px;
    width: 100%;
    /*background: #F5F5F5;*/
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#style-3::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    border-radius: 10px;
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #182539;
}
    /* Handle on hover */
    #style-3::-webkit-scrollbar-thumb:hover {
        background: #ed2324;
    }

.local-news:hover {
    background: #ed2324 !important;
    color: white !important;
}

/*homepaces*/
/* width */
::-webkit-scrollbar {
    /*border-radius: 10px;*/
    width: 10px;
    background-color: #F5F5F5;
}

/* Track */
::-webkit-scrollbar-track {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background-color: #ed2324;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #182539;
    }


.trending-image-post::before {
    pointer-events: none !important;
}


.sliper-s {
    position: sticky;
    top: 40px;
    height: min-content;
}

@media only screen and (min-width:100px) and (max-width: 990px) {
    .sliper-s {
        position: inherit;
        top: 40px;
        height: min-content;
    }
}


.contact-info-item .title::before {
    background-color: #182539;
}

.widget-list {
    height: 100%;
}

.post-slider .slick-arrow {
    font-size: 30px;
    line-height: 85px;
    background: #182539;
    color: white;
}

    .post-slider .slick-arrow:hover {
        background: #eb2425;
        font-size: 35px
    }

.dowlandapptitle {
    text-align: left;
}



.post-meta .meta-categories a {
    color: #eb2425;
}

.title short-titles2:hover {
    color: #eb2425;
}

.post-meta .meta-date::before {
    left: 9px;
}

.cat-red:hover {
    color: #eb2425;
}

.meta-post-2-style .meta-post-categores a {
    color: #eb2425;
}

.header-area.header-style-2 .header-menubar .header-date p {
    font-size: 14px;
}


.post-meta .meta-categories a {
    color: white !important;
}

.header-search {
    width: 250px;
    float: right;
}

.post-layout-top-content.post-layout-top-content-3 {
    border-radius: 10px;
}



.photo-video-btns a {
    background-color: #eb2425 !important;
    color: white !important;
}

.photo-video-btns :hover {
    color: #eb2425 !important;
    background: white !important;
}



.facebook-btns a {
    color: #3B5998;
}

.facebook-btns :hover {
    color: white;
    background: #3B5998 !important;
}

.twiter-btns a {
    color: #1DA1F2;
}

.twiter-btns :hover {
    color: white;
    background: #1DA1F2 !important;
}

.whatsap-btns a {
    color: green;
}

.whatsap-btns :hover {
    color: white;
    background: green !important;
}

.telegram-btns a {
    color: rgb(39,163,226);
}

.telegram-btns :hover {
    color: white;
    background: rgb(39,163,226) !important;
}

.linkedin-btns a {
    color: rgb(0,119,181);
}

.linkedin-btns :hover {
    color: white;
    background: rgb(0,119,181) !important;
}

.gallery_item_thumb {
    overflow: hidden;
}

    .gallery_item_thumb a img {
        transition: all .35s ease;
    }

        .gallery_item_thumb a img:hover {
            transform: scale(1.15);
        }


.gallery_item_thumb {
    min-width: 100px !important;
    border-radius: 10px;
}

.nice-select .list {
    z-index: 5000;
}


.notfond-404 {
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 150px;
    margin-top: 150px;
}

.notfound-404-searc button {
    /*position: absolute;*/
    right: 0;
    top: 0;
    height: 40px;
    width: 60px;
    text-align: center;
    background: #ed2324;
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
}


.header-area.header-style-2 .header-centerbar .header-search .input-box input {
    padding-right: 70px;
}


.post-text img {
    width: 100% !important;
    height: auto !important;
}

.post-text {
    font-size: 14pt !important;
    background-color: none !important;
    color: #515A60 !important;
}

    .post-text span {
        font-size: 14pt !important;
        background-color: none !important;
        color: #515A60 !important;
    }

.post-layout-top-content .post-tags ul li a {
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
}

.title {
    text-transform: none;
}

.post-layout-top-content .post-text p {
    margin-bottom: 15px;
}

.post-meta .meta-categories a {
    color: #eb2425 !important;
}

.post-meta .meta-date {
    color: #eb2425 !important;
}


iframe {
    width: 100%;
}




@media only screen and (min-width:200px) and (max-width: 460px) {

    .basisst {
        font-size: 17px;
        font-weight: 400;
        background-color: #182539;
        border-radius: 100px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: white;
        display: flex;
        align-content: flex-start;
        justify-content: space-around;
        position: absolute;
        align-items: center;
        border: solid 2px;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 18px -5px;*/
    }

    .slick-dots li {
        width: 25px !important;
    }

    .disdive {
        display: flex;
        align-content: space-between;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        margin-right: 20px;
    }
}

@media only screen and (min-width:460px) and (max-width: 3000px) {

    .basisst {
        font-size: 20px;
        font-weight: 600;
        background-color: #182539;
        border-radius: 100px;
        width: 35px;
        height: 35px;
        text-align: center;
        color: white;
        display: flex;
        align-content: flex-start;
        justify-content: space-around;
        position: absolute;
        align-items: center;
        border: solid 2px;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 18px -5px;*/
    }

    .slick-dots li {
        width: 30px !important;
    }

    .disdive {
        display: flex;
        align-content: space-between;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        margin-right: 25px;
    }
}

.basisst:hover {
    background-color: red;
}

.slick-active .basisst {
    background-color: #eb2425;
}

.trending-item {
    width: 100% !important;
}

.trending-slider .slick-track {
    width: 100% !important;
}

.yazi-sondakika {
    color: black;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 17px;
}

.topbar-trending .trending-slider .trending-item p {
    color: black;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 17px;
}

.sondakika-span {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.topbar-trending > .sondakika-span {
    float: left;
    background: #eb2425;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media only screen and (min-width:200px) and (max-width: 520px) {
    .yazi-sondakika {
        color: black;
        font-weight: bold;
        padding: 5px 4px;
        font-size: 14px;
    }

    .topbar-trending > .sondakika-span {
        float: left;
        background: #eb2425;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 5px 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 180px;
    }

    .topbar-trending .trending-slider .trending-item p {
        color: black;
        font-weight: bold;
        padding: 5px 4px;
        font-size: 14px;
    }
}

@media only screen and (min-width:520px) and (max-width: 660px) {
    .yazi-sondakika {
        color: black;
        font-weight: bold;
        padding: 5px 4px;
        font-size: 14px;
    }

    .topbar-trending > .sondakika-span {
        float: left;
        background: #eb2425;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 5px 12px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 120px;
    }

    .topbar-trending .trending-slider .trending-item p {
        color: black;
        font-weight: bold;
        padding: 5px 4px;
        font-size: 14px;
    }
}

@media only screen and (min-width:660px) and (max-width: 770px) {
    .yazi-sondakika {
        color: black;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 17px;
    }

    .topbar-trending > .sondakika-span {
        float: left;
        background: #eb2425;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 180px;
    }

    .topbar-trending .trending-slider .trending-item p {
        color: black;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 17px;
    }
}

@media only screen and (min-width:771px) and (max-width: 1001px) {
    .yazi-sondakika {
        color: black;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 17px;
    }

    .topbar-trending > .sondakika-span {
        float: left;
        background: #eb2425;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 150px;
    }

    .topbar-trending .trending-slider .trending-item p {
        color: black;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 17px;
    }
}




.MeAnaClass {
    border: 1px #b7b7b7 solid !important;
    border-radius: 15px !important;
    padding: 3px!important;
    background: #fff!important;
}

.MeImageClass {
    object-fit: cover;
    width: 130px !important;
    height: 90px !important;
    border-radius: 5px;
    max-width: 130px !important;
}

.MeTitleClass {
    font-size: 20px !important;
    line-height: 24px !important;
    margin: 0px !important;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
    .MeTitleClass {
        font-size: 15px !important;
        line-height: 24px !important;
        margin: 0px !important;
    }
}

.MeAnaClass:hover {
    background: #f2f6f8 !important;
    box-shadow: 2px 3px #f2f6f8;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    .slick-dots {
        bottom: -35px !important;
        z-index: 1000;
    }
}

@media only screen and (min-width:769px) and (max-width: 4000px) {
    .slick-dots {
        bottom: -48px !important;
        z-index: 1000;
    }
}


.stellarnav.mobile.right > ul {
    z-index: 1001 !important;
}



.card {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px #ddd;
}

    .card .header {
        display: flex;
        align-items: center;
    }

.header .img {
    height: 75px;
    width: 75px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.header .details {
    margin-left: 20px;
}

.details span {
    display: block;
    background: #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.details .name {
    height: 15px;
    width: 100px;
}

.details .about {
    height: 13px;
    width: 150px;
    margin-top: 10px;
}

.card .description {
    margin: 25px 0;
}

.description .line {
    background: #d9d9d9;
    border-radius: 10px;
    height: 485px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.description .line-1 {
    width: calc(100% - 15%);
}

.description .line-3 {
    width: calc(100% - 40%);
}

.card .btns {
    display: flex;
}

    .card .btns .btn {
        height: 45px;
        width: 100%;
        background: #d9d9d9;
        border-radius: 25px;
        position: relative;
        overflow: hidden;
    }

.btns .btn-1 {
    margin-right: 8px;
}

.btns .btn-2 {
    margin-left: 8px;
}

.header .img::before,
.details span::before,
.description .line::before,
.btns .btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 100% 500px;
    animation: shimmer 2s linear infinite;
}

.header .img::before {
    background-size: 100% 100%;
}

.details span::before {
    animation-delay: 0.2s;
}

.btns .btn-2::before {
    animation-delay: 0.22s;
}

@keyframes shimmer {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}


/*.post_gallery_slider, .post-slider {
    display: none;
}*/

.go-top-wrap .go-top-btn::after {
    -webkit-animation: none !important;
    animation:none !important;
}




/*ÜstManset Skeleton*/
.sonisle2 .imgLine {
    height: 77px;
    width: 100px;
    background: #d9d9d9;
    border-radius: 10px;
}
.sonisle2 .imgLine::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 100% 100px;
    animation: shimmer 2s linear infinite;
}
.sonisle2 .line {
    height: 19px;
    width: 100%;
    margin: 3px;
    background: #d9d9d9;
}
.sonisle2 .line::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 100% 19px;
    animation: shimmer 2s linear infinite;
}
.sonisle2 .line1 {
    height: 19px;
    width: 75%;
    margin: 3px;
    background: #d9d9d9;
}
.sonisle2 .line1::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 75%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 100% 19px;
    animation: shimmer 2s linear infinite;
}
.sonisle2 .line2 {
    height: 18px;
    width: 95%;
    margin: 3px;
    background: #d9d9d9;
}
.sonisle2 .line2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 95%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 100% 18px;
    animation: shimmer 2s linear infinite;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

@media only screen and (max-width: 600px) {
    /* Burada mobil cihazlar için geçerli CSS kuralları bulunur */
    .breaking-news-ticker {
        height: 40px !important;
        line-height: 38px !important;
        font-size:18px !important;
    }
    .bn-controls{
        display:none !important;
    }
    .bn-news{
        right:0px !important;
    }
}