/*************************************
Template Name: The Report - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@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");
    font-display: swap;
}
body {font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;font-size: 16px;color: #333;background: #fff;}
@media (min-width: 1200px) {
  .container { max-width: 1280px!important;}
}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {transition: transform .2s ease-out;}
.top-search-secton {box-shadow: rgb(0 0 0) 0px 5px 5px -5px;}
/* a:hover img {opacity: 0.9;} */
a:hover .lazyload {transform: scale(1.03);transition: transform .2s ease-out;}
a:hover {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;}
body,h1,h2,h3,h4,h5,h6,p,textarea {font-family: "SolaimanLipiNormal", Helvetica, Arial, SolaimanLipi, sans-serif;font-weight: 400;}
a {font-family: "SolaimanLipiNormal", Helvetica, Arial, sans-serif;text-decoration: none;}
a:focus {outline: 0 solid !important;}
a:hover {text-decoration: none !important;}
*a:hover {text-decoration: none !important;}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0px 1000px white inset !important;}
/*====================== Back to Top =========================================*/
#back_to_top {border: none;background: #212529;color: #fff;padding: 2px 5px 3px;cursor: pointer;position: fixed;bottom: 15px;right: 30px;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 10;border: 1px solid transparent;padding-top: 0;}
#back_to_top svg {color: #fff;width: 30px}
#back_to_top.show {opacity: 1}
#back_to_top:hover {background: #fff;border: 1px solid #212529;}
#back_to_top:hover svg {color: #212529;}
/*====================== Header style Top nav =========================================*/
.top-header {padding: 15px 0;background: #fff;width: 100%;}
.top-bar-social {height: 69px;display: flex;justify-content: center;align-items: self-end;flex-direction: column;}
.top_socail_icon_area {}
.top_socail_icon_area .list-inline {padding: 0;margin: 0;}
.top_socail_icon_area .list-inline li {display: inline-block;padding-left: 5px;list-style: none;position: relative;height: 30px;width: 30px;margin-right: 2px;}
.top_socail_icon_area .list-inline li a {display: inline-block;text-align: center;line-height: 30px;cursor: pointer;}
.top_socail_icon_area .list-inline li a .cube-top svg {color: #4e4e4e;font-size: 17px;line-height: 20px;text-align: center;}
.cube,.cube span {width: 100%;height: 100%;top: 0;left: 0;position: absolute;transform-style: preserve-3d;transition: transform 0.5s ease-in-out;text-align: center;}
.cube-top {background: transparent;background-size: 100%;}
.cube-front {background-size: 100%;transform: translate(0, -100%) rotateX(90deg);transform-origin: bottom;border-radius: 50px;}
.top_socail_icon_area .list-inline li a .cube-front svg {line-height: 30px;fill: #fff;}
.top_socail_icon_area .list-inline li:hover .cube {transform: translate(0, 50%) rotateX(-90deg);}
.top_socail_icon_area .list-inline li .facebook .cube-top {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-top {background: #1da1f2;}
.top_socail_icon_area .list-inline li .instagram .cube-top {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-top {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-top {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-top {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-top {background: #f26522;}
.top_socail_icon_area .list-inline li .cube-top {background: #c5c5c5 !important;border-radius: 50%;/* border: 2px solid #4e4e4e; */}
.top_socail_icon_area .list-inline li .cube-top svg {fill: #fff;}
.top_socail_icon_area .list-inline li .facebook .cube-front {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-front {background: #000;}
.top_socail_icon_area .list-inline li .instagram .cube-front {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-front {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-front {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-front {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-front {background: #f26522;}
@-webkit-keyframes animationTop {
  49% {-webkit-transform: translateY(100%);}
  50% {opacity: 0;-webkit-transform: translateY(-100%);}
  51% {opacity: 1;}
}
@keyframes animationTop {
  49% {transform: translateY(100%);}
  50% {opacity: 0;transform: translateY(-100%);}
  51% {opacity: 1;}
}
.top-search .btn {padding: 3px 5px;border-radius: 0;}
.top-bar-date-wrapper {height: 69px;display: flex;justify-content: center;align-items: self-start;flex-direction: column;}
.top-bar-date {display: inline-block;}
.middle-header {padding-bottom: 10px;padding-top: 10px;background: #fff;}
.top-search .btn svg {fill: #000;}
.en-link-wrapper-main {float: right;margin-top: 30px;margin-right: 15px;}
.en-link-wrapper {}
.en-link {color: #fff;background-color: #000;padding: 4px 10px;border: 1px solid #000;transition: 0.3s;border: 1px solid #000;}
.en-link:hover {color: #000;background: transparent;}
.top-nav-main {padding: 0;}
.top-nav-container {border-top: 2px solid #eee;border-bottom: 2px solid #bebebe;}
.top-nav-main .navbar-brand {display: none;margin: 0;}
.top-nav-main li.nav-item a.nav-link {font-size: 18px;padding: 9px 20px !important;color: #524f4f !important;font-weight: 600;}
.top-nav-main li.nav-item a.nav-link:hover, .top-nav-main li.nav-item a.active {color: #EE323B !important;fill: #EE323B}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 105px !important;}
#nav.sticky {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);background: #fff;position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;width: 100%;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;transition: 0.1s;}
#nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;}
#nav.sticky.top-nav-main .navbar-brand img {height: 55px;}
#nav.sticky .top-nav-container {border: 0 !important;}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {position: static;}
.nav-item.dropdown.dropdown-mega .dropdown-menu {top: auto;left: 50%;transform: translateX(-50%);}
.dropdown-new:hover .dropdown-menu-new {display: block;}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border: 0;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}

.top-middle-logo img {width: 230px;}
.top-middle-logo {text-align: center;}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {display: block;}
.dropdown-new:hover .dropdown-menu-new {display: block;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}

  @keyframes bsb-zoomIn {
    0% {opacity: 0;transform: scale3d(.3, .3, .3)}
    50% {opacity: 1}
  }
  .bsb-zoomIn {animation-name: bsb-zoomIn}
.dropdown-menu-new {border: 0;border-radius: 0;border-bottom: 3px solid #2d292a;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: #fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu {padding: 0 !important;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {color: #fff;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: #2d292a;}
.other-list-group a {border: 0;padding: 4px 0;font-size: 17px;transition: 0.3s;}
.other-list-group a:hover {color: #EE323B;}
/*====================== Footer Style =========================================*/
.copy-right-text {margin-bottom: 15px;}
.credit-text p {margin-bottom: 0;}
.footer-menu {padding: 15px 0;}
.footer-menu ul {padding-left: 0;margin-bottom: 0;list-style: none;display: inline-block;}
.footer-menu ul li {display: inline-block;}
.footer-menu ul li a {color: #fff;padding: 3px 10px;border: 1px solid #777;font-size: 16px;margin-right: 8px;display: inline-block;margin-bottom: 10px;}
.footer-menu ul li a:hover {background-color: #777;}
.footer-bottom {background-color: #212121;color: #fff; margin-top: 50px;}
.footer-col-1 {padding-top: 25px;padding-left: 0;text-align: center; position: relative;}
a.footer-logo-text {display: block;color: #fff;margin-top: 5px;}
.footer-col-1:after {position: absolute;content: "";background: #fff;width: 1px;height: 145px;left: 0;top: 10px;}
.editors-board {padding-top: 30px;text-align: center;}
.email-subscription-aria {padding-top: 25px;text-align: center;}
.email-subscription-aria #txtEmail {background-color: #555;border: none;padding: 7px 12px 8px;border-radius: 5px 0 0 5px;width: 200px;}
.email-subscription-aria #btn-subscribe {background-color: #222;border: none;border-radius: 0 5px 5px 0;color: #555;padding: 7px 9px 8px;}
.footer-col-3 {padding-top: 25px;padding-right: 0;text-align: center;}
.footer-col-3 img {width: 200px;}
.copy-right-text {margin-top: 15px;margin-bottom: 15px;font-size: 14px;}
.credit-text {margin-top: 15px;text-align: right;margin-bottom: 15px;font-size: 14px;}
.copy-right-text-row {border-top: 1px solid #777;margin-top: 40px;}
.footer-social-icons {float: left;margin-top: 10px;}
.footer-col-1 p {margin-bottom: 5px;}
.credit-text a {color: #fff;transition: 0.5s;}
.credit-text a:hover {color: #ffb300;}
/*=========================================== TRENDING NEWS STYLE ============================================*/
.trending-wrapper {padding: 20px 0 2px;background: #EFF3F6;}
.trending-area {margin-bottom: 15px;text-align: center;}
.trending-list {margin: 0;padding: 0;}
.trending-list li {list-style-type: none;display: inline-block;}
.trending-list li span {margin-right: 10px;font-weight: bold;font-size: 15px;}
.trending-list li a {background: #fff;color: #000;padding: 4px 8px;margin-right: 10px;transition: .2s;box-shadow: 0 1px 2px rgb(0 0 0 / 10%);margin-bottom: 5px;display: inline-block;}
.trending-list li a:hover {background: #19232d;color: #fff;}
/*======================  Lead New Style =========================================*/
.top-news-left {width: 74.6%;float: left;padding: 0;}
.top-news-right {width: 25.4%;float: left;padding: 0;}
.bt {border-top: 1px solid #e2e2e2;}
.br {border-right: 1px solid #e2e2e2;}
.lead-section {padding: 0 0 20px;background: #EFF3F6;}
.lead-news {margin-bottom: 24px;position: relative;}
.lead-news-img {position: relative;overflow: hidden;}
.lead-news-img svg {
  position: absolute;
    top: 14%;
    left: 8%;
    height: 50px;
    width: 50px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 50px;
    fill: #000;
    border-radius: 50%;
    padding-left: 7px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.top-left-side-bar-right span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sub-lead-2-text h3 {
  font-size: 19px;
  line-height: 24px;
  color: #000;
  margin: 0;
  font-weight: 600;
}
.sub-lead-2-text h3 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}
.sub-lead-2-text span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sub-lead-2 a:hover .sub-lead-2-text h3 {
  color: #0d6efd;
}


.lead-news-img span {background: #dc2028;padding: 3px 10px;position: absolute;font-size: 16px;z-index: 1;color: #fff;right: 0;top: -35px;transition: all 0.5s ease 0s;}
.lead-news a:hover .lead-news-img span {top: 0;}
.lead-news a:hover .lead-news-img svg {background: #fff;fill: red;}
.lead-news-text {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: 15px 10px 5px;}
.lead-news-text span {
  line-height: 14px;
    color: #ffb300;
    font-size: 20px;
}
.lead-news-text h1 {font-size: 26px;line-height: 31px;margin-bottom: 0;color: #fff;font-weight: 600;}
.lead-news-text h1 span svg {
  margin-left: 6px;
  fill: #ffb300;
  margin-right: 6px;
  background: #ffb300;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.top-left-side-bar-right h2 {
  font-size: 18px;
  line-height: 24px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
  font-weight: 600;
}
ul.top-left-side-bar li a:hover h2 {
  color: #0d6efd;
}
.lead-news-text p {color: #666;line-height: 22px;}
.lead-news-right {width: 58%;float: right;text-align: center;}
.sub-lead-image {display: none;overflow: hidden;}
.sub-lead-text {min-height: 164px;max-height: 164px;overflow: hidden;padding-left: 2px;}
.sub-lead-text span {font-size: 14px;line-height: 14px;color: #e90000;}
.sub-lead-text h2 {font-size: 19px;line-height: 24px;color: #000;}
.sub-lead-text p {font-size: 16px;line-height: 22px;color: #777;}
.sub-lead-2 a {background: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);margin-bottom: 24px;display: inline-block;}
.sub-lead-2-img {position: relative;overflow: hidden;}
.sub-lead-2-img span {background: #dc2028;padding: 7px 10px;padding-top: 9px;position: absolute;font-size: 14px;line-height: 14px;z-index: 1;color: #fff;right: 0;top: -31px;transition: all .5s ease 0s;}
.sub-lead-2-img svg, .sub-lead-image svg {
  position: absolute;
    top: 20%;
    left: 12%;
    height: 40px;
    width: 40px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #000;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.sub-lead-2 a:hover .sub-lead-2-img svg {background: #fff;fill: red;}
.sub-lead-2 a:hover .sub-lead-2-img span {top: 0;}
.sub-lead-2-text {padding: 4px 7px;min-height: 75px;max-height: 75px;overflow: hidden;}
.sub-lead-2-text span {font-size: 14px;line-height: 14px;color: #e90000;}
.sub-lead-2-text h2 {font-size: 19px;line-height: 24px;color: #000;margin: 0;}
.banner-top-right {margin-bottom: 15px;}
.title-heading-wrapper {background: #eff3f4;margin-bottom: 10px;box-shadow: 0 1px 2px rgb(0 0 0 / 10%);}
.title-heading{color: #000;font-size: 22px;line-height: 22px;height: 40px;position: relative;margin: 0;display: inline-block;}
.top-news-left-lead-wrapper {padding: 0;position: relative;}
.top-news-left-lead-wrapper-right {width: 45%;float: left;padding: 0;}
.top-news-left-lead-wrapper-left {width: 55%;float: left;padding: 0;}
.top-left-side-bar {position: relative;margin: 0;padding: 0;}
.top-left-side-bar li {list-style: none;width: 100%;margin-bottom: 5px;}
.top-left-side-bar li:last-child {margin-bottom: 0;}
.top-right-banner {display: inline-block;margin-top: 16px;margin-bottom: 15px;}
.top-left-side-bar li a {display: inline-block;padding: 7px;background: #fff;width: 100%;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);}
.top-left-side-bar li:last-child a {margin-bottom: -7px;}
.top-left-side-bar-left {float: left;width: 37%;display: block;overflow: hidden;position: relative;}
.top-left-side-bar-right {float: left;width: 63%;min-height: 76px;max-height: 76px;overflow: hidden;padding-left: 3%;}
.top-left-side-bar-right h3 {color: #000;margin: 0;padding: 0;font-size: 17px;}
.top-left-side-bar-right span {color: red;font-size: 16px;line-height: 14px;}
.top-lead-news-wrapper {background: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}
.top-left-side-bar-left span {background: #dc2028;padding: 2px 8px 0;position: absolute;font-size: 13px;z-index: 1;color: #fff;right: 0;top: -22px;transition: all .5s ease 0s;}
.top-left-side-bar li a:hover .top-left-side-bar-left span {top: 0;}
.top-left-side-bar-left svg {
      position: absolute;
        top: 32%;
        left: 20%;
        height: 35px;
        width: 35px;
        background: #FFF;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height: 28px;
        fill: #000;
        border-radius: 50%;
        padding-left: 3px;
        border: 3px solid #fff;
        box-shadow: 0 0 15px 1px grey;
        opacity: 0.8;
        z-index: 1;
}

.top-left-side-bar li a:hover .top-left-side-bar-left svg {background: #fff;fill: red;}
/* .title-heading:before {content: "";position: absolute;right: -20px;bottom: 0;width: 0;height: 0;border-left: 20px solid #333;border-top: 20px solid transparent;border-bottom: 20px solid transparent;} */
.block-header-title {position: relative;width: 100%;margin-bottom: 15px;display: inline-block;}
.block-header-title:before {position: absolute;top: 0;bottom: 0;left: 0;content: "";background: #000;width: 4px;height: 90%;}
.block-header-title a {font-size: 26px;text-decoration: none;color: #000;line-height: 32px;padding-left: 15px;}
.block-header-title:after {position: absolute;top: 104%;bottom: 0;left: -10px;content: "";background: #000;width: 100%;height: 2px;margin-left: 10px;}
.title-heading-text {color: #000;text-decoration: none;display: inline-block;padding: 10px 10px;border-left: 4px solid red;}
.title-heading-text:hover {color: #000;}
.title-right-link {font-size: 17px;float: right;color: #000;padding-right: 8px;line-height: 42px;text-decoration: none;}
.opinion-news {}
.opinion-news-img {width: 33%;float: left;position: relative;overflow: hidden;}
.opinion-news a {display: inline-block;padding: 5px;background: #fff;}
.opinion-news-img img {/* min-height: 90px;max-height: 90px; */overflow: hidden;border-radius: 50%;}
.opinion-news-text {width: 67%;float: left;padding: 4px;padding-left: 3%;min-height: 82px;max-height: 82px;overflow: hidden;}
.opinion-news-text span {font-size: 14px;line-height: 14px;color: #e90000;}
.opinion-news-text h2 {font-size: 18px;line-height: 22px;margin-bottom: 3px;color: #000;margin-top: 15px;}
.tab-content-wrapper {margin-top: 10px;margin-bottom: 20px;border: 1px solid #d7d7d7;}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {color: #fff;background-color: #007bff;transition: background-color .3s .2s;}
.side-tab-main {width: 100%;}
.side-tab-main .nav-item {display: block;float: left;width: 50%;}
.side-tab-main .nav-item .nav-link {transition: background-color .3s 0s;font-weight: 700;font-size: 20px;color: #444;cursor: pointer;text-decoration: none;text-align: center;background: #d7d7d7;border-radius: 0;padding: 7px 10px;border-top: 3px solid transparent;}
.nav-pills .nav-item.active a {background: #fff;border-top: 3px solid #EE323B;}
.latest-news {overflow-y: scroll;height: 295px;}
.latest-news-ul {list-style: none;margin: 0;padding: 0;background: #fff;}
.latest-news-ul li {list-style: none;}
.latest-news-ul li a {padding: 7px 7px 9px;border-bottom: 1px solid #d7d7d7;display: inline-block;background: #fff;color: #000;margin-bottom: -5px;}
.latest-news-left {float: left;width: 37%;margin-right: 2%;position: relative;}
.latest-news-left img {min-height: 62px;max-height: 62px;}
.latest-news-right {float: left;width: 61%;padding-left: 2px;max-height: 62px;overflow: hidden;min-height: 62px;}
.latest-news-right h3 {font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;}
.latest-news-right span {
      font-size: 16px;
        margin-right: 2px;
        color: #e10612;
        font-weight: 600;
}
.latest-news-left svg {
  position: absolute;
    top: 32%;
    left: 20%;
    height: 35px;
    width: 35px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    fill: #000;
    border-radius: 50%;
    padding-left: 3px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.latest-news-ul li a:hover .latest-news-left svg {fill: red;background: #fff;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.new-fade {-webkit-animation: .7s ease-in-out fadeInScale;-moz-animation: .7s ease-in-out fadeInScale;animation: .7s ease-in-out fadeInScale}
@keyframes fadeInScale {
  0% {transform: scale(.9);opacity: 0}
  100% {transform: scale(1);opacity: 1}
}
/*======================  National Section Style =========================================*/
.new-national {
  margin-top: 40px;
}
.new-national-category-ul li {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 6px;
}
.new-national-category-lead .category-lead-img img {
  height: 100%;
}
.country-news-lead {
  margin-bottom: 24px;
}
.country-news-lead-image {
  position: relative;
  overflow: hidden;
}
.country-news-lead-image svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  padding-left: 6px;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-news-lead-text {
  padding: 3px 7px;
  background: #eff3f4;
  min-height: 75px;
  max-height: 75px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-news-lead-text h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.country-news-lead-text h2 span {
  font-size: 18px;
  margin-right: 2px;
  color: #e10612;
}
.country-news-lead-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.country-news-lead a:hover .country-news-lead-image svg {
  background: #fff;
  fill: red;
}
.country-news-lead-image {
  position: relative;
  overflow: hidden;
}
.country-news-lead-image svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 50px;
  width: 50px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  fill: #000;
  border-radius: 50%;
  padding-left: 6px;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-lead-news-small {
  margin-bottom: 24px;
}
.country-lead-news-small-image {
  position: relative;
  overflow: hidden;
}
.country-lead-news-small-image svg {
  position: absolute;
  top: 30%;
  left: 16%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-lead-news-small-text {
  padding: 3px 7px;
  background: #eff3f4;
  min-height: 88px;
  max-height: 88px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-lead-news-small-text h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.country-lead-news-small-text h3 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}
.country-lead-news-small-text h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.country-new-ul {
  margin: 0;
  padding: 0;
}
.country-new-ul li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  width: 100%;
}
.country-new-ul li a {
  background-color: #eff3f4;
  padding: 8px;
  display: inline-block;
  margin-bottom: -7px;
  width: 100%;
  border-bottom: 1px dashed #929292;
}
.country-new-ul-left {
  float: left;
  width: 38%;
  position: relative;
  overflow: hidden;
}
.country-new-ul-left img {
  max-height: 88px;
  min-height: 88px;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.country-new-ul-left svg {
  position: absolute;
  top: 32%;
  left: 20%;
  height: 35px;
  width: 35px;
  background: #FFF;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  fill: #000;
  border-radius: 50%;
  padding-left: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.country-new-ul-right {
  float: left;
  width: 62%;
  overflow: hidden;
  padding-left: 2.3%;
  position: relative;
}
.country-new-ul-right h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  transition: all .5s ease 0s;
  color: #000;
  font-weight: 600;
}
.country-new-ul-right h3 span {
  font-size: 16px;
  margin-right: 2px;
  color: #e10612;
}
.country-new-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.country-new-ul li a:hover .country-new-ul-left svg {
  background: #fff;
  fill: red;
}
.country-new-ul li:last-child a {
  border: 0;
}
.new-national-category-lead .category-lead-img img {
  height: 100%;
}
.category-lead-text h3 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.new-national-category-lead .category-lead-text span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffb300;
}
.new-national-category-lead .category-lead-text span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #ffb300;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.new-national-category-lead .category-lead-img svg {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 45px;
  width: 45px;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #000;
  border-radius: 50%;
  padding-left: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
.category-list-text h4 {
  font-size: 18px;
  line-height: 24px;
  transition: all 0.5s ease 0s;
  margin: 0;
  color: #000;
  font-weight: 600;
}

/*======================  Bangladewsh Section Style =========================================*/
.bangladesh-section {
  background-color: #EFF3F6;
  padding: 40px 0 30px;
}

.bangladesh-section-left {
  float: left;
  width: 69.94%;
  padding: 0;
}

.bangladesh-section-right {
  float: left;
  width: 30.06%;
  padding: 0;
}

.bd-news-title-container {
  position: relative;
  margin-bottom: 5px;
  border-bottom: 2px solid #2d292a;
  width: 100%;
  display: inline-block;
}

.bd-news-title-container .main-heading {
  float: left;
}

.bd-news-title-container .main-heading h2 {
  margin: 0;
  padding: 3px 20px;
  background-color: #2d292a;
  font-size: 22px;
  color: #fff;
  padding-top: 7px;
}

.bd-news-title-container .main-heading h2 a {
  color: #fff;
}

.bd-news-sub-title {
  float: right;
}

.bd-news-sub-title ul {
}

.bd-news-sub-title ul li {
  background: transparent;
}

.bd-news-sub-title ul li button {
  font-size: 16px;
  color: #000;
  padding: 6px 15px;
}

.bd-news-sub-title .nav-pills .nav-link.active {
  color: #C70B0B;
  background: transparent;
}

.bd-news-sub-title ul li:last-child button {
  padding-right: 0;
}

.bangladesh-lead-news {
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 22px;
}

.bangladesh-lead-news-image {
  position: relative;
}

.bangladesh-lead-news-image svg {
      position: absolute;
        top: 15%;
        left: 8%;
        height: 50px;
        width: 50px;
        background: #fff;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height: 50px;
        fill: #000;
        border-radius: 50%;
        padding-left: 6px;
        border: 3px solid #fff;
        box-shadow: 0 0 30px 2px grey;
        opacity: 0.8;
        z-index: 1;
}
.bangladesh-lead-news-text {
  overflow: hidden;
  padding-top: 4px;
  min-height: 102px;
  max-height: 102px;
  padding-left: 1px;
}
.bangladesh-lead-news-text span {
  color: red;
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
}
.bangladesh-lead-news-text h2 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.bangladesh-lead-news-text h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.bangladesh-news-ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.bangladesh-news-ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
}
.bangladesh-news-ul li:last-child {margin-bottom: 0;}
.bangladesh-news-ul li a {
  background: #fff;
  display: inline-block;
  padding: 6px;
  width: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.bangladesh-news-ul-left {
  position: relative;
  float: left;
  width: 35%;
}
.bangladesh-news-ul-left svg {
  position: absolute;
    top: 34%;
    left: 20%;
    height: 35px;
    width: 35px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    fill: #000;
    border-radius: 50%;
    padding-left: 3px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.bangladesh-news-ul-right {
  float: left;
  width: 65%;
  padding-left: 3%;
  padding-right: 4px;
  min-height: 67px;
  max-height: 67px;
  overflow: hidden;
}
.bangladesh-news-ul-right h3 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.bangladesh-news-ul-right span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.bangladesh-news-ul-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.bangladesh-news-ul li a:hover .bangladesh-news-ul-left svg, .bangladesh-lead-news a:hover .bangladesh-lead-news-image svg {
  background: #fff;
  fill: red;
}
.country-lead-news-small {
  margin-bottom: 24px;
  background: #eff3f4;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding-bottom: 0;
}
.country-lead-news-small-text {
  padding: 3px 7px;
  background: #eff3f4;
  min-height: 74px;
  max-height: 74px;
  padding-bottom: 0;
  overflow: hidden;
}
.country-lead-news-small-image {
position: relative;
}
.country-lead-news-small-image svg {
  position: absolute;
    top: 24%;
    left: 14%;
    height: 40px;
    width: 40px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #000;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.country-lead-news-small a:hover .country-lead-news-small-image svg {background: #fff;fill: red;}
.country-lead-news-small-text span {
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.country-lead-news-small-text h3 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #000;
}

.bd-news-sub-title ul li button:hover {
  color: #2d292a;
}

.international-title .main-heading h2 {
  background-color: #f9c100;
}

.international-title {
  border-bottom: 2px solid #f9c100;
}

.international-title .main-heading h2 {
  background-color: #f9c100;
}

.international-new-ul li a {
  background: #fff;
  box-shadow: none;
  padding: 0;
}

.international-new-ul li {
  margin-bottom: 12px;
}

.international-new-ul li:last-child {
  margin-bottom: 0;
}
.district-news-heading {background-color: #2d292a;text-align: center;font-size: 18px;margin-bottom: 12px;padding: 6px;}
.district-news-heading a {color: #fff;}
.sonali-map {margin-left: 8px;margin-right: 7px;}
.map-form {background: #fff;position: relative;padding: 15px;}
.map-form h3 {font-size: 20px;margin-bottom: 5px;font-weight: 600;}
/* .map-form .form-group {margin-bottom: 10px;} */
.map-form .col-m {margin-bottom: 10px;}
.map-padding-right {padding-right: 5px;}
.map-padding-left {padding-left: 5px;}
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0;}
.division-style {position: relative;margin: 0 auto;padding: 6px 10px;background: #fff;border: 1px solid rgba(0, 0, 0, 0.15);box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;cursor: pointer;outline: none;color: #19232d;line-height: 1.5;font-size: 16px;border-radius: 0.25rem;}
.division-dropdown-area {width: 46%;margin-right: 4%;position: relative;float: left;}
.district-dropdown-area {width: 46%;margin-left: 4%;position: relative;float: left;}
.wrapper-demo {zoom: 1;font-weight: 400;}
.wrapper-demo:after {clear: both;content: "";display: table;}
.wrapper-dropdown-3 {position: relative;margin: 0 auto;padding: 6px 10px;background: #fff;border-radius: 7px;border: 1px solid rgba(0, 0, 0, 0.15);box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);cursor: pointer;outline: none;font-weight: 700;color: #757575;margin-bottom: 5px;}
.btn-custom {background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 7px;box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);font-size: 15px;color: #000;font-weight: 700;font-size: 16px;}
.btn-custom svg {height: 15px;width: 15px;}
.btn-custom:hover {background: #000;color: #fff;transition: 0.3s;}
.btn-custom:hover svg {fill: #fff;transition: 0.3s;}
.btn-block {display: block;width: 100%;}
.bangladesh-section-right .btn-block:hover {background: #2d292a;color: #fff;}
.details-page-side-banner-home {margin-top: 10px;text-align: center;}
/* ========================== LIFESTYLE SECTION ========================== */
.lifestyle-section{padding-top: 30px;padding-bottom: 35px;}
.lifestyle-item{position: relative;}
.lifestyle-item-img {position: relative;overflow: hidden;}
.lifestyle-item-img svg {position: absolute;
  position: absolute;
    top: 20%;
    left: 10%;
    height: 45px;
    width: 45px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #000;
    border-radius: 50%;
    padding-left: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.lifestyle-item-text{
  position: relative;
    background: #eff3f4;
    color: #000;
    width: 90%;
    margin: -20px auto auto;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    padding: 5px 7px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px -5px #000;
}
.lifestyle-item-text span{
  font-size: 14px;
  line-height: 14px;
  color: red;
}
.lifestyle-item-text h3{
  color: #111;
  font-size: 19px;
  line-height: 20px;
  margin: 0;
}
.lifestyle-item a:hover .lifestyle-item-img svg {background: #fff;fill: red;}
.life-style-heading h3 {border-color: #000 !important;}
.life-style-heading h3 span {border-color: #000 !important;}
/* ============================ video SECTION ======================== */
.video-title {margin-bottom: 15px;}
.video-title a {color: #fff;font-size: 24px;border-bottom: 2px solid #e90000;transition: 0.5s;}
.video-title a:hover {color: #ffb300;}
.video-wrapper {background: #212121;padding: 30px 0 10px;}
.video-lead-text {width: 40%;float: left;background: #282828;padding: 6px 5px 6px 10px;min-height: 260px;max-height: 260px;overflow: hidden;}
.video-lead-text span {color: #ffb300;font-size: 14px;line-height: 14px;}
.video-lead-text h2 {font-size: 24px;line-height: 30px;color: #fff;margin: 0;margin-bottom: 3px;}
.video-lead-text p {color: #fff;margin: 0;}
.video-lead-img {width: 60%;float: left;position: relative;overflow: hidden;}
.video-lead-img img {width: 100%;min-height: 260px;max-height: 260px;overflow: hidden;}
.video-lead-img svg {position: absolute;bottom: -7px;left: 7%;height: 60px;width: 60px;background:#ef002d;transform: translate(-50%, -50%);text-align: center;line-height: 50px;fill: #fff;border-radius: 50%;font-size: 26px;padding: 4px;padding-left: 11px;box-shadow: 0 0 30px 2px grey;opacity: 0.8;z-index: 1;}
.video-lead a:hover .video-lead-img svg {background: #fff;fill: red;}
.video-news-img {position: relative;overflow: hidden;}
.video-news-img svg {position: absolute;bottom: -11px;left: 11%;height: 45px;width: 45px;background: #ef002d;transform: translate(-50%, -50%);text-align: center;line-height: 38px;fill: #fff;border-radius: 50%;padding: 3px 3px;padding-left: 8px;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.video-news a:hover .video-news-img svg {background: #fff;fill: red;}
.video-news {margin-bottom: 24px;}
.video-news-text {min-height: 76px;max-height: 76px;overflow: hidden;padding: 5px 7px;background: #3b3b3b;}
.video-news-text-2 {min-height: 113px;max-height: 113px;overflow: hidden;}
.video-news-text h3 {font-size: 18px;line-height: 23px;color: #fff;margin: 0;}
.video-news-text span {color: #ffb300;font-size: 14px;line-height: 14px;}
.video-lead-text-mobile {display: none;}
/*=========================================== ENTERTAINMENT SECTION WRAPPER STYLE ============================================*/
.entertainment-section-wrapper {background-color: #212121;padding-top: 30px;padding-bottom: 15px;}
.entertainment-title a {color: #ffb300;}
.entertainment-title a h2 {color: #ffb300;font-size: 26px;padding-left: 10px;}
.entertainment-lead-news {position: relative;margin-bottom: 20px;box-shadow: 0 1px 2px rgb(0 0 0 / 30%);}
.entertainment-lead-image {display: block;overflow: hidden;position: relative;}
.entertainment-lead-image img {width: 100%;overflow: hidden;}
.entertainment-lead-image svg {position: absolute;top: 50%;left: 50%;height: 60px;width: 60px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 50px;fill: #fff;border-radius: 50%;font-size: 26px;padding-left: 7px;border: 5px solid #fff;box-shadow: 0 0 30px 2px grey;opacity: 0.8;z-index: 1;}
.entertainment-lead-news a:hover .entertainment-lead-image svg {background: #fff;fill: red;}
.entertainment-lead-text-wrapper {position: relative;}
.entertainment-lead-text {position: relative;background: #373c44;color: #fff;bottom: 0;padding: 5px 10px 5px;min-height: 153px;max-height: 153px;overflow: hidden;}
.entertainment-lead-text h2 {margin: 0;font-size: 26px;line-height: 32px;margin-bottom: 5px;}
.entertainment-lead-text span {color: #ffb300;font-size: 14px;line-height: 14px;}
.entertainment-lead-text p {font-size: 16px;color: #fff;margin: 0;line-height: 24px;}
.entertainment-other-news {position: relative;margin-bottom: 19px;box-shadow: 0 1px 2px rgb(0 0 0 / 30%);}
.entertainment-news-image {display: block;position: relative;overflow: hidden;}
.entertainment-news-image img, .entertainment-other-news-image img {width: 100%;overflow: hidden;}
.entertainment-news-image svg {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;fill: #fff;border-radius: 50%;font-size: 20px;padding-left: 4px;border: 4px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.entertainment-other-news-text-wrapper {position: relative;}
.entertainment-other-news-image {position: relative;overflow: hidden;}
.entertainment-other-news-text {position: relative;width: 100%;color: #fff;background: #373c44;padding: 4px 5px 0;min-height: 73px;max-height: 73px;}
.entertainment-other-news-text h3 {font-size: 18px;line-height: 22px;color: #fff;margin: 0;}
.entertainment-other-news-text span {color: #ffb300;font-size: 14px;line-height: 14px;}
.entertainment-other-news a:hover .entertainment-news-image svg {background: #fff;fill: red;}
/*=========================================== ENTERTAINMENT-2 SECTION WRAPPER STYLE ============================================*/
.entertainment-title {
  margin-bottom: 20px;
}
.entertainment-section-two {
  background-color: #212121;
  padding-top: 60px;
  padding-bottom: 60px;
}
.entertainment-wrapper-two-left img {
  width: 100%;
}
.entertainment-wrapper-two-left-text {
  background: #4CAF50;
  padding: 10px 15px 5px;
  min-height: 168px;
  max-height: 168px;
  overflow: hidden;
}
.entertainment-wrapper-two-left-text span {
  color: #FFEB3B;
  font-size: 14px;
  line-height: 14px;
}
.entertainment-wrapper-two-left-text h2 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 5px;
}
.entertainment-wrapper-two-left-text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.entertainment-wrapper-two-right {width: 100%;display: flex;position: relative;margin-bottom: 6px;}
.entertainment-wrapper-two-right-text img {
  width: 100%;
  height: 130px;
}
.entertainment-wrapper-two-right-img {
  width: 55%;
  float: left;
  height: 130px;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.entertainment-wrapper-two-right-img h4 {
  color: #fff;
  font-size: 18px;
}
.entertainment-wrapper-two-right-text {
  width: 45%;
  float: left;
}
.entertainment-wrapper-two-right-color-1 {
  background: #2cb187;
  z-index: 9;
}
.entertainment-wrapper-two-right-color-1:after {
  position: absolute;
  top: 40%;
  right: 41.5%;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 20px solid #2cb187;
  border-bottom: 14px solid transparent;
}
.entertainment-wrapper-two-right-color-2 {
  background: #b74064;
  z-index: 9;
}
.entertainment-wrapper-two-right-color-2::before {
  position: absolute;
  top: 40%;
  right: 55%;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 20px solid #b74064;
  border-bottom: 14px solid transparent;
}
.entertainment-wrapper-two-right-color-3 {
  background: #484885;
  z-index: 9;
}
.entertainment-wrapper-two-right-color-3:after {
  position: absolute;
  top: 40%;
  right: 41.5%;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 20px solid #484885;
  border-bottom: 14px solid transparent;
}
.entertainment-wrapper-two-right-color-4 {
  background: #0e4977;
  z-index: 9;
}
.entertainment-wrapper-two-right-color-4::before {
  position: absolute;
  top: 40%;
  right: 55%;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 20px solid #0e4977;
  border-bottom: 14px solid transparent;
}
.entertainment-title img {
  width: 100%;
}
.entertainment-section-wrapper {
  display: none;
}
/*=========================== Category News Home STYLE ============================*/
.job-title {border-bottom: 2px solid #f44336;}
.job-title .main-heading h2 {background-color: #f44336;}
.technology-title {border-bottom: 2px solid #ff7500;}
.technology-title .main-heading h2 {background-color: #ff7500;}
.special-news-title {border-bottom: 2px solid #607d8b;}
.special-news-title .main-heading h2 {background-color: #607d8b;}
.category-lead {position: relative;margin-bottom: 14px;}
.category-lead-img{position: relative;overflow: hidden;}
.category-lead-img img {width: 100%;}
.category-lead-img svg {
  position: absolute;
    top: 20%;
    left: 10%;
    height: 45px;
    width: 45px;
    background: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 38px;
    fill: #000;
    border-radius: 50%;
    padding-left: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.category-lead a:hover .category-lead-img svg {background: #fff;fill: red;}
.category-lead-text{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, .8) 100%);color: #fff;bottom: 0;padding: 7px 7px 0;}
.category-lead-text span {
  font-size: 18px;
  margin-right: 2px;
  color: #ffb300;
}
.category-lead-text span svg {
  margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #ffb300;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.category-lead-text h3 {font-size: 20px;line-height: 24px;color: #fff;margin-bottom: 5px;}
.category-ul {margin: 0;padding: 0;}
.category-ul li {list-style-type: none;position: relative;display: inline-block;width: 100%;margin-bottom: 10px;border-bottom: 1px solid #979797;padding-bottom: 4px}
.category-ul li a {display: inline-block;background: #eff3f4;}
.category-ul li:last-child{}
.category-list-img {float: left;width: 36%;position: relative;overflow: hidden;}
.category-list-img svg {
  position: absolute;
    top: 32%;
    left: 20%;
    height: 35px;
    width: 35px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    fill: #000;
    border-radius: 50%;
    padding-left: 3px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}
.category-ul li a:hover .category-list-img svg {background: #fff;fill: red;}
.category-list-text {padding-top: 3px;padding-left: 3%;float: left;width: 64%;min-height: 85px;max-height: 85px;overflow: hidden;padding-right: 4px;}
.category-list-text span {color: red;font-size: 16px;line-height: 14px;}
.category-list-text h4 {font-size: 18px;line-height: 24px;transition: all 0.5s ease 0s;margin: 0;color: #000;}
.category-list-text h4 span svg {
  margin-left: 6px;
  fill: #999;
  margin-right: 6px;
  background: #999;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
/*========================================== Other version style for photo gallery =================================================*/
section.new-photo-gallery {
  background: #2b2b2b;
  padding: 30px 0px;
}
.new-photo-gallery .flex-direction-nav a:before {
  content: "" !important;
}
.new-photo-gallery .flex-direction-nav a {
  font-size: 0;
  top: 45%;
  border-radius: 50%;
}
.new-photo-gallery .flex-direction-nav a.flex-next:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  vertical-align: top;
  right: 0px !important;
  opacity: 1;
}
.new-photo-gallery .flex-direction-nav a.flex-prev:before {
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>') !important;
  left: 0px !important;
  opacity: 1;
}
#new-photo-gallery-sliders ol.flex-control-nav.flex-control-thumbs img {
  width: 80px;
  margin-right: 5px;
  float: left;
  display: block;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
#new-photo-gallery-sliders .flex-control-thumbs li img.flex-active {
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
#new-photo-gallery-sliders ol.flex-control-nav.flex-control-thumbs {
  background: #222;
  margin: 0;
  padding: 20px 0px;
}
#new-photo-gallery-sliders {
  border: 0;
  margin-bottom: 10px;
}
#new-photo-gallery {
  background: #2b2b2b;
}
#new-photo-gallery-sliders .flex-control-thumbs li {
  width: 10%;
  float: none;
  margin: 0;
}
a.new-gallery-box img {
  width: 100%;
  display: block;
  border: 5px solid #fff;
  border-radius: 5px;
}
a.new-gallery-box {
  position: relative;
  overflow: hidden;
}
a.new-gallery-box h4 {
  position: absolute;
  display: block;
  bottom: -3px;
  width: 98.9%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1.5) 100%);
  margin-left: 5px;
  padding-bottom: 3px;
}
.new-photo-left-wrapper {
  width: 75%;
  float: left;
  padding: 0;
}
.new-photo-right-wrapper {
  width: 25%;
  float: left;
}
#new-photo-gallery-sliders .flex-direction-nav a {
  visibility: visible;
  opacity: 1;
}
#new-photo-gallery-sliders .flex-direction-nav .flex-prev {
  left: 15px;
}
#new-photo-gallery-sliders .flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}
.single-new-right-wrapper-box img {
  width: 100%;
}
.single-new-right-wrapper-box {
  position: relative;
  margin-bottom: 20px;
}
.single-new-right-wrapper-box-text {
  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, .8) 100%);
  color: #fff;
  bottom: 0;
  padding: 7px 7px 0;
}
.single-new-right-wrapper-box-text h4 {
  font-size: 18px;
  text-align: center;
}
.new-right-full-wrapper {
  max-height: 640px;
  overflow-y: auto;
  padding-right: 7px;
  margin-top: 5px;
  border-left: 1px solid #fff;
  padding-left: 12px;
}

.single-new-right-wrapper-box-img svg {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 99;
  right: 8px;
  bottom: 0;
  fill: #fff;
}
.single-new-right-wrapper-box:hover h4 {
  color: #ffa500;
}
.new-right-full-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #383838;
}
.new-right-full-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: #383838;
  border-radius: 10px;
}
.new-right-full-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#919191), to(#919191), color-stop(.6, #919191));
}
.new-photo-gallery-title {
  border: 0;
  position: relative;
  margin-bottom: 15px;
}
.new-photo-gallery-title a {
  color: #fff;
  font-size: 24px;
}
.new-photo-gallery-title svg {
  height: 28px;
  width: 28px;
  margin-top: -2px;
  margin-right: 2px;
  fill: #fff;
}
span.menu-link-border-middle {
  height: 3px;
  background: #fff;
  position: absolute;
  display: inline-block;
  left: 160px;
  right: 0;
  top: 17px;
}
.new-photo-gallery-title a:hover span,
.new-photo-gallery-title a:hover svg {
  color: #ffa500;
  fill: #ffa500;
}
a.new-gallery-box:hover h4 {
  color: #ffa500;
}
/*================== version Two news video section ======================================*/
.video-gallery-title img {
  width: 22px;
}
section.new-video-section {
  margin-top: 50px;
}
.video-gallery-title .read-more-right a {
  color: #000;
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  transition: 0.5s;
}
.video-gallery-title .read-more-right a:hover {
  color: #e10612;
}
.video-gallery-title .read-more-right a:hover svg {
  background: transparent;
}
#videoFlex .flex-direction-nav a:before {
  content: "" !important;
}
#videoFlex .flex-direction-nav a {
  font-size: 0;
  top: 45%;
  background: #f7f7f7;
  padding: 6px 11px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
#videoFlex .flex-direction-nav a.flex-next:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  height: 26px;
  background-repeat: no-repeat;
  width: 26px;
  right: 0px !important;
  opacity: 1;
}
#videoFlex .flex-direction-nav a.flex-prev:before {
  height: 26px;
  background-repeat: no-repeat;
  width: 26px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>') !important;
  left: 0px !important;
  opacity: 1;
}
#videoFlex .flex-direction-nav a {
  visibility: visible;
  opacity: 1;
}
#videoFlex .flex-direction-nav .flex-next {
  right: 10px;
}
#videoFlex .flex-direction-nav .flex-prev {
  left: 10px;
}
.new-video-wrapper-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-video-wrapper-box img {
  width: 100%;
  position: relative;
}
.new-video-wrapper-box svg {
  position: absolute;
  top: 42%;
  background: #fff;
  fill: red;
  transform: translateY(-100%);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
  padding: 11px 8px;
  padding-left: 12px;
}
.new-video-common-border-box a:hover svg {
  background: #ef002d;
  fill: #fff;
}
.new-video-wrapper-box-text h3 {
  color: #2d3134;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.new-video-wrapper-box-text {
  padding: 5px;
}
.new-video-common-border-box {
  border: 1px solid #e2e2e2;
  padding: 5px;
}
div#videoFlex {
  margin: 0;
}
.new-video-common-border-box a:hover {
  opacity: 0.9;
}
.new-video-common-border-box a:hover .new-video-wrapper-box-text h3 {
  color: #0d6efd;
}
.common-heading-style {
  width: 100%;
}
.common-heading-text {
  margin-bottom: 15px;
  border-bottom: 4px solid #000;
}
.common-heading-text .read-more-left a {
  color: #000;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  transition: 0.5s;
}
.common-heading-text .read-more-left a img {
  margin-right: 10px;
}
.common-heading-text .read-more-right {
  float: right;
}
.video-gallery-title .read-more-right a {
  color: #000;
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  transition: 0.5s;
}
.common-heading-text .read-more-right a svg {
  fill: #000;
  transition: .5s;
  height: 30px;
  width: 30px;
}
/*========================================== COUNTRY NEWS WRAPPER STYLE =================================================*/
.other-section {padding-bottom: 20px;padding-top: 50px;}
.other-section-top {padding-bottom: 30px;padding-top: 20px;}
/*========================================== SPORTS SECTION WRAPPER STYLE =================================================*/
.sports-section-wrapper {padding-top: 30px;padding-bottom: 25px;}
.sports-section-left {float: left;width: 28%;padding: 0;}
.sports-section-middle {float: left;width: 44%;padding: 0;}
.sports-section-right {float: left;width: 28%;padding: 0;}
.sports-lead-news {background-color: #eff3f4;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);padding: 7px;position: relative;margin-bottom: 20px;}
.sports-lead-news-image {position: relative;overflow: hidden;}
.sports-lead-news-image svg {position: absolute;top: 50%;left: 50%;height: 60px;width: 60px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 50px;fill: #fff;border-radius: 50%;font-size: 26px;padding-left: 7px;border: 5px solid #fff;box-shadow: 0 0 30px 2px grey;opacity: 0.8;z-index: 1;}
.sports-lead-news-text {position: absolute;width: 97.3%;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: 7px;padding: 15px 10px 5px;}
.sports-lead-news-text h2 {font-size: 26px;line-height: 30px;margin: 0;color: #fff;}
.sports-lead-news-text span {font-size: 14px;line-height: 14px;color: red;}
.sports-lead-news a:hover .sports-lead-news-image svg {background: #fff;fill: red;}
.sports-news-ul {padding: 0;margin: 0;position: relative;}
.sports-news-ul li {list-style: none;width: 100%;margin-bottom: 7px;}
.sports-news-ul li a {display: inline-block;padding: 8px 8px;background: #eff3f4;width: 100%;box-shadow: 0 1px 2px rgb(0 0 0 / 20%);}
.sports-news-ul-left {float: left;width: 40%;position: relative;overflow: hidden;}
.sports-news-ul-left svg {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;fill: #fff;border-radius: 50%;padding-left: 3px;border: 3px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.sports-news-ul-right {float: left;width: 60%;padding-left: 3%;min-height: 66px;max-height: 66px;overflow: hidden;padding-right: 4px;}
.sports-news-ul-right h3 {color: #000;margin: 0;padding: 0;font-size: 17px;line-height: 21px;}
.sports-news-ul-right span {font-size: 14px;line-height: 14px;color: #e74c4f;}
.sports-news-ul li a:hover .sports-news-ul-left svg {fill: red;background: #fff;}
.big-banner-6 {text-align: center;margin-top: 15px;}
.sports-title {border-left: 4px solid red;margin-bottom: 10px;}
.sports-title h2 {font-size: 22px;display: inline-block;padding:5px 10px;margin: 0;}
.sports-title a {color: #000;}
/* .block-header-title {position: relative;margin-bottom: 10px;}
.block-header-title:before {position: absolute;top: 0;bottom: 0;left: 0;content: "";background: red;width: 4px;height: 100%;}
.block-header-title a {color: #000;display: inline-block;}
.block-header-title h2 {font-size: 22px;padding: 5px 10px;margin: 0;z-index: 999;position: relative;background: #fff;left: 4px;}
.block-header-title:after {position: absolute;top: 50%;bottom: 0;left: 0;content: "";background: #000;width: 100%;height: 4px;left: 4px;z-index: 1;} */
.text-headline-style-1 {position: relative;}
.text-headline-style-1 a,.text-headline-style-1 a:hover {color: #000000;text-decoration: none;}
.text-headline-style-1 h3 {border-bottom: 1px solid #ea4748;padding-bottom: 5px;position: relative;margin-bottom: 10px;font-size: 22px;}
.text-headline-style-1 h3 span {width: auto;border-bottom: 4px solid #ea4748;padding-bottom: 2px;}
/*========================================== SPORTS SECTION STYLE =================================================*/
.sports-two-left-box-img img {
  width: 100%;
  border-radius: 6px;
}
.sports-two-left-box-text h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0px;
}
.sports-two-main-wrapper-img img {
  width: 100%;
  border-radius: 8px;
}
.sports-two-main-wrapper {
  position: relative;
}
.sports-two-main-wrapper:after {
  position: absolute;
  content: "";
  background: #999;
  width: 1px;
  height: 510px;
  top: 0;
  left: -12px;
}
.sports-two-main-wrapper:before {
  position: absolute;
  content: "";
  background: #999;
  width: 1px;
  height: 510px;
  top: 0;
  right: -12px;
}
.sports-two-left-box-text {padding: 9px 0px;}
.sports-two-border {
  border-bottom: 1px solid #999;
  margin-bottom: 16px;
}
.sports-two-main-wrapper-text h4 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  color: #000;
  padding-bottom: 10px;
}
.sports-two-main-wrapper-text {
  padding-top: 15px;
  min-height: 130px;
  max-height: 130px;
}
.sports-two-main-wrapper-text p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.sports-two-bottom-img img {
  width: 100%;
  border-radius: 5px;
}
.sports-two-left-box-text span {
  color: red;
}
.sports-two-bottom-section {
  margin-bottom: 50px;
}
.sports-two-bottom-img img {
  width: 100%;
}

.spors-two-bottom-text h4 {
  font-size: 20px;
  color: #000;
}
.sports-two-heading img {
  width: 100%;
  margin-bottom: 20px;
}
.spors-two-bottom-text {
  padding: 9px 0px;
}
section.sports-two-section {
  margin-top: 60px;
  margin-bottom: 20px;
}
.sports-two-bottom {
  position: relative;
  border-top: 1px solid #999;
  padding: 15px 0px;
}

.sports-two-bottom-after:before {position: absolute;content: "";background: #999;width: 1px;height: 100%;top: 0;right: -12px;}

/*========================================== NEW NATION SECTION WRAPPER STYLE =================================================*/
.lead-news-bn {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}
.lead-news-bn-text {
  width: 40%;
  float: right;
  background: #eff3f4;
  padding: 6px 10px 6px 10px;
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
}
.lead-news-bn-img {
  width: 60%;
  float: left;
  position: relative;
  overflow: hidden;
}
.lead-news-bn-img img {
  width: 100%;
  min-height: 293px;
  max-height: 293px;
  overflow: hidden;
}
.lead-news-bn-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-bn-text h2 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 5px;
}
.lead-news-bn-text p {
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.lead-news-bn-other {
  margin-bottom: 24px;
}
.lead-news-bn-other-img {
  position: relative;
  overflow: hidden;
}
.lead-news-bn-other-img svg {position: absolute;top: 23%;left: 15%;height: 35px;width: 35px;background: rgba(0, 0, 0, 0.14);transform: translate(-50%, -50%);text-align: center;line-height: 28px;fill: #fff;border-radius: 50%;padding-left: 3px;border: 3px solid #fff;box-shadow: 0 0 15px 1px grey;opacity: 0.8;z-index: 1;}
.lead-news-bn-other a:hover .lead-news-bn-other-img svg {background: #fff;fill: red;}
.lead-news-bn a:hover .lead-news-bn-img svg {background: #fff;fill: red;}
.lead-news-bn-other-text {
  background: #eff3f4;
  min-height: 102px;
  max-height: 102px;
  display: inline-block;
  overflow: hidden;
  padding: 5px 7px;
}
.lead-news-bn-other-text span {
  color: red;
  font-size: 14px;
  line-height: 14px;
}
.lead-news-bn-other-text h2 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.new-national {
  margin-top: 40px;
}
.new-national-category-ul li {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 6px;
}
.new-national-category-lead .category-lead-img img {height: 100%;}
.lead-news-bn-img svg {
  position: absolute;
  top: 13%;
  left: 8%;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 38px;
  fill: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 1px grey;
  opacity: 0.8;
  z-index: 1;
}
/*========================================== SOCIAL MEDIA STYLE =================================================*/
.social-media-2 {
  display: flex;
  justify-content: right;
  align-items: center;
}
.social-media-2-footer {
  justify-content: center;
}
.social-media-2 ul li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
}
.social-media-2 ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0px;
  padding: 5px;
  transition: .5s;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
}
.social-media-2 ul li a svg {
  width: 25px;
  height: 25px;
  display: block;
  color: #777;
  transition: .5s;
  padding: 2px;
  margin-bottom: 10px;
}
.social-media-2 ul li:hover a svg:nth-child(1) {
  transform: translateY(-30px);
}
.social-media-2 ul li:hover a svg:nth-child(2) {
  transform: translateY(-35px);
  color: #fff;
}
.social-media-2 ul li:hover:nth-child(1) a {
  background: #1877f2;
}
.social-media-2 ul li:hover:nth-child(2) a {
  background: #ff0000;
}
.social-media-2 ul li:hover:nth-child(3) a {
  background: #0099ff;
}
.social-media-2 ul li:hover:nth-child(4) a {
  background: #e4405f;
}
.social-media-2 ul li:hover:nth-child(5) a {
  background: #f26522;
}

/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width:767px) {
.custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%}
.custom-row {margin-right: -5px;margin-left: -5px}
.custom-padding {padding-left: 7px;padding-right: 7px}
.middle-header {display: none;}
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {height: 55px;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 40px; margin: 8px 0px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.navbar-nav-mobile-sub {}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}
#back_to_top {right: 15px;}
.latest-news-left img {min-height: unset;max-height: unset;}
.latest-news-left svg {background: #fff;fill: red;padding-left: 4px;}
.m-t-30 {margin-top: 30px;}
.m-t-25 {margin-top: 25px;}
.footer-bottom {text-align: center;padding-top: 10px;}
.footer-social-icons {float: unset;margin-top: 15px;}
.footer-col-1 {padding-top: 15px;}
.footer-menu {padding-bottom: 0;}
.credit-text {margin-top: 0;text-align: center;}
.copy-right-text {margin-bottom: 5px;}


.top-news-left, .top-news-right, .country-news-wrapper-left, .country-news-wrapper-right, .bangladesh-section-left, .bangladesh-section-right {width: 100%;}
.trending-list {overflow: auto;white-space: nowrap;}
.trending-wrapper {padding: 16px 0 0;}
.lead-news-text h1 {font-size: 22px;line-height: 26px;margin-bottom: 0;color: #000;font-weight: 600;}
.lead-news-text span {color: red;}
.sub-lead-image {display: block;position: relative;}
.sub-lead-text, .sub-lead-2-text {min-height: unset;max-height: unset;padding-top: 3px;}
.sub-lead-text h2, .sub-lead-2-text h2 {font-size: 18px;line-height: 22px;margin: 0;}
.bt, .br {border: 0;}
.lead-news-text {position: relative;background: transparent;color: #000;padding: 3px 5px;}
.sub-lead-text p {display: none;}
.lead-news {margin-bottom: 15px;}
.sub-lead-wrapper {border: 0;margin-bottom: 6px !important;padding-bottom: 0 !important;}
.sub-lead-2 {padding-top: 0;padding-bottom: 20px;}
.lead-news {margin-bottom: 16px;}
.other-lead-news-row {margin-top: 10px;}
.top-news-right {margin-top: 15px;}
.banner-top-right {text-align: center;}
.lead-news-img svg, .country-news-lead-image svg, .entertainment-lead-image svg, .category-lead-img svg, .bangladesh-lead-news-image svg, .sports-lead-news-image svg {height: 50px;width: 50px;background: #fff;fill: red;padding-left: 6px;border: 3px solid #fff;}
.sub-lead-2-img svg, .sub-lead-image svg, .country-lead-news-small-image svg, .entertainment-news-image svg, .category-list-img svg, .bangladesh-news-ul-left svg, .sports-news-ul-left svg {height: 35px;width: 35px;background: #fff;fill: red;padding-left: 5px;border: 2px solid #fff;}
.country-new-ul-left svg {background: #fff;fill: red;padding-left: 4px;}
.trending-area {margin-bottom: 10px;}
.video-lead-text {display: none;}
.video-lead-text {width: 100%;min-height: unset;max-height: unset;padding: 2px 2px 2px 4px;}
.video-lead-text-mobile {display: block;}
.video-lead-text h2 {font-size: 20px;line-height: 26px;}
.video-lead-img {width: 100%;}
.video-lead {margin-bottom: 12px;display: inline-block;}
.video-lead-img svg {bottom: 0;left: 50%;top: 50%;height: 50px;width: 50px;}
.video-lead-img img {min-height: unset;max-height: unset;}
.video-news {width: 100%;margin-bottom: 5px;display: inline-block;background: #282828;}
.video-news-img {width: 40%;float: left;padding-right: 2%;}
.video-news-text,.video-news-text-2 {min-height: unset;max-height: unset;width: 60%;float: left;padding: 0;padding-left: 2px;}
.video-news-text h3 {line-height: 21px;font-size: 16px;}
.video-news-img svg {bottom: 0;top: 50%;left: 47%;padding: 2px 2px 2px 6px;height: 35px;width: 35px;}
.video-news {margin-bottom: 10px;}
.video-wrapper {padding-bottom: 25px;}
.entertainment-lead-image img, .entertainment-news-image img, .entertainment-other-news-image img {min-height: unset;max-height: unset;}
.entertainment-other-news {background-color: transparent;padding: 0;}
.entertainment-other-news-text {position: relative;background: #333;padding: 2px 5px;min-height: 90px;max-height: 90px;overflow: hidden;}
.entertainment-other-news-text h3 {font-size: 17px;line-height: 21px;}
.entertainment-lead-news {background-color: transparent;padding: 0;margin-bottom: 15px;}
.entertainment-lead-text {position: relative;background: #333;padding: 3px 5px;min-height: unset;max-height: unset;overflow: hidden;}
.entertainment-lead-text h2 {font-size: 22px;line-height: 26px;}
.big-banner-6 {display: none;}
.bangladesh-lead-news-image img {min-height: unset;max-height: unset;}
.bangladesh-lead-news-text h2 {font-size: 22px;line-height: 26px;}
.bangladesh-lead-news {margin-bottom: 15px;}
#carouselExampleIndicators {margin-bottom: 15px;}
.photo-gallery-single {margin-bottom: 15px;}
.sports-section-left, .sports-section-middle, .sports-section-right {width: 100%;}
.sports-lead-news {margin-bottom: 15px;}
.sports-lead-news-text h2 {font-size: 22px;line-height: 26px;}
.sports-lead-news-text {min-height: unset;max-height: unset;}
.photo-gallery-single-text h3 {font-size: 16px;line-height: 20px;}
.photo-gallery-single-text {min-height: 63px;max-height: 63px;}
.country-lead-news-small-text {padding: 3px 5px;min-height: 90px;max-height: 90px;}
.country-lead-news-small-text h3, .country-new-ul-right h3 {font-size: 17px;line-height: 21px;}
.country-new-ul-left img {min-height: unset;max-height: unset;}
.sports-news-ul li a {padding: 0;}
.sports-news-ul-left {width: 40%;}
.sports-news-ul-right {width: 60%;min-height: unset;max-height: unset;padding-top: 3px;}
.top-bar-date-wrapper {text-align: center;flex-direction: unset;height: 18px;}

.top-middle-logo {
    display: none;
}

.top-bar-social {
    display: none;
}

.top-nav-main .navbar-brand img {
    height: 40px;
    width: 100%;
    margin: 8px 0px;
}
.top-news-left-lead-wrapper-left {
  width: 100%;
}

.top-news-left-lead-wrapper-right {
  width: 100%;
}
.top-news-left-lead-wrapper-left {
  width: 100%;
}

.top-news-left-lead-wrapper-right {
  width: 100%;
}

.lead-news-bn-img {
  width: 100%;
}

.lead-news-bn-text {
  width: 100%;
}

.lead-news-bn-img img {
  min-height: unset;
  max-height: unset;
}

.carousel-inner .carousel-item .w-100 {
  min-height: unset;
  max-height: unset;
}
#nav.sticky.top-nav-main .navbar-brand img {
  height: 40px;
}
.top-header {
  padding: 8px 0;
  background: #eee;
}
.lead-news-bn-text {
  min-height: unset;
  max-height: unset;
}
.lead-news-bn-text p {
  display: none;
}
.category-lead-text {
  position: unset;
  background: #eff3f4;
  padding: 7px 7px 7px;
}
.category-list-text {
  min-height: unset;
  max-height: unset;
}
.entertainment-lead-text p {
  display: none;
}
.sports-lead-news-text {
  position: unset;
  width: 100%;
  background: #eff3f4;
}
.sports-lead-news-text h2 {
  color: #000;
}
.lifestyle-item {
  margin-bottom: 15px;
}
.video-news-text {
  background: none;
}
.category-lead-text h3 {
  color: #000;
}
.entertainment-wrapper-two-right-text img {
  height: 110px;
}
.entertainment-wrapper-two-right-color-1:after {
  right: 40%;
}
.entertainment-wrapper-two-right-color-2::before {
  right: 55%;
}
.entertainment-wrapper-two-right-color-3:after {
  right: 40%;
}
.entertainment-wrapper-two-right-color-4::before {
  right: 55%;
}
.entertainment-wrapper-two-right-img {
  height: 110px;
}
.entertainment-wrapper-two-left-text {
  margin-bottom: 35px;
}
.photo-gallery-wrapper-new .carousel-control-next, .carousel-control-prev {
  color: #f8f9fa;
  top: 22%;
}
.photo-gallery-wrapper-new .carousel-control-prev {
  left: 0;
  right: 0;
  top: 28%;
}
.photo-gallery-left-img {
  width: 100%;
}
.photo-gallery-right-text {
  width: 100%;
  min-height: 105px;
  max-height: 105px;
}
.photo-gallery-wrapper-new .carousel-inner {
  margin-bottom: 50px;
}
.footer-col-1:after {
  display: none;
}
.entertainment-wrapper-two-left-text p {
  display: none;
}
.entertainment-wrapper-two-left-text {
  min-height: 120px;
  max-height: 120px;
}
.photo-gallery-right-text p {
  display: none;
}
.photo-gallery-right-text p {
  display: none;
}
section.social-media-2 ul {
  margin-bottom: 0;
}
}


