@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"),
    url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"),
    url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}

:root {
  --color1: #c73339;
  /* --color1: #022e52; */
  --red: #e74c4f;
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
  /* #1b7780 */
  /* #022e52 */
  /* #124B65 */
}

body {
  font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  /* background-color: #f3f5fe; */
  background-color: #F4F4F4;
  /* background-color: #f1f4f7; */
}
hr{
  margin-top: 2rem;
  border-color: #B7AE99;
}
@media (min-width: 1120px) {
  .container {
    max-width: 1262px !important;
  }
}

@media (min-width: 1120px) {
  .menu-container {
    max-width: 1188px !important;
  }
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
button, button:focus {
  outline: 0;
  border: 0;
}
p, a {
  color: #000;
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}
.border-right{
  border-right: 1px solid #b7ae99 !important;
}
.border-bottom{
  border-bottom: 1px solid #E2E2E2;
}

/*================================================
             3. BACK TO TOP
==================================================*/
.scrollup {
  background: var(--red) none repeat scroll 0 0;
  border: 1px solid var(--red);
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  line-height: 27px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 30px;
  z-index: 99;
}

.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid var(--color1);
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.back-to-top span {
  padding-bottom: 10px;
}

.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/* ============================================
                   category-title
================================================ */
.main-body-left{
  width: 73.8%;
  float: left;
}
.main-body-right{
  width: 26.2%;
  float: left;
}
.main-body-bottom{
  width: 100%;
  float: left;
}
.common-heading {

}
.common-heading-text {
	line-height: 39px;
  background: #fff;
  margin-bottom: 10px;
	font-size: 24px;
}
.common-heading-text span {
	color: #ffffff;
  text-transform: uppercase;
  background: var(--color1);
  padding: 2px 20px;
  line-height: 36px;
  display: inline-block;
  position: relative;
  padding-top: 2px;
}
.common-heading-text span:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 40px solid var(--color1);
  border-right: 32px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
/* ======= heading-2 ======== */

.headline-style{
  display: block;
}
.headline-style h3 {
  position: relative;
  background-color: #FFF;
  text-align: center;
  padding: 3px 10px 2px 5px;
  font-size: 20px;
  color: #000;
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  /* margin-left: 6px; */
  /* text-align: left; */
  margin: 0;
}


/* ============================================
                   Header Area
================================================ */
.header-social{
  text-align: right;
  padding-top: 16px;
}

.header-social ul{
  padding: 0;
  list-style-type: none;
  /* padding-top: 3px; */
}
.header-social ul li{
  display: inline-block;
  margin-right: 10px;
  padding-top: 2px;
}
.header-social ul li a{
  color: #000;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}
.header-social>ul>li>a:hover .fa-twitter{
  color: #55acee;
}
.header-social>ul>li>a:hover .fa-instagram{
  color: #e4405f;
}
.header-social>ul>li>a:hover .fa-linkedin{
  color: #0077B5;
}
.header-social>ul>li>a:hover .fa-youtube{
  color: #cd201f;
}
.header-social>ul>li>a:hover .fa-rss{
  color: #f26522;
}
.header-social>ul>li>a:hover .fa-facebook{
  color: #3b5999;
}

.header-social ul li a .fa{
  font-size: 16px;
  color: #fff;
}
.header-date{
  text-align: left;
  font-size: 15px;
  padding: 10px 0px;
}
.header-date p{
  color: #918989;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.logo{
  text-align: center;
  padding-bottom: 18px;
}
.banner{
  margin-bottom: 24px;
}
.top-banner{
  text-align: center;
  margin: 24px 0;
}
/* ===========================================
                   Lead News 1
============================================= */

.landing-lead-news {
  position: relative;
  margin-bottom: 20px;
  padding: 9px;
  background: #fff;
}
.landing-lead-news a:hover .landing-news-text h1{
  color: #e02b2b;
}
.landing-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.landing-news-text {
    color: #000;
    bottom: 0;
    padding: 2px 5px;
    bottom: 8px;
    max-height: 128px;
    min-height: 128px;
    overflow: hidden;
}
.landing-news-text span {
    color: #e74c4f;
    font-size: 14px;
    line-height: 14px;
}
.landing-news-text h1 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
}
.landing-news-text p{
  margin: 0;
  color: #646464;
  line-height: 21px;
}
.lead-side-news{
  padding: 9px;
  background: #fff;
}
.lead-side-news-text{
  min-height: 202px;
  max-height: 202px;
  overflow: hidden;
}
.lead-side-news-text h2{
  font-size: 19px;
  line-height: 20px;
  padding: 6px 0;
  border-bottom: 1px solid #c1c1c1;
}
.lead-side-news-text p{
  color: #646464;
  line-height: 21px;
}
/* ===========================================
                   Lead News 2
============================================= */
.lead-news-wrapper{
  background: #f4f4f4;
}
.lead-news{
  width: 100%;
}
.lead-news-main{
  /* background: var(--color1); */
  border: 1px solid #e2e2e2;
}
.lead-news-left h1 {
  color: var(--black1);
}
 .lead-news-left p{
   color: #555;
 }
.sub-heading p{
color: red;
font-weight: 600;
padding-top: 10px;
margin: 0;
}
.lead-news-right-img{
  padding: 10px 0;
}
.lead-bottom-news{
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #E2E2E2;
}
.lead-bottom-news-2{
  /* padding-bottom: 0; */
}
.lead-bottom-news a:hover{
  color: var(--color1);
}
time{
  color: #555;
  font-size: 13px;
}
.meta-bottom{
  text-align: right;
    padding: 3px 0;
    background: #fff;
    border-top: 1px solid #eee;
    /* border-top: 1px dotted #eee; */
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    /* color: #000; */
}
.meta-bottom p {
    border-right: 3px solid var(--color1);
    padding-right: 5px;
    display: inline;
    color: #555;
}
.news-with-img-heading h3{
  font-size: 20px;
  padding-top: 5px;
  margin: 0;
}
.header-mid {
  padding-top: 18px;
    background: #fff;
}
/*======================= START FADE STYLE ============================*/
.fade {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  transition: all 350ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes fadeInScale {
  0% {
    /* transform: scale(0.9); */
    opacity: 0;
    transform: rotateY(-180deg);
  }
  100% {
    /* transform: scale(1); */
    opacity: 1;
    transform: rotateY(0);
  }
}

/*======================= END FADE STYLE ============================*/
/*======================= OPINION SECTION ===========================*/
.opinion-title{
  background: #fff;
  text-align: center;
  padding: 6px 0 1px;
  border-bottom: 1px solid #e5e5e5;
}
.opinion-title p{
  margin: 0;
  font-size: 20px;
}
.opinion-ul {
    margin: 0;
    padding: 0;
    background: #fff;
    margin-bottom: 24px;
}
.opinion-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #ccc
}
.opinion-ul-single {
    background-color: #fff;
    padding: 7px 6px;
    display: inline-block;
    margin-bottom: -7px;
    width: 100%;
}
.opinion-ul-left {
    float: right;
    width: 30%;
}
.opinion-ul-left img {
    min-height: 75px;
    border-radius: 50%;
}
.opinion-ul-right {
    float: left;
    width: 70%;
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
}
.opinion-ul-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    padding-left: 2px;
    transition: all 0.5s ease 0s;
}
.interview-wrapper{
  padding: 8px;
  background: #fff;
  margin-bottom: 24px;
}
.interview-text {
  padding: 6px 0;
}
.interview-text h3{
  font-size: 18px;
  line-height: 20px;
}
.banner-1{
  margin-top: 0;
}
/*====== FOOTER NEW STYLE ============*/
.footer-new {
  width: 100%;
  float: left;
  background-color: #fff;
  color: #000;
  padding: 20px 0 10px 0px;
  border-top: 1px solid #B6B4B6;
  border-bottom: 1px solid #dce1e1;
}
.footer-logo{
  text-align: center;
  padding-bottom: 8px;
}
.footer-logo img{
  max-width: 160px;
}
.footer-middle .social-icon {
  margin: 0;
  display: block;
  padding: 0;
  text-align: center;
  padding-top: 7px;
}
.social-icon li {
  list-style: none;
  transform: rotate(0deg);
  display: inline-block;
  padding: 0 2px;
}
.social-icon li a {
  display: inline-block;
  transition: 0.5s;
}
.social-icon li a {
  font-size: 16px;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  transition: all 0.7s ease-in;
  background: transparent;
}
.social-icon li a:hover {
  transform: rotate(360deg);
}
.social-icon li .facebook {
  background: #3b5999;
  border: 2px dotted transparent;
}
.social-icon li:hover .facebook {
  border: 2px dotted #3b5999;
  background: transparent;
  color: #3b5999;
}
.social-icon li .twitter {
  background: #55acee;
  border: 2px dotted transparent;
}
.social-icon li:hover .twitter {
  border: 2px dotted #55acee;
  background: transparent;
  color: #55acee;
}
.social-icon li .youtube {
  background: #c4302b;
  border: 2px dotted transparent;
}
.social-icon li:hover .youtube {
  border: 2px dotted #c4302b;
  background: transparent;
  color: #c4302b;
}
.social-icon li .instagram {
  background: #e4405f;
  border: 2px dotted transparent;
}
.social-icon li:hover .instagram {
  border: 2px dotted #e4405f;
  background: transparent;
  color: #e4405f;
}
.social-icon li .linkedin {
  background: #0077b5;
  border: 2px dotted transparent;
}
.social-icon li:hover .linkedin {
  border: 2px dotted #0077b5;
  background: transparent;
  color: #0077b5;
}

