@font-face {
    font-family: 'Conv_AbhayaLibre-Regular';
    src: url('../fonts/AbhayaLibre-Regular.eot');
    src: local('☺'), url('../fonts/AbhayaLibre-Regular.woff') format('woff'), url('../fonts/AbhayaLibre-Regular.ttf') format('truetype'), url('../fonts/AbhayaLibre-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');

img {
    border: none;
}
a {
    text-decoration: none;
}
body {
    background: #fff;
    font-family:'Conv_AbhayaLibre-Regular',Sans-Serif;
    font-size: 16px;
    position: static!important;
    width: 100%!important;
    overflow-y: scroll!important;
}
.ds-ad{
    background: url('../img/ds-ad-bg.png') center top no-repeat;
    height: 97px;
    background-size: 100%;
    color: #FFF;
    margin: 100px 0;
}
.ds-ad .container{
    position: relative;
}
.ds-ad .add-icon a{
    float: left;
    margin-right: 10px;
}
.ds-ad .add-icon img{
    width: 150px;
}
.ds-ad .mobile-app{
    position: absolute;
    right: 0;
    top: -85px;
    height: 250px;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 2.5s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}


.bottom-sticky-ad{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 45px;
    display: none;
    z-index: 9991;
}

.bottom-sticky-ad .sticky-ad-down{
    position: absolute;
    left: 0;
    /*right: 0;*/
    width: 50px;
    text-align: center;
    margin: 0 auto;
    top: -36px;
    color: red;
    background: #f8f9fa;
    padding: 10px 15px;
    font-size: 18px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: -1;
}

#back-to-top {
    position: fixed;
    bottom: 12%;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: red;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

#welcomeModal{
    margin-top: 10%;
    z-index: 99999999;
}
#welcomeModal .modal-body{
    position: relative;
    width: 660px;
    padding: 0;
}
#welcomeModal .modal-dialog{
    max-width: 660px;

}
#welcomeModal button{
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    padding: 5px 8px 10px 9px;
    color: #FFF;
}

#welcomeModal img{
    width: 100%;
}


/*template css*/
.body-top-ad{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.body-top-ad .bg-light{
    background-color: unset!important;
}

main{
    background: #FEFDF0;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 20px;
}
header {
    background: url(../img/header-bg.png) center top no-repeat;
    background-size: 100% 100%;
    padding: 0 10px 0 10px;
    height: 90px;
    overflow: hidden;
}
header .logo{
    width: 235px;
}
header .logo img{
    width: 100%;
}
header .logo img {
    width: 100%
}
header .todayTime{
    display: block;
}
header .btn{
    border-radius: 8px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.nav-area{
    height: 41px;
}
#navbar_top .head-social{
    margin: 7px 0 0 0;
    padding: 0;
}
#navbar_top .head-social li{
    list-style: none;
    float: right;
    margin-left: 10px;
}
#navbar_top .head-social li a{
    color: #FFF;
    font-size: 18px;
}

#navbar_top {
    background: #56001A;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.2);
    background-size: 100% 100%;
    display: block;
    padding: 0;
    transition: all 700ms;
}
#navbar_top .navbar-brand img {
    width: 120px
}
#navbar_top .navbar-brand {
    display: none
}
#navbar_top.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s
}
#navbar_top .nav-item .nav-link {
    position: relative
}
#navbar_top .navbar-nav .nav-link {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    padding-right: .8rem;
    padding-left: .8rem;
}
#navbar_top  .navbar-nav .nav-item:first-child .nav-link{
    padding-left: 0;
}
#navbar_top .nav-search{
    margin-left: 25px;
}
#navbar_top .nav-search a{
    margin-top: 7px;
    display: inline-block;
    color: #FFF;
}
#navbar_top #cse-search-box{
    position: absolute;
    right: 4%;
    top: 1%;
    background: #FFF;
    width: 80%;
    height: 42px;
    padding: 8px 0 0 8px;
    display: none;
}
#navbar_top #cse-search-box input{
    width: 96%;
    float: left;
    border: unset;
}
#navbar_top #cse-search-box button{
    background: unset;
    border: unset;
}
#navbar_top #cse-search-box a{
    position: absolute;
    right: -6px;
    top: -16px;
    font-size: 11px;
    color: red;
    background: whitesmoke;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px 6px;
}
#navbar_top .navbar-nav .dropdown-menu{
    background-color: #56001A;
    border-top: 1px solid #FFC700;
    border-radius: unset;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#navbar_top .navbar-nav .dropdown-item{
    color: #FFF;
}
#navbar_top .navbar-nav .dropdown-item:hover{
    background-color: #56001A;
    background: #56001A;
}
#navbar_top .dropdown-toggle:after{
    vertical-align: 1px;
}

