@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");
body {
  font-size: 14px;
  background-color: #f2f2f2;
  font-family: 'Merriweather', serif; }
  @media (max-width: 767px) {
    body {
      overflow-x: hidden; } }
* {
  margin: 0px;
  padding: 0px; }

a:hover {
  text-decoration: none; }

.top-header-bg {
  background-color: #1f1f1f; }
  .top-header-bg .top-header {
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative; }
    .top-header-bg .top-header .lang-list ul li {
      display: inline-block;
      padding: 0px 23px; }
      @media (max-width: 767px) {
        .top-header-bg .top-header .lang-list ul li {
          padding: 0px 5px; } }
      .top-header-bg .top-header .lang-list ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-decoration: none; }
        .top-header-bg .top-header .lang-list ul li a.active {
          color: #ff8a48;
          text-decoration: underline;
          text-transform: uppercase; }
    .top-header-bg .top-header .date-temp {
      position: absolute;
      right: 0;
      display: -ms-flexbox;
      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: #fff; }
      .top-header-bg .top-header .date-temp .temp-container {
        margin-left: 20px; }

.header-section {
  background-color: #fff; }

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 0px;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    header {
      padding: 8px 15px; } }
  header .logo-container {
    font-size: 0px;
    margin: 0px; }
    @media (max-width: 767px) {
      header .logo-container {
        display: none; } }
    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: 88px; } }
  header .right-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: relative;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      header .right-header {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    header .right-header .search-icon {
      cursor: pointer;
      margin-right: 12px; }
      @media (max-width: 767px) {
        header .right-header .search-icon img {
          width: 32px; } }
      header .right-header .search-icon .search-box {
        position: absolute;
        left: 40px;
        top: -6px;
        width: 78%;
        display: none; }
        @media (min-width: 768px) {
          header .right-header .search-icon .search-box {
            width: 220px;
            top: 0px; } }
        @media (min-width: 992px) {
          header .right-header .search-icon .search-box {
            width: 430px; } }
        @media (min-width: 1200px) {
          header .right-header .search-icon .search-box {
            width: 650px; } }
        @media (min-width: 1350px) {
          header .right-header .search-icon .search-box {
            width: 720px; } }
        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 #797979;
          outline: none; }
    @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: 0px 10px; }
    header .right-header .menu-icon {
      margin-left: 27px;
      cursor: pointer; }

.nav-container {
  background-color: #F22533;
  background-repeat: no-repeat;
  background-size: cover;
  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: 0px 32px; }
      @media (max-width: 767px) {
        .nav-container nav ul li {
          padding: 0px 16px; } }
      @media (max-width: 992px) {
        .nav-container nav ul li {
          padding: 0px 12px; } }
      .nav-container nav ul li a {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        transition: 1s; }
        @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: 0px;
            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, 0.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: 0px 0px 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 0px; }
    @media (max-width: 767px) {
      .slider-bottom-section .slider-date-time {
        margin: 6px 0px;
        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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background-color: #1f6e9a;
  margin-bottom: 42px; }
  @media (max-width: 767px) {
    .section-heading {
      margin-bottom: 12px; } }
  .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: 24px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 8px 22px;
    background-color: #014164;
    min-width: 162px;
    text-align: center; }
    @media (max-width: 767px) {
      .section-heading .heading-title {
        font-size: 13px;
        padding: 8px 12px; } }
    .section-heading .heading-title::after {
      content: '';
      position: absolute;
      right: -10px;
      width: 10px;
      height: 100%;
      top: 0;
      background-color: #ef3f23; }
  .section-heading .heading-view-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 22px; }
    @media (max-width: 767px) {
      .section-heading .heading-view-all {
        font-size: 12px;
        padding-right: 12px; } }
    .section-heading .heading-view-all a {
      color: #fff;
      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 {
  margin: 90px 0px 40px 0px;
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  @media (max-width: 767px) {
    .editor-section {
      margin-top: 40px;
      padding-top: 0px; } }
  .editor-section.opinion-section {
    padding-top: 0px; }
    @media (max-width: 767px) {
      .editor-section.opinion-section {
        margin-top: 20px; } }

.news-tag {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 22px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 14px;
  color: #fff; }
  @media (max-width: 767px) {
    .news-tag {
      font-size: 10px; } }
  .news-tag.orange-tag {
    background-color: #ef3f23; }
  .news-tag.blue-tag {
    background-color: #1f6e9a; }

.news-date-time {
  font-size: 14px;
  font-weight: 500;
  color: #014164;
  margin-bottom: 14px; }
  @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: normal;
  line-height: 1.5; }

img {
  max-width: 100%; }

.half-news-section {
  margin-bottom: 30px; }
  .half-news-section .news-title {
    font-size: 24px; }
  .half-news-section .news-text {
    font-size: 17px; }
  .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: 0px; }
  @media (max-width: 767px) {
    .editor-choice-slider {
      padding: 20px 8px;
      min-height: auto;
      padding-bottom: 0px; } }

.editor-choice-img {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .editor-choice-img {
      margin-bottom: 10px; } }

#owl-demo2 .item {
  margin: 0px 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: 0px;
        padding: 0px; }
        #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: 0px;
        padding: 0px; }
        #owl-demo2 .owl-buttons .owl-next img {
          width: 25px; } }

