/*@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@300;400;500;600;700&display=swap");
body {
  font-size: 16px;
  background-color: #f2f2f2;
  font-family: 'Noto Sans Devanagari', sans-serif;
  }

@media (max-width: 767px) {
    body {
        overflow-x:hidden
    }
    
    .hidediv{
	    display:none;
	}
}

* {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

.top-header-bg {
    background-color: #fff
}

@media (max-width: 767px) {
    .top-header-bg {
        display:none
    }
}

.header-mobile-data {
    display: none;
    position: relative
}

@media (max-width: 767px) {
    .header-mobile-data {
        display:flex;
        justify-content: flex-end;
        align-items: center;
        gap: 16px
    }
}

.header-mobile-data .lang-list {
    position: absolute;
    background-color: #d20001;
    left: 0;
    top: 28px;
    width: 125px;
    border-radius: 10px;
    z-index: 99;
    display: none
}

.header-mobile-data .lang-list ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.header-mobile-data .lang-list ul li {
    display: block;
    border-bottom: 1px solid #ff3a3a
}

.header-mobile-data .lang-list ul li:nth-last-child(1) {
    border: none
}

.header-mobile-data .lang-list ul li a {
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    display: block
}

.header-mobile-data .current-lang {
    color: #d20001;
    font-weight: 500
}

.header-mobile-data .current-lang.active img {
    rotate: 180deg
}

.header-mobile-data .cat-icon img {
    max-width: 16px
}

.header-mobile-data button {
    outline: 0;
    border: none;
    color: #d20001;
    background-color: #fff
}

@media (max-width: 767px) {
    .header-ad0 {
        display:none
    }
}

.top-header-bg .top-header {
    padding: 9px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media (max-width: 767px) {
    .top-header-bg .top-header {
        justify-content:center
    }
}

.top-header-bg .top-header .lang-list ul li {
    display: inline-block;
    padding: 0 8px
}

@media (max-width: 767px) {
    .top-header-bg .top-header .lang-list ul li {
        padding:0 5px
    }
}

.top-header-bg .top-header .lang-list ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.top-header-bg .top-header .lang-list ul li a.active {
    color: #e22c2f;
    text-decoration: underline
}

.top-header-bg .top-header .date-temp {
    display: flex
}

@media (max-width: 767px) {
    .top-header-bg .top-header .date-temp {
        display:none
    }
}

.top-header-bg .top-header .date-temp .date-container #date-time-data {
    color: #4c5161
}

.top-header-bg .top-header .date-temp .temp-container {
    margin-left: 20px
}

.header-section {
    background: #f8f8f8
}

@media (max-width: 767px) {
    .header-section {
        background-color:#fff
    }
}

header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    header {
        padding:8px 15px;
        display: flex;
        gap: 16px
    }
}

header .logo-container {
    font-size: 0;
    margin: 0
}

header .logo-container.mobile-logo {
    display: none
}

@media (max-width: 767px) {
    header .logo-container.mobile-logo {
        display:inline-block
    }
}

header .logo-container img {
    max-width: 100%;
    width: 150px
}

@media (max-width: 767px) {
    header .logo-container img {
        max-width:130px
    }
}

header .right-header {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 767px) {
    header .right-header {
        -ms-flex-pack:justify;
        justify-content: space-between;
        display: none
    }
}

header .right-header .search-icon {
    cursor: pointer;
    width: 100%
}

@media (max-width: 767px) {
    header .right-header .search-icon {
        display:none
    }
}

@media (max-width: 767px) {
    header .right-header .search-icon img {
        width:32px
    }
}

header .right-header .search-icon .search-box {
    position: relative
}

header .right-header .search-icon .search-box.active {
    display: block
}

header .right-header .search-icon .search-box input {
    border-radius: 30px;
    padding: 12px 22px;
    width: 100%;
    border: 1px solid rgba(102,102,102,.3);
    background: #d9d9d9;
    outline: 0;
    padding-right: 40px
}

.reach-btn {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    height: 42px;
    width: 50px;
    border-radius: 30px;
    border: none;
    background: 0 0;
    padding-top: 3px
}

.position-relative {
    position: relative
}

@media (max-width: 767px) {
    header .right-header ul.social-media-links {
        display:none
    }
}

header .right-header ul.social-media-links li {
    display: inline-block;
    margin: 0 10px
}

header .right-header .menu-icon {
    margin-left: 27px;
    cursor: pointer
}

.nav-container {
    background: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 12px
}

@media (max-width: 767px) {
    .nav-container {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.nav-container nav::-webkit-scrollbar {
    display: none
}

.nav-container nav {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.nav-container nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .nav-container nav {
        overflow:hidden;
        overflow-x: scroll;
        display: block
    }
}

@media (max-width: 767px) {
    .nav-container nav ul {
        display:-ms-flexbox;
        display: flex
    }
}

.nav-container nav ul li {
    display: inline-block;
    padding: 0 16px
}

@media (max-width: 767px) {
    .nav-container nav ul li {
        padding:0 16px
    }
}

@media (max-width: 992px) {
    .nav-container nav ul li {
        padding:0 12px
    }
}

.nav-container nav ul li {
    position: relative
}

.nav-container nav ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    right: 0;
    background: rgba(102,102,102,.3)
}

.nav-container nav ul li.sub-menu::after {
    width: 0
}

.nav-container nav ul li.sub-menu li::after {
    width: 0
}

.nav-container nav ul li a {
    color: #4c5161;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    transition: 1s;
    white-space:nowrap;
}

.nav-container nav ul li a.active {
    color: #d20001
}

@media (max-width: 767px) {
    .nav-container nav ul li a {
        font-size:14px
    }
}

.nav-container nav ul li a:hover {
    text-decoration: none;
    transition: 1s;
    color: #7d171e
}

.nav-container nav ul li.sub-menu {
    position: relative;
    transition: 1s
}

.nav-container nav ul li.sub-menu:hover ul {
    visibility: visible;
    transition: 1s;
    opacity: 1;
    z-index: 99
}

.nav-container nav ul li.sub-menu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.nav-container nav ul li.sub-menu a:hover {
    text-decoration: none;
    transition: 1s;
    color: #7d171e
}

.nav-container nav ul li.sub-menu a img {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 6px;
    width: 8px
}

.nav-container nav ul li.sub-menu ul {
    position: absolute;
    background-color: #f22533;
    padding: 15px 10px;
    min-width: 178px;
    padding-bottom: 10px;
    transition: 1s;
    z-index: 9;
    visibility: hidden;
    opacity: 0
}

.nav-container nav ul li.sub-menu ul li {
    text-align: left;
    padding: 0;
    margin-bottom: 14px;
    display: block
}

.nav-container nav ul li.sub-menu ul li a {
    color: #fff
}

.nav-container nav ul li.sub-menu ul li a:hover {
    text-decoration: none
}

.main-slider-bg {
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 524px
}

@media (max-width: 767px) {
    .main-slider-bg {
        height:auto;
        background-image: none
    }
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px
}

@media (max-width: 767px) {
    #owl-demo .item img {
        min-height:220px
    }
}

.slider-bottom-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 232px;
    background-image: linear-gradient(to bottom,rgba(9,9,9,.31) 0,#000);
    padding: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    border-radius: 0 0 10px 10px
}

@media (max-width: 767px) {
    .slider-bottom-section {
        min-height:86px;
        padding: 8px
    }
}

.slider-bottom-section .slider-tag {
    min-width: 100px;
    padding: 4px;
    border-radius: 6.6px;
    background-color: #1f6e9a;
    text-align: center
}

@media (max-width: 767px) {
    .slider-bottom-section .slider-tag {
        min-width:80px;
        font-size: 8px
    }
}

.slider-bottom-section .slider-date-time {
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0
}

@media (max-width: 767px) {
    .slider-bottom-section .slider-date-time {
        margin:6px 0;
        font-size: 8px
    }
}

.slider-bottom-section .slider-text {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    max-width: 80%
}

@media (max-width: 767px) {
    .slider-bottom-section .slider-text {
        font-size:16px;
        max-width: 100%;
        font-weight: 800;
        line-height: 1.5
    }
}

.slider-bottom-section .slider-text a {
    color: #fff
}

.slider-bottom-section .slider-text a:hover {
    text-decoration: none
}

#owl-demo {
    margin-top: 20px
}

@media (max-width: 767px) {
    #owl-demo {
        margin-top:10px
    }
}

#owl-demo .owl-controls {
    position: absolute;
    right: 32px;
    display: -ms-flexbox;
    display: flex;
    bottom: 32px;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #owl-demo .owl-controls {
        right:0;
        bottom: -30px;
        left: 0;
        margin: auto
    }
}

@media (max-width: 767px) {
    #owl-demo .owl-controls .owl-buttons {
        display:none
    }
}

.section-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
    border-bottom: 2px solid #d20001
}

.section-heading.color-white {
    background-color: #fff
}

.section-heading.color-white .heading-view-all a {
    color: #2c2c2c
}

.section-heading.color-white .heading-title::after {
    background-color: #1f6e9a
}

.section-heading.color-purple {
    background-color: #ce40af
}

.section-heading.color-purple .heading-title {
    background-color: #64014e
}

.section-heading.color-purple .heading-title::after {
    background-color: #ef3f23
}

.section-heading.color-red {
    background-color: #1f6e9a
}

.section-heading.color-red .heading-title {
    background-color: #ef3f23
}

.section-heading.color-red .heading-title::after {
    background-color: #9a9a9a
}

.section-heading.color-sky-blue {
    background-color: #0a8bd2
}

.section-heading.color-sky-blue .heading-title {
    background-color: #014164
}

.section-heading.color-sky-blue .heading-title::after {
    background-color: #ef3f23
}

.section-heading.color-orange {
    background-color: #f4573e
}

.section-heading.color-orange .heading-title {
    background-color: #014164
}

.section-heading.color-orange .heading-title::after {
    background-color: #a51700
}

.section-heading .heading-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 8px 22px;
    background-color: #d20001;
    min-width: 162px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-heading .heading-title {
        font-size:13px;
        padding: 8px 12px
    }
}

.section-heading .heading-title {
    background-image: url(../images/Union.png);
    background-repeat: no-repeat;
    background-position: 4px
}

.section-heading .heading-title::after {
    content: "";
    position: absolute;
    background-image: url(../images/tri.svg);
    width: 17px;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: -17px
}

.section-heading .heading-view-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #d20001;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0
}

@media (max-width: 767px) {
    .section-heading .heading-view-all {
        font-size:12px;
        padding-right: 12px
    }
}

.section-heading .heading-view-all a {
    color: #d20001;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.section-heading .heading-view-all img {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 767px) {
    .section-heading .heading-view-all img {
        max-width:7px
    }
}

.img-rad-10 {
    border-radius: 10px
}

.editor-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .editor-section {
        margin-top:40px;
        padding-top: 0
    }
}

.editor-section.opinion-section {
    padding-top: 0
}

@media (max-width: 767px) {
    .editor-section.opinion-section {
        margin-top:20px
    }
}

.news-tag {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 22px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 14px;
    color: #fff;
    background-color: #d20001
}

@media (max-width: 767px) {
    .news-tag {
        font-size:10px;
        padding: 2px 12px
    }
}

.news-tag.orange-tag {
    background-color: #ef3f23
}

.news-tag.blue-tag {
    background-color: #1f6e9a
}

.news-date-time {
    font-size: 14px;
    font-weight: 500;
    color: #4c5161;
    margin-bottom: 14px
}

.redmore {
    color: #d20001
}

.redmore:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    body {
        overflow-x:hidden
    }
}

.editor-ul {
    display: flex;
    align-items: center;
    border-top: 1px solid #d20001;
    padding-top: 30px
}

@media (max-width: 767px) {
    .editor-ul {
        flex-direction:column
    }
}

.editor-ul li {
    display: flex;
    flex-direction: column;
    color: #0b0b0b;
    padding: 0 16px;
    border-right: 1px solid #d20001
}

@media (max-width: 767px) {
    .editor-ul li {
        border:none;
        padding: 0!important
    }
}

.editor-ul li:nth-child(1) {
    padding-left: 0
}

.editor-ul li:nth-last-child(1) {
    padding-right: 0;
    border: none
}

.editor-ul li a {
    color: #0b0b0b
}

.editor-ul li a img {
    border-radius: 10px
}

@media (max-width: 767px) {
    .news-date-time {
        font-size:12px
    }
}

.news-date-time.color-white {
    color: #fff
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.4
}

@media (max-width: 767px) {
    .news-title {
        font-size:16px;
        line-height: 1.4;
        font-weight: 800
    }
}

.news-title.two-line {
    text-overflow: ellipsis;
    line-height: 1.2;
    min-height: 45px;
    max-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.news-title.three-line {
    text-overflow: ellipsis;
    line-height: 1.2;
    min-height: 65px;
    max-height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.news-title.four-line {
    text-overflow: ellipsis;
    line-height: 1.2;
    min-height: 85px;
    max-height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 4
}

.news-title a.color-black {
    color: #0b0b0b
}

.news-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

img {
    max-width: 100%
}

.half-news-section {
    margin-bottom: 30px;
    color: #0b0b0b
}

.half-news-section .news-title {
    font-size: 24px
}

.half-news-section .news-text {
    font-size: 17px;
    color: #333
}

.half-news-section a {
    color: #0b0b0b
}

@media (max-width: 767px) {
    .half-news-section .news-text {
        display:none
    }
}

.editor-choice-slider {
    background-image: url(../images/editor-choice-slider-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 332px;
    border-radius: 20px;
    padding: 20px 48px;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .editor-choice-slider {
        padding:20px 8px;
        min-height: auto;
        padding-bottom: 0
    }
}

.editor-choice-img {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .editor-choice-img {
        margin-bottom:10px
    }
}

#owl-demo2 .item {
    margin: 0 13px
}

#owl-demo2 .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px
}

#owl-demo2 .owl-pagination {
    display: none
}

#owl-demo2 .owl-buttons {
    position: absolute;
    top: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center
}

#owl-demo2 .owl-buttons .owl-prev {
    left: -36px;
    position: absolute;
    opacity: 1
}

@media (max-width: 767px) {
    #owl-demo2 .owl-buttons .owl-prev {
        left:0;
        padding: 0
    }

    #owl-demo2 .owl-buttons .owl-prev img {
        width: 25px
    }
}

#owl-demo2 .owl-buttons .owl-next {
    right: -36px;
    position: absolute;
    opacity: 1
}

@media (max-width: 767px) {
    #owl-demo2 .owl-buttons .owl-next {
        right:0;
        padding: 0
    }

    #owl-demo2 .owl-buttons .owl-next img {
        width: 25px
    }
}

.slider-news-text {
    font-size: 16px;
    font-weight: 600;
    color: #0b0b0b;
    margin: 8px 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-weight: 700;
    min-height: 72px;
    max-height: 72px;
    overflow: hidden
}

@media (max-width: 767px) {
    .slider-news-text {
        font-size:16px;
        font-weight: 800;
        min-height: 72px;
        max-height: 72px
    }
}

.slider-news-text a {
    color: #fff
}

.audio-section {
    background-image: url(../images/audio-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 155px;
    border-radius: 20px;
    padding: 36px 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px
}

@media (max-width: 767px) {
    .audio-section {
        margin-bottom:20px;
        padding: 20px 12px;
        min-height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.audio-section .audio-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .audio-section .audio-left {
        width:100%
    }
}

@media (max-width: 767px) {
    .audio-section .audio-left img {
        max-width:28px
    }
}

.audio-section .audio-left p {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    padding-left: 24px;
    max-width: 590px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .audio-section .audio-left p {
        max-width:100%;
        font-size: 15px;
        padding-left: 12px
    }
}

.audio-section .audio-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .audio-section .audio-right {
        -ms-flex-pack:start;
        justify-content: flex-start;
        width: 100%
    }
}

.audio-section .audio-right a {
    padding: 12px 43px;
    border-radius: 20px;
    background-color: #fff;
    color: #014164;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 767px) {
    .audio-section .audio-right a {
        font-size:10px;
        margin-top: 12px;
        padding: 12px;
        min-width: 100px;
        text-align: center
    }
}

.latest-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .latest-row {
        display:block
    }
}

.latest-news {
    background-image: url(../images/latest-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 32px 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .latest-news {
        padding:16px 0;
        display: block
    }
}

.latest-news .latest-left {
    margin-right: 16px;
    position: relative;
    border-radius: 11.8px;
    background-image: linear-gradient(to bottom,rgba(9,9,9,.45) 64%,#000 100%),linear-gradient(to bottom,#ef3f23,#ef3f23);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .latest-news .latest-left {
        margin-right:0
    }
}

.latest-news .latest-left::after {
    content: "";
    position: absolute;
    right: -37px;
    width: 12px;
    height: 100%;
    border-radius: 30px;
    background-color: #fff
}

@media (max-width: 767px) {
    .latest-news .latest-left::after {
        width:0
    }
}

.latest-news .latest-left.latest-left-2 {
    margin-right: 0;
    margin-left: 16px
}

@media (max-width: 767px) {
    .latest-news .latest-left.latest-left-2 {
        margin-left:0
    }
}

.latest-news .latest-left.latest-left-2::after {
    content: "";
    position: absolute;
    right: auto;
    left: -37px;
    width: 12px;
    height: 100%;
    border-radius: 30px;
    background-color: #fff
}

@media (max-width: 767px) {
    .latest-news .latest-left.latest-left-2::after {
        width:0
    }
}

.latest-news .latest-left img {
    border-radius: 11.8px
}

.latest-news .latest-left .latest-left-items {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 22px;
    padding-bottom: 0
}

.latest-news .latest-left .latest-left-items::after {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 1%,rgba(76,76,76,.4705882353) 61%,rgba(19,19,19,0) 100%);
    z-index: 0
}

.latest-news .latest-left .latest-left-items a {
    color: #fff;
    z-index: 99
}

.latest-news .latest-left .latest-left-items .news-title {
    font-size: 24px
}

.latest-news .latest-right {
    margin-bottom: 20px;
    margin-left: 16px
}

@media (max-width: 767px) {
    .latest-news .latest-left .latest-left-items {
        position:relative
    }

    .latest-news .latest-right {
        margin-left: 0;
        margin-bottom: 0
    }
}

.latest-news .latest-right.latest-right-2 {
    margin-left: 0;
    margin-right: 16px
}

@media (max-width: 767px) {
    .latest-news .latest-right.latest-right-2 {
        margin-right:0
    }
}

.latest-news .latest-right img {
    border-radius: 11.8px
}

.latest-news .latest-right .latest-right-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-top: 12px;
    padding-bottom: 0
}

.latest-news .latest-right .latest-right-items a {
    color: #fff;
    display: block
}

.latest-news .latest-right .latest-right-items .news-date-time,.latest-news .latest-right .latest-right-items .news-tag {
    margin-bottom: 8px
}

.latest-news .latest-right .latest-right-items .news-title {
    font-size: 28px;
    text-overflow: ellipsis;
    line-height: 1.2;
    font-weight: 600;
    min-height: 70px;
    max-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media (max-width: 767px) {
    .latest-news .latest-right .latest-right-items .news-title {
        line-height:1.4;
        font-weight: 800;
        min-height: 47px;
        max-height: 47px;
        font-size: 16px
    }
}

.ad-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0
}

@media (max-width: 767px) {
    .ad-container {
        margin:20px auto
    }
}

.opinion-section-bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #1f6e9a;
    padding-top: 30px;
    position: relative
}

.opinion-section-bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 15px;
    background-color: #f2f2f2
}

.opinion-section-bottom::after {
    content: "";
    position: absolute;
    top: -1px;
    height: 1px;
    width: 15px;
    right: 0;
    background-color: #f2f2f2
}

.opinion-section-bottom .col-sm-4:nth-child(2) {
    position: relative
}

.opinion-section-bottom .col-sm-4:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 20px;
    height: calc(100% - 20px);
    width: 1px;
    right: 0;
    background-color: #1f6e9a
}

@media (max-width: 767px) {
    .opinion-section-bottom .col-sm-4:nth-child(2)::after {
        width:0
    }
}

.opinion-section-bottom .col-sm-4:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 20px;
    height: calc(100% - 20px);
    width: 1px;
    left: 0;
    background-color: #1f6e9a
}

@media (max-width: 767px) {
    .opinion-section-bottom .col-sm-4:nth-child(2)::before {
        width:0
    }
}

.opinion-section-bottom .opinion-img {
    position: relative;
    margin-bottom: 10px
}

.opinion-section-bottom .opinion-img .news-tag {
    position: absolute;
    left: 10px;
    top: 10px
}

.categories-section {
    background-image: url(../images/cat-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 42px 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 200px
}

.line-heading {
    color: #fff;
    margin-bottom: 16px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    line-height: normal;
}

.line-heading .heading-title {
    position: relative;
    overflow: hidden
}

.line-heading .heading-title::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 100%;
    top: 40px;
    margin-left: 30px
}

.entertainment-heading {
    color: #fff;
    border-left: 5px solid #d20001;
    padding-left: 8px;
    font-size: 37px;
    margin-left: 32px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .entertainment-heading {
        color:#d20001;
        border-left: 5px solid #d20001;
        padding-left: 8px;
        font-size: 18px;
        margin-left: 0;
        margin-bottom: 12px
    }
}

.entertainment {
    padding-top: 275px
}

@media (max-width: 767px) {
    .entertainment {
        padding-top:205px
    }
}

@media (max-width: 767px) {
    .editor-news .container {
        padding:0
    }
}

.ent-bg {
	/*background-image: url(../images/en1.png);
	background-repeat: no-repeat;
	background-size: contain;*/
	min-height: 300px;
	margin-top: -410px;
	border-radius: 25px
}