#archiveArea{
    text-align: center;
}
#archiveArea input {
    display: block;
    margin: 0 auto 20px auto;
    width: 150px;
    padding: 8px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background: #F2F2F2;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.02em;
    font-family: "Roboto Condensed", helvetica, arial, sans-serif;
}

#archiveArea select {
    padding: 4px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 0 3px;
}
#archiveArea select.invalid {
    color: #E9403C;
}
#archiveArea input[type="submit"] {
    margin-top: 10px;
}
#archiveArea input[type="submit"]:hover {
    cursor: pointer;
    background-color: #e5e5e5;
}
/*-----------------------------
    News Ticker
------------------------------*/
.acme-news-ticker-bg{
    background: #3C0012;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9992;
}
.acme-news-ticker {
    position: relative;
    height: 45px
}
@media (min-width:768px) {
    .acme-news-ticker {
        margin-top: 0
    }}
.acme-news-ticker-label {
    background: #0F0F0F;
    padding: 0;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #FFF;
    position: relative;
}
.acme-news-ticker-label img{
    height: 45px;
    width: 100%;
}

@media (max-width:575px) {
    .acme-news-ticker-label {
        position: absolute;
        top: -45px
    }}
.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden
}
@media (max-width:575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px
    }}
.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none!important;
    padding: 0;
    margin: 0
}
.acme-news-ticker-box ul li a {
    text-decoration: none;
    color: #FFF;
    position: relative;
    padding-left: 15px
}
.acme-news-ticker-box ul li a:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    background: #FFA800;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}
.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0
}


/*section-1*/
h1.section-title{
    font-size: 18px;
    display: inline-block;
    color: #000;
    border-bottom: 3px solid #FFA800;
    width: 100%;
}
h1.section-title a{
    color: #000;
    font-size: 24px;
}
h1.section-title span{
    float: right;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    padding: 8px 8px 6px 8px;
}
h1.section-title span i{
    font-size: 12px;
}
.section-1 img{
    width: 100%;
}
.section-1 .lead-news{
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.section-1 .lead-news span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    padding: 15px 10px;
    color: #FFF;
    font-size: 24px;
}
.section-1 .carousel-indicators{
    bottom: unset;
    top: 0;
}
.section-1 .lead-news img{
    height: 516px;
    object-fit: cover;
}
.section-1 h1.lead-section-title a{
    font-size: 18px;
    display: block;
    color: #000;
    border-bottom: 1px solid #000000;
}
.section-1 h1.lead-section-title span{
    float: right;
    font-size: 14px;
}
.section-1 h1.lead-section-title span i{
    font-size: 12px;
}
.section-1 ul{
    margin: 0;
    padding: 0;
}
.section-1 ul li{
    list-style: none;
}
.section-1 ul li a{
    color: #000000;
}
.section-1 ul li a span{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-1 ul li a .txt{
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.section-1 ul li a img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.6);
    height: 109px;
    object-fit: cover;
}
.section-1 ul li a small{
    color: #9D0000;
    display: block;
    font-size: 12px;
}
.section-1 ul li a small time{
    color: #FF0000;
}

/*section-2 */
.section-2 h1.section-title span{
    background: #FFA800;
}

.section-2 .news{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #DFDFDF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    display: block;
}