.slider-news-text {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin: 8px 0px 12px 0px;
  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 0px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 767px) {
    .latest-news {
      padding: 16px 0px;
      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, 0.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: 0px; } }
    .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: 0px; } }
    .latest-news .latest-left.latest-left-2 {
      margin-right: 0px;
      margin-left: 16px; }
      @media (max-width: 767px) {
        .latest-news .latest-left.latest-left-2 {
          margin-left: 0px; } }
      .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: 0px; } }
    .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: 0px; }
      .latest-news .latest-left .latest-left-items::after {
        content: '';
        position: absolute;
        height: 60px;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, #ffffff00 1%, #4c4c4c78 61%, #13131300 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: 0px;
        margin-bottom: 0px; } }
    .latest-news .latest-right.latest-right-2 {
      margin-left: 0px;
      margin-right: 16px; }
      @media (max-width: 767px) {
        .latest-news .latest-right.latest-right-2 {
          margin-right: 0px; } }
    .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: 0px; }
      .latest-news .latest-right .latest-right-items a {
        color: #fff;
        display: block; }
      .latest-news .latest-right .latest-right-items .news-tag, .latest-news .latest-right .latest-right-items .news-date-time {
        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 0px; }
  @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: 0px;
      background-color: #1f6e9a; }
      @media (max-width: 767px) {
        .opinion-section-bottom .col-sm-4:nth-child(2)::after {
          width: 0px; } }
    .opinion-section-bottom .col-sm-4:nth-child(2)::before {
      content: '';
      position: absolute;
      top: 20px;
      height: calc(100% - 20px);
      width: 1px;
      left: 0px;
      background-color: #1f6e9a; }
      @media (max-width: 767px) {
        .opinion-section-bottom .col-sm-4:nth-child(2)::before {
          width: 0px; } }
  .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/categories.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; }
  @media (max-width: 767px) {
    .categories-section {
      padding: 12px; } }

#owl-demo3 .item a {
  display: block;
  color: #fff;
  text-align: center; }
  #owl-demo3 .item a img {
    display: inline-block;
    margin-bottom: 8px; }

#owl-demo3 img {
  border-radius: 10px; }

#owl-demo3 .owl-pagination {
  display: none; }

#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-demo3 .owl-buttons .owl-prev {
    left: -36px;
    position: absolute; }
    @media (max-width: 767px) {
      #owl-demo3 .owl-buttons .owl-prev {
        left: 0px;
        padding: 0px; }
        #owl-demo3 .owl-buttons .owl-prev img {
          width: 25px; } }
  #owl-demo3 .owl-buttons .owl-next {
    right: -36px;
    position: absolute; }
    @media (max-width: 767px) {
      #owl-demo3 .owl-buttons .owl-next {
        right: 0px;
        padding: 0px; }
        #owl-demo3 .owl-buttons .owl-next img {
          width: 25px; } }