.ent-bg .entertainment-box {
	background-color: #fff;
	border-radius: 25px;
	padding: 24px;
	display: flex;
	max-width: 1200px;
	margin-left: 32px;
	margin-bottom: 62px
}

@media (max-width: 767px) {
    .ent-bg .entertainment-box {
        padding:16px;
        margin-left: 0
    }
}

.ent-bg .entertainment-box .entertainment-news {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ent-bg .entertainment-box .entertainment-news img {
    border-radius: 25px
}

.ent-bg .entertainment-box .entertainment-news .tag {
    color: #d20001
}

.ent-bg .entertainment-box .entertainment-news .entertainment-text {
    color: #4c5161;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .ent-bg .entertainment-box .entertainment-news .entertainment-text {
        font-size:24px;
        margin-bottom: 20px
    }
}

.ent-bg .entertainment-box .entertainment-news-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (max-width: 767px) {
    .ent-bg .entertainment-box .entertainment-news-right {
        min-width:100%;
        width: 100%
    }
}

.ent-bg .entertainment-box .entertainment-news-right a {
    display: flex;
    gap: 12px
}

@media (max-width: 767px) {
    .ent-bg .entertainment-box .entertainment-news-right a {
        flex-direction:column;
        min-width: 100%
    }
}

.ent-bg .entertainment-box .entertainment-news-right a img {
    border-radius: 25px
}

