@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@400;500;600;700&display=swap');
.noto-serif-bengali-<uniquifier> {
    font-family: "Noto Serif Bengali", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;600;700&display=swap');
body {
    font-size: 16px;
    font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
    color: #000;
    background: #eff3f4;
    font-weight: 400;
}

@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 {
    color: #0d6efd;
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/

.top-middle-logo {
    height: 71px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.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: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, 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;
}

/*====================== 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-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);
    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;
}

.dropdown-menu li {
    position: relative;
    transition: .5s;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #2d292a;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s;
    z-index: -1;
}

.dropdown-menu li a {
    background-color: transparent;
    border: none;
    font-size: 17px;
    transition: .5s;
    line-height: 28px;
}

.dropdown-menu li:hover {
    padding-left: 15px;
    background-color: #2d292a;
}

.dropdown-menu li:hover:before {
    transform: scaleX(1);
}

.dropdown-menu li:last-child {
    border-bottom: 0;
}

/*====================== 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;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

#back_to_top svg {
    fill: #fff;
    width: 20px
}

#back_to_top.show {
    opacity: 1
}

#back_to_top:hover {
    background: #fff;
    border: 1px solid #212529;
}

#back_to_top:hover svg {
    fill: #212529;
}

.common-heading-style {
    width: 100%;
}

.common-heading-text {
    margin-bottom: 15px;
    border-bottom: 4px solid #000;
}

.common-heading-text .read-more-right {
    float: right;
}

.common-heading-text .read-more-right a {
    color: #000;
    transition: .5s;
}

.common-heading-text .read-more-right a svg {
    fill: #000;
    transition: .5s;
    height: 30px;
    width: 30px;
}

.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 a:hover svg {
    fill: #e10612;
}

.common-heading-text .read-more-left a:hover {
    color: #e10612;
}

/*====================== Header style Top nav =========================================*/

.top-header {
    padding: 10px 0;
    background: #fff;
    width: 100%;
    border-top: 0;
}

.social-top-icon li:nth-child(5) a:hover:before {
    background: #f26522;
}

.footer-social-icons .social-top-icon li a {
    border-color: #fff !important;
}

.footer-social-icons .social-top-icon li a svg {
    fill: #fff !important
}

.top-search .btn {
    padding: 3px 5px;
    border-radius: 0;
}

.top-bar-date-wrapper {
    text-align: left;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-direction: column;
}

.top-bar-date {
    display: inline-block;
    font-size: 16px;
    color: #000
}

.middle-header {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff;
}

.top-search .btn svg {
    fill: #fff;
}

.en-link-wrapper-main {
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}

.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 {
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.top-nav-main .navbar-brand {
    display: none;
    margin: 0;
}

.top-nav-main li.nav-item a.nav-link {
    font-size: 19px;
    padding: 9px 16px !important;
    color: #000 !important;
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.nav-link.active {
    color: #EE323B !important;
    fill: #000;
}

.top-nav-main li.nav-item a.nav-link:hover span:after,
.top-nav-main li.nav-item a.nav-link.active span:after,
.top-nav-main li.nav-item a.nav-link:hover span:before,
.top-nav-main li.nav-item a.nav-link.active span:before {
    transform: scaleX(1) !important;
}

.right-menu-link .btn {
    padding: 3px 5px;
}

.right-menu-link .btn svg {
    fill: #fff;
    height: 25px;
    width: 25px;
}

.offcanvas-top-height {
    height: 105px !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-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.other-list-group a {
    border: 0;
    padding: 4px 0;
    font-size: 17px;
    transition: 0.3s;
}

.other-list-group a:hover {
    color: #EE323B;
}

/* .top-nav-main li.nav-item a.nav-link span:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;transform: scaleX(0);background-color: #343333;transition: transform 0.5s;z-index: -1;} */

.top-nav-main li.nav-item a.nav-link span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    background-color: #ec2028;
    transition: transform 0.5s;
}

.top-nav-main li.nav-item a.nav-link:hover span:after,
.top-nav-main li.nav-item a.nav-link:hover span:before {
    transform: scaleX(1);
}

.attr-nav ul li a svg {
    height: 20px;
    width: 20px;
    fill: #000;
}

.top-search {
    display: none;
    padding: 7px 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50px;
}

.top-search-secton {
    float: right;
    margin-top: -7px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 3px #787878;
}

.top-search input.form-control {
    background: #fff;
    border: 2px solid #f0f0ed;
    color: #000;
    height: 34px;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 8px 1%;
    font-size: 15px;
    background-color: #fff;
}

.top-search .input-group-addon {
    background: #1a1b1c;
    transition: .5s;
    cursor: pointer;
    border: 0;
    color: #03a9f4;
    width: 30px;
    height: 33px;
    text-align: center;
}

.top-search .input-group-addon svg {
    fill: #fff;
}

.top-search .input-group-addon.close-search {
    margin-left: 2px !important;
    line-height: 33px;
}

.attr-nav ul {
    margin: 0;
    padding: 0;
}

.attr-nav ul li {
    list-style: none;
    text-align: right;
}

.attr-nav ul li a {
    color: #fff;
    margin-left: 0;
}

.top-search input.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .01);
}

section.date-top-mobile {
    display: none;
}

.header-top-container {
    display: none;
}

.date-area {
    display: none;
}

.top-date {
    padding: 5px 0;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    background: #fff;
}

.top-date svg {
    height: 14px;
    padding-top: 1px;
    padding-right: 0;
}

.top-date span {
    margin-right: 6px;
}

.header-top-container {
    background: #F44336;
    width: 100%;
    top: 0;
    height: 5px;
    z-index: 1;
}

.social-top-icon {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.social-top-icon li {
    list-style: none;
    margin: 0;
}

.social-top-icon li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 30px;
    min-height: 30px;
    min-width: 15px;
    text-decoration: none;
    color: #000;
    margin-right: 16px;
}

.social-top-icon li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: .5s cubic-bezier(.95, .32, .37, 1.31);
}

.social-top-icon li a svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

a.header-top-epaper {
    font-size: 17px;
    color: #333;
    border: 1px solid #F1F1F1;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    padding: 3px 8px 0px 8px;
    margin-left: 5px;
    line-height: 27px;
    margin-bottom: 8px;
    display: inline-block;
}

.social-share-icon {
    display: inline-block;
    float: right;
    margin-top: 0;
    text-align: right;
}

.epaper {
    margin-top: 0;
    margin-left: 0;
    color: #fff;
}

.epaper a:hover {
    color: #fff;
    background-color: rgb(237 28 36);
    border: 1px solid rgb(237 28 36);
}

.top-header {
    padding: 15px 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
}

.new-version-logo-right {
    text-align: right;
    padding-top: 26px;
}

.new-version-logo-right-ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.new-version-logo-right-ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.new-version-logo-right-ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #1f1f1f;
    font-weight: 600;
    transition: 0.5s;
}

.new-version-logo-right-ul li a svg {
    margin-right: 5px;
    fill: #000;
}

.samajikota-wrapper {
    margin-top: 0.5px;
}

.samajikota-wrapper {
    display: inline-block;
    width: 135px;
}

