﻿@-webkit-keyframes move-forever4 {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }

    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever4 {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }

    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }

    100% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }

    100% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }

    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px, 0%);
        transform: translate(-90px, 0%);
    }

    100% {
        -webkit-transform: translate(85px, 0%);
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes move {
    0% {
        top: 0
    }

    50% {
        top: -10px
    }

    100% {
        top: 0
    }
}

@keyframes move {
    0% {
        top: 0
    }

    50% {
        top: -10px
    }

    100% {
        top: 0
    }
}

.fade {
    -webkit-animation: fade .7s;
    animation: fade .7s
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
 

.cover-link {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 50
}

.main-pusher {
    background: #fdfdfd
}

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
    font-weight: 700
}
 

.main__slider {
    position: relative;
    width: 100%
}

.main__slider__cell {
    width: 100%
}

.main__slider__item {
    height: 100vh;
    position: relative;
    overflow: hidden
}

    .main__slider__item::before {
        opacity: .8;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.7)),color-stop(22.19%,rgba(0,0,0,.58)),color-stop(48.23%,rgba(0,0,0,0)),color-stop(77.6%,rgba(0,0,0,.6)),to(rgba(0,0,0,.59)));
        background: linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.58) 22.19%,rgba(0,0,0,0) 48.23%,rgba(0,0,0,.6) 77.6%,rgba(0,0,0,.59) 100%)
    }

.main__slider__content {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 20;
    right: 0
}

.main__slider__title {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    font-weight: 900;
    padding-bottom: 9px;
    text-align: center
}

    .main__slider__title::before {
        position: absolute;
        content: "";
        height: 5px;
        width: 50%;
        max-width: 256px;
        background-color: var(--blue);
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
 
.right__topbar {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__shoar img {
    height: 45px;
}

.today {
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
    color: #fff
}

.left__topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px
}

.menuBtn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    height: 31px;
    width: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    position: relative
}

    .menuBtn span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
        flex: 0 0 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.lang {
    position: relative
}

    .lang span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 700;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        font-size: 20px;
        line-height: normal;
        color: #fff
    }

        .lang span i {
            font-size: 12px
        }

    .lang:hover .langs {
        opacity: 1;
        visibility: visible
    }

.langs {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    padding: 10px;
    border-radius: 7px;
    background-color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden
}

    .langs li:not(:last-child) {
        margin-bottom: 5px
    }

    .langs li a {
        font-size: 14px;
        font-weight: 700;
        color: var(--blue)
    }
     
.main__slider__section {
    position: relative;
    overflow: hidden
}
 
.colordark {
    color: var(--dark);
}
.colorgreen {
    color: var(--blue);
}
.colorgray {
    color: var(--gray);
}
.news {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px 0
}

.site__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    font-size: 22px
}

    .site__head::before {
        content: "";
        width: 50px;
        height: 5px;
        border-radius: 6px;
        background-color: var(--dark)
    }

    .site__head::after {
        content: "";
        width: 50px;
        height: 5px;
        border-radius: 6px;
        background-color: var(--dark)
    }

.main-pusher {
    -webkit-transition: .3s;
    transition: .3s
}

.main-pusher--pushed {
    -webkit-transform: translateX(280px);
    transform: translateX(280px)
}

.blind-area {
    overflow-y: scroll;
    width: 280px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #292e35;
    padding: 30px 15px;
    z-index: 1000;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    visibility: hidden;
    opacity: 0
}

.blind-area--show {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.blind {
    margin-bottom: 30px
}

.blind__title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #434343;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.blind__link {
    display: block;
    padding: .6em;
    margin: 0 0 15px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 1px solid #fff;
    font-size: 16px;
    width: 100%
}

    .blind__link.active {
        background-color: #fff;
        color: #333
    }

.custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px
}

.custom__info {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px
}

.custom__btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
    padding: 12px 0;
    background-color: #2250fc;
    color: #fff;
    font-size: 14pxem
}

    .custom__btn:not(:last-child) {
        border-left: .5px solid #2220fc
    }