.section-2 .news img{
    width: 100%;
    height: 204px;
    object-fit: cover;
}
.section-2 .news p{
    min-height: 90px;
    font-size: 20px;
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.section-2 .news span{
    background: #0046AE;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
}
.section-2 .news time{
    color: #FF0000;
    font-size: 12px;
}
.section-2 .bg:nth-child(4n) .news,
.section-2 .bg:nth-child(4n + 1) .news{
    background: #000;
}
.section-2 .bg:nth-child(4n) p,
.section-2 .bg:nth-child(4n + 1) p{
    color: #FFF;
}
.section-2 .bg:nth-child(4n) .news time,
.section-2 .bg:nth-child(4n + 1) .news time{
    color: #EAE000;
}


/*list iteam*/
ul.section-list{}
ul.section-list li{
    list-style: none;
    display: block;
    padding-left: 15px;
    position: relative;
}
ul.section-list li:last-child a{
    border: none;
}
ul.section-list li:before{
    font-size: 5px;
    position: absolute;
    left: 0;
    top: 8px;
}
ul.section-list li a{
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #6B6B6B;
    display: block;
}
ul.section-list li a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
    font-size: 17px;
}
ul.section-list li a time{
    display: block;
    font-size: 12px;
    color: #FF0000;
}

.black-list{
    background: #1E1E1E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.black-list h2{
    background: #00B654;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.black-list h2 a{
    background: #00B654;
    font-size: 18px;
    color: #000;
    display: inline-block;

}

.black-list ul li{
    list-style: none;
    display: block;
    padding-left: 10px;
    position: relative;
}
.black-list ul li:last-child a{
    border: none;
}
.black-list ul li:before{
    font-size: 5px;
    position: absolute;
    left: -5px;
    top: 8px;
    color: #FFF;
}
.black-list ul li a{
    color: #FFF;
    font-size: 16px;
    border-bottom: 1px solid #979797;
    display: block;
}
.black-list ul li a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
    color: #e0dede;
}
.black-list .see-more{
    background: #FFA800;
    color: #000000;
    float: right;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}


/*section-3*/
.section-3 h1.section-title span{
    background: #FFA800;
}
.section-3 .lead-area{
    display: block;
}
.section-3 .lead-area img{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
}
.section-3 .lead-area h2{
    color: #000000;
    font-size: 24px;
}
.section-3 .lead-area span{
    color: #4f4f4f;
    font-size: 16px;
}

/*section-5 */
.section-5 h1.section-title span{
    background: #FFA800;
}

.section-5 .news{
    display: block;
}

.section-5 .news img{
    width: 100%;
    height: 203px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #efefef;
}
.section-5 .news p{
    font-size: 18px;
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.section-5 .news time{
    color: #FF0000;
    font-size: 12px;
}

/*section-7*/
.section-7 .bg{
    background: #FFE7AB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.section-7 .section-title{
    text-align: center;
    color: #FFFFFF;
    background: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    display: block;
}
.section-7 .lead-area{
    display: block;
}
.section-7 .lead-area img{
    width: 100%;
    height: 151px;
    overflow: hidden;
    object-fit: cover;
}
.section-7 .lead-area h2{
    color: #000000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.section-7 .lead-area span{
    color: #4f4f4f;
    font-size: 16px;
    display: block;
}
.section-7 .see-more{
    background: #FFA800;
    color: #000000;
    float: right;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.section-7 ul.section-list li a span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/*section-9*/
.section-9 h2{
    color: #FFF !important;
}

.online-poll{
    background: #1E1E1E;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    color: #FFF;
}
.online-poll h2{
    background: #000000;
    display: block;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}
.online-poll #pool_vote{
    float: left;
    width: 49%;
}
.online-poll #poll_results{
    float: right;
    width: 49%;
}

/*radio_cap*/
.radio_cap{
    background-color: #102c57;
    padding: 10px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.radio_cap img{
    float: left;
    width: 70px;
}
.radio_cap audio{
    width: 280px;
    margin:25px 18px 20px 5px;
    float: right;
}

/*photogallery*/
.photogallery .bg{
    background: #000000;
}
.flickity-enabled {
  position: relative;
}

.photogallery .flickity-enabled:focus { outline: none; }

.photogallery .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.photogallery .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.photogallery .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.photogallery .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.photogallery .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}


.photogallery .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photogallery .flickity-prev-next-button:hover { background: white; }

.photogallery .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.photogallery .flickity-prev-next-button:active {
  opacity: 0.6;
}

.photogallery .flickity-prev-next-button.previous { left: 10px; }
.photogallery .flickity-prev-next-button.next { right: 10px; }

.photogallery .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.photogallery .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.photogallery .flickity-prev-next-button .arrow {
  fill: #333;
}
.photogallery .carousel {
}

.photogallery .carousel-main {
  margin-bottom: 8px;
}