@media (max-width: 767px) {
    .ent-bg .entertainment-box .entertainment-news-right a img {
        min-width:100%;
        width: 100%
    }
}

.ent-bg .entertainment-box .entertainment-news-right a .entertainment-news-right-data {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ent-bg .entertainment-box .entertainment-news-right a .entertainment-news-right-data .tag {
    color: #d20001
}

.ent-bg .entertainment-box .entertainment-news-right a .entertainment-news-right-data .ent-r-news {
    color: #4c5161;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}

#owl-demo9 .item,
#owl-demo3 .item {
    background-color: #fff;
    margin: 0 7px;
    padding: 8px;
    border-radius: 8px
}

#owl-demo9 .item a+a,
#owl-demo3 .item a+a {
    color: #4c5161;
    font-size: 22px;
    font-weight: 600
}

@media (max-width: 767px) {
    .categories-section {
        padding:12px
    }
}

#owl-demo9 .item a,
#owl-demo3 .item a {
    display: block;
    color: #fff;
    text-align: center
}
#owl-demo9 .item a img,
#owl-demo3 .item a img {
    display: inline-block;
    margin-bottom: 8px
}

#owl-demo9 img,
#owl-demo3 img {
    border-radius: 10px
}

#owl-demo9 .owl-pagination,
#owl-demo3 .owl-pagination {
    display: none
}