.blind__button {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: fixed;
    left: 0;
    top: 25%;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #454545;
    border: 0;
    z-index: 1000
}

    .blind__button:hover .blind__button__text {
        visibility: visible;
        opacity: 1
    }

.blind__button--hidden {
    left: -65px
}

.blind__button__icon {
    color: #fff;
    font-size: 20px
}

.blind__button__text {
    position: absolute;
    border-radius: 5px;
    left: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    padding: 9.5px 5px;
    color: #fff;
    background-color: #454545;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

    .blind__button__text::before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 0;
        top: 50%;
        right: 100%;
        height: 0;
        border-style: solid;
        border-width: 3.5px 5px 3.5px;
        border-color: transparent #454545 transparent transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.blind__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 500;
    visibility: hidden;
    opacity: 0
}

    .blind__overlay:hover {
        cursor: url(../../Images/close.webp),auto
    }

.blind__overlay--show {
    visibility: visible;
    opacity: .5
}

.main-pusher.colorblind1, .main-pusher.zones.colorblind1 {
    -webkit-filter: url(../../Images/filters.svg#protanopia) grayscale(0) !important;
    filter: url(../../Images/filters.svg#protanopia) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind1, .main-pusher.zones.colorblind1 {
    filter: url(../../Images/filters.svg#protanopia) grayscale(0) !important
}

.main-pusher.colorblind2, .main-pusher.zones.colorblind2 {
    -webkit-filter: url(../../Images/filters.svg#protanomaly) grayscale(0) !important;
    filter: url(../../Images/filters.svg#protanomaly) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind2, .main-pusher.zones.colorblind2 {
    filter: url(../../Images/filters.svg#protanomaly) grayscale(0) !important
}

.main-pusher.colorblind3, .main-pusher.zones.colorblind3 {
    -webkit-filter: url(../../Images/filters.svg#deuteranopia) grayscale(0) !important;
    filter: url(../../Images/filters.svg#deuteranopia) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind3, .main-pusher.zones.colorblind3 {
    filter: url(../../Images/filters.svg#deuteranopia) grayscale(0) !important
}

.main-pusher.colorblind4, .main-pusher.zones.colorblind4 {
    -webkit-filter: url(../../Images/filters.svg#deuteranomaly) grayscale(0) !important;
    filter: url(../../Images/filters.svg#deuteranomaly) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind4, .main-pusher.zones.colorblind4 {
    filter: url(../../Images/filters.svg#deuteranomaly) grayscale(0) !important
}

.main-pusher.colorblind5, .main-pusher.zones.colorblind5 {
    -webkit-filter: url(../../Images/filters.svg#tritanopia) grayscale(0) !important;
    filter: url(../../Images/filters.svg#tritanopia) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind5, .main-pusher.zones.colorblind5 {
    filter: url(../../Images/filters.svg#tritanopia) grayscale(0) !important
}

.main-pusher.colorblind6, .main-pusher.zones.colorblind6 {
    -webkit-filter: url(../../Images/filters.svg#tritanomaly) grayscale(0) !important;
    filter: url(../../Images/filters.svg#tritanomaly) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind6, .main-pusher.zones.colorblind6 {
    filter: url(../../Images/filters.svg#tritanomaly) grayscale(0) !important
}

.main-pusher.colorblind7, .main-pusher.zones.colorblind7 {
    -webkit-filter: url(../../Images/filters.svg#achromatopsia) grayscale(0) !important;
    filter: url(../../Images/filters.svg#achromatopsia) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind7, .main-pusher.zones.colorblind7 {
    filter: url(../../Images/filters.svg#achromatopsia) grayscale(0) !important
}

.main-pusher.colorblind8, .main-pusher.zones.colorblind8 {
    -webkit-filter: url(../../Images/filters.svg#achromatomaly) grayscale(0) !important;
    filter: url(../../Images/filters.svg#achromatomaly) grayscale(0) !important
}

.main-pusher _:-moz-tree-row(hover), .main-pusher.colorblind8, .main-pusher.zones.colorblind8 {
    filter: url(../../Images/filters.svg#achromatomaly) grayscale(0) !important
}

/* News Css*/

 

.news-content {
    min-height: 400px;
}

.inner__content .header {
    position: relative;
    background-color: var(--dark);
    padding: 15px 0 0 0;
}

.inner__content .header--fixed .topbar {
    height: initial;
    display: flex;
    padding-bottom: 14px;
}

.inner__content .header--fixed .logo {
    height: initial;
}

.page-location {
    background: 0 0 !important
}

ul.breadcrumb li a:hover {
    color: var(--blue);
    text-decoration: none !important
}

ul.breadcrumb li a {
    display: inline-flex
}

ul.breadcrumb {
    display: flex;
    padding: 10px 0 20px 0;
    flex-wrap: wrap;
    gap: 5px;
    margin: 15px 0 20px 0;
    border-bottom: 1px solid #ebebeb;
}

#es-content .news-info-wrap .news-info ul {
    flex-wrap: wrap;
    gap: 10px;
}

ul.breadcrumb li a {
    line-height: normal;
}

.inner__sec {
    padding: 0 0 60px 0;
}

    .inner__sec p {
        line-height: normal;
    }

    .inner__sec pre {
        line-height: normal;
    }

    .inner__sec span {
        line-height: normal;
    }
.page-location ul.breadcrumb li {
    color: #e9ecef !important; 
}

    .page-location ul.breadcrumb li:first-child {
        color: white !important;
    }

    .page-location ul.breadcrumb li + li::before {
        padding: 0 5px 0 0;
        content: "›";
        color: #000;
        font-size: 22px;
        position: relative;
        top: 2px;
    }
   

.inner__page1 {
    padding: 30px 0
}

.es-posts .es-post-thumb {
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    height: 120px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1)
}

    .es-posts .es-post-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%
    }

.review-area {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-top: 0 !important
}

.comment-form-area {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.meta-list {
    border-color: #ebebeb !important
}

.es-post-summary .es-post-thumb {
    margin-inline-end: 0 !important
}

    .es-post-summary .es-post-thumb img {
        box-shadow: none !important;
        margin-inline-end: 0 !important
    }

.single-post-wrap .es-post-content .es-post-summary {
    display: inline-flex !important;
    padding: 0 !important;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.3)
}

p.es-post-summary-text {
    background: rgba(4,146,194,.2);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--blue);
    text-align: justify
}

.es-similar-post {
    border-bottom: 0 !important
}

.es-posts .es-post-item {
    border-bottom: 1px solid #ebebeb
}

.submit-button {
    background: var(--blue) none repeat scroll 0 0 !important
}

.es-news-box-download .es-news-box-download-title, .es-news-box-similar .es-news-box-similar-title {
    background: var(--blue) !important
}

.es-posts .es-post-thumb i {
    font-size: 20px;
    padding: 8px;
    border-radius: 0 0 0 15px;
    z-index: 10;
}

.es-post-header h6 {
    font-size: 14px;
    color: var(--blue);
    margin-bottom: 5px
}

.es-post-item .es-post-title a {
    color: #333f66
}

.es-post-item .es-post-title {
    margin-bottom: 5px;
    font-size: 16px
}

.es-post-item .es-post-meta .es-meta {
    color: #7e7d85;
    font-size: 14px
}

.es-post-summary p {
    font-size: 15px;
    line-height: 24px;
    color: #7e7d85;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 5px 0 0 0
}

.es-posts .es-post-item {
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 10px
}

.es-page-content {
    margin: 20px 0 0 0
}

.news-info-wrap {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px
}

    .news-info-wrap ul {
        margin: 0;
        display: flex;
        padding: 0;
    }

        .news-info-wrap ul li {
            margin-inline-end: 15px;
            display: flex;
            align-items: center
        }

            .news-info-wrap ul li i {
                color: #162559;
                font-size: 1.2em;
                margin-inline-end: 5px
            }

        .news-info-wrap ul.left-print li {
            margin: 0
        }

    .news-info-wrap .news-info {
        line-height: 1;
        height: 100%;
        display: flex;
        align-items: center
    }

    .news-info-wrap .news-tools li a {
        display: flex
    }

.news-tools {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.news-info-wrap::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fdfbf7 transparent transparent transparent
}

.news-info-wrap::before {
    content: "";
    position: absolute;
    top: 99%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 12px 0 12px;
    border-color: #d3d3d3 transparent transparent transparent
}

.news-head h6 {
    font-weight: 600;
    font-size: 1em;
    color: var(--blue);
    margin-bottom: 0;
    line-height: 28px;
    margin-bottom: 10px
}

.news-head h2 {
    font-weight: 900;
    font-size: 1.4em;
    color: #000;
    line-height: 32px;
    margin-bottom: 10px
}

.news-lead p {
    background: #eff3f6;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000
}

.news-content .news-img {
    float: left;
    border: 5px solid #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    margin: 0 20px 15px 0;
    display: flex;
    border-radius: 5px
}

    .news-content .news-img img {
        border-radius: 5px
    }

.extra-meta ul li i, .extra-meta ul li span {
    color: #dc3545;
    font-weight: 500
}

.es-post-content {
    line-height: 26px
}

.short-url-area {
    display: flex;
    flex-direction: row-reverse;
    width: 300px;
    margin-bottom: 30px
}

    .short-url-area #shorturl {
        text-align: left;
        border-radius: 0 !important
    }

.mag-article-shorturl #copybtn {
    font-weight: 400 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 1px solid var(--blue);
    margin: 0 !important;
    letter-spacing: 0 !important;
    background: var(--blue) !important;
    color: #fff !important;
    padding: 6px 10px !important
}

.mag-article-shorturl #copytext {
    border-radius: 5px
}

.es-archive-list a {
    background: var(--blue);
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff
}

.post-title h2 {
    font-size: 14px;
    margin: 20px 0
}

.product-reviews {
    max-width: 600px;
    margin: 0 auto
}

.submit-button {
    background: var(--blue);
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    color: #fff
}

.es-form-simple .es-has-icon-right > input[type] {
    font-size: 16px;
    border-radius: 5px
}

.es-position-relative .es-form-control {
    font-size: 16px;
    padding-inline-start: 20px;
    border-radius: 5px
}

.meta-list {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 20px
}

.administrator-info {
    border-bottom: 1px solid #efefef
}

.product-reviews .inner {
    font-size: 20px;
    font-weight: 700
}

.review-area {
    margin-top: 20px;
    border-top: 1px solid #efefef
}

.justified-gallery {
    background: #f3f3f3;
    border-radius: 5px;
    margin: 15px 0 0 0
}

.inner-post-gallery img {
    border-radius: 5px
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 99999
}

.es-post-video {
    margin: 20px 0
}

.es-news-box-download .es-news-box-download-title, .es-news-box-similar .es-news-box-similar-title {
    background: var(--blue)
}

.es-archive-list a {
    background: #e0ffd9 !important;
    border: 1px solid #79cf7a !important;
    color: #276b35 !important
}

.extra-meta ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    #es-content .news-info-wrap .news-tools ul {
        margin-top: 15px;
    }

    #es-content .news-info-wrap .news-info ul li {
        font-size: 14px;
    }

    .news-head h2 {
        font-size: 16px;
        line-height: normal;
    }

    .news-head h6 {
        font-size: 14px;
        line-height: normal;
    }

    .news-lead p {
        font-size: 14px;
    }

    .news-content .news-img {
        margin: 0 0 15px 0;
    }

    ul.breadcrumb li a {
        font-size: 13px;
    }

    .es-posts .es-post-thumb {
        width: 120px;
        flex: 0 0 120px;
        height: 80px;
    }

    .es-posts .es-post-item {
        flex-direction: row !important;
    }

    .es-post-header h6 {
        font-size: 12px;
        line-height: normal;
    }

    .es-post-item .es-post-title {
        font-size: 14px;
        line-height: normal;
    }
}
/*New Css*/