.hover {
    margin-left: auto;
    width: fit-content;
    width: 135px;
    position: relative;
}

.hover::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 60px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid transparent;
    border-bottom: 17px solid #fff;
    z-index: 99999;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.hover:hover::before {
    opacity: 1;
}

.sabtn {
    border: 0;
    padding: 0 5px;
    align-items: center;
    border-radius: 35px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}

.sabtn svg {
    display: inline-block;
}

.box-container {
    width: 600px;
    float: right;
}

.hover:hover .samajikota-box {
    padding: 20px;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.hover:hover .samajikota-box {
    padding-top: 12px;
}

.samajikota-box {
    width: 100%;
    transition: all 0.5s ease;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    display: block;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
    height: 0px;
    overflow: hidden;
}

.samajikota-box {
    top: 11px;
    border-radius: 5px;
}

.samajikota-box::before {
    content: "";
    position: absolute;
    top: -29px;
    right: 41px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid transparent;
    border-bottom: 17px solid #fff;
}

.main-heading-title {
    font-size: 16px;
    padding-bottom: 0 !important;
}

.head-title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 0;
}

.box-container a {
    color: #000;
    text-decoration: none;
}

.single-icon {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.single-icon svg {
    width: 17px;
}

.single-icon p {
    margin-left: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 2px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 4px;
}

/*================================================ Drop Down icon Animation style */

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .new-dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in;
}

.dropdown-menu {
    margin-top: 0;
}

.new-dropdown-toggle::after {
    margin-top: 5px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "";
    vertical-align: top;
    transition: all 0.3s ease-in;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="black" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 16px;
    width: 15px;
    margin-left: 2px;
}

.dropdown:hover .new-dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {
    display: block !important;
    top: 0;
    left: 98.5% !important;
    margin-top: 0;
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
    border-radius: 0;
}

.sub-dropdown-toggle::after {
    transition: transform 0.15s linear;
}

/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */

.show1.dropend .sub-dropdown-toggle::after {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in;
}

.dropend .sub-dropdown-toggle::after {
    margin-top: 5px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "";
    vertical-align: top;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 16px;
    width: 15px;
    margin-left: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
    height: 15px;
    width: 14px;
    margin-top: 5px;
}

/* .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} */

#nav.sticky {
    /* box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%); */
    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;
    display: none;
}

#nav.sticky.top-nav-main .navbar-brand img {
    height: 60px;
}

#nav.sticky.top-nav-container {
    /* border: 0 !important; */
}

#nav.sticky.top-nav-main li.nav-item a.nav-link {
    padding: 10px 15px !important;
    color: #000 !important;
}

#nav.sticky.top-nav-main li.nav-item a.active {
    color: #000 !important;
    fill: #000;
}

#nav.sticky.top-nav-main li.nav-item a.nav-link:hover {
    color: #000 !important;
}

#nav.sticky .top-search .btn svg {
    fill: #fff;
}

#nav.sticky.top-nav-main .new-dropdown-toggle::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="black" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
}

/*====================== Footer Style =========================================*/

.footer-wrapper {
    background-color: #f4f4f4;
    background-position: bottom;
    padding-top: 18px;
    padding-bottom: 30px;
}

.footer-menu {
    padding: 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: #000;
    padding: 4px 12px;
    border: 1px solid #777;
    font-size: 16px;
    margin-right: 8px;
}

.footer-wrapper-mid {
    margin: 20px 0 25px;
}

.footer-logo {
    width: 100%;
    text-align: center;
}

.footer-address {
    padding: 24px 0px;
    text-align: center;
}

.footer-address p {
    color: #000;
    margin: 0;
}

.footer-address {
    padding: 24px 0px;
    text-align: center;
}

.footer-tex-left,
.footer-text-mid {
    color: #000;
}

.footer-text-mid {
    font-size: 15px;
    text-align: center;
}

.media-btn-list {
    float: right;
    margin-right: 35px;
}

.media-btn-list li {
    list-style-type: none;
    float: left;
    margin-left: 20px;
}

.footer-menu ul li a:hover {
    background-color: #777;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.border-left-0 {
    border-left: none !important;
}

.border-right-0 {
    border-right: none !important;
}

/*================================================
       BACK TO TOP
==================================================*/