.photogallery .carousel-cell {
  width: 100%;
  height: 600px;
  margin-right: 8px;
  background: #8C8;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
  overflow: hidden;
  position: relative;
}
.photogallery .carousel-cell span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    padding: 15px 10px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.photogallery .carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
  overflow: hidden;
}
.photogallery .carousel-nav .carousel-cell img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.photogallery .carousel-main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.videoGallery .bg{
    background: #102c57;
}
.videoGallery .carousel-cell span{
    background: #102c57;
}
.videoGallery .carousel-cell i{
    position: absolute;
    left: 2%;
    bottom: 0;
    color: #FF0000;
    font-size: 60px;
}

/*section-tooltip*/
.section-tooltip li{
    float: left;
    list-style: none;
    margin: 5px 4px;
}
.section-tooltip li img{
    width: 43px;
    height: 41px;
}

/*category-page-lead*/
.category-page-lead{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -28.62%, #FEFDF0 100%), url(../img/common.jpg);
    background-size: cover !important;
}
.category-page-lead.national,
.category-page-lead.politics,
.category-page-lead.judiciary,
.category-page-lead.education-online,
.category-page-lead.city,
.category-page-lead.district-news{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 80%, #FEFDF0 100%), url('../img/national.jpg');
}
.category-page-lead.sports{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -31.29%, #FEFDF0 100%), url('../img/sports.jpg');
}
.category-page-lead.economy,
.category-page-lead.business{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -36.41%, #FEFDF0 100%), url('../img/economy.jpg');
}
.category-page-lead.world{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -13.25%, #FEFDF0 100%), url('../img/world.jpg');
}
.category-page-lead.entertainment{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -24.02%, #FEFDF0 79.56%), url('../img/entertainment.jpg');
}
.category-page-lead.life-style,
.category-page-lead.health,
.category-page-lead.Travel{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) -24.02%, #FEFDF0 79.56%), url('../img/life-style.jpg');
}


.category-page-lead h1{
    font-size: 50px;
    letter-spacing: 7px;
    text-align: center;

}
.category-page-lead img{
    width: 100%;
}
.category-page-lead .lead-news{
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.category-page-lead .lead-news span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    padding: 15px 10px;
    color: #FFF;
    font-size: 24px;
}
.category-page-lead .lead-news img{
    height: 516px;
    object-fit: cover;
}

.category-page-lead ul{
    margin: 0;
    padding: 0;
}
.category-page-lead ul li{
    list-style: none;
}
.category-page-lead ul li a{
    color: #000000;
}
.category-page-lead ul li a .txt{
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.category-page-lead ul li a img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.6);
}
.category-page-lead ul li a small{
    color: #9D0000;
    display: block;
    font-size: 12px;
}

.category-page-lead h2{
    font-size: 18px;
    text-align: center;
}
.category-page-lead ul.section-list li:last-child a{
    margin-bottom: 6px !important;
}
.category-page-more h1.section-title span{
    background: #FFA800;
}

.category-page-more .news{
    display: block;
}
.category-page-more .news div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 139px;
}

