/*-----------------------------------------------------------------------------------

    Template Name: Newspark - News Magazine Template
    Template URI: <a href="http://html.quomodosoft.com/oifolio/">http://html.quomodosoft.com/oifolio/</a>
    Description: News Magazine Template
    Author: quomodotheme
    Author URI: <a href="http://html.quomodosoft.com/oifolio/">http://html.quomodosoft.com/oifolio/</a>
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
  02. Header
    03. Hero
  04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("<a href="https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;800;900&display=swap&quot;)">https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;800;900&amp;amp;display=...</a>;
html,
body {
    height: 100%;
}
b, strong {
    font-weight: 600;
}
.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-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%;
    height: auto;
}

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;
}
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-weight: 500;
    color: #222;
    margin: 0px 0 15px;
    line-height: normal;
}

.title {
    text-transform: none;
}

p {
    margin: 0 0 15px;
}
.date-range{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.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;
    padding: 5px 10px;
    display: inline-block;
    background-color: #1091ff;
    box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
}
.section-title .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}
.section-title-rubrick{
    text-transform: uppercase;
}
.section-title:hover{
    background-color: #ffffff;
    transition: all 0.3s ease-out 0s;
}
.section-title:hover .title{
    color: #1091ff;
    transition: all 0.3s ease-out 0s;
}
.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 &gt; 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;
}
.post_gallery_play .bg-image img{
	/*object-fit: fill !important; */
}
/*===========================
    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: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 5px;
    }
}
@media (max-width: 767px) {
    .header-topbar .topbar-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-top: 5px;
    }
}
.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 &gt; 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;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@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{
    border-right: 1.5px solid rgba(23, 34, 43, 0.3);
}
.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;
}
.header-currency .currency-item{
        list-style-type: none;
}
.header-currency .currency-item span{
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-currency .euro-cur::before {
    content: '';
    display: block;
    background: url("/bitrix/templates/kalink/images/euro.svg");
    width: 1vw;
    height: 1vw;
}

.header-currency .usd-cur::before {
    content: '';
    display: block;
    background: url("/bitrix/templates/kalink/images/usd.svg");
    width: 1vw;
    height: 1vw;
}

.header-currency .rub-cur::before {
    content: '';
    display: block;
    background: url("/bitrix/templates/kalink/images/rub.svg");
    width: 1vw;
    height: 1vw;
}
@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 &gt; 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;
    padding-left: 25px;
}
.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 &gt; 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 &gt; ul &gt; li &gt; a.active,
.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav &gt; ul &gt; li &gt; a:hover {
    background: #1091ff;
}
.header-area.header-style-2 .header-menubar .header-menu-style-2 .stellarnav &gt; 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 &gt; 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 &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; 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 &gt; 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 &gt; ul &gt; li &gt; a:hover,
.header-area.header-dark .header-menubar .header-menu .stellarnav &gt; ul &gt; li &gt; 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: flex-start;
}
@media (max-width: 767px) {
    .single__post {
        display: block;
        text-align: center;
    }
}
.single__post .post-thumb {
    max-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;
}
.single__post .post-content p{
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@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: 50%;
    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: 300px;
    width: 100%;
    background: linear-gradient(#17222b 0%, #17222b 100%);
    opacity: 0.85;
}
.post_gallery_play .post__gallery_play_content {
    padding-left: 40px;
    padding-bottom: 21px;
    color: #fff;
    font-weight: 400;
    padding-right: 30px;
}
.post_gallery_play .bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropbtn {
  background-color: #1091ff;
  color: white;
  padding: 16px;
    font-size: 24px;
  border: none;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(23, 34, 43, 0.1);
  width: 100%;
  color: rgba(23, 34, 43, 0.85);
    font-weight: 500;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #0f8df9;
  transition: all 0.3s ease-out 0s;
  color: #fff;
}

#myInput {
    width: 100%;
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: scroll;
  max-height: 400px;
  border: 1px solid #ddd;
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
@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-categories a:hover{
    color: #1091ff;
}
.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: center;
    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: flex-start;
    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 {
    max-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: 14px;
    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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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;
}
.post_gallery_inner_slider .item img{
    width: 95px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
}
.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(#17222b 0%, #17222b 100%);
    opacity: 0.85;
}
.single-play-post-item img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}
.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(#17222b 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;
    min-height: 320px;
    min-width: 255px;
    object-fit: cover;
}
.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 
===========================*/
.weather {
    flex: 1 1 auto;
}
.weather-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    color: #0b0b0b;
    gap: 5px;
    padding: 0;
    font-weight: 500;
    margin-bottom: 0;
}