.scrollup {
    background: #343a40 none repeat scroll 0 0;
    border: 1px solid #343a40;
    bottom: 38px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

.scrollup:hover {
    background: #ffffffff;
    color: #000000;
    border: 1px solid #343a40;
    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;
}

/*======================  Lead New Style =========================================*/

.lead-two-news-left-wrapper {
    width: 74.6%;
    float: left;
    padding: 0;
}

.lead-two-news-right-wrapper {
    width: 25.4%;
    float: left;
    padding: 0;
}

.lead-two-news-section {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
}

.lead-two-news-main-img {
    position: relative;
    float: left;
    width: 60%;
    padding-right: 1%;
}

.lead-two-news-main-img img {
    min-height: 205px;
    overflow: hidden;
    max-height: 205px;
    width: 100%;
}

.lead-two-news-main-desc {
    float: left;
    width: 40%;
    padding-left: 4px;
    min-height: 205px;
    overflow: hidden;
    max-height: 205px;
}

.lead-two-news-main-desc h1 {
    font-size: 26px;
    line-height: 38px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.5s ease 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.lead-two-news-main-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.lead-two-news-main-desc h1 span {
    font-size: 26px;
    margin-right: 2px;
    color: #e10612;
}

.lead-two-news-main-desc h1 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.lead-two-news-main-img svg {
    position: absolute;
    top: 16%;
    left: 9%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.lead-two-news-main-bottom h3 {
    font-size: 19px;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.lead-two-news-main-bottom h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.lead-two-news-main-bottom h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}

.lead-two-news-main-bottom h2 {
    font-size: 18px;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.lead-two-news-main-bottom h2 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.lead-two-news-main-bottom h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}

.lead-two-news-main-bottom svg {
    top: 24% !important;
    left: 15% !important;
    height: 40px !important;
    width: 40px !important;
}

.lead-two-news-main-bottom {
    box-shadow: none !important;
}

.lead-two-news-main-bottom {
    margin-top: 15px;
}

.lead-two-news-main-bottom-border {
    border: 1px solid #e2e2e2;
    display: inline-block;
    padding: 0px 10px;
}

.lead-two-news-main-bottom-border-2 {
    border: 1px solid #e2e2e2;
    display: inline-block;
    padding: 0px 10px;
    margin-top: 15px;
}

.lead-border-right {
    border-right: 1px solid #e2e2e2;
}

.lead-two-news-left-main-top-wrapper {
    margin-top: 20px;
}

.lead-two-news-main {
    padding-top: 11px;
    padding-bottom: 7px;
    display: inline-block;
}

.lead-hr {
    margin-top: 10px;
    margin-bottom: 15px;
    border-color: #e2e2e2;
    opacity: 1;
}

.lead-two-news-left-main-top-wrapper-main {
    border: 1px solid #e2e2e2;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

.lead-two-news-left-main-top-wrapper-main .lead-two-news-main-bottom {
    margin-top: 7px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.lead-two-news-left-main-top-wrapper-main .political-lead-news-text {
    max-height: 60px;
    min-height: 60px;
    padding: 3px 0;
    overflow: hidden;
    background: #eff3f4;
}

.lead-two-news-right-wrapper-main {
    margin-top: 20px;
    padding: 0;
}

ul.new-lead-left-center-news-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

ul.new-lead-left-center-news-ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 2px;
}

ul.new-lead-left-center-news-ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.details-tab-content-wrapper {
    margin-top: 20px;
}

.new-lead-left-center-news-ul-right {
    float: left;
    width: 57%;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
    padding-left: 7px;
}

.new-lead-left-center-news-ul-right h3 {
    font-size: 17px;
    line-height: 23px;
    transition: all 0.5s ease 0s;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.new-lead-left-center-news-ul-right h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.new-lead-left-center-news-ul-right h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.new-lead-left-center-news-ul-left {
    position: relative;
    float: left;
    width: 43%;
}

.new-lead-left-center-news-ul-left svg {
    position: absolute;
    top: 30%;
    left: 18%;
    height: 32px;
    width: 32px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    fill: #000;
    border-radius: 50%;
    padding-left: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}

.new-lead-left-center-news-ul li a:hover .new-lead-left-center-news-ul-left svg {
    fill: #ff0000;
}

.lead-two-news-main-bottom-border-2 .political-lead-news {
    margin-bottom: 10px;
}

.lead-two-news-right-wrapper .national-other-lead-top {
    padding-left: 15px;
}

.national-other-lead-top h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.national-other-lead-top h3 svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}

.lead-two-news-right-wrapper-main .national-other-news-ul li a {
    background: #fff;
    box-shadow: none;
    padding: 0;
}

.latest-news-left img {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    width: 100%;
}

.lead-two-news-main-bottom-border a:hover .lead-two-news-main-img svg {
    fill: #ff0000;
}

.other-lead-news {
    margin-bottom: 10px;
}

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

.other-lead-news-image svg {
    position: absolute;
    top: 24%;
    left: 15%;
    height: 40px;
    width: 40px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.other-lead-news-text {
    position: relative;
    background-color: #fff;
    padding: 4px 2px;
    max-height: 75px;
    min-height: 75px;
    overflow: hidden;
}

.other-lead-news-text h2 {
    margin: 0;
    font-size: 19px;
    line-height: 24px;
    color: #000;
}

.other-lead-news-text h2 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.other-lead-news-text h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.other-lead-news a:hover .other-lead-news-image svg {
    fill: #ff0000;
}

/*========================================== NATIONAL NEWS SECTION STYLE =================================================*/

.national-news-wrapper {
    padding-bottom: 17px;
    padding-top: 40px;
    background: #eff3f4;
}

.national-news-wrapper-left {
    width: 73.27%;
    float: left;
    padding: 0;
}

.national-news-wrapper-right {
    width: 26.73%;
    float: left;
    padding: 0;
}

.title-heading-wrapper {
    background: #fff;
    margin-bottom: 10px;
}

.bg-gray {
    background: #eff3f4;
}

.title-heading,
.title-heading-2 {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    height: 40px;
    position: relative;
    background: #282828;
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
}

.title-heading:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #282828;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.title-right-link {
    font-size: 17px;
    float: right;
    color: #333;
    padding-right: 8px;
    line-height: 42px;
    text-decoration: none;
}

.title-right-link svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}

.title-right-link:hover {
    color: #222;
    opacity: .7;
}

.national-other-news-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.national-other-news-ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 8px;
}

.national-other-news-ul li a {
    display: inline-block;
    padding: 8px;
    background: #eff3f4;
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.national-other-news-left {
    position: relative;
    float: left;
    width: 36%;
    padding-right: 3%;
}

.national-other-news-left img {
    max-width: 112px;
    min-width: 112px;
    overflow: hidden;
    max-height: 67px;
    min-height: 67px;
}

.national-other-news-left svg {
    position: absolute;
    top: 30%;
    left: 18%;
    height: 32px;
    width: 32px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    fill: #000;
    border-radius: 50%;
    padding-left: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}

.national-other-news-ul li a:hover .national-other-news-left svg {
    fill: #ff0000;
}

.national-other-news-right {
    float: left;
    width: 64%;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
    padding-left: 3px;
}

.national-other-news-right span {
    font-size: 14px;
    line-height: 14px;
    color: #e74c4f;
}

.national-other-news-right h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    color: #000;
}

.title-heading-text {
    color: #fff;
    text-decoration: none;
}

.title-heading-text:hover {
    color: #fff;
}

.national-lead-news-wrapper {
    background-color: #eff3f4;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    padding: 7px;
}

.national-lead-news-image {
    position: relative;
    overflow: hidden;
}

.national-lead-news-image img {
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    min-height: 265px;
    max-height: 265px;
    overflow: hidden;
}

.national-lead-news-image svg {
    position: absolute;
    top: 13%;
    left: 7%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.national-lead-news-wrapper a:hover .national-lead-news-image svg {
    fill: #ff0000;
}

.national-lead-news-text {
    overflow: hidden;
    background: #eff3f4;
    padding-top: 3px;
    min-height: 98px;
    max-height: 98px;
    padding-left: 1px;
}

.national-lead-news-text span {
    font-size: 14px;
    line-height: 14px;
    color: #e74c4f;
}

.national-lead-news-text h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    color: #000;
}

.archive-btn {
    text-align: center;
    background: #282828;
}

.archive-btn a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.archive-btn .btn-date-picker {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition-duration: 0.5s;
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    border-radius: 0;
}

.archive-btn .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: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.archive-btn .btn-date-picker:hover {
    color: #423f3f;
}

.archive-btn .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*========================================== FOR TAB =================================================*/

.tab-content-wrapper {
    border: 1px solid #d7d7d7;
}

.side-tab-main {
    width: 100%;
}

.side-tab-main .nav-item {
    display: block;
    float: left;
    width: 50%;
}

.side-tab-main .nav-item {
    display: block;
    float: left;
    width: 50%;
}

.nav-pills .nav-item.active a {
    background: #fff;
    border-top: 3px solid #EE323B;
    color: #000;
}

.side-tab-main .nav-item .nav-link {
    transition: background-color .3s 0s;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #282828;
    border-radius: 0;
    padding: 7px 10px;
    border-top: 3px solid transparent;
}

.tab-content>.active {
    display: block;
}

.latest-news {
    overflow-y: scroll;
    height: 337px;
}

.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: 9px 7px 9px;
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-bottom: -6px;
}

.details-latest-news li a {
    background: #eff3f4;
    border-bottom: 1px dotted gray;
}

.latest-news-left {
    float: left;
    width: 37%;
    margin-right: 2%;
    position: relative;
}

.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;
}

.latest-news-right {
    float: left;
    width: 61%;
    padding-left: 2px;
    max-height: 65px;
    overflow: hidden;
    min-height: 65px;
    text-align: left;
}