/* .social-icon li a:hover {
  border: 2px dotted #fff !important;
  background: transparent;
  color: #666 !important;
} */
.footer-bottom-row a {
  color: #d51f26;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-bottom-row p {
  font-size: 12px;
  margin-bottom: 0;
  color: #868080;
  text-align: center;
}
.other-footer-link {
  text-align: center;
  padding: 0;
  margin: 0;
}
.other-footer-link li {
  list-style-type: none;
  display: inline-block;
  padding: 5px;
}
.other-footer-link a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-family: serif;
}
.footer-middle{
  text-align: center;
}
.footer-middle p{
  color: #666;
  margin: 0;
  font-size: 14px;
}
.footer {
  width: 100%;
  float: left;
  background: #fff;
  min-height: 33px;
  text-align: center;
  color: #666;
  line-height: 34px;
  font-size: 14px;
}
.footer-copy-text {
  text-align: left;
}
.design-link {
    text-align: end;
}
/* ====================================
                    banner
====================================== */

.top-left-banner-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 19px;
}
.top-left-banner-left {
    float: left;
    margin-right: 19px;
    margin-bottom: 24px;
}
.top-left-banner-right {
    float: left;
}
/* ====================================
            Sports news area
====================================== */

.sports-news-wrapper{
  /* margin-bottom: 24px; */

}
.sports-news-section{
  /* background: #fff; */
  padding: 9px 0px 0px;
}
.category-news-big{
  padding: 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background: #fff;
}
.category-news-big-img{
  position: relative;
}
.category-news-big-text{
  padding: 3px;
  color: #000;
  min-height: 138px;
  max-height: 138px;
  overflow: hidden;
}
.category-news-big-text h2{
  margin: 0;
  font-size: 25px;
  line-height: 32px;
  padding-bottom: 6px;
}
.category-news-big-text p{
  font-size: 16px;
  line-height: 20px;
  color: #656565;
}
.category-news-large{
  margin: 0px 0 24px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-large a:hover .category-news-large-text h3{
  color: var(--red);
}
.category-news-large-image{
  position: relative;
}
.category-news-large-text{
  padding: 2px;
  background: #fff;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;

}
.category-news-large-text h3 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #000;
}
.category-news-small{
  margin: 0px 0 24px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-small a:hover .category-news-small-text h3{
  color: var(--red);
}
.category-news-small-image{
  position: relative;
}
.category-news-small-text{
  padding: 2px;
  background: #fff;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;

}
.category-news-small-text h4 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #000;
}
.banner-wide{
  text-align: center;
  background: #fff;
  padding: 20px 0;
}
/* ====================================
            category news area
====================================== */
.category-news-2{
  margin-bottom: 24px;
}
.category-news-2 .category-news-main{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.category-news-2 .category-news-lead-wrapper{
  padding: 9px;
  background: #fff;
}
.category-news-2 .category-news-lead{
  position: relative;
  /* display: inline-block; */
}
.category-news-2 .category-news-heading{
  position: absolute;
    width: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 30px 10px 5px;
}
.category-news-2 .category-news-heading h3{
margin: 0;
font-size: 20px;
line-height: 24px;
color: #fff;
}
.category-news-2 .category-news-ul{
  margin: 0;
    padding: 0;
    background: #fff;
    /* margin-top: 10px; */
}
.category-news-2 .category-news-ul li{
  list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.category-news-2 .category-news-ul li a:hover .category-news-right h3{
  color: var(--red);
}
.category-news-2 .category-news-ul li:last-child .category-news-single{
  border-bottom: none;
  padding-bottom: 0;
}
.category-news-2 .category-news-single{
  padding: 9px 0;
  display: inline-block;
  margin-bottom: -8px;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}
.category-news-2 .category-news-left{
  float: left;
  width: 38%;
  /* padding-right: 3%; */
  position: relative;
  /* padding-bottom: 9px; */
}
.category-news-2 .category-news-right{
  float: left;
  width: 62%;
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
  padding-left: 5px;
}
.category-news-2 .category-news-right span{
  color: var(--red);
  font-size: 14px;
  line-height: 14px;
}
.category-news-2 .category-news-right h3{
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  padding-left: 2px;
  /* transition: all 0.5s ease 0s; */
}
/* ====================================
            country news area
====================================== */
.country-news-wrapper{
  /* margin-bottom: 24px; */
  margin: 40px 0 30px;
}
.country-news-wrapper-left{
  width: 73.27%;
  float: left;
}
.country-news-wrapper-right{
  width: 26.73%;
  float: left;
}
.homePageSideSvg {
    padding: 0px 9px;
}
.country-news-wrapper-right .map-form .btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: var(--color1);
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
}
.country-news-wrapper-right .map-form .btn-date-picker:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.country-news-wrapper-right .map-form .btn-date-picker:hover {
    color: var(--color1);
}
.country-news-wrapper-right .map-form .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* ================================================
                  Entertainment
============================================= */
.entertainment-title{
  text-align: center;
  margin-bottom: 14px;
}
.entertainment-title a h3{
  color: #fff;
  font-size: 30px;
  display: inline-block;
  width: 8%;
  border-bottom: 1px solid #cb7b29;
}
.entertainment-news-wrapper{
  background: #212121;
  padding: 34px 0;
  margin-bottom: 24px;
}
.entertainment-news-left{
  width: 73.27%;
  float: left;
}
.entertainment-news-left .new-title{
  margin-bottom: 14px;
}
.ent-tab{
  float: right;
}
.tab-content{
  margin-top: 6px;
}
.video-nav-tab {
    margin-top: 2px;
    margin-bottom: 0;
    border: 0;
}
.video-nav-tab li {
    margin-left: 10px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.video-nav-tab li a {
    background-color: #333;
    transition: background-color .3s 0s;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 10px 10px 0 0!important;
    padding: 10px 25px;
    border: 0!important;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.video-nav-tab .nav-link.active {
    color: #fff;
    background: red;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.entertainment-news-right{
  width: 26.73%;
  float: left;
}
.entertainment-news-left .category-news-big{
  margin-bottom: 24px;
  padding: 9px;
  background: #fff;
  /* padding: 5px;
  background: #212121; */
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}
.entertainment-news-left .category-news-big a:hover .category-news-big-text h2{
  color: var(--red);
}
.entertainment-news-big-text{
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  padding: 6px;
}

.entertainment-heading-text{
  color: #ffc107;
  border-left: 4px solid red;
  padding-left: 6px;
  font-size: 30px;
  margin-bottom: 15px;
}
.entertainment-news-right .headline-style h3{
  color: #000;
  border-left: none;
  /* background: #373c44; */
}
.entertainment-news-left .category-news-big-text span{
  color: var(--red);
  font-size: 14px;
  line-height: 14px;
}
.entertainment-news-left .category-news-big-text h2 {
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.ent-news-text{
  max-height: 63px;
  min-height: 63px;
}
/* ================ bd ============ */
.bd-news-ul {
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    margin-top: 14px;
}
.bd-news-ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.bd-news-ul li a {
    margin-bottom: -7.5px;
    text-decoration: none;
    display: inline-block;
    padding: 11px 10px 10px;
    border-bottom: 1px dotted gray;
    width: 100%;
}
.bd-news-ul li a:hover .bd-news-right h3{
  color: var(--red);
}
.bd-news-ul li:last-child a {
    border: 0;
    padding-bottom: 10px;
}
.bd-news-left {
    float: left;
    width: 40%;
    padding-right: 3%;
}
.bd-news-img {
    position: relative;
}

.bd-news-img img {
    min-height: 66px;
    max-height: 66px;
}
.bd-news-right{
    float: left;
    width: 60%;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}
.bd-news-right h3{
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}
/*===================  DETAILS PAGE STYLE ==============================*/
.category-content-single {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
.category-content-single a:hover img {
  opacity: 0.8;
}
.category-content-single-left {
  float: left;
  width: 45%;
  padding-right: 2%;
}
.category-content-single-left img {
  max-width: 155px;
  min-width: 155px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.category-content-single-right {
  float: left;
  width: 55%;
  padding-right: 2%;
  padding-top: 5px;
  max-height: 93px;
  min-height: 93px;
  overflow: hidden;
}
.category-content-single-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.category-content-single-right h2 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #000;
}
.all-news-btn {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: var(--color1);
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}

.all-news-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.all-news-btn:hover {
  color: var(--color1);
}
.all-news-btn:focus:before,
.all-news-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-more {
  position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.5s;
  background: #e74c4f;
  color: white;
  font-size: 18px;
  padding: 5px 10px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
}

.btn-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-more:hover {
  color: #e74c4f;
}

.btn-more:focus:before,
.btn-more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-more-wrapper {
  position: relative;
  padding-top: 20px;
}

.main-banner-category {
  padding-top: 30px;
}
/*====== NEW PHOTOGALLERY DETAISL PAGE STYLE ======*/
.details-photo-gallery {
  background: #fff;
  padding: 7px;
}
.gallery-more-news-heading {
  padding: 6px 5px 0;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}

/*============= ARCHIVE PAGE STYLE ================*/
.archive-heading h3 {
  line-height: 1.3;
  margin: 0;
}

.archive-wrapper {
  padding: 13px 20px 10px;
  background: #fff;
  margin-bottom: 22px;
  margin-top: 10px;
  display: flow-root;
  text-align: center;
}

.archive-heading {
  float: left;
  width: 24%;
  text-align: right;
}
.archive-btn-wrapper {
  float: left;
  width: 25%;
}
.date-picker-main {
  float: left;
  width: 47%;
  padding-left: 2%;
  padding-right: 2%;
}
.category-content-single-left span {
  background: var(--color1);
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.single-videos .images i{
  position: absolute;
      top: 45%;
      left: 50%;
      height: 50px;
      width: 50px;
      background: var(--red);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 51px;
      color: #fff;
      border-radius: 50%;
      font-size: 25px;
      padding-left: 5px;
      /* border: 3px solid #fff; */
      -webkit-box-shadow: 0 0 15px 1px grey;
      -moz-box-shadow: 0 0 15px 1px gray;
      box-shadow: 0 0 15px 1px grey;
      opacity: 0.9;
}
.single-videos a:hover .images i{
  color: var(--red);
  background: #fff;
}
.owl-carousel .owl-item.active.center .single-videos .images i{
  color: var(--red);
  background: #fff;
}

/* .lead-news-wrapper{
  display: block;
} */


/* =================== play button =================== */
.least-news-left, .entertainment-news-big-img, .entertainment-news-small-img, .cat-news-list-left, .lead-other-news-left,.med-icon, .small-icon-pos, .landing-other-news-image, .landing-news-small-image, .category-news-img, .bd-left-news-img, .category-news-left, .category-news-big-img, .category-news-small-image, .category-news-large-image, .category-news-img, .sub-lead-img, .wt-news-img, .state-news-left, .landing-news-image, .bottom-news-img, .category-content-single-left, .category-content-lead-left, .small-category-news-img, .category-list-news-left, .wt-news-left, .art-news-img, .details-last-news-left, .details-more-news-left{
  position: relative;
}
.least-news-left i, .cat-news-list-left i, .lead-other-news-left i, .details-last-news-left i, .med-icon i, .small-icon i, .bd-news-img i, .landing-other-news-image i, .landing-news-small-image i, .category-news-img i, .category-news-left i, .category-news-big-img i, .category-news-small-image i, .category-news-large-image i, .category-news-img i, .bd-left-news-img i, .sub-lead-img i, .wt-news-img i, .state-news-left i,
.landing-news-image i, .entertainment-news-big-img i, .entertainment-news-small-img i, .bottom-news-img i, .category-content-single-left i, .category-content-lead-left i, .category-lead-img a i, .small-category-news-img i, .category-list-news-left i, .wt-news-left i, .art-news-img i, .details-more-news-left i{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 55px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  padding-left: 6px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.details-more-news-left i,.landing-other-news-image i, .landing-news-small-image i, .details-last-news-left i, .entertainment-news-small-img i , .least-news-left i, .med-icon i, .category-news-img i, .category-news-img i, .bd-left-news-img i, .wt-news-img i, .bottom-news-img i, .category-content-single-left i, .small-category-news-img i, .category-list-news-left i, .category-news-small-image i, .category-news-large-image i, .art-news-img i{
  height: 45px;
  width: 45px;
  line-height: 37px;
  font-size: 23px;
  padding-left: 6px;
  border: 4px solid #fff;
  z-index: 1;
}
.least-news-left i, .category-news-left i, .lead-other-news-left i, .bd-news-img i, .small-icon i, .cat-news-list-left i, .sub-lead-img i, .state-news-left i, .wt-news-left i{
  height: 35px;
  width: 35px;
  line-height: 28px;
  font-size: 16px;
  padding-left: 3px;
  border: 3px solid #fff;
  z-index: 1;
}
.least-news-ul a:hover .least-news-left i, .cat-news-list li a:hover .cat-news-list-left i, .lead-other-news li a:hover .lead-other-news-left i,.bd-news-ul li a:hover .bd-news-img i, .single-landing-other-news a:hover .landing-other-news-image i, .landing-news-small a:hover .landing-news-small-image i, .category-news-lead a:hover .category-news-img i,
.category-news-ul li:hover .category-news-left i,
 .category-news-big a:hover .category-news-big-img i, .category-news-small a:hover .category-news-small-image i, .category-news-large a:hover .category-news-large-image i, .category-news-lead a:hover .category-news-img i, .med-icon-pos a:hover .med-icon i, .small-icon-pos a:hover .small-icon i, .bd-left-news a:hover .bd-left-news-img i, .sub-lead-news a:hover .sub-lead-img i, .wt-news-big a:hover .wt-news-img i,
.state-news-ul li a:hover .state-news-left i, .landing-lead-news a:hover .landing-news-image i, .entertainment-news-big a:hover .entertainment-news-big-img i, .entertainment-news-small a:hover .entertainment-news-small-img i, .bottom-news a:hover .bottom-news-img i, .category-content-single a:hover .category-content-single-left i, .category-content-lead a:hover .category-content-lead-left i, .category-lead-img a:hover i, .small-category-news a:hover .small-category-news-img i, .category-list-news li a:hover .category-list-news-left i,.wt-news-ul li a:hover .wt-news-left i, .art-news a:hover .art-news-img i, .details-last-news-ul li a:hover .details-last-news-left i, .details-more-news-ul li a:hover .details-more-news-left i {
  background-color: #fff;
  color: var(--red);
}
/* =================== NEWS DETAILS PAGE STYLE ================ */
.details-border{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.details-banner-1{
  margin: 0;
}
.details-news-section{
  /* background: #fff; */
}
.details-news-area{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.details-news-content{
  margin-left: auto;
  /* margin-right: auto; */
}
.details-news-area-top {
    text-align: left;
    margin-top: 20px;
}
.details-news-area-top a{
  color: var(--color1);
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.details-news-area-top span{
  font-size: 20px;
  color: red;
  display: flex;
  margin-top: 6px;
}
.details-news-area-top h1{
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.details-news-area-top p{
  color: #5C5C5C;
}
.author-reporting{
  margin: 40px 0;
}
.author-reporting h4{
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  /* margin: 0 7px 0 10px; */
  /* padding-top: 7px; */
}
.author-title {
  margin-top: 32px;
}
.author-title p{
  font-size: 16px;
  padding-left: 10px;
  margin: 0;
  display: inline;
}
.details-page-icon{
  text-align: left;
  margin-bottom: 15px;
}
.details-page-icon li a{
  font-size: 16px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 15%;
}
.details-page-icon li a:hover{
  background: transparent;
}
.details-page-icon li .facebook:hover{
  color: #3b5999 !important;
}
.details-page-icon li .twitter:hover{
  color: #55acee !important;
}
.details-page-icon li .youtube:hover{
  color: #c4302b !important;
}
.details-page-icon li .instagram:hover{
  color: #e4405f !important;
}
.details-page-icon li .linkedin:hover{
  color: #0077b5 !important;
}
.title-bottom-news{
  border-top: 2px solid var(--color1);
  border-bottom: 1px dashed var(--color1);
  margin-bottom: 8px;
}
.title-bottom-news h2{
  font-size: 24px;
  color: #565656;
  margin-top: 10px;
}
.bottom-news{
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
.bottom-news a{
  text-decoration: none;
}
.bottom-news-text{
  min-height: 81px;
  max-height: 81px;
  overflow: hidden;
  padding: 0 0 5px 5px;
}
.bottom-news-text span{
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.bottom-news .bottom-news-text h3{
  font-size: 19px;
  line-height: 26px;
  padding: 5px 0;
  text-align: left;
}




/* =============== bongnews24x7 ================== */

/* ===================================s============= */
a:hover{
  color: #e02b2b;
}
.border-b{
  border-bottom: 1px solid #f5e9e9;
}
.lead-other-news {
  margin: 0;
  padding: 0;
}
.lead-other-news li {
  list-style: none;
  width: 100%;
  display: inline-block;
  background: #fff;
}
.lead-other-news li a {
  text-decoration: none;
  width: 100%;
  border-bottom: 1px dashed #a9a8a8;
  display: inline-block;
  padding: 10px;
  margin-bottom: -7px;
}
.lead-other-news li a:hover .lead-other-news-right h2 {
  color: #e02b2b;
}
.lead-other-news li a img {

}
.lead-other-news li:last-child a {
  border-bottom: none;
}
.lead-other-news-left {
  float: left;
  width: 40%;
  padding-right: 1%;
}
.lead-other-news-left span{
  color: #e74c4f;
font-size: 14px;
line-height: 14px;
}
.lead-other-news-right {
  float: left;
  width: 60%;
  min-height: 62px;
  max-height: 62px;
  overflow: hidden;
  padding-left: 5px;
}
.lead-other-news-right h2 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
}
.lead-other-news-right span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.focus{
  background: #fff;
  padding: 9px;
  margin-bottom: 24px;
}
.focus-title{
  background: #fff;
  padding: 7px;
  padding-bottom: 4px;
  margin-bottom: 7px;
}
.focus-title p{
  font-size: 20px;
  margin: 0;
  padding-left: 3px;
}
.focus-title p i{
  float: right;
  padding-top: 3px;
}
.focus-text{
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
}
.focus-text h2{
  padding: 5px;
  margin: 0px;
  font-size: 18px;
  line-height: 23px;
}
.focus-text p{
  color: #646161f0;
}
.list-news-title{
  background: #fff;
  padding: 7px;
  /* margin-bottom: 14px; */
  border-bottom: 1px solid #ccc;
}
.list-news-title p{
  font-size: 20px;
  margin: 0;
}
.list-news-title p i {
    float: right;
    padding-top: 3px;
}
.least-news-ul {
  margin-bottom: 12px;
  /* margin-top: 7px; */
  padding: 0;
  display: inline-block;
  background: #fff;
  max-height: 350px;
  overflow-y: auto;
}
.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 7px 9px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 36%;
  /* padding-right: 2%; */
  position: relative;
}
.least-news-ul .least-news-left span {
    position: absolute;
    margin-top: -1px;
    left: -25px;
    height: 35px;
    width: 34px;
    background: #000;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
    top: 15px;
    z-index: 1;
}
.least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  padding-left: 2%;
}
.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.sub-lead-news{
  padding: 9px;
  background: #fff;
    margin-bottom: 24px;
}
.sub-lead-img img{

}
.sub-lead-text{
  padding-top: 5px;
  max-height: 78px;
  min-height: 78px;
  overflow: hidden;
}
.sub-lead-text span{
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.sub-lead-text h2{
  font-size: 18px;
  line-height: 22px;
  padding-left: 2px;
}
.list-banner-2{
  margin-bottom: 22px;
}
.new-title{
  background: #fff;
  padding: 7px;
  /* margin-bottom: 14px; */
  border-bottom: 1px solid #ccc;
}
.new-title p {
    font-size: 20px;
    margin: 0;
}
.new-title p i {
  float: right;
  padding-top: 3px;
}
.bd-area-left, .bd-area-right{
  width: 50%;
  float: left;
  background: #fff;
}
.bd-area-left{
  border-right:1px solid #f5e9e9;
}
.bd-left-news{
  padding: 9px;
  margin: 0;
}
.bd-left-news-text{
  max-height: 165px;
  min-height: 165px;
  overflow: hidden;
}
.bd-left-news-text span{
  color: var(--red);
  font-size: 14px;
  line-height: 14px;
}
.bd-left-news h2{
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 5px;
}
.bd-left-news p{
  line-height: 20px;
}
.bd-left-news-2{
  padding: 9px;
  margin: 0;
}
.bd-left-news-2 h2{
  font-size: 20px;
  line-height: 22px;
  padding-top: 7px;
}
 .bd-left-news-2-text p{
  line-height: 21px;
}
.bd-left-news-2 .bd-left-news-2-text{
  max-height: 120px;
  min-height: 120px;
  overflow: hidden;
}
.cat-news-list{
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
.cat-news-list li{
  list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.cat-news-list li:last-child{
  margin-bottom: -1px;
}
.cat-news-list li:last-child a{
  /* border: none; */
}
.cat-news-list li a {
    margin-bottom: -6px;
    text-decoration: none;
    display: inline-block;
    padding: 9px;
    border-bottom: 1px solid #f5e9e9;
    width: 100%;
}
.cat-news-list li a:hover .cat-news-list-right h3{
  color: #e02b2b;
}
.cat-news-list .cat-news-list-left{
  position: relative;
  float: right;
    width: 40%;
    /* padding-left: 2%; */
}
.cat-news-list .cat-news-list-left img{
  min-height: 62px;
    max-height: 62px;
    overflow: hidden;
}
.cat-news-list .cat-news-list-right {
    float: left;
    width: 60%;
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
    padding-right: 3%;
}
.wt-section-right .cat-news-list .cat-news-list-right{
  min-height: 64px;
  max-height: 64px;
}
.cat-news-list .cat-news-list-right span{
  color: var(--red);
  font-size: 14px;
  line-height: 14px;
}
.cat-news-list .cat-news-list-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
/* ============================== POLITICS AREA CSS ========================== */
.political-wrapper{
  background: #fff;
}
.political-news{
  padding: 9px;
  margin: 0;
}
.political-news a:hover .political-news-text h2{
  color: #e02b2b;
}
.political-news-text{
  max-height: 40px;
  min-height: 40px;
  overflow: hidden;
}
.political-news h2{
  font-size: 18px;
  line-height: 20px;
  padding-top: 2px;
  margin-bottom: 12px;
}
.political-news-list{
  width: 100%;
padding: 0;
margin: 0;
}
.political-news-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.political-news-list li a {
    margin-bottom: -6px;
    text-decoration: none;
    display: inline-block;
    padding: 9px;
    border-bottom: 1px solid #f5e9e9;
    width: 100%;
}
.political-news-list li a:hover .political-news-list-text h3{
  color: #e02b2b;
}
.political-news-list .political-news-list-text{
    float: left;
    width: 100%;
    min-height: 41px;
    max-height: 42px;
    overflow: hidden;
}
.political-news-list-text span{
  color: var(--red);
  font-size: 14px;
  line-height: 14px;
}
.political-news-list .political-news-list-text h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    padding-left: 2px;
}
.political-news-list li:last-child a{
  border-bottom: none;
}
/* ================ job AREA ================= */
.job-wrapper{
  background: #fff;
}
.job-list {
    width: 100%;
    padding: 0;
    margin: 0;
}
.job-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.job-list li a {
    margin-bottom: -6px;
    text-decoration: none;
    display: inline-block;
    padding: 9px;
    /* border-bottom: 1px solid #f5e9e9; */
    width: 100%;
}
.job-list-img {
    position: relative;
    float: right;
    width: 35%;
}
.job-list-img img {
    min-height: 65px;
    max-height: 65px;

    overflow: hidden;
}
.job-list-text {
    float: left;
    width: 65%;
    padding-right: 5px;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
}
.job-list-text h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    padding-left: 2px;
}

/* ===================== HOROSCOPE-AREA ==================== */
.horoscope-wrapper{
  margin-top: 0;
  background: #fff;
}
.horoscope-news{

}
.horoscope-news-img img{
  max-height: 154px;
  min-height: 154px;
}
.horoscope-news-text{
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  background: #fff;
  padding: 6px;
}
.horoscope-news-text h4{
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.fb-frame{

}
/* ============================= world-trade-section css ============================ */
/* .world-trade-section{
  margin: 0px 0 40px;
}
.wt-news{
  background: #fff;
  padding: 9px;
}
.wt-news-text{
  max-height: 153px;
  min-height: 153px;
  overflow: hidden;
  padding: 4px 0 2px 2px;
}
.wt-news-text span{
  color: var(--red);
  font-size: 14px;
  line-height: 14px;
}
.wt-news-text h2{
font-size: 20px;
line-height: 24px;
}
.wt-news-text p{
  color: #646161f0;
  line-height: 23px;
}
.wt-section-left{
  width: 50%;
  float: left;
  border-right: 1px solid #f5e9e9;
}
.wt-section-right{
  width: 50%;
  float: left;
}
.wt-section-right .cat-news-list li:last-child a{
  border: none;
}

.list-banner-1{
  margin-top: 24px;
  text-align: center;
} */
/* ========================== STATE NEWS AREA ============================ */
.state-news-wrapper {
    padding: 9px;
    background: #fff;
    padding-top: 4px;
}
.state-news-ul {
    margin: 0;
    padding: 0;
    background: #fff;
    margin-top: -3px;
}
.state-news-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.state-news-ul li a:hover .state-news-right h3{
  color: var(--red);
}
.state-news-ul li:last-child .state-news-single{
  padding-bottom: 0;
  border-bottom: none;
}
.state-news-single {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: -8px;
    width: 100%;
    border-bottom: 1px solid #dad9d9;
}
.state-news-left {
    float: right;
    width: 39%;
    position: relative;
    /* padding-bottom: 9px; */
}
.state-news-left img{
  /* max-height: 70px;
  min-height: 70px; */
}
.state-news-right {
    float: left;
    padding-right: 2%;
    width: 61%;
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
}
.state-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    padding-left: 2px;
    /* transition: all 0.5s ease 0s; */
}

/* ================== PHOTO GALLERY================== */
.photo-gallery{
  margin: 24px 0;
}
.gallery-left{
  padding: 8PX;
  background: #fff;
}
.gallery-img-big i{
  position: absolute;
  display: inline-table;
  left: 13px;
  top: 0px;
  color: #fff;
  padding: 8px 12px;
  font-size: 20px;
  background: #0009;
}
.gallery-text{
  background: #e5e5e5;
  padding: 8px;
  min-height: 334px;
  max-height: 334px;
  overflow: hidden;
}
.gallery-news{
  padding: 8px;
  background: #fff;
  position: relative;
}
.gallery-news-img{
  text-align: right;
  position: relative;
}
.gallery-news-img i{
  position: absolute;
  display: inline-table;
  left: 23px;
  top: 0px;
  color: #fff;
  padding: 10px;
  background: #0009;
}
.gallery-news-img img{
  max-height: 159px;
}
.gallery-news-text{
  padding: 4px;
  position: absolute;
  width: 87%;
  bottom: 8px;
  background: #0009;
  right: 8px;
}
.gallery-news-text h4{
  font-size: 18px;
  color: #fff;
}
/* ================== VIDEO GALLERY================== */
.vdo-photo-gallery{
  margin: 24px 0;
}
.vdo-gallery-left{
  padding: 8PX;
  background: #fff;
}
.vdo-gallery-img-big i{
  position: absolute;
  display: inline-table;
  left: 13px;
  top: 0px;
  color: #fff;
  padding: 8px 12px;
  font-size: 20px;
  background: #0009;
}
.vdo-gallery-text{
  background: #e5e5e5;
  padding: 8px;
  min-height: 334px;
  max-height: 334px;
  overflow: hidden;
}
.vdo-gallery-news{
  padding: 8px;
  background: #fff;
  position: relative;
}
.vdo-gallery-news-img{
  text-align: right;
  position: relative;
}
.vdo-gallery-news-img i{
  position: absolute;
  display: inline-table;
  left: 23px;
  top: 0px;
  color: #fff;
  padding: 8px 10px;
  background: #0009;
}
.vdo-gallery-news-img img{
  max-height: 159px;
}
.vdo-gallery-news-text{
  padding: 4px;
  position: absolute;
  width: 87%;
  bottom: 8px;
  background: #0009;
  right: 8px;
}
.vdo-gallery-news-text h4{
  font-size: 18px;
  color: #fff;
}
/* =====================WORLD TRADE SECTION=============== */
.world-trade-section{
  margin-bottom: 24px;
}
.wt-news-wrapper{
  padding: 8px;
  background: #fff;
}
.wt-news-big{
  padding-top: 8px;
}
.wt-news-text{
  padding: 4px 0;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}
.wt-news-text span{
  font-size: 14px;
  line-height: 14px;
  color: var(--red);
}
.wt-news-text h3{
  font-size: 18px;
  line-height: 20px;
}
.wt-news-ul {
  margin: 0;
  padding: 0;
  background: #fff;
  margin-top: -3px;
}
.wt-news-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.wt-news-ul li a:hover .wt-news-right h3{
  color: var(--red);
}
.wt-news-ul li:last-child .wt-news-single{
  padding-bottom: 0;
  border-bottom: none;
}
.wt-news-single {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dad9d9;
}
.wt-news-left {
  float: left;
  width: 39%;
  position: relative;
  /* padding-bottom: 9px; */
}
.wt-news-left img{
  /* max-height: 70px;
  min-height: 70px; */
}
.wt-news-right {
  padding-left: 2%;
  width: 61%;
  min-height: 63px;
  max-height: 63px;
  overflow: hidden;
}
.wt-news-right span{
  font-size: 14px;
  line-height: 14px;
  color: var(--red);
}
.wt-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  padding-left: 2px;
  /* transition: all 0.5s ease 0s; */
}
/* ===================ART & LITERATURE SECTION================= */
.art-section{
  margin-bottom: 24px;
}
.art-area-wrapper{
  background: #fff;
  padding: 0 8px;
}
.art-news{
  padding: 8px 0;
}
.art-news-text{
  padding: 4px 0;
}
.art-news-text span{
  font-size: 14px;
  line-height: 14px;
  color: var(--red);
}
.art-news-text h4{
  font-size: 18px;
  line-height: 20px;
}
/* ==================================== */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b1b1b;
  transition: background-color 0.3s 0.2s;
}
.side-tab-main {
  width: 100%;
  /* margin-top: 24px; */
}
.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%;
}
.side-tab-main .nav-item-2 {
  display: block;
  float: left;
  width: 100%;
}
.side-tab-main .nav-item .nav-link, .side-tab-main .nav-item-2 .nav-link-2 {
  transition: background-color 0.3s 0s;
  font-size: 20px;
  color: #000;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #e5e1e1;
  padding: 12px 15px;
  border-top: 3px solid #aba7a7;
  border-radius: 0;
  /* border-top-left-radius: 25px; */
}
.nav-item-2 .nav-link-2:hover{
  background: #fff;
  color: var(--color1);
  border-bottom: 3px solid var(--color1);
  border-radius: 0;
}
.nav-pills .nav-link.active {
  background: #fff;
  color: #000;
  border-top: 3px solid #000;
}
.entertainment-news-big{
  position: relative;
}
.entertainment-news-big-img img{
  min-height: 374px;
  max-height: 374px;
}

.entertainment-news-big-text span{
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-news-big-text h2{
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}
.entertainment-news-small{
  margin-bottom: 24px;
  position: relative;
}
.entertainment-news-small a:hover .entertainment-news-small-text h2{
  color: var(--red);
}
.entertainment-news-small-text{
  padding: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
}
.entertainment-news-small-text span{
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-news-small-text h2 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #fff;
}
.lifestyle-single {
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.lifestyle-single a:hover img {
  opacity: 0.80;
}
.lifestyle-text {
  padding-top: 4px;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
  padding-left: 2px;
}
.lifestyle-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.lifestyle-single a:hover h3 {
  color: #000;
}
.lifestyle-banner-2 {
  margin-top: 35px;
}
.lifestyle-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
/* ============================== CATEGORY PAGE ========================= */
.category-page-title{
  padding: 16px 0;
}
.category-page-title h1{
  font-size: 60px;
  line-height: 70px;
}
.category-lead-text{
  padding-top: 40px;
}
.category-lead-img{
  position: relative;
}
.category-lead-text a:hover{
  color: #000;
}
.category-lead-text span{
  display: block;
  color: red;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.category-lead-text h2{
  font-size: 32px;
  line-height: 38px;
}
.category-lead-text p{
  color: #4f6067;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
}
.category-banner{
  text-align: center;
}
.small-category-news{
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
  padding: 7px;
  margin-bottom: 24px;
}
.small-category-news-area{
  margin-top: 24px;
}
.small-category-news-text{
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  padding-left: 3px;
}
.small-category-news-text span{
  display: block;
  color: red;
  padding-top: 6px;
}
.small-category-news-text h3{
  color: #00354A;
  font-size: 19px;
  line-height: 26px;
}
.adv-section{
  /* height: 282px; */
  background: #EFEBEA;
  margin: 6px 0 24px;
  padding-bottom: 30px;
}
.category-middle-banner{
  text-align: center;
}
.category-middle-banner h4{
  font-family: serif;
  color: #595959;
  font-size: 12px;
  line-height: 22px;
}
.area-name{
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  color: #EE303B;
  font-size: 40px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 22px;
  margin-left: 20px;
}
.category-list-news{
  margin: 0;
    padding: 0;
    display: inline-block;
    background: #fff;
}
.category-list-news li{
  list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.category-list-news li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 20px 0 18px;
  border-bottom: 1px solid #B7AE99;
  width: 100%;
}
/* .category-list-news li:last-child a{
  border: none;
} */
.category-list-news .category-list-news-left {
    float: left;
    width: 44%;
    padding-right: 2%;
    position: relative;
}
.category-list-news .category-list-news-right {
    float: left;
    width: 56%;
    min-height: 182px;
    max-height: 182px;
    overflow: hidden;
    padding-left: 4px;
    position: relative;
}
.category-list-news .category-list-news-right h3 {
    color: #00354A;
    margin: 0;
    padding: 0;
    font-size: 27px;
    line-height: 36px;
}
.category-list-news .category-list-news-right p{
  color: #777777;
  position: absolute;
  bottom: 0;
  margin-bottom: 4px;
}
.adv-area{
  background: #EFEBEA;
  padding: 2px 14px 14px;
  text-align: center;
}
.adv-area h4{
  font-family: serif;
  color: #595959;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}
.pagination-area{
  margin-top: 16px;
}
.page-link{
  color: #111;
  border: none;
  padding: 8px 20px;
}
.page-item .page-link span{
  font-size: 20px;
  line-height: 18px;
}
.category-content-btn{
  margin-top: 10px;
}

.entertainment-news-small-img img{
  /* min-height: 156px;
  max-height: 156px; */
}
.horoscope-section{
  background: #fff;
  padding: 32px 0 30px;
}
.horoscope-title h3{
  font-weight: bold;
  color: #EE303B;
  padding-bottom: 8px;
}
.horoscope-item{
  text-align: center;
}
.horoscope-item img{
  height: 68px;
}
.horoscope-item a h3{
  font-size: 20px;
  padding-top: 12px;
}
.country-news-list .cat-news-list-left{
  float: left;
}
.country-news-list .cat-news-list-right{
  padding-left: 2%;
}
.international-news-ul .state-news-left{
  float: left;
}
.international-news-ul .state-news-right{
  padding-left: 2%;
  padding-right: 0;
}


.is-sticky .sticky-logo {
    display: block;
    transition: 0.5s;
}
.sticky-wrapper .sticky-logo {
    display: none;
}
.sticky-wrapper .sticky-logo a img{
  max-width: 114px;
}
.is-sticky .sticky-logo {
    display: block;
    transition: 0.5s;
}
/*===================  DETAILS PAGE STYLE ==============================*/
.left-content-area {
  float: left;
  width: 63.4%;
  background: #efecec;
}
.right-content-area {
  float: left;
  width: 36.6%;
}
.details-left-content-area {
  margin: 25px 0;
}
.details-right-content-area {
  padding-top: 25px;
}
.details-page-side-banner {
  text-align: center;
}
.details-page-breadcrumb {
  background: none;
  padding: 5px 24px;
  margin-bottom: 0;
}
.details-page-breadcrumb li a {
  color: #337ab7;
  font-size: 16px;
  line-height: 34px;
  padding-right: 4px;
}
.details-page-breadcrumb li a i{
  line-height: 32px;
  padding-right: 4px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.details-page-breadcrumb .active {
  color: #777;
  font-size: 16px;
  line-height: 34px;
  transition: all 0.5s ease 0s;
}
.details-page-breadcrumb li a:hover {
  color: var(--red);
}
.details-content {
  color: #000000;
  padding: 0px 24px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.details-content h1 {
  font-size: 35px;
  color: #333333;
}
.details-content h3 {
  margin-top: 10px;
  font-size: 28px;
}
.details-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.details-content p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}
/* .details-content img {
  margin-bottom: 5px;
} */
.details-content img {
  margin-bottom: 5px;
}
.details-content img {
  padding: 5px 0;
  max-width: 100%;
  height: auto;
}
.details-right-news-heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
.details-right-news-heading h2 {
  background: #e1e1e1;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  padding: 4px;
  margin: 0;
}
.details-btn {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.btn-more-details {
  background: #fff;
  color: #000;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  padding: 4px 10px;
  margin-top: 12px;
}
.btn-more-details:hover {
  color: #333333;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 1px solid #e1e1e1;
}
.hvr-bounce-to-right::before {
  background: #e1e1e1;
  color: #333333;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-more-details:hover {
  color: #333;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #333333;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.facebook-comment-box {
  border: 1px solid #dadada;
  margin-bottom: 20px;
  background: #fff;
}
.fb-h2 {
  background: #4d4e8a;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  margin: -1px -1px 0;
}
.details-news-single {
  margin-top: 10px;
  margin-bottom: 14px;
  padding: 8px;
  background: #fff;
}
.details-news-single-img{
  position: relative;
}
.details-news-single-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}
.details-news-single a:hover .details-news-single-img i {
    background-color: #fff;
    color: var(--color1);
}
.details-news-single-text {
  background-color: #fff;
  padding: 5px;
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
}
.more-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single a:hover img {
  opacity: 0.8;
}
.details-news-single-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.details-news-single-text span {
  color: #e74c4f;
  font-size: 14px;
  line-height: 14px;
}
.details-news-single a:hover {
  color: #000;
}
.details-tab-container {
  margin-top: 25px;
}
.detail-least-news-ul {}

/* .detail-least-news-ul .least-news-left{
  position: relative;
}

.detail-least-news-ul .least-news-left i{
  position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    padding-left: 4px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 15px 1px grey;
    -moz-box-shadow: 0 0 15px 1px gray;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
}

.detail-least-news-ul a:hover .least-news-left i{
  background-color: #fff;
    color: #d51f26;
} */
.detail-least-news-ul .least-news-left img {
  min-height: 79px;
  max-height: 79px;
  min-width: 132px;
  max-width: 132px;
  overflow: hidden;
}
.detail-least-news-ul .least-news-right {
  float: left;
  width: 60%;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
.detail-least-news-ul .least-news-right h3 {
  padding-left: 2px;
  font-size: 18px;
  line-height: 24px;
}
.more-news-single {
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.more-news-single img {
  max-width: 216px;
  min-width: 216px;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}
.more-news-single-text {
  padding-top: 4px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  padding-left: 2px;
}
.more-news-single-text h3 {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  color: #000;
  transition: all 0.5s ease 0s;
}
.more-news-single-text span {
  font-size: 14px;
  line-height: 14px;
  color: #e74c4f;
}
.details-body-left{
  background: #e5e5e5;
  text-align: center;
}
.details-body-left h4{
  border-bottom: 3px double #ccc;
  font-size: 18px;
  padding: 18px 0;
  margin: 0
}
.details-body-left .cat-name{
  color: var(--red);
}
.details-body-left p{
  font-size: 16px;
  padding: 18px 8px;
  text-align: center;
}
.more-news-title{
  background: #e9e5e5;
  padding: 8px;
}
.more-news-title h2{
  font-size: 20px;
  margin: 0;
}
.details-last-news-ul {
    margin: 0;
    padding: 0;
    margin-top: -3px;
}
.details-last-news-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.details-last-news-ul li a:hover .details-last-news-right h3{
  color: var(--red);
}
.details-last-news-ul li:last-child .details-last-news-single{
  padding-bottom: 0;
  border-bottom: none;
}
.details-last-news-single {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: -8px;
    width: 100%;
    border-bottom: 1px solid #dad9d9;
}
.details-last-news-left {
    float: left;
    width: 30%;
    position: relative;
    /* padding-bottom: 9px; */
}
.details-last-news-left img{
  /* max-height: 70px;
  min-height: 70px; */
}
.details-last-news-right {
    float: left;
    padding-left: 2%;
    width: 70%;
    min-height: 76px;
    max-height: 76px;
    overflow: hidden;
}
.details-last-news-right span{
  font-size: 14px;
  line-height: 14px;
  color: var(--red);
}
.details-last-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    padding-left: 2px;
    /* transition: all 0.5s ease 0s; */
}
.details-more-news-ul {
    margin: 0;
    padding: 0;
    margin-top: -3px;
}
.details-more-news-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
}
.details-more-news-ul li a:hover .details-more-news-right h3{
  color: var(--red);
}
.details-more-news-ul li:last-child .details-more-news-single{
  padding-bottom: 0;
  border-bottom: none;
}
.details-more-news-single {
    padding: 10px 0;
    display: inline-block;
    margin-bottom: -8px;
    width: 100%;
    border-bottom: 1px solid #dad9d9;
}
.details-more-news-left {
    float: left;
    width: 30%;
    position: relative;
    /* padding-bottom: 9px; */
}
.details-more-news-left img{
  /* max-height: 70px;
  min-height: 70px; */
}
.details-more-news-right {
    float: left;
    padding-left: 2%;
    width: 70%;
    min-height: 76px;
    max-height: 76px;
    overflow: hidden;
}
.details-more-news-right span{
  font-size: 14px;
  line-height: 14px;
  color: var(--red);
}
.details-more-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    padding-left: 2px;
    /* transition: all 0.5s ease 0s; */
}