.weather-item img {
    color: white;
}

.weather-desc {
    font-size: 0.9vw;
    text-align: left;
    opacity: .6;
}

.temperature {
    font-size: 1.5625vw;
}

/*===========================
    5.END TRENDING NEWS css 
===========================*/
/*===========================
    5.TRENDING NEWS css 
===========================*/
.block_reklama .trending-news-item .trending-news-content{
    font-size: 14px;
}
.block_graphic p{
    font-size: 14px;
}
.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;
    height: 230px;
}
.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%;
    max-height: 100%;
    object-fit: cover;
    -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 &gt; a {
    border-color: #c5c8ca !important;
    color: #fff !important;
}
.trending-news-item.trending-news-item-dark .trending-news-content &gt; 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;
    color: #fff;
}
@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-social ul li a.item-7 {
    background: #0077ff;
}
.trending-social ul li a.item-8 {
    background: #00ab6c;
}
.trending-social ul li a.item-9 {
    background: #100941;
}
.trending-social ul li a.item-10 {
    background: #00eae3;
}
.trending-news-post-items {
    border-top: 2px dashed #dadcdd;
    padding-top: 25px;
}
.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(#000000 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;
}
.stonk-news-post .post-meta .meta-categories{
    width: 40%;
}
/*===========================
    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 &gt; 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(#17222b 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(#17222b 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;
    }
}
.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 &gt; img {
    width: 100%;
}
.Categories-post .Categories-item .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #17222b;
    opacity: 0.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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; a {
    border-color: #c5c8ca;
    color: #fff;
}
.business-post-item.business-post-item-dark .trending-news-content &gt; 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 &gt; a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(23, 34, 43, 0.6);
}
.bussiness-post-item .bussiness-post-content &gt; a:hover {
    color: #1091ff;
}
.bussiness-post-item .bussiness-post-content &gt; 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 &gt; a {
    font-size: 14px;
    font-weight: 500;
    color: #ff5555;
    position: relative;
}
.international-news-items .international-news-item .international-news-content &gt; 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;
}
.footer-topbar .align-items-center{
    align-items: flex-start !important;
}
@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: 60px;
}
.footer-widget-area .footer-widget-right-border .list{
    color: rgba(255, 255, 255, 0.4);
}
@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;
}
.right-block-footer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;  
}
.right-block-footer .copyright{
    color: rgba(255, 255, 255, 0.4);
}
.right-block-footer .copyright a{
    color: rgba(255, 255, 255, 0.4);
}
.right-block-footer .copyright a:hover{
    color: #1091ff;
}
.right-block-footer .copyright img{
    width: 10%;
    margin: 0 10px;
}
@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: 185px;
    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 &gt; .title {
    font-size: 44px;
    line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-play-item .post-play-content &gt; .title {
        font-size: 36px;
        line-height: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-play-item .post-play-content &gt; .title {
        font-size: 41px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .post-play-item .post-play-content &gt; .title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-play-item .post-play-content &gt; .title {
        font-size: 30px;
        line-height: 36px;
    }
}
.post-play-item .post-play-content &gt; .title a {
    color: #fff;
}
.post-play-item .post-play-content &gt; .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 &gt; .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 &gt; .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 &gt; .title {
        font-size: 15px;
        line-height: 18px;
    }
}
.post-play-list .post-play-list-item &gt; .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 &gt; 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 &gt; a {
        margin-right: 15px;
        font-size: 20px;
    }
}
.about-item-area .about-tab-btn ul li &gt; 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;
}
.page-item:first-child .page-link.begin i{
    transform: rotate(180deg);
}
/*===========================
    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;
}
.about-item-area .post-layout-top-content {
    padding-top: 0;
}
.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;
}
.post-layout-top-content iframe{
    width: 100%;
}
@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(#17222b 0%, #17222b 100%);
    opacity: 0.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;
}
@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;
    display: flex;
    gap: 10px;
}
.post-author .author-info ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.post-author .author-info ul li i.fas{
    margin-right: 5px;
}
@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 */

li .language__img{
    cursor: pointer;
}