.latest-news-right h3 {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.latest-news-right span {
    font-size: 16px;
    margin-right: 2px;
    color: #e10612;
}

.latest-news-right h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/*========================================== Political Section STYLE =================================================*/

.political-news-section-wrapper {
    padding-bottom: 15px;
    padding-top: 35px;
    background: #fff;
}

.economic-lead-news {
    padding: 8px 8px 0 8px;
    background: #eff3f4;
    margin-bottom: 26px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

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

.economic-lead-news-image img {
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
}

.economic-lead-news-image svg {
    position: absolute;
    top: 21%;
    left: 12%;
    height: 40px;
    width: 40px;
    background: #eff3f4;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.economic-lead-news a:hover .economic-lead-news-image svg {
    fill: #ff0000;
}

.economic-lead-news-text {
    min-height: 76px;
    max-height: 76px;
    padding: 5px 3px;
    padding-bottom: 0;
    background: #eff3f4;
}

.economic-lead-news-text h2 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.economic-lead-news-text h2 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.economic-lead-news-text h2 span svg {
    fill: #999;
    margin-right: 5px;
    margin-left: 5px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.economic-news-ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.economic-news-ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 4px;
}

.economic-news-ul li a {
    display: inline-block;
    padding: 0;
    background: #eff3f4;
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.economic-news-ul-left {
    float: left;
    width: 43%;
    position: relative;
    overflow: hidden;
    padding-right: 3%;
}

.economic-news-ul-left 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: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}

.economic-news-ul li a:hover .economic-news-ul-left svg {
    fill: #ff0000;
}

.economic-news-ul-right {
    float: left;
    width: 57%;
    padding-left: 1px;
    padding-top: 5px;
    min-height: 79px;
    max-height: 79px;
    overflow: hidden;
}

.economic-news-ul-right h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.economic-news-ul-right h3 span svg {
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.economic-news-ul-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
}

.political-lead-news-other,
.political-lead-news,
.economic-news-ul li a {
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.political-lead-news {
    margin-bottom: 25px;
}

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

.political-lead-news-image svg {
    position: absolute;
    top: 19%;
    left: 11%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.political-lead-news a:hover .political-lead-news-image svg {
    fill: #ff0000;
}

.political-lead-news-text {
    position: relative;
    background-color: #eff3f4;
    padding: 3px 6px;
    max-height: 75px;
    min-height: 75px;
    overflow: hidden;
}

.political-lead-news-text h2 {
    margin: 0;
    font-size: 19px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.political-lead-news-text h2 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.political-lead-news-text h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.political-lead-news-text-new {
    background-color: #eff3f4;
}

.political-lead-news-other-text-new {
    background: #eff3f4 !important;
}

.political-lead-news-other-image {
    position: relative;
}

.political-lead-news-other-image svg {
    position: absolute;
    top: 25%;
    left: 14%;
    height: 40px;
    width: 40px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.political-lead-news-other a:hover .political-lead-news-other-image svg {
    fill: #ff0000;
}

.political-lead-news-other-text {
    background: #eff3f4;
    min-height: 76px;
    max-height: 76px;
    width: 100%;
    overflow: hidden;
    padding: 3px 6px 0 6px;
}

.political-lead-news-other-text h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.political-lead-news-other-text h3 span svg {
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.political-lead-news-other-text h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.m-title-right-link {
    display: none;
}

/*========================================== COUNTRY SECTION STYLE =================================================*/

.country-news-wrapper {
    padding-top: 40px;
    padding-bottom: 25px;
    background: #eff3f4;
}

.country-news-wrapper-left {
    width: 73.27%;
    float: left;
}

.country-news-wrapper-right {
    width: 26.73%;
    float: left;
}

.country-news-lead {
    margin-bottom: 20px;
}

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

.country-news-lead-image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 232px;
    max-height: 232px;
    overflow: hidden;
}

.country-news-lead-image svg {
    position: absolute;
    top: 14%;
    left: 7%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.country-news-lead a:hover .country-news-lead-image svg {
    fill: #ff0000;
}

.country-news-lead-text {
    padding: 3px 7px;
    background: #fff;
    min-height: 75px;
    max-height: 75px;
    padding-bottom: 0;
    overflow: hidden;
}

.country-news-lead-text h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #000;
}

.country-news-lead-text h2 span {
    font-size: 20px;
    margin-right: 2px;
    color: #e10612;
}

.country-news-lead-text h2 span svg {
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.country-lead-news-small {
    margin-bottom: 24px;
}

.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: 28px;
    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;
}

.country-lead-news-small a:hover .country-lead-news-small-image svg {
    fill: #ff0000;
}

.country-lead-news-small-text {
    padding: 3px 7px;
    background: #fff;
    min-height: 74px;
    max-height: 74px;
    padding-bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.country-lead-news-small-text h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    color: #000;
}

.country-lead-news-small-text h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.country-lead-news-small-text h3 span svg {
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    fill: #999;
}

.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: #fff;
    padding: 8px;
    display: inline-block;
    margin-bottom: -7px;
    width: 100%;
    border-bottom: 1px dashed #929292;
}

.country-new-ul li:last-child a {
    border-bottom: 0;
}

.country-new-ul-left {
    float: left;
    width: 40%;
    padding-right: 2%;
    position: relative;
}

.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: 25%;
    left: 14%;
    height: 35px;
    width: 35px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.country-new-ul li a:hover .country-new-ul-left svg {
    fill: #ff0000;
}

.country-new-ul-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding-left: 2px;
}

.country-new-ul-right h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.country-new-ul-right h3 span svg {
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    fill: #999;
}

.country-new-ul-right h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    transition: all .5s ease 0s;
    color: #000;
}

.country-more-news {
    text-align: right;
    position: relative;
    margin-top: -10px;
}

.country-more-news a {
    color: #000;
    padding: 5px 10px;
    background: #fff;
}

/*==========================================  bangladesh Section Section =================================================*/

.bangladesh-section-right {
    padding: 30px 0 30px;
    background: #fff;
}

.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;
}

.map-form {
    position: relative;
    margin-bottom: 20px;
}

.map-padding-left {
    padding-left: 5px;
}

.map-form .map-padding-left svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: 0.5s;
}

.new-heading-title {
    margin-bottom: 15px;
    position: relative;
}

.new-heading-title:before {
    position: absolute;
    content: "";
    width: 100%;
    border-top: 2px solid #282828;
    display: inline-block;
    vertical-align: bottom;
    left: 0;
    bottom: -2px;
    z-index: 9;
}

.new-heading-title h3 {
    background-color: #282828;
    margin: 0;
    color: #fff;
    left: 11px;
    display: inline-block;
    font-size: 24px;
    padding: 7px 20px;
    position: relative;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}

.new-heading-title a {
    color: #fff;
    text-decoration: none;
}

.new-heading-title span {
    color: #fff;
    position: relative;
    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}

.btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.5s;
    background: #282828;
    color: white;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    width: 100%;
}

.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: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-date-picker:hover {
    color: #282828;
}

.btn-date-picker:hover svg {
    fill: #282828;
}

.btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*========================================== VIDEO GALLERY SECTION STYLE =================================================*/

.video-gallery-wrapper {
    background: #000;
    padding-top: 40px;
    padding-bottom: 20px;
}