#owl-demo9 .owl-buttons,
#owl-demo3 .owl-buttons {
    position: absolute;
    top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center
}

#owl-demo9 .owl-buttons .owl-prev,
#owl-demo3 .owl-buttons .owl-prev {
    left: -36px;
    position: absolute
}

@media (max-width: 767px) {
    #owl-demo9 .owl-buttons .owl-prev,
    #owl-demo3 .owl-buttons .owl-prev {
        left:0;
        padding: 0
    }
    #owl-demo9 .owl-buttons .owl-prev img,
    #owl-demo3 .owl-buttons .owl-prev img {
        width: 25px
    }
}
#owl-demo9 .owl-buttons .owl-next,
#owl-demo3 .owl-buttons .owl-next {
    right: -36px;
    position: absolute
}

@media (max-width: 767px) {
    #owl-demo9 .owl-buttons .owl-next,
    #owl-demo3 .owl-buttons .owl-next {
        right:0;
        padding: 0
    }
    #owl-demo9 .owl-buttons .owl-prev img,
    #owl-demo3 .owl-buttons .owl-next img {
        width: 25px
    }
}

.society-heading-bg {
    background-color: #fff;
    padding-bottom: 14px
}

.society-heading-bg .section-heading {
    margin-bottom: 0
}

.single-news {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    border-bottom: 1px solid #1f6e9a;
    padding-bottom: 12px
}