.video-section {
  background-color: #e1f4ff;
  padding: 30px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center; }

#owl-demo4 .item, .video-listing .item {
  border-radius: 10px;
  box-shadow: 5px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  background: #fff;
  margin: 0px 10px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    #owl-demo4 .item, .video-listing .item {
      padding: 10px;
      padding-bottom: 0px; } }
  #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, .video-listing .item .img-container .video-icon {
      position: absolute;
      top: 68px;
      bottom: 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        #owl-demo4 .item .img-container .video-icon, .video-listing .item .img-container .video-icon {
          top: 28px;
          max-width: 40px; } }

#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, .video-listing .owl-buttons .owl-prev {
    left: -36px;
    position: absolute;
    opacity: 1; }
    @media (max-width: 767px) {
      #owl-demo4 .owl-buttons .owl-prev, .video-listing .owl-buttons .owl-prev {
        left: 0px;
        padding: 0px; }
        #owl-demo4 .owl-buttons .owl-prev img, .video-listing .owl-buttons .owl-prev img {
          width: 25px; } }
  #owl-demo4 .owl-buttons .owl-next, .video-listing .owl-buttons .owl-next {
    right: -36px;
    position: absolute;
    opacity: 1; }
    @media (max-width: 767px) {
      #owl-demo4 .owl-buttons .owl-next, .video-listing .owl-buttons .owl-next {
        right: 0px;
        padding: 0px; }
        #owl-demo4 .owl-buttons .owl-next img, .video-listing .owl-buttons .owl-next img {
          width: 25px; } }

.society-heading-bg {
  background-color: #fff;
  padding-bottom: 14px; }
  .society-heading-bg .section-heading {
    margin-bottom: 0px; }

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

#owl-demo5 .item, #owl-demo6 .item, #owl-demo7 .item , #owl-demo8 .item{
  margin: 0px 13px;
  position: relative; }
  #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: 0px;
        padding: 0px; }
        #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: 0px;
        padding: 0px; }
        #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 0px;
  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: 0px 15px; } }
  .footer-one .footer-one-right {
    padding-left: 60px; }
    @media (max-width: 767px) {
      .footer-one .footer-one-right {
        padding: 0px;
        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: 0px; }
  .footer-one img {
    min-width: 202px; }

@media (max-width: 767px) {
  .add-news {
    margin-top: 20px;
    text-align: center; } }

.footer-two {
  background-image: url("../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: 0px 10px 0 40px; }
        @media (max-width: 767px) {
          .footer-two .footer-two-div .footer-two-common.follow-us {
            padding: 0px;
            border: 0px; } }

.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; }
  .side-panel.active {
    display: block;
    transition: 1s;
    right: 0;
    box-shadow: 6px 0px 7px 13px #ccc; }
  .side-panel .close-icon {
    max-width: 30px;
    margin: 10px;
    cursor: pointer; }

.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, 0.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: 0px;
    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: 0.5s cubic-bezier(0.2, 0, 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: 0.5s cubic-bezier(0.2, 0, 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: 0.4s cubic-bezier(0.2, 0, 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: 0.5s cubic-bezier(0.2, 0, 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: bold;
        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: 0px;
        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: 0px; } }

.right-listing {
  margin-top: 42px;
  overflow: hidden; }

.details-page {
  padding-left: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .details-page {
      padding-left: 0px; } }
  .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: 0px 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: 0px 0px 4px 1px #ccc; }
    @media (max-width: 767px) {
      .side-share a {
        margin: 0px 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 0px 0px 10px; }
  .side-panel ul li {
    margin: 16px 0px;
    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: 0px 0 30px 0; }
  .video-listing .item .img-container .video-icon {
    top: 30px; }

.read-more-link {
  font-weight: bold;
  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: bold;
  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;
        }
    }