.video-heading {
    margin-bottom: 15px;
    position: relative;
}

.video-heading:before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 2px solid #DF2029;
    display: inline-block;
    vertical-align: bottom;
    left: 1px;
    bottom: -1px;
    z-index: 9;
}

.video-heading h2 {
    background-color: #363636;
    margin: 0;
    color: #fff;
    left: 11px;
    display: inline-block;
    font-size: 24px;
    padding: 9px 20px;
    padding-bottom: 4px;
    position: relative;
    transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
    -webkit-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
    -moz-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
    -o-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
    -ms-transform: rotate(0) scale(1.003) skew(-26deg) translate(0);
}

.video-heading h2 a span {
    color: #fff;
    position: relative;
    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0) scale(1.003) skew(26deg) translate(0);
    -webkit-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
    -moz-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
    -o-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
    -ms-transform: rotate(0) scale(1.003) skew(26deg) translate(0);
}

.video-gallery-big-image {
    position: relative;
}

.video-gallery-big-image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 285px;
    max-height: 285px;
    overflow: hidden;
}

.video-gallery-big-image svg {
    position: absolute;
    top: 15%;
    left: 7%;
    height: 48px;
    width: 48px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.video-gallery-big a:hover .video-gallery-big-image svg {
    fill: #ff0000;
}

.video-gallery-big-text {
    background: #363636;
    min-height: 92px;
    max-height: 92px;
    width: 100%;
    overflow: hidden;
    padding: 4px 7px 0 7px;
}

.video-gallery-big-text span {
    color: #ffc107;
    font-size: 26px;
    line-height: 14px;
}

.video-gallery-big-text h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.video-gallery-small-text span {
    color: #ffc107;
    font-size: 18px;
    line-height: 14px;
}

.video-gallery-small-text h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.video-gallery-big-text h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    color: #fff;
}

.video-gallery-small {
    margin-bottom: 20px;
}

.video-gallery-small-image {
    position: relative;
}

.video-gallery-small-image img {
    width: 100%;
}

.video-gallery-small-image img {
    min-height: 126px;
    max-height: 126px;
    overflow: hidden;
}

.video-gallery-small-image svg {
    position: absolute;
    top: 24%;
    left: 14%;
    height: 40px;
    width: 40px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.video-gallery-small a:hover .video-gallery-small-image svg {
    fill: #ff0000;
}

.video-gallery-small-text {
    background: #363636;
    padding: 4px 5px 0;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
}

.video-gallery-small-text h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

/*========================================== SPORTS SECTION STYLE =================================================*/

.sports-section-wrapper {
    padding-top: 40px;
    padding-bottom: 28px;
    background: #eff3f4;
}

.sports-section-left {
    float: left;
    width: 28%;
    padding: 0;
}

.sports-section-middle {
    float: left;
    width: 44%;
    padding: 0;
}

.sports-section-middle {
    display: block;
}

.sports-section-right {
    float: left;
    width: 28%;
    padding: 0;
}

.sports-news-ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.sports-news-ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 8px;
}