.single-news.right-side-p {
    -ms-flex-direction: column;
    flex-direction: column
}

.single-news.right-side-p .img-container {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

.single-news.right-side-p .img-container img {
    width: 100%
}

@media (max-width: 767px) {
    .single-news {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.single-news .img-container {
    min-width: 213px;
    max-width: 213px;
    position: relative
}

@media (max-width: 767px) {
    .single-news .img-container {
        margin:auto;
        margin-bottom: 12px;
        min-width: 100%;
        max-width: 100%;
        text-align: center
    }
}

.single-news .img-container .news-tag {
    position: absolute;
    top: 10px;
    left: 12px
}

.single-news .single-news-text {
    padding-left: 20px
}

.single-news .single-news-text .news-date-time {
    margin-bottom: 0
}

.single-news .single-news-text .news-title {
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 1.5;
    min-height: 95px;
    max-height: 95px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden
}

@media (max-width: 767px) {
    .single-news .single-news-text .news-title {
        min-height:auto;
        max-height: none;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 800
    }
}

.single-news .single-news-text .news-title a {
    color: #0b0b0b
}

.sport-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 30px;
    width: 100%
}

.sport-section.l-n {
    background-color: #fff;
    margin-bottom: 0
}

#owl-demo5 .item,#owl-demo6 .item,#owl-demo7 .item,#owl-demo8 .item {
    margin: 0 13px;
    position: relative
}

@media (max-width: 767px) {
    #owl-demo5 .item,#owl-demo6 .item,#owl-demo7 .item,#owl-demo8 .item {
        margin:13px 0
    }
}

#owl-demo5 .item .slider-news-text,#owl-demo6 .item .slider-news-text,#owl-demo7 .item .slider-news-text,#owl-demo8 .item .slider-news-text {
    color: #0b0b0b
}

#owl-demo5 .item .news-date-time,#owl-demo6 .item .news-date-time,#owl-demo7 .item .news-date-time,#owl-demo8 .item .news-date-time {
    color: #0b0b0b
}

#owl-demo5 .item .news-tag,#owl-demo6 .item .news-tag,#owl-demo7 .item .news-tag,#owl-demo8 .item .news-tag {
    position: absolute;
    top: 10px;
    left: 10px
}

#owl-demo5 .item img,#owl-demo6 .item img,#owl-demo7 .item img,#owl-demo8 .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px
}

#owl-demo5 .owl-pagination,#owl-demo6 .owl-pagination,#owl-demo7 .owl-pagination,#owl-demo8 .owl-pagination {
    display: none
}

@media (max-width: 767px) {
    #owl-demo5 .owl-pagination,#owl-demo6 .owl-pagination,#owl-demo7 .owl-pagination,#owl-demo8 .owl-pagination {
        display:block
    }
}

#owl-demo5 .owl-buttons,#owl-demo6 .owl-buttons,#owl-demo7 .owl-buttons #owl-demo8 .owl-buttons {
    position: absolute;
    top: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    #owl-demo5 .owl-buttons,#owl-demo6 .owl-buttons,#owl-demo7 .owl-buttons,#owl-demo8 .owl-buttons {
        display:none
    }
}

#owl-demo5 .owl-buttons .owl-prev,#owl-demo6 .owl-buttons .owl-prev,#owl-demo7 .owl-buttons .owl-prev,#owl-demo8 .owl-buttons .owl-prev {
    left: -36px;
    position: absolute;
    opacity: 1
}

@media (max-width: 767px) {
    #owl-demo5 .owl-buttons .owl-prev,#owl-demo6 .owl-buttons .owl-prev,#owl-demo7 .owl-buttons .owl-prev,#owl-demo8 .owl-buttons .owl-prev {
        left:0;
        padding: 0
    }

    #owl-demo5 .owl-buttons .owl-prev img,#owl-demo6 .owl-buttons .owl-prev img,#owl-demo7 .owl-buttons .owl-prev img,#owl-demo8 .owl-buttons .owl-prev img {
        width: 25px
    }
}