.category-page-more .news img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 204px;
    object-fit: cover;
    border: 1px solid #efefef;
}
.category-page-more .news p{
    font-size: 18px;
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.category-page-more .news time{
    color: #FF0000;
    font-size: 12px;
}

/*details-page*/
.details-page .title h1{
    font-size: 28px;
    line-height: 34px;
}
.details-page .title h2{
    font-size: 18px;
    line-height: 30px;
}
.details-page .title h3{
    font-size: 16px;
    line-height: 30px;
}
.details-page .figure{
    width: 100%;
}
.details-page .main_img img{
    width: 100%;
}
.details-page .news_info li{
    display: inline-block;
    margin-right: 10px;
}
.details-page .news_info li a{
    color: #131313;
}

.details-page .top-share-area{
    display: block;
    margin: 0;
    padding: 0;
}
.details-page .top-share-area li{
    list-style: none;
    float: right;
    margin-right: 10px;
    text-align: center;
}
.details-page .top-share-area li a{
    font-size: 22px;
    color: #3E4750;
    display: inline-block;
    padding-top: 7px;
    background: #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 45px;
    height: 44px;
}
.details-page .top-share-area li.fb-share-btn{
    background: #1877f2;
    padding: 8px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.details-page .txt-increase{
    background: #FFFFFF;
    padding: 4px 0px 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #000000;
    float: left;
}
.details-page .txt-increase ul{
    margin: 0;
    padding: 0;
}
.details-page .txt-increase ul li{
    display: inline-block;
    list-style: none;
}
.details-page .txt-increase ul li a{
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}
.details-page article{
    font-size: 18px;
}
.details-page article .article-ad-right{
    width: 320px;
    height: auto;
    float: right;
}
.details-page h2.lead-section-title{
    font-size: 18px;
    text-align: center;
}
.details-related h1.section-title span{
    background: #FFA800;
}

.details-related .news{
    display: block;
}

.details-related .news img{
    width: 100%;
    height: 157px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    object-fit: cover;
}
.details-related .news p{
    font-size: 18px;
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.details-related .news time{
    color: #FF0000;
    font-size: 12px;
}

/*lightgallery*/
.lightgallery ul{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.lightgallery li{
    display: block;
    margin-bottom: 25px;
}
.lightgallery li a img{
    width: 100%;
}
.lightgallery li a{
    font-size: 24px;
    display: block;
    color: black;
    margin-bottom: 15px;
}
.lightgallery li a strong{
    margin-bottom: 10px;
}
.more-gallery{
    border-bottom: 1px solid #a2a2a2;
    margin: 0 0 1px;
    padding: 5px 0;
    font-size: 24px;
    display: block;
    text-decoration: none;
}
.lightgallery .thumbnail a{
    position: relative;
    display: block;
}
.lightgallery .thumbnail img{
    width: 100%;
    height: 179px;
    object-fit: cover;
}
.lightgallery .thumbnail span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: black;
    color: #FFF;
}

/*.section-5*/
.section-5 h2,
.section-5 h2 a{
    font-size: 18px;
    color: #000;
}
.section-5 ul {
    margin: 0;
    padding: 0;
    height: 216px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 15px;
}
.section-5 ul li {
    list-style: none;
}
.section-5 ul li a {}
.section-5 ul li a strong {
    color: #3E4750;
    margin-top: 15px;
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-5 ul li a p {
    margin-bottom: 10px;
}
.section-5 ul li a p img {
    width: 100%;
    height: 84px;
    object-fit: cover;
}


/*profile*/
.profile{
    margin-top: 15%;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid whitesmoke;
}
.profile .user_img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid whitesmoke;
    height: 206px;
    width: 210px;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    margin: 0 auto;
}
.profile .user_img img{
    width: 100%;
    object-fit: cover;
    height: 238px;
}
.profile .user-bio{
    padding-top: 10%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/*google search*/
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *{
    font-size: 20px !important;
    color: #000 !important;
}
.gsc-result-info {
    text-align: left;
    color: #999;
    font-size: 20px;
    padding-left: 8px;
    margin: 10px 0 10px 0;
}
.gs-result .gs-title, .gs-result .gs-title *{
    color: #3083A3;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    color: #0052FF;
    text-decoration: none;
}
.gs-result .gs-snippet {
    font: 12px Tahoma, Geneva, sans-serif;
    padding-left: 6%;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    color: #07AD00;
    text-decoration: none;
    margin-right: 5px;
    display: inline;
    border: 1px solid #DDD;
    padding: 8px 10px;
}
.gs-webResult div.gs-visibleUrl{display: none;}


footer{
    background: black;
}
footer .footer-top img{
    width: 100%;
}
footer .footer-top p{
    margin: 0;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}
footer .footer-top{
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .footer-bottom{
    font-size: 18px;
    color: #FFF;
}
footer .footer-bottom img{
    width: 80%;
}
footer .footer-bottom .app-icon{
    display: block;
}

footer .social-info ul{
    text-align: right;
    float: right;
    width: 100%;
    display: inline-block;
    border: none;
}
footer .social-info ul li{
    float: right;
    list-style: none;
    font-size: 16px;
    color: #000;
    flex: unset;
    margin-left: 10px;
}
footer .social-info ul li a{
    font-size: 20px;
}
footer .social-info ul li a .bi-facebook{
    color: #18ACFE;
}
footer .social-info ul li a .bi-youtube{
    color: #FC0D1B;
}
footer .social-info ul li a .bi-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
