.sports-news-ul li a {
    display: inline-block;
    padding: 8px 8px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.sports-news-ul-left {
    float: left;
    width: 40%;
    padding-right: 3%;
    position: relative;
    overflow: hidden;
}

.sports-news-ul-left svg {
    position: absolute;
    top: 32%;
    left: 18%;
    height: 35px;
    width: 35px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.sports-news-ul li a:hover .sports-news-ul-left svg {
    fill: #ff0000;
}

.sports-news-ul-right {
    float: left;
    width: 60%;
    padding-left: 1px;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}

.sports-news-ul-right h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.sports-news-ul-right h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.sports-news-ul-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
}

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

.sports-lead-news-image {
    position: relative;
    overflow: hidden;
}

.sports-lead-news-image img {
    max-width: 100%;
    min-width: 100%;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
}

.sports-lead-news-image svg {
    position: absolute;
    top: 14%;
    left: 7%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.sports-lead-news a:hover .sports-lead-news-image svg {
    fill: #ff0000;
}

.sports-lead-news-text {
    overflow: hidden;
    background: #fff;
    padding-top: 3px;
    min-height: 99px;
    max-height: 99px;
    padding-left: 1px;
}

.sports-lead-news-text h2 span {
    font-size: 26px;
    margin-right: 2px;
    color: #e10612;
}

.sports-lead-news-text h2 svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.sports-lead-news-text h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    color: #000;
}

/*========================================== Entertainment Section STYLE =================================================*/

.entertainment-section-wrapper {
    background: #0e0e0e;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.entertainment-lead-news {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.entertainment-lead-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.entertainment-lead-image img {
    max-height: 275px;
    min-height: 275px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
}

.entertainment-lead-image svg {
    position: absolute;
    top: 12%;
    left: 6%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.entertainment-lead-news a:hover .entertainment-lead-image svg {
    fill: #ff0000;
}

.entertainment-lead-text-wrapper {
    position: relative;
}

.entertainment-lead-text {
    background: #282828;
    color: #fff;
    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 p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 24px;
}

.entertainment-other-news {
    position: relative;
    background-color: #fff;
    margin-bottom: 13px;
}

.entertainment-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.entertainment-news-image img {
    width: 100%;
    overflow: hidden;
}

.entertainment-news-image svg {
    position: absolute;
    top: 20%;
    left: 12%;
    height: 40px;
    width: 40px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.entertainment-other-news a:hover .entertainment-news-image svg {
    fill: #ff0000;
}

.entertainment-other-news-text-wrapper {
    position: relative;
}

.entertainment-other-news-text {
    background: #282828;
    color: #fff;
    padding: 4px 5px 0;
    min-height: 73px;
    max-height: 73px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.entertainment-other-news-text h3 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}

.entertainment-other-news-text h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.entertainment-lead-text span {
    color: #ffc107;
    font-size: 26px;
    line-height: 14px;
}

.entertainment-lead-text h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.entertainment-other-news-text span {
    color: #ffc107;
    font-size: 18px;
    line-height: 14px;
}

.title-heading-wrapper-white {
    background: #0e0e0e;
}

.title-right-link-white {
    color: #fff;
    background-color: #333;
    padding-right: 8px;
    padding-left: 12px;
    line-height: 40px;
}

.title-right-link-white svg {
    fill: #fff;
    margin-top: 1px;
}

.title-right-link-white:hover {
    color: #fff;
    background-color: red;
    opacity: 1;
}

/*========================================== Feature Section STYLE =================================================*/

.feature-news-section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.feature-lead-news-wrapper {
    position: relative;
    background: #fff;
    padding: 7px;
}

.feature-lead-news {
    position: relative;
}

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

.feature-lead-news-image svg {
    position: absolute;
    top: 15%;
    left: 9%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.feature-lead-news-wrapper a:hover .feature-lead-news-image svg {
    fill: #ff0000;
}

.feature-news-ul-left 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: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}

.feature-news-ul li a:hover .feature-news-ul-left svg {
    fill: #ff0000;
}

.feature-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, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 15px 10px 5px;
}

.feature-lead-news-text h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.feature-lead-news-text h2 span {
    font-size: 20px;
    margin-right: 2px;
    color: #e10612;
}

.feature-lead-news-text h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.feature-news-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.feature-news-ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0 7px;
    background: #fff;
}

.feature-news-ul li a {
    width: 100%;
    border-bottom: 1px dotted #767272;
    display: inline-block;
    padding: 7px 0;
    margin-bottom: -4px;
}

.feature-news-ul li:first-child a {
    border-top: 1px dotted #767272;
}

.feature-news-ul-left {
    position: relative;
    float: left;
    width: 36%;
    padding-right: 3%;
}

.feature-news-ul-right {
    float: left;
    width: 64%;
    padding-top: 1px;
    min-height: 72px;
    max-height: 72px;
    overflow: hidden;
    padding-left: 1px;
}

.feature-news-ul-right h3 {
    color: #000;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.feature-news-ul-right h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.feature-news-ul-right h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.health-ul li:first-child a {
    border-top: none;
}

.feature-news-ul li:last-child a {
    border-bottom: 0;
}

.small-feature-news-ul .feature-news-ul-left {
    width: 40%;
}

.small-feature-news-ul .feature-news-ul-right {
    width: 60%;
}

.lifestyle-top-wrapper {
    padding-bottom: 30px;
}

.small-feature-news-ul .feature-news-ul-left img {
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

.health-ul .feature-news-ul-left img {
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
}

.health-ul .feature-news-ul-right {
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
}

.small-feature-news-ul .feature-news-ul-right {
    min-height: 63px;
    max-height: 63px;
}

/*========================================== PHOTO GALLERY SECTION STYLE =================================================*/

.photo-gallery-wrapper {
    padding: 35px 0 35px;
    background: #fff;
}

.photo-gallery-single {
    background-color: #eff3f4;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    margin-bottom: 24px;
}

.photo-gallery-single-image {
    position: relative;
}

.photo-gallery-icon {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    padding: 3px 8px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    color: #f44336;
    text-align: center;
    transition: 0.5s;
}

.photo-gallery-icon svg {
    height: 22px;
    width: 22px;
}

.photo-gallery-single-text {
    min-height: 76px;
    max-height: 76px;
    overflow: hidden;
    padding: 3px 5px 0;
}

.photo-gallery-single-text h3 {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    margin: 0;
}

.photo-gallery-single a:hover .photo-gallery-icon {
    background: red;
    color: #fff;
}

.btn-more-albums {
    background: #242424;
    color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    width: 100%;
    font-size: 18px;
    border: 1px solid #242424;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #242424;
}

.btn-more-albums:hover {
    background: transparent;
    color: #242424;
    border: 1px solid #242424;
}

.photo-gallery-slider .carousel-caption {
    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: 10px 0;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 28px;
}

.photo-gallery-slider .carousel-caption h5 {
    font-size: 24px;
}

.photo-gallery-single-image img {
    width: 100%;
    height: 112px;
}

/*========================================== SPECIAL SECTION STYLE =================================================*/

.special-news-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
    /* margin-bottom: 40px; */
}

.special-news-single {
    background: #eff3f4;
}

.special-news-image {
    position: relative;
}

.special-news-image svg {
    position: absolute;
    top: 16%;
    left: 10%;
    height: 40px;
    width: 40px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    fill: #000;
    border-radius: 50%;
    padding-left: 4px;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px grey;
    opacity: 0.8;
    z-index: 1;
}

.special-news-single a:hover .special-news-image svg {
    fill: #ff0000;
}

.special-news-text {
    padding: 15px 10px;
    /* min-height: 100%; */
    height: 80px;
    overflow: hidden;
}

.special-news-text h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: #000;
    transition: all 0.5s ease 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.special-news-text h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.special-news-text h3 span svg {
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/*========================================== SOCIAL MEDIA STYLE =================================================*/

.tc-social-share a svg {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
    fill: #333;
    padding: 5px 4px;
    transition: background 0.3s, fill 0.3s;
}

.tc-social-share a.facebook:hover svg {
    background: #4766A9;
    fill: #fff;
}

.tc-social-share a.instagram:hover svg {
    background: #e4405f;
    fill: #fff;
}

.tc-social-share a.twitter:hover svg {
    background: #000;
    fill: #fff;
}

.tc-social-share a.youtube:hover svg {
    background: #c4302b;
    fill: #fff;
}

.tc-social-share a.link-in:hover svg {
    background: #ee802f;
    fill: #fff;
}

/*====================== Header style Top nav =========================================*/

.sports-news-section-wrapper {
    padding-top: 35px;
    padding-bottom: 0;
    width: 100%;
}

.sports-news-section-left {
    width: 45%;
    float: left;
    padding: 0;
}

.sports-news {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    position: relative;
}

.sports-news-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.sports-news-text {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 30px 10px 5px;
}

.sports-news-text span {
    font-size: 26px;
    margin-right: 2px;
    color: #e10612;
}

.sports-news-text h2 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.sports-news-text h2 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

.sports-news-image svg {
    position: absolute;
    top: 13%;
    left: 7%;
    height: 45px;
    width: 45px;
    background: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 28px;
    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;
}

.sports-news-section-right {
    width: 55%;
    float: left;
    padding: 0;
}

.sports-ul-top {
    position: relative;
    margin: -1px 0 0;
    padding: 0;
}

.sports-ul-top li {
    list-style: none;
    width: 100%;
    margin-bottom: 14px;
}

.sports-ul-top li a {
    display: inline-block;
    padding: 8px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.sports-ul-top-left {
    float: left;
    width: 40%;
    padding-right: 3%;
    position: relative;
    overflow: hidden;
}

.sports-ul-top-left-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.sports-ul-top-left-image svg {
    position: absolute;
    top: 34%;
    left: 22%;
    height: 30px;
    width: 30px;
    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;
}

.sports-ul-top li a:hover .sports-ul-top-left-image svg {
    background: #fff;
    fill: red;
}

.sports-ul-top-left img {
    min-height: 70px;
    max-height: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sports-ul-top-right {
    float: left;
    width: 60%;
    padding-left: 1px;
    min-height: 67px;
    max-height: 67px;
    overflow: hidden;
}

.sports-ul-top-right h3 span {
    font-size: 18px;
    margin-right: 2px;
    color: #e10612;
}

.sports-ul-top-right h3 span svg {
    margin-left: 6px;
    fill: #999;
    margin-right: 6px;
    background: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.sports-ul-top-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
}

.sports-news a:hover .sports-news-image svg {
    fill: #ff0000;
}

.sports-news-image img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.political-text-white-bg {
    background: #fff;
}

.lead-two-news-left-main-top-wrapper-main .other-lead-news-text {
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}

.banner-right-top {
    margin-top: 15px;
}

.banner-right-top-2 {
    margin-top: 23px;
}

#carouselExampleCaptions .carousel-item img {
    min-height: 465px;
    max-height: 465px;
    overflow: hidden;
}

#carouselExampleIndicators .carousel-item img {
    min-height: 465px;
    max-height: 465px;
    overflow: hidden;
}

.first-svg {
    margin-right: 0 !important;
}

/*========================================== MOBILE VERSION STYLE =================================================*/

@media only screen and (max-width:767px) {
    .offcanvas-title img {
        padding: 10px 10px;
        text-align: center;
        max-height: 50px;
    }
    footer .design-link p {
        font-size: 12px;
        text-align: center;
    }
    .menu-custom-close {
        background: transparent;
        border: 0;
        position: relative;
        right: -10px;
    }
    .menu-custom-close svg {
        fill: #000;
        height: 30px;
        width: 30px;
    }
    .top-middle-logo {
        display: none;
    }
    .top-bar-date-wrapper {
        height: unset;
        text-align: center;
        align-items: center;
    }
    .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
    }
    #nav.sticky.top-nav-container {
        background: #fff;
    }
    #nav.sticky .top-search .btn svg {
        fill: #fff;
    }
    .top-nav-main .navbar-brand img {
        height: 25px;
        padding: 1px 0px;
    }
    #nav.sticky.top-nav-main .navbar-brand img {
        height: 25px;
    }
    .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-top: 5px;
        padding-bottom: 7px;
    }
    #nav.sticky.top-nav-main .navbar-brand {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 7px;
        display: block;
    }
    .right-menu-link {
        display: block !important;
    }
    .mobile-side-logo-wrapper {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #f0f0f0;
    }
    .mobile-side-logo img {
        height: 50px;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .date-area {
        display: block;
    }
    .top-bar-date-wrapper {
        display: none;
    }
    .social-share-icon.top-social-share-icon {
        display: none;
    }
    .top-nav-container {
        background: #fff;
    }
    .right-menu-link .btn svg {
        fill: #000;
        height: 30px;
        width: 30px;
    }
    .top-header {
        display: none;
    }
    #nav {
        box-shadow: rgb(0 0 0) 0px 5px 8px -5px;
    }
    .offcanvas-title h3 {
        text-transform: uppercase;
        color: #000;
        font-size: 20px;
        margin: 0;
        padding-left: 130px;
    }
    .social-icon-wrapper {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .social-icon-wrapper .social-helper {
        text-align: center;
    }
    .social-icon-wrapper .social-top-icon {
        padding: 0;
        margin: 0;
        display: inline-flex;
    }
    .social-icon-wrapper .social-top-icon li {
        list-style: none;
        margin: 0;
    }
    .social-icon-wrapper .social-top-icon li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        min-height: 35px;
        min-width: 35px;
        text-decoration: none;
        color: #000;
        margin-right: 5px;
        border-radius: 50%;
    }
    .social-top-icon li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        transform: scale(0);
        transition: .5s cubic-bezier(.95, .32, .37, 1.31);
    }
    .social-icon-wrapper .social-top-icon li a svg {
        height: 20px;
        width: 20px;
    }
    .social-icon-wrapper .header-social-icon li a.fa-facebook {
        background: #3b5999;
    }
    .social-icon-wrapper .header-social-icon li a.fa-youtube {
        background: #cd201f;
    }
    .social-icon-wrapper .header-social-icon li a.fa-twitter {
        background: #55acee;
    }
    .social-icon-wrapper .header-social-icon li a.fa-instagram {
        background: #e4405f;
    }
    .footer-menu ul {
        display: none;
    }
    .footer-address {
        padding-bottom: 0;
        padding: 0;
        line-height: 26px;
    }
    .border.border-left-0 {
        border: none !important;
    }
    footer.footer-wrapper {
        background: #43474a;
    }
    .footer-address p {
        color: #fff;
        font-size: 16px !important;
    }
    .footer-tex-left {
        text-align: center;
        color: #fff;
        margin-top: -15px;
    }
    .footer-text-mid p {
        /* color: #fff; */
        display: inline-grid;
        padding: 0;
        margin: 0;
    }
    ul.media-btn-list {
        display: none;
    }
    .footer-logo {
        margin-bottom: 16px;
    }
    .footer-tex-left p {
        margin: 0;
    }
    .header-top-container {
        display: block;
    }
    .latest-news {
        height: 474px;
    }
    .latest-news-left img {
        min-height: unset;
        max-height: unset;
        overflow: hidden;
        width: 100%;
    }
    .national-news-wrapper-right {
        width: 100%;
    }
    .national-news-wrapper-left {
        width: 100%;
    }
    .single-lead-other-news-text {
        min-height: 90px;
        max-height: 90px;
        overflow: hidden;
        background: #fff;
        padding: 2px 4px;
    }
    .single-lead-other-news-text h2 {
        color: #000;
    }
    .single-lead-other-news-text h2 {
        line-height: 21px;
    }
    .single-lead-other-news-image svg {
        top: 14%;
        left: 13%;
    }
    .lead-news-small-image img {
        max-height: unset;
        min-height: unset;
    }
    .lead-news-small-image svg {
        top: 25%;
        left: 16%;
    }
    .country-news-wrapper-left {
        width: 100%;
    }
    .country-news-wrapper-right {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .economic-lead-news-image img {
        min-height: unset;
        max-height: unset;
    }
    .economic-lead-news-image svg {
        top: 16%;
        left: 10%;
        height: 45px;
        width: 45px;
    }
    .division-style {
        margin-bottom: 15px;
    }
    .country-news-lead-image {
        margin-left: -19px;
        margin-right: -19px;
    }
    .country-news-lead-text {
        position: relative;
        bottom: 24px;
        background: #fff;
        width: 100%;
        color: #000;
        padding: 8px;
        margin: auto;
    }
    .country-news-lead-image svg {
        top: 14%;
        left: 8%;
    }
    .country-news-lead {
        margin-bottom: 5px;
    }
    .country-lead-news-small-image svg {
        top: 26%;
        left: 16%;
    }
    .country-lead-news-small-text {
        min-height: 97px;
        max-height: 97px;
    }
    .country-new-ul-left svg {
        top: 26%;
        left: 18%;
    }
    .national-lead-news-image {
        margin-left: -14px;
        margin-right: -14px;
    }
    .national-lead-news-text {
        position: relative;
        bottom: 24px;
        background: #eff3f4;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
    }
    .national-lead-news-wrapper {
        background-color: #fff;
        box-shadow: none;
        padding: 0;
    }
    .feature-lead-news-wrapper {
        padding: 0;
    }
    .feature-lead-news-text {
        position: relative;
        bottom: 24px;
        background: #fff;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
    }
    .feature-lead-news-text h2 {
        color: #000;
    }
    .feature-lead-news {
        background: #f3f3f3;
    }
    .sports-section-left {
        width: 100%;
    }
    .sports-section-middle {
        width: 100%;
    }
    .sports-section-right {
        width: 100%;
    }
    .entertainment-lead-news {
        display: none;
    }
    .entertainment-news-image svg {
        top: 26%;
        left: 15%;
    }
    .special-news-image svg {
        top: 26%;
        left: 16%;
    }
    .photo-gallery-slider {
        margin-bottom: 20px;
    }
    .sports-lead-news-image img {
        min-height: unset;
        max-height: unset;
    }
    .sports-lead-news {
        background-color: #eff3f4;
        box-shadow: none;
        padding: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
    .sports-lead-news-text {
        position: relative;
        bottom: 24px;
        background: #fff;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
        min-height: unset;
        max-height: unset;
    }
    .video-gallery-big {
        display: none;
    }
    .video-gallery-small-text {
        min-height: 97px;
        max-height: 97px;
    }
    .video-gallery-small-text h3 {
        line-height: 22px;
    }
    .single-lead-other-news-image img {
        max-height: 190px;
        min-height: 190px;
    }
    .feature-news-ul {
        margin-bottom: 30px;
    }
    .feature-news-section {
        padding-bottom: 0px;
    }
    .special-news-text {
        min-height: 80px;
        max-height: 85px;
        margin-bottom: 20px;
    }
    .special-news-wrapper {
        padding-bottom: 15px;
    }
    .political-lead-news-image svg {
        top: 25%;
        left: 15%;
        height: 40px;
        width: 40px;
    }
    .political-lead-news-other {
        margin-bottom: 22px;
    }
    .political-lead-news-other-text {
        min-height: 97px;
        max-height: 97px;
    }
    .lead-news-small-text {
        min-height: 97px;
        max-height: 97px;
    }
    .lead-two-news-left-wrapper {
        width: 100%;
    }
    .lead-two-news-right-wrapper {
        width: 100%;
    }
    .sports-news-section-left {
        width: 100%;
    }
    .sports-news-section-right {
        width: 100%;
    }
    .lead-two-news-section {
        margin-top: 10px;
    }
    .lead-border-right {
        border-right: none;
    }
    .lead-two-news-main-img {
        width: 100%;
    }
    .lead-two-news-main-desc {
        width: 100%;
        min-height: unset;
        position: relative;
        bottom: 30px;
        background: #eff3f4;
        width: 92%;
        color: #000;
        padding: 8px;
        margin-left: 15px;
    }
    .lead-two-news-left-main-top-wrapper-main {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .lead-two-news-right-wrapper-main {
        text-align: center;
    }
    .sports-news-image img {
        min-height: 100%;
        max-height: 100%;
    }
    .sports-news-text {
        position: relative;
        background: #fff;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
        bottom: 24px;
    }
    .sports-news-text h2 {
        margin: 0;
        font-size: 22px;
        line-height: 28px;
    }
    .sports-news-text span {
        font-size: 18px;
        margin-right: 2px;
        color: #e10612;
    }
    .sports-news {
        box-shadow: none;
    }
    .sports-news-image {
        margin-left: -12px;
        margin-right: -12px;
    }
    .lead-two-news-left-main-top-wrapper-main .political-lead-news-text {
        background: #eff3f4;
        position: relative;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
        bottom: 24px;
        max-height: 60px;
        min-height: 60px;
    }
    .sports-lead-news-text h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        color: #000;
    }
    .sports-lead-news-text h2 span {
        font-size: 20px;
    }
    .sports-news-image svg {
        top: 16%;
        left: 10%;
    }
    .sports-lead-news-image svg {
        top: 16%;
        left: 10%;
    }
    .feature-lead-news-image svg {
        top: 16%;
        left: 10%;
    }
    .political-lead-mobile .political-lead-news-text {
        position: relative;
        background: #eff3f4;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
        bottom: 24px;
        max-height: 60px;
        min-height: 60px;
    }
    .political-lead-mobile {
        box-shadow: none;
        margin-bottom: 0;
        margin-left: -14px;
        margin-right: -14px;
    }
    .political-lead-mobile .political-lead-news-image svg {
        top: 16%;
        left: 10%;
        height: 45px;
        width: 45px;
    }
    .lead-two-news-main-desc p {
        display: none;
    }
    .lead-hr {
        display: none;
    }
    .lead-two-news-main-bottom-border-2 {
        padding: 0px 0px 15px;
        border: none;
        margin-top: -35px;
    }
    .lead-two-news-left-main-top-wrapper-main .political-lead-news-image {
        margin-left: -14px;
        margin-right: -14px;
    }
    .feature-lead-news-image {
        margin-left: -14px;
        margin-right: -14px;
    }
    .lead-two-news-left-main-top-wrapper-main .lead-two-news-main-bottom .political-lead-news-image svg {
        top: 16% !important;
        left: 10% !important;
        height: 45px !important;
        width: 45px !important;
    }
    .lead-two-news-main-bottom-border {
        border: none;
        padding: 0px;
    }
    .lead-two-news-main-img {
        padding-right: 0;
    }
    .lead-two-news-main {
        margin-left: -16px;
        margin-right: -16px;
    }
    .lead-two-news-left-main-top-wrapper {
        margin-top: 0;
    }
    .economic-lead-news {
        margin-left: -14px;
        margin-right: -14px;
        box-shadow: none;
        padding: 0;
        background: #fff;
        margin-bottom: 0;
    }
    .economic-lead-news-text {
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        position: relative;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
        bottom: 24px;
    }
    .economic-lead-news-mobile .economic-lead-news-image {
        float: left;
        width: 41%;
        position: relative;
        overflow: hidden;
        padding-right: 0;
        padding-left: 12px;
    }
    .economic-lead-news-mobile .economic-lead-news-text {
        float: left;
        width: 56%;
        position: relative;
        overflow: hidden;
        min-height: 84px;
        max-height: 84px;
        bottom: 0px;
        margin-bottom: 20px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    }
    .title-heading:before {
        right: -19px;
    }
    .political-lead-news-mobile {
        margin-left: -14px;
        margin-right: -14px;
        box-shadow: none;
        margin-bottom: 0;
    }
    .political-lead-news-mobile .political-lead-news-text {
        max-height: 60px;
        min-height: 60px;
        bottom: 24px;
        background: #fff;
        width: 92%;
        color: #000;
        padding: 8px;
        margin: auto;
    }
    .political-lead-news-text {
        max-height: 100px;
        min-height: 100px;
    }
    .economic-news-ul-left svg {
        top: 28%;
        left: 16%;
    }
    .economic-lead-news-image {
        margin-left: -2px;
        margin-right: -2px;
    }
    .economic-lead-news-mobile .economic-lead-news-image {
        margin-left: 0px;
        margin-right: 0px;
    }
    .national-news-wrapper {
        overflow: hidden;
    }
    .political-news-section-wrapper {
        overflow: hidden;
    }
    .country-news-wrapper {
        overflow: hidden;
    }
    .sports-section-wrapper {
        overflow: hidden;
    }
    .feature-news-section {
        overflow: hidden;
    }
    .political-news-section-right-mobile {
        margin-top: 30px;
    }
    .video-gallery-small-image img {
        width: 100%;
        min-height: unset;
        max-height: unset;
    }
    .country-new-ul-left img {
        min-height: unset;
        max-height: unset;
    }
    .sports-ul-top-left img {
        min-height: unset;
        max-height: unset;
    }
    #carouselExampleCaptions .carousel-item img {
        min-height: unset;
        max-height: unset;
    }
    #carouselExampleIndicators .carousel-item img {
        min-height: unset;
        max-height: unset;
    }
    .new-photo-album-list-mobile {
        margin-top: 24px;
    }
}