#owl-demo5 .owl-buttons .owl-next,#owl-demo6 .owl-buttons .owl-next,#owl-demo7 .owl-buttons .owl-next,#owl-demo8 .owl-buttons .owl-next {
    right: -36px;
    position: absolute;
    opacity: 1
}

@media (max-width: 767px) {
    #owl-demo5 .owl-buttons .owl-next,#owl-demo6 .owl-buttons .owl-next,#owl-demo7 .owl-buttons .owl-next,#owl-demo8 .owl-buttons .owl-next {
        right:0;
        padding: 0
    }

    #owl-demo5 .owl-buttons .owl-next img,#owl-demo6 .owl-buttons .owl-next img,#owl-demo7 .owl-buttons .owl-next img,#owl-demo8 .owl-buttons .owl-next img {
        width: 25px
    }
}

.footer-one {
    background-color: #fff;
    padding: 50px 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .footer-one {
        padding:20px 0
    }
}

.footer-one .footer-left-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-one .footer-left-right {
        -ms-flex-direction:column;
        flex-direction: column;
        padding: 0 15px
    }
}

.footer-one .footer-one-right {
    padding-left: 60px
}

@media (max-width: 767px) {
    .footer-one .footer-one-right {
        padding:0;
        margin-top: 15px
    }
}

.footer-one p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4
}

.footer-one p:nth-last-child(1) {
    margin-bottom: 0
}

.footer-one img {
    min-width: 202px
}

@media (max-width: 767px) {
    .add-news {
        margin-top:20px;
        text-align: center
    }
}

.footer-two {
    background-image: url(https://www.awazthevoice.in/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 42px 15px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-two .footer-two-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-two .footer-two-div {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.footer-two .footer-two-div .footer-two-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

@media (max-width: 767px) {
    .footer-two .footer-two-div .footer-two-common {
        width:50%
    }
}

@media (max-width: 767px) {
    .footer-two .footer-two-div .footer-two-common.download-app {
        width:100%;
        margin-top: 20px
    }
}

.footer-two .footer-two-div .footer-two-common.important-links ul li {
    display: block;
    margin-bottom: 8px
}

.footer-two .footer-two-div .footer-two-common h3 {
    font-size: 14px;
    color: #cbcbcb;
    margin-bottom: 16px
}

.footer-two .footer-two-div .footer-two-common ul li {
    display: inline-block;
    margin-right: 30px
}

@media (max-width: 767px) {
    .footer-two .footer-two-div .footer-two-common ul li {
        margin-right:10px
    }
}

.footer-two .footer-two-div .footer-two-common ul li a {
    color: #fff;
    font-size: 18px
}

@media (max-width: 767px) {
    .footer-two .footer-two-div .footer-two-common ul li a {
        font-size:14px
    }

    .footer-two .footer-two-div .footer-two-common ul li a img {
        max-width: 85px
    }
}

.footer-two .footer-two-div .footer-two-common.follow-us {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px 0 40px
}

@media (max-width: 767px) {
    .footer-two .footer-two-div .footer-two-common.follow-us {
        padding:0;
        border: 0
    }
}

.footer-three {
    background-color: #0b0b0b;
    padding: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.footer-three p {
    color: #fff;
    text-align: center
}

@media (max-width: 767px) {
    .container {
        width:100%
    }
}

.side-panel {
    position: fixed;
    right: -250px;
    width: 250px;
    background-color: #fff;
    top: 0;
    height: 100%;
    overflow-y: auto;
    transition: 1s;
    padding: 16px
}

.side-panel .side-menu {
    width: 100%;
    color: #fff;
    overflow-y: auto;
    padding: 0;
    margin-top: 32px
}

.side-panel .side-menu .menu-item {
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #d20001
}

.side-panel .side-menu .menu-item .icon {
    font-size: 12px;
    transition: transform .3s ease
}

.side-panel .side-menu .menu-item .icon.rotate {
    transform: rotate(-180deg)
}

.side-panel .side-menu .menu-item a {
    color: #d20001
}

.side-panel .side-menu .submenu {
    display: none
}

.side-panel .side-menu .submenu a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    color: #252423
}

.popup-wrapper {
    align-items: center;
    background-color: rgba(0,0,0,.8);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.popup-wrapper.active {
    display: flex
}

.popup-wrapper .inner {
    background-color: #fff;
    border: 5px solid #d20001;
    max-width: 720px;
    position: relative;
    width: 90%
}

.popup-wrapper .inner .close {
    background-color: #d20001;
    border-top-right-radius: 1.5rem;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    padding: 5px 14px;
    position: absolute;
    right: -5px;
    top: -35px;
    z-index: 10000
}

.popup-wrapper .inner .body .search-bar .searchform {
    align-items: center;
    border-top-right-radius: 1.5rem;
    display: flex;
    overflow: hidden
}

.popup-wrapper .inner .body .search-bar .searchform .inputbar {
    border: none;
    flex-grow: 1;
    outline: 0;
    padding: .5rem 1rem
}

.popup-wrapper .inner .body .search-bar .searchform .search-icon {
    align-items: center;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    transition: background-color .3s ease
}

.popup-wrapper .inner .body .search-bar .searchform .search-icon img {
    height: 18px;
    width: 18px
}

.side-panel.active {
    display: block;
    transition: 1s;
    right: 0;
    box-shadow: 6px 0 7px 13px #ccc
}

.side-panel .close-icon {
    max-width: 20px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px
}

.listing-section {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(180deg,rgba(52,120,188,.2) 0,rgba(52,120,188,0) 343px);
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100vh
}

.listing-section.no-bg {
    background-image: none
}

.listing-section .listing-title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px
}

.top-news-card {
    height: 266px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transform: rotate(0);
    margin-bottom: 20px
}

.listing-top-box {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    color: #252423;
    background: currentColor;
    box-sizing: border-box
}

.listing-top-box .listing-top-box-img {
    position: relative;
    display: block;
    transition: .5s cubic-bezier(.2,0,.1,1)
}

.listing-top-box .listing-top-box-img::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 8px 8px
}

.listing-top-box .listing-top-box-img img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: top;
    transition: .5s cubic-bezier(.2,0,.1,1)
}

