:root {
    --roboto-font: 'Roboto', sans-serif;
    --roboto-cond-font: 'Roboto Condensed', sans-serif;
    --bg-color: #fff;
    --dark-bg-color: #121212;
    --light-bg-color: #252525;
    --text-color: #515151;
    --color-orange: #FA4934;
    --color-blue: #0088CD;
}

body {
    padding: 0 !important;
}

.hOne,
.hTwo,
.hThree,
.hFour,
.hFive,
.hSix {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--dark-bg-color);
    font-weight: 700;
    line-height: 1.2;
}

.hOne:last-child,
.hTwo:last-child,
.hThree:last-child,
.hFour:last-child,
.hFive:last-child,
.hSix:last-child {
    margin-bottom: 0;
}

.hOne {
    font-size: 50px;
}

.hTwo {
    font-size: 50px;
}

.hThree {
    font-size: 32px;
}

.hFour {
    font-size: 26px;
}

.hFive {
    font-size: 22px;

}

.hSix {
    font-size: 18px;
    margin-bottom: 10px;
}

.hot_nwsLnk {
    display: block;
    position: relative;
    overflow: hidden;
}

.hot_nwsLnk figure {
    height: 174px;
    position: relative;
    z-index: -1;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.hot_nwsLnk figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    margin: 0;
    padding: 0;
    -o-object-position: top center;
    object-position: top center;
}

.smll_nws_tag {
    padding: 10px 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    background: var(--color-orange);
    border-radius: 0 0 8px 0;
    color: var(--bg-color);
    font-weight: 500;
    letter-spacing: 0.06em;
    min-width: 90px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
}

.hot_nwsLnk {
    position: relative;
}

.hot_nwsLnk strong,
.nws_ttle {
    font-family: var(--roboto-cond-font);
    font-size: 18px;
    line-height: 1.1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    padding: 8px 10px;
    color: var(--bg-color);
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.cmmn_gap {
    padding: 60px 0;
}


.hot_nwsLnk:hover .smll_nws_tag {
    background: rgba(250, 73, 52, 0.8);
}

.hot_nwsLnk:hover .hot_nwsLnk strong,
.hot_nwsLnk:hover .nws_ttle {
    background: rgba(250, 73, 52, 0.5);
}

.row.bnnr_nws_row {
    margin: 0;
}

.bnnr_nws_row>* {
    padding: 0 20px;
}

.bnnr_nws_row>*:nth-child(3n+1) {
    padding-left: 0;
}

.bnnr_nws_row>*:nth-child(3n+3) {
    padding-right: 0;
}

.bnnr_nws_row>*:nth-child(3n+2) {
    border-left: 0.5px dashed rgba(0, 0, 0, 0.15);
    border-right: 0.5px dashed rgba(0, 0, 0, 0.15);
}

.hot_nwsBox:not(:last-child) {
    margin-bottom: 8px;
}

.top_nws_box {
    text-align: center;
}

.top_nws_box h1 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--roboto-cond-font);
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.top_nws_box h1 a {
    color: var(--dark-bg-color);
}

.top_nws_box h1 a:hover {
    color: var(--color-orange);
}

.top_nwsLnk {
    display: block;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.top_nws_imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    margin: 0;
    padding: 0;
    -o-object-position: top center;
    object-position: top center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top_nws_imgBox:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.nws_dte_tag {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-orange);
    margin-bottom: 8px;
    display: block;
}

.top_nws_imgBox {
    margin-bottom: 20px;
}

.big_nws_tag {
    padding: 12px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.08;
    font-size: 15px;
    text-transform: uppercase;
    background: var(--color-blue);
    border-radius: 0 0 8px 0;
    color: var(--bg-color);
    font-weight: 500;
    letter-spacing: 0.06em;
    min-width: 109px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
}

.top_nwsLnk:hover .big_nws_tag {
    background: rgba(0, 136, 205, 0.8);
}

.bnnr_adBox {
    max-width: 960px;
    margin: 79px auto 0;
}

.bnnr_adBox a {
    display: block;
}

.bnnr_adBox img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page_hdng {
    overflow: hidden;
    margin-bottom: 30px;
}