.listing-top-box .listing-top-box-text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: -10px;
    padding: 0 16px 6px;
    transition: .4s cubic-bezier(.2,0,.1,1)
}

.listing-top-box .listing-top-box-text .listing-top-box-news {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 6px
}

.listing-top-box .listing-top-box-text .listing-top-box-news::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    height: 300px;
    background: currentColor;
    box-shadow: 0 0 36px 40px;
    transition: .5s cubic-bezier(.2,0,.1,1)
}

.listing-top-box .listing-top-box-text .listing-top-box-news .listing-top-box-tag-time .news-tag {
    position: relative;
    z-index: 9
}

.listing-top-box .listing-top-box-text .listing-top-box-news .listing-top-box-tag-time .news-date-time {
    position: relative;
    z-index: 9;
    color: #fff
}

.listing-top-box .listing-top-box-text .listing-top-box-news .listing-top-box-news-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    max-height: 78px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    z-index: 9;
    color: #fff
}

.news-hl-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 24px
}

.news-hl-title::after {
    content: " ";
    display: block;
    border-bottom: 1px solid #767676;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 24px
}

.news-hl-title h2 {
    width: auto;
    margin: 0
}

.card-news-body {
    display: -ms-flexbox;
    display: flex;
    color: #0b0b0b;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .card-news-body {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.card-news-body:hover .card-news-body-caption .news-title {
    text-decoration: underline
}

.card-news-body .card-news-body-img {
    margin-right: 16px;
    max-width: 247px;
    min-width: 247px
}

@media (max-width: 767px) {
    .card-news-body .card-news-body-img {
        margin-right:0;
        margin-bottom: 10px;
        max-width: 100%;
        min-width: 100%
    }
}

.card-news-body .card-news-body-img img {
    border-radius: 8px
}

@media (max-width: 767px) {
    .card-news-body .card-news-body-img img {
        width:100%;
        max-height: 200px
    }
}

.card-news-body .card-news-body-caption .news-tag {
    margin-bottom: 8px
}

.card-news-body .card-news-body-caption .news-title {
    margin-bottom: 8px;
    font-weight: 800
}

.card-news-body .card-news-body-caption .date-hours {
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

.card-news-body .card-news-body-caption .date-hours .news-date-time {
    margin-right: 10px
}

@media (max-width: 767px) {
    .card-news-body .card-news-body-caption .date-hours .news-date-time {
        margin-bottom:0
    }
}

.right-listing {
    margin-top: 42px;
    overflow: hidden
}

.details-page {
    padding-left: 50px;
    position: relative
}

@media (max-width: 767px) {
    .details-page {
        padding-left:0
    }
}

.details-page h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.5
}

@media (max-width: 767px) {
    .details-page h2 {
        font-size:20px
    }
}

.details-page .story-by-and-date {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.details-page .news-text {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px
}

.details-page .det-img {
    margin-bottom: 12px
}

.side-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -40px;
    padding: 0;
    position: absolute;
    left: auto
}

@media (max-width: 767px) {
    .side-share {
        position:relative!important;
        top: auto!important;
        margin: 0 5px!important;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.side-share a {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-bottom: 11px;
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 4px 1px #ccc
}

@media (max-width: 767px) {
    .side-share a {
        margin:0 10px;
        width: 40px;
        height: 40px
    }
}

.side-share a img {
    width: 40px
}

@media (max-width: 767px) {
    .side-share a img {
        width:20px
    }
}

.side-panel ul {
    display: block;
    margin: 40px 0 0 10px
}

.side-panel ul li {
    margin: 16px 0;
    display: block
}

.side-panel ul li a {
    color: #014164
}

.side-panel ul li a:hover {
    color: #0a8bd2
}

.contact-us p {
    margin-bottom: 10px;
    font-size: 18px
}

.about-us {
    margin-top: 20px
}

.about-us p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5
}

.about-us h5 {
    font-size: 18px
}

.min-auto {
    min-height: auto!important
}

.video-listing .item {
    margin: 0 0 30px 0
}

.video-listing .item .img-container .video-icon {
    top: 30px
}

.read-more-link {
    font-weight: 700;
    color: red!important
}

.show_more_main {
    margin: 15px 25px;
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #1f6e9a;
    border-radius: 30px;
    max-width: 130px;
    font-size: 15px
}

.details-page .news-text p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px
}

.nav-container nav ul li.mobile-li {
    display: none
}

@media (max-width: 767px) {
    .nav-container nav ul li.mobile-li {
        display:inline-block
    }

    .nav-container nav ul li.mobile-li a {
        white-space: nowrap
    }
}

@media (max-width: 767px) {
    .nav-container nav ul li.sub-menu {
        display:none
    }
}

.header-social {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center
}

@media (max-width: 767px) {
    .header-social {
        display:none
    }
}

.header-social li {
    display: flex;
    align-items: center;
}

.header-social li.yt-sub {
    color: #d10000
}

.video-section {
    padding: 65px 0;
    display: flex;
    width: 100%
}

@media (max-width: 767px) {
    .video-section {
        padding:30px 0
    }
}

.video-section .video-part {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 24px 0;
    min-height: 580px
}

@media (max-width: 767px) {
    .video-section .video-part {
        margin-bottom:20px
    }
}

.video-section .video-part .video-header {
    display: flex;
    justify-content: space-between;
    padding-right: 24px
}

.video-section .video-part .video-header a {
    color: #0071f1;
    display: flex;
    align-items: center;
    gap: 8px
}

.video-section .video-part .video-header .video-heading-title {
    background-color: #d20001;
    color: #fff;
    min-width: 110px;
    padding: 3px 16px;
    position: relative;
    margin-left: -8px;
    font-size: 18px;
    padding-top: 7px;
}

.video-section .video-part .video-header .video-heading-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border: 4px solid;
    border-color: #870304 #870304 transparent transparent
}

.video-tabs {
    display: flex;
    flex-direction: column
}

.video-tabs .tab-content-box {
    display: flex!important;
    padding: 24px;
    gap: 24px;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .video-tabs .tab-content-box {
        flex-direction:column
    }
}