.page_hdng h2::after {
    position: absolute;
    content: "";
    right: unset;
    left: 100%;
    width: 100vw;
    height: 0.5px;
    border-bottom: 0.5px dashed rgba(0, 0, 0, 0.15);
    display: block;
    margin-left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_hdng h2 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--roboto-cond-font);
    color: var(--dark-bg-color);
    margin: 0;
}

.row.nws_row {
    margin: -20px 0;
}

.nws_col:nth-child(odd) {
    padding-left: 0;
    border-right: 0.5px dashed rgba(0, 0, 0, 0.15);
}

.nws_col:nth-child(even) {
    padding-right: 0;
}

.nws_imgLnk_box {
    position: relative;
}

.nws_txtBox h3 {
    font-size: 22px;
    font-family: var(--roboto-cond-font);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 1.1;
    margin-top: 0;
}

.nws_txtBox h3:last-child {
    margin-bottom: 0;
}

.nws_txtBox h3 a {
    color: var(--dark-bg-color);
}

.nws_txtBox h3 a:hover {
    color: var(--color-orange);
}

.nws_txtBox {
    font-size: 17px;
    color: var(--text-color);
    line-height: 1.3;
}

.nws_imgLnk_box {
    display: block;
}

.nws_imgLnk_box figure {
    margin: 0;
    height: 205px;
    overflow: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.nws_imgLnk_box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.nws_imgLnk_box:hover figure img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.nws_txtBox .nws_dte_tag {
    font-size: 15px;
    margin-bottom: 4px;
}

.nws_imgBox {
    margin-bottom: 16px;
}

.row.ltst_lcl_nws_row {
    margin: -20px -10px 0;
}

.row .ltst_lcl_nwsCol {
    padding: 20px 10px 0;
}

.nws_imgLnk_box:hover .smll_nws_tag {
    background: rgba(250, 73, 52, 0.8);
}

.smll_adBox {
    max-width: 916px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.sde_ad_pnl {
    margin-top: -50px;
}

.sde_indvdl_adBox {
    padding-top: 50px;
}

.sde_indvdl_adBox a {
    display: block;
}

.sde_indvdl_adBox img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.top_hdng {
    margin-bottom: 18px;
}

.top_hdng h4 {
    font-family: var(--roboto-cond-font);
    text-transform: uppercase;
    font-weight: 500;
}

.nws_col {
    margin-top: 20px;
}

.ltst_vdeo_section {
    background: var(--dark-bg-color);
}

.ltst_vdeoLnk {
    position: relative;
}

.ply_bttn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: var(--bg-color);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ply_bttn img {
    max-width: 22px;
    max-height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ltst_vdeoPstr_box figure {
    margin: 0;
    height: 237px;
}

.ltst_vdeoPstr_box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    margin: 0;
    padding: 0;
    -o-object-position: top center;
    object-position: top center;
}

.ltst_vdeo_section .page_hdng h2 {
    color: var(--bg-color);
}

.ltst_vdeo_section .page_hdng h2::after {
    border-color: rgba(255, 255, 255, 0.15);
}

.ltst_vdeo_txtBox h3 {
    font-family: var(--roboto-cond-font);
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.ltst_vdeo_txtBox h3:last-child {
    margin-bottom: 0;
}

.ltst_vdeo_txtBox h3 a {
    color: var(--bg-color);
}

.ltst_vdeo_txtBox h3 a:hover {
    color: var(--color-blue);
}

.ltst_vdeoPstr_box {
    margin-bottom: 13px;
}

.ltst_vdeo_row {
    margin-top: -30px;
}

.ltst_vdo_col {
    padding-top: 30px;
}

.smll_nws_tag.blu_tag {
    background: var(--color-blue);
}

.nws_imgLnk_box:hover .smll_nws_tag.blu_tag {
    background: rgba(0, 136, 205, 0.80);
}

.int_nws_section {
    background: rgba(18, 18, 18, 0.05);
}

.cltr_nws_section .bnnr_adBox {
    margin-top: 0;
    margin-bottom: 20px;
}

.ltst_lcl_nws_row,
.ltst_vdeo_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container.container-new {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header Section */
/* navbar*/
.main-head {
    position: relative;
    z-index: 99;
}

.main-head .navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    min-width: 170px;
    display: inline-block;
}

.main-head .navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.main-head .navbar-nav li {
    position: relative;
    list-style: none;
    z-index: 1;
}

.main-head .navbar-nav>li {
    margin: 0 22px;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
}

.main-head .navbar-nav>li:last-child {
    margin-right: 0;
}

.main-head .navbar-nav>li:first-child {
    margin-left: 0;
}

.main-head .navbar-nav>li>a {
    color: var(--bg-color);
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0;
}

/* .main-head .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.main-head .navbar-nav>li.current-menu-item>a,
.main-head .navbar-nav>li>a:hover,
.main-head .navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--color-blue);
}

.main-head .navbar-nav>li.current-menu-item>a:after,
.main-head .navbar-nav>li>a:hover:after,
.main-head .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}

/* navbar submenu*/
.sub-menu {
    background: var(--light-bg-color);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border-radius: 0;
    width: 200px;
    padding: 0;
}

.sub-menu>li>a {
    color: var(--bg-color);
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: var(--color-blue);
    color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/
/* Header CSS 13.12.23 */
.hedr_top {
    padding: 8px 0;
    background: var(--light-bg-color);
}

.hdr_top_uppr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hdr_lng_outr {
    margin-left: 21px;
    width: 64px;
    min-width: 64px;
}

.hdr_lng_outr a {
    display: inline-block;
}

.hdr_lng_outr a img,
.navbar-brand img {
    max-width: 100%;
}

.hedr_top .navbar-brand {
    width: 240px;
    min-width: 240px;
}

.hdr_top_rght {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hdr_topLnk_lstng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hdr_topLnk_lstng>li {
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 48px;
}

.hdr_topLnk_lstng>li:last-child {
    margin-right: 0;
}

.hdr_topLnk_lstng>li a {
    color: var(--bg-color);
}

.hdr_topLnk_lstng>li a:hover {
    color: var(--color-blue);
}

.hdr_srch {
    width: 266px;
    min-width: 266px;
    padding-left: 30px;
}

.hdr_srch_innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hdr_srch input[type=text],
.hdr_srch input[type=search] {
    border: 0;
    padding: 0 16px;
    border-bottom: 1px solid transparent;
    height: 42px;
    line-height: 41px;
    width: 100%;
    padding-left: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.50);
    background-image: url(images/srch_icon_new.svg);
    background-size: 15px;
    background-position: left 0 center;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

.hdr_srch input[type=text]:focus,
.hdr_srch input[type=search]:focus {
    border-color: var(--color-blue);
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-webkit-input-placeholder,
.hdr_srch input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-moz-placeholder,
.hdr_srch input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]:-ms-input-placeholder,
.hdr_srch input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::-ms-input-placeholder,
.hdr_srch input[type=search]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=text]::placeholder,
.hdr_srch input[type=search]::placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.hdr_srch input[type=submit] {
    height: 42px;
    border-radius: 50px;
    background: var(--color-blue);
    font-size: 15px;
    color: var(--bg-color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 126px;
    margin-left: 2px;
    border: 0;
}

.hdr_srch input[type=submit]:hover {
    background: var(--color-orange);
}

.hdr_topLnk_lstng {
    margin-left: auto;
    padding-right: 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.hdr_top_sclLstng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hdr_top_sclLstng>li:not(:last-child) {
    margin-right: 10px;
}

.hdr_top_sclLstng>li a {
    width: 12px;
    height: 12px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hdr_top_sclLstng>li a img {
    max-width: 100%;
}

.hdr_top_sclLstng>li a:hover img {
    -webkit-filter: invert(41%) sepia(35%) saturate(4925%) hue-rotate(339deg) brightness(99%) contrast(100%);
    filter: invert(41%) sepia(35%) saturate(4925%) hue-rotate(339deg) brightness(99%) contrast(100%);
}

.main-head .navbar-nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    padding: 0;
}

.main-head .navbar-collapse.collapse {
    padding: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-head .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 26px;
    width: 10px;
    height: 10px;
    background: url(images/drp_icon.svg) center center no-repeat;
    display: block;
    background-size: 8px;
    cursor: pointer;
}

.main-head .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-head .navbar-nav>li.menu-item-has-children {
    padding-right: 12px;
}

.hdr_bot {
    background: var(--dark-bg-color);
}

/* Header CSS 13.12.23 */
/* CSS Modification 13.10.23 */
.navbar-collapse .hdr_topLnk_lstng,
.navbar-collapse .hdr_top_sclLstng,
.navbar-collapse .hdr_lng_outr,
.navbar-collapse .hdr_srch {
    display: none;
}

.ltst_vdeoPstr_box .ltst_vdeoLnk {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 62.5%;
}

.ltst_vdeoPstr_box .ltst_vdeoLnk>* {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ltst_vdeoPstr_box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footr_subscription {
    background: rgba(18, 18, 18, 0.05);
}

.subscrptn_box {
    padding: 58px 0;
    text-align: center;
}

.row.subscrptn_row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.subscrptn_row .subscrptn_lftCol,
.row.subscrptn_row .subscrptn_rghtCol {
    padding: 0;
    position: static;
}

.subscrptn_box,
.subscrptn_rghtBox {
    height: 100%;
}

.row.subscrptn_row .subscrptn_lftCol {
    width: 61%;
}

.row.subscrptn_row .subscrptn_rghtCol {
    width: 39%;
}

.subscrptn_rghtBox {
    background: var(--color-blue);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    padding: 58px 0 300px 16px;
}

.subscrptn_rghtBox::after {
    position: absolute;
    content: "";
    width: 100vw;
    left: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: var(--color-blue);
}

.footr_subscription {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ppr_box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 500px;
}

.ppr_box img {
    width: 100%;
    max-width: 100%;
}

.subscrptn_box h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.subscrptn_box h2 span {
    color: var(--color-blue);
}

.subscrptn_body_txt {
    max-width: 600px;
    margin: 0 auto 20px;
    font-size: 20px;
    color: var(--text-color);
    line-height: 1.4;
    font-family: var(--roboto-font);
}

.subscrptn_body_txt p:last-child {
    margin-bottom: 0;
}

.subscrptn_rghtBox h2 {
    color: var(--bg-color);
    font-weight: 300;
    text-transform: uppercase;
}

.subscrptn_rghtBox h2 span {
    font-weight: 700;
}

.subscrptn_frm_hldr {
    max-width: 375px;
    margin: 0 auto;
}

.subscrptn_frm_hldr input[type="text"],
.subscrptn_frm_hldr input[type="email"] {
    height: 60px;
    line-height: 58px;
    border: 1px solid transparent;
    outline: none;
    border-radius: 50px;
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.04);
    background: var(--bg-color);
    font-size: 16px;
    font-family: var(--roboto-font);
    padding: 0 30px;
    color: var(--dark-bg-color);
    font-weight: 400;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subscrptn_frm_hldr input[type="text"]::-webkit-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-moz-placeholder,
.subscrptn_frm_hldr input[type="email"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]:-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-webkit-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-moz-placeholder,
.subscrptn_frm_hldr input[type="email"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]:-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-webkit-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-moz-placeholder,
.subscrptn_frm_hldr input[type="email"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]:-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-webkit-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-moz-placeholder,
.subscrptn_frm_hldr input[type="email"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]:-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::-ms-input-placeholder,
.subscrptn_frm_hldr input[type="email"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]::placeholder,
.subscrptn_frm_hldr input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.subscrptn_frm_hldr input[type="text"]:focus,
.subscrptn_frm_hldr input[type="email"]:focus {
    border-color: var(--color-blue);
}

.row_inputRow {
    margin-top: -10px;
}

.input_col {
    padding-top: 10px;
}

.subscrptn_frm_hldr input[type=submit] {
    height: 60px;
    border-radius: 50px;
    outline: none;
    border: 0;
    font-size: 16px;
    font-family: var(--roboto-font);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bg-color);
    background: var(--color-blue);
    padding: 0 37px;
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.frm_footr {
    margin-top: 10px;
}

.subscrptn_frm_hldr input[type=submit]:hover {
    background: var(--color-orange);
}

.footr_bottm {
    background: #000;
    overflow: hidden;
}

.footr_bttm_top {
    padding: 44px 0 77px;
}

.footr_hdng {
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.footr_hdng::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
    content: "";
    background: -o-linear-gradient(left, #FA4934 0%, rgba(250, 73, 52, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FA4934), to(rgba(250, 73, 52, 0.00)));
    background: linear-gradient(90deg, #FA4934 0%, rgba(250, 73, 52, 0.00) 100%);
}

.footr_hdng p {
    font-family: var(--roboto-cond-font);
    color: var(--bg-color);
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}

.footr_info_lstng {
    margin-top: -12px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    font-weight: 400;
    font-family: var(--roboto-font);
}

.footr_info_lstng li {
    color: var(--bg-color);
    line-height: 1.2;
    padding-top: 12px;
}

.footr_info_lstng li strong {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.footr_info_lstng li p {
    margin-bottom: 0;
}

.footr_info_lstng li p a {
    color: var(--bg-color);
}

.footr_bttm_top {
    font-size: 16px;
}

.footr_lnk_lstng {
    margin-top: -15px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    font-weight: 400;
    font-family: var(--roboto-font);
}

.footr_lnk_lstng li {
    padding-top: 15px;
}

.footr_lnk_lstng li a {
    color: var(--bg-color);
    line-height: 1;
}

.footr_lnk_lstng li a:hover {
    color: var(--color-blue);
}

.footr_lnk_lstng.footr_lnk_lstng_two li {
    width: calc(100% / 2);
}

.footr_lnk_lstng_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footr_box_mddle {
    max-width: 314px;
    margin: 0 auto;
}

.fotr_sclLstng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.fotr_sclLstng>li a {
    width: 22px;
    height: 22px;
}

.fotr_sclLstng>li a img {
    max-width: 100%;
}

.fotr_sclLstng>li a:hover img {
    -webkit-filter: invert(41%) sepia(35%) saturate(4925%) hue-rotate(339deg) brightness(99%) contrast(100%);
    filter: invert(41%) sepia(35%) saturate(4925%) hue-rotate(339deg) brightness(99%) contrast(100%);
}

.fotr_sclLstng>li:not(:last-child) {
    margin-right: 25px;
}

.footr_info_lstng li p a:hover {
    color: var(--color-blue);
}

.footr_bttm_bot {
    padding-bottom: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.footr_copyrghtBox {
    margin-top: 18px;
    font-family: var(--roboto-font);
}

.footr_copyrghtBox p a {
    color: rgba(255, 255, 255, 0.8);
}

.footr_copyrghtBox p a:hover {
    color: var(--color-blue);
}

.footr_copyrghtBox p:not(:last-child) {
    margin-bottom: 5px;
}

.logo_top a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.logo_top a::before {
    position: absolute;
    content: "";
    right: calc(100% + 16px);
    width: 100vw;
    height: 1px;
    background: var(--bg-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.logo_top a::after {
    position: absolute;
    content: "";
    left: calc(100% + 16px);
    width: 100vw;
    height: 1px;
    background: var(--bg-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.logo_top a img {
    width: 100%;
    max-width: 326px;
}

.row.footr_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
}

.row.footr_row>* {
    padding-top: 30px;
}

.subscribe_bttn {
    border-radius: 50px;
    background: var(--color-blue);
    font-size: 15px;
    color: var(--bg-color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 126px;
    margin-left: 2px;
}

.hdr_srch form {
    padding: 0;
}

.subscribe_bttn:hover {
    background: var(--color-orange);
    color: var(--bg-color);
}

.hdr_srch input[type=text]:placeholder-shown,
.hdr_srch input[type=search]:placeholder-shown {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bnnr_nws_section.cmmn_gap {
    padding-top: 20px;
}

.subscrptn_frm_hldr .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 10px;
}

/* CSS Modification 13.10.23 */


/* css update start RN 23-01-2024 */
.hedr_top .navbar-brand {
    width: 280px;
    min-width: 280px;
}
.hdr_lng_outr {
    width: 80px;
    min-width: 80px;
}
.hot_nwsLnk strong, .nws_ttle{
    position: static;
    color: var(--dark-bg-color);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.hot_nwsLnk:hover .hot_nwsLnk strong, .hot_nwsLnk:hover .nws_ttle {
    background: #fff;
    color: var(--color-orange);
}
.hot_nwsBox:not(:last-child) {
    margin-bottom: 25px;
}
.datetag{ padding-top: 20px; }
.footr_outr{padding-top: 20px;}
.wrap_vads .player{
    display:none;
}
.wrap_vads .player.playing{
    display:block;
}
/* css update end RN 23-01-2024 */

/* ========== responsive css =========== */
@media(min-width:1025px) {
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container.container-new {
        width: 1200px;
    }

}

@media(max-width: 1365px) {

    /* CSS Modification 13.10.23 */
    .ppr_box {
        max-width: 400px;
    }

    .subscrptn_rghtBox {
        padding: 58px 0 250px 16px;
    }

    /* CSS Modification 13.10.23 */
}

@media(max-width:1199px) {

    .top_nws_box h1,
    .hThree {
        font-size: 28px;
    }

    .hot_nwsLnk strong,
    .nws_ttle,
    .hSix {
        font-size: 22px;
    }

    .nws_txtBox h3,
    .hFive {
        font-size: 20px;
    }

    .nws_txtBox {
        font-size: 16px;
    }

    .ltst_vdeo_txtBox h3,
    .hFour {
        font-size: 21px;
    }

    .hOne,
    .hTwo {
        font-size: 44px;
    }

    /* CSS Modification 13.10.23 */
    .main-head .navbar-nav>li {
        margin: 0 11px;
        padding: 15px 0;
    }

    .main-head .navbar-nav>li>a {
        font-size: 16px;
    }

    .hdr_topLnk_lstng>li {
        font-size: 16px;
        margin-right: 24px;
    }

    .hdr_srch {
        width: 251px;
        min-width: 251px;
        padding-left: 15px;
    }

    .hdr_topLnk_lstng {
        padding-right: 15px;
    }

    .hedr_top .navbar-brand {
        width: 220px;
        min-width: 220px;
    }

    .main-head .navbar-nav .clickD {
        top: 20px;
    }

    .row.subscrptn_row .subscrptn_lftCol {
        width: 57%;
    }

    .row.subscrptn_row .subscrptn_rghtCol {
        width: 43%;
    }

    .subscrptn_box {
        padding: 45px 30px;
    }

    .subscrptn_body_txt {
        font-size: 18px;
    }

    .logo_top a img {
        max-width: 286px;
    }

    .footr_box_mddle {
        max-width: 100%;
    }

    /* CSS Modification 13.10.23 */

    /* css update start RN 23-01-2024 */
    .hdr_lng_outr {
        width: 70px;
        min-width: 70px;
    }
    .hedr_top .navbar-brand {
        width: 240px;
        min-width: 240px;
    }
    
    /* css update end RN 23-01-2024 */
}

@media(max-width:1024px) {

    /* navbar*/
    .sub-menu.show {
        display: block !important;
    }

    /* navbar end*/

}

@media (max-width: 991px) {

    /* navbar*/
    .main-head .navbar-toggle {
        position: relative;
        width: 33px;
        margin: 0;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        float: none;
        display: block;
        overflow: hidden;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--bg-color);
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .main-head .navbar-nav .clickD {
        top: 8px;
        right: 0 !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
        background-color: var(--color-blue) !important;
        background-image: url(images/drp_icon_wh.svg);
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 20px;
        z-index: 2;
        background-size: 10px;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
        background: #313131;
        border-radius: 8px;
        overflow: hidden;
    }

    .sub-menu>li>a {
        padding: 8px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sub-menu>li:last-child>a {
        border-bottom: 0;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/
    /* push nav */
    .main-head .navbar-collapse {
        background: var(--light-bg-color);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-y: auto !important;
        padding: 0 0 20px;
    }

    .main-head .navbar-collapse.in {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .main-head .navbar-collapse.collapse {
        height: 100% !important;
        display: block !important;
        padding: 0 0 20px;
        overflow-x: unset !important;
        overflow-y: scroll !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 20px 0 0 !important;
        padding: 0 15px;
    }

    .main-head .navbar-nav>li {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */
    .hOne,
    .hTwo {
        font-size: 38px;
    }

    .bnnr_nws_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top_nws_col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .hot_nws_col:nth-child(3n+1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hot_nws_col:nth-child(3n+3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-right: 15px;
        padding-left: 15px;
    }

    .bnnr_nws_row>*:nth-child(3n+2) {
        border: 0;
    }

    .row.bnnr_nws_row {
        margin: 0 -15px;
    }

    .top_nws_box {
        padding-bottom: 30px;
        border-bottom: 0.5px dashed rgba(0, 0, 0, 0.15);
    }

    /* .sde_indvdl_adBox{
        max-width: 330px;
        margin: 0 auto;
    } */
    .top_hdng {
        text-align: center;
    }

    .cmmn_gap {
        padding: 45px 0;
    }

    .bnnr_adBox {
        margin-top: 50px;
    }

    .sde_ad_pnl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -20px -10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sde_ad_pnl>* {
        width: calc(100% / 2);
        padding: 20px 10px;
    }

    .cltr_nws_section .bnnr_adBox {
        margin-bottom: 20px;
    }

    .nws_col:nth-child(odd) {
        padding-right: 0;
        border: 0;
    }

    .ltst_lcl_nws_row {
        padding-bottom: 20px;
    }

    .nws_col:not(:last-child) {
        border-bottom: 0.5px dashed rgba(0, 0, 0, 0.15);
    }

    .nws_col:nth-child(even) {
        padding-left: 0;
    }

    /* CSS Modification 13.10.23 */
    .main-head .hedr_top .hdr_lng_outr,
    .main-head .hedr_top .hdr_top_rght,
    .main-head .hedr_top .hdr_topScl {
        display: none;
    }

    .navbar-collapse .hdr_lng_outr,
    .navbar-collapse .hdr_srch {
        display: block;
    }

    .hdr_srch {
        width: 100%;
        min-width: unset;
    }

    .hdr_srch input[type=submit] {
        width: 32px;
        height: 32px;
        min-width: unset;
        font-size: 0;
        border-radius: 100%;
        padding: 0;
        background-image: url(images/srch_icon_new.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 15px !important;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 4px;
        margin: 0;
    }

    .navbar-collapse .navbar-nav {
        float: none;
    }

    .hdr_topLnk_lstng {
        margin-left: 0;
    }

    .navbar-collapse .hdr_top_sclLstng {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px 0;
    }

    .navbar-collapse .hdr_topLnk_lstng {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 15px 15px;
        border: 0;
    }

    .main-head .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mob_hdrTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 15px 20px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background: var(--dark-bg-color);
    }

    .navbar-collapse .hdr_srch {
        padding-left: 0;
        padding-right: 5px;
        width: calc(100% - 33px);
    }

    .hdr_srch input[type=text],
    .hdr_srch input[type=search] {
        border: 1px solid transparent;
        background-image: none;
        padding-left: 16px;
        padding-right: 45px;
        height: 40px;
        line-height: 38px;
        background-color: #313131;
        border-radius: 50px;
        font-size: 14px;
    }

    .hdr_srch form {
        position: relative;
    }

    .main-head .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .main-head .navbar-nav>li>a {
        padding: 8px 10px 8px 0;
        z-index: 1;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 22px !important;
    }

    .hdr_topLnk_lstng>li a {
        font-weight: 500;
        padding: 8px 10px 8px 0;
        z-index: 1;
        position: relative;
        display: inline-block;
        width: 100%;
        letter-spacing: 0.06em;
    }

    .hdr_topLnk_lstng>li {
        margin-right: 0;
        width: 100%;
        line-height: 1;
    }

    .hdr_lng_outr {
        margin-left: 0;
        width: 100%;
        padding: 0 15px;
        min-width: unset;
        margin-top: 15px;
    }

    .hdr_lng_outr a {
        width: 64px;
    }

    .row.subscrptn_row .subscrptn_lftCol,
    .row.subscrptn_row .subscrptn_rghtCol {
        width: 100%;
    }

    .subscrptn_rghtBox::before {
        position: absolute;
        content: "";
        width: 100vw;
        right: 100%;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: var(--color-blue);
    }

    .ppr_box {
        z-index: 3;
        max-width: 140px;
    }

    .subscrptn_rghtBox {
        padding: 30px 30px 95px;
        height: auto;
        text-align: center;
    }

    .subscrptn_frm_hldr input[type="text"],
    .subscrptn_frm_hldr input[type="email"] {
        height: 50px;
        line-height: 48px;
        font-size: 15px;
    }

    .subscrptn_frm_hldr input[type=submit] {
        height: 50px;
        font-size: 15px;
        padding: 0 28px;
    }

    .subscrptn_box {
        padding: 40px 0;
    }

    .subscrptn_body_txt {
        font-size: 17px;
    }

    .logo_top a img {
        max-width: 260px;
    }

    .footr_bttm_top {
        padding: 40px 0;
    }

    .hdr_srch input[type=submit]:hover {
        background-color: var(--color-orange);
    }

    .srch_mob_bttn {
        width: 32px;
        height: 32px;
        min-width: unset;
        font-size: 0;
        border-radius: 100%;
        padding: 0;
        background-image: url(images/srch_icon_new.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 4px;
        margin: 0;
        background-color: var(--color-blue);
        border: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .srch_mob_bttn:hover {
        background-color: var(--color-orange);
    }

    /* CSS Modification 13.10.23 */
    /* css update start RN 23-01-2024 */
    .hot_nwsLnk strong, .nws_ttle, .hSix {
        font-size: 22px;
    }
    /* css update end RN 23-01-2024 */
}

@media (max-width: 767px) {
    .cmmn_gap {
        padding: 35px 0;
    }

    .bnnr_adBox {
        margin-top: 30px;
    }

    .cltr_nws_section .bnnr_adBox {
        margin-bottom: 20px;
    }

    .top_nws_box h1,
    .hThree {
        font-size: 24px;
    }

    .hot_nwsLnk strong,
    .nws_ttle,
    .hSix {
        font-size: 22px;
    }

    .nws_txtBox h3,
    .hFive {
        font-size: 18px;
    }

    .nws_txtBox {
        font-size: 15px;
    }

    .ltst_vdeo_txtBox h3,
    .hFour {
        font-size: 19px;
    }

    .hOne,
    .hTwo {
        font-size: 32px;
    }

    .ply_bttn {
        width: 48px;
        height: 48px;
    }

    .ply_bttn img {
        max-width: 18px;
        max-height: 22px;
    }

    .page_hdng h2::after {
        margin-left: 15px;
    }

    .big_nws_tag {
        font-size: 14px;
        padding: 10px 10px;
        min-width: 100px;
    }

    .smll_nws_tag {
        font-size: 12px;
        padding: 8px 8px;
        min-width: 85px;
    }

    .nws_dte_tag {
        font-size: 15px;
    }

    .nws_txtBox .nws_dte_tag {
        font-size: 14px;
    }

    /* CSS Modification 13.10.23 */
    .hedr_top .navbar-brand {
        width: 200px;
        min-width: 200px;
    }

    .subscrptn_body_txt {
        font-size: 16px;
    }

    .subscrptn_frm_hldr input[type="text"],
    .subscrptn_frm_hldr input[type="email"] {
        height: 45px;
        line-height: 43px;
        font-size: 14px;
        padding: 0 20px;
    }

    .subscrptn_frm_hldr input[type=submit] {
        height: 46px;
        font-size: 14px;
        padding: 0 25px;
    }

    .footr_bttm_top {
        font-size: 15px;
    }

    .footr_lnk_lstng {
        margin-top: -10px;
    }

    .footr_lnk_lstng li {
        padding-top: 10px;
    }

    .subscrptn_box {
        padding: 35px 0;
    }

    .footr_hdng p {
        font-size: 18px;
    }

    .footr_hdng {
        padding-bottom: 9px;
        margin-bottom: 15px;
    }

    .fotr_sclLstng>li:not(:last-child) {
        margin-right: 15px;
    }

    /* CSS Modification 13.10.23 */
    /* css update start RN 23-01-2024 */
    .hot_nwsLnk strong, .nws_ttle, .hSix {
        font-size: 22px;
    }
    /* css update end RN 23-01-2024 */
}

@media (max-width: 575px) {}

@media (max-width: 479px) {
    .cmmn_gap {
        padding: 30px 0;
    }

    .row.ltst_lcl_nws_row .ltst_lcl_nwsCol {
        width: 100%;
    }

    .row.bnnr_nws_row>* {
        width: 100%;
    }

    .hot_nws_col:not(:last-child) {
        margin-bottom: 20px;
    }

    .nws_imgLnk_box figure {
        height: auto;
    }

    .row.ltst_vdeo_row .ltst_vdo_col {
        width: 100%;
    }

    .top_nwsLnk {
        height: auto;
    }

    .sde_ad_pnl>* {
        width: 100%;
    }

    .hOne,
    .hTwo {
        font-size: 28px;
    }

    /* CSS Modification 13.10.23 */
    .hedr_top .navbar-brand {
        width: 180px;
        min-width: 180px;
    }

    .row.footr_row>* {
        width: 100%;
    }

    .logo_top a img {
        max-width: 200px;
    }

    /* CSS Modification 13.10.23 */
}

@media(max-width: 374px) {}