.video-tabs .tab-content-box .big-tab {
    overflow: hidden;
    width: 600px
}

@media (max-width: 767px) {
    .video-tabs .tab-content-box .big-tab {
        width:100%
    }
}

.video-tabs .tab-content-box .big-tab iframe {
    border-radius: 10px;
    width: 100%!important
}

@media (max-width: 767px) {
    .video-tabs .tab-content-box .big-tab iframe {
        height:auto!important;
        width: 100%!important
    }
}

@media (max-width: 767px) {
    .video-tabs .tab-content-box .big-tab a img {
        height:auto!important;
        width: 100%
    }
}

.video-tabs .tab-content-box .small-tab {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 24px
}

.video-tabs .tab-content-box .small-tab iframe {
    border-radius: 10px
}

@media (max-width: 767px) {
    .video-tabs .tab-content-box .small-tab iframe {
        height:auto!important;
        width: 100%!important
    }
}

@media (max-width: 767px) {
    .video-tabs .tab-content-box .small-tab a img {
        height:auto!important;
        width: 100%
    }
}

.video-tabs #tabs-nav {
    display: flex;
    gap: 36px;
    font-size: 18px;
    padding-left: 84px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    margin-top: 16px
}

@media (max-width: 767px) {
    .video-tabs #tabs-nav {
        gap:12px;
        font-size: 12px;
        padding-left: 8px;
        border-bottom: 1px solid rgba(0,0,0,.3);
        margin-top: 16px;
        overflow-x: scroll;
        padding-right: 30px
    }
}

.video-tabs #tabs-nav li {
    display: flex;
    align-items: center
}

.video-tabs #tabs-nav li a {
    color: #4c5161
}

.video-tabs #tabs-nav li.active {
    border-radius: 5px 5px 0 0;
    background: #d20001;
    padding: 8px 16px
}

.video-tabs #tabs-nav li.active a {
    color: #fff
}

#owl-demo4 .item,.video-listing .item {
    border-radius: 10px;
    box-shadow: 5px 4px 4px 0 rgba(0,0,0,.25);
    background: #d9d9d9
}

@media (max-width: 767px) {
    #owl-demo4 .item,.video-listing .item {
        padding:10px;
        padding-bottom: 0
    }
}

#owl-demo4 .item a,.video-listing .item a {
    display: block;
    color: #0b0b0b
}

#owl-demo4 .item a img,.video-listing .item a img {
    display: inline-block;
    margin-bottom: 8px
}

#owl-demo4 .item .img-container,.video-listing .item .img-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#owl-demo4 .item .img-container .video-icon {
    position: absolute;
    top: 68px;
    bottom: 0;
    cursor: pointer
}

#owl-demo4 img,.video-listing img {
    border-radius: 10px
}

#owl-demo4 .owl-pagination,.video-listing .owl-pagination {
    display: none
}

#owl-demo4 .owl-buttons,.video-listing .owl-buttons {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%)
}

#owl-demo4 .owl-buttons .owl-prev {
    left: -36px;
    position: absolute;
    opacity: 1
}

@media (max-width: 767px) {
    #owl-demo4 .owl-buttons .owl-prev {
        left:0
    }
}

#owl-demo4 .owl-buttons .owl-next {
    right: -36px;
    position: absolute;
    opacity: 1
}

@media (max-width: 767px) {
    #owl-demo4 .owl-buttons .owl-next {
        right:0
    }
}

.video-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.whats-app {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px
}

.whats-app .whats-app-inner {
    border-radius: 4.296px;
    border: .716px solid #e6e6e6;
    background: #f4f4f4;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center
}

.whats-app .whats-app-inner .whats-app-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.whats-app .whats-app-inner .whats-app-subtitle {
    font-size: 12px;
    color: #707070;
    line-height: 17px
}

.whats-app .whats-app-inner a {
    text-transform: uppercase;
    color: #d20001;
    display: flex;
    max-width: 160px;
    width: 160px;
    padding: 10px;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    border-radius: 4.296px;
    font-weight: 700;
    border: .716px solid #d6322e;
    background: #fcfcfc;
    letter-spacing: .637px
}

.yt-subscribe {
    background-image: url(../images/yt-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 215px;
    padding: 10px 75px;
    color: #fff;
    font-size: 36px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px
}

@media (max-width: 767px) {
    .yt-subscribe {
        background-size:100% 100%;
        padding: 10px 11px;
        color: #fff;
        font-size: 14px;
        height: auto
    }
}

.yt-subscribe a {
    display: flex;
    margin-top: 8px;
    max-width: fit-content
}

.editor-choice {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    background-color: #f8f8f8;
    padding: 30px 0;
}

.editor-choice .video-tabs #tabs-nav {
    margin-top: 0;
    margin-bottom: 32px
}

.editor-choice .news-tag {
    color: #d20001!important;
    padding: 0!important;
    background-color: transparent!important
}

.editor-choice .editor-ul {
    border: none;
    padding-top: 0
}

@media (max-width: 767px) {
    .editor-choice .editor-ul {
        display:flex;
        flex-direction: column;
        gap: 16px
    }
}

.editor-choice .editor-ul li {
    border: none
}

@media (max-width: 767px) {
    .editor-choice .editor-ul li {
        padding:0!important
    }
}

.editor-choice .editor-ul li a {
    background-color: #fff
}

.editor-choice .editor-ul li a h3 {
    padding: 14px 14px 0 14px
}

@media (max-width: 767px) {
    .editor-choice .editor-ul li a h3 {
        height:auto;
        overflow: visible
    }
}

.editor-choice .editor-ul li a div {
    padding: 0 14px
}

.editor-choice .editor-ul li a div.news-tag {
    margin-left: 14px
}

.editor-choice * {
    color: #4c5161
}

.datatime {
    display: flex;
    align-items: center;
    gap: 150px;
    color: rgba(3,3,3,.5);
    font-size: 14px;
    margin-top: 50px
}

.datatime div {
    display: flex;
    align-items: center;
    gap: 8px
}
