@import '../fonts/feather/feather.css';
@import '../libs/bootstrap-icons/font/bootstrap-icons.min.css';
@import '../libs/simplebar/dist/simplebar.min.css';
@import 'theme.min.css';
@import '../libs/tiny-slider/dist/tiny-slider.css';
@import '../libs/glightbox/dist/css/glightbox.min.css';
@font-face {

    font-family: HelveticaNeueLTGEO-75Bold;

    font-style: normal;

    font-weight: 400;

    src: url('../fonts/Linotype-HelveticaNeueLTGEO55Roman.ttf') format("truetype");

}
body {
    font-family: HelveticaNeueLTGEO-75Bold;
}
.sub-header {
    background-color: #2970B7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub-list  {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 15px;
}
.sub-list:hover {
    opacity: 0.6;
}

.search-forms {
    background: #ffffff00;
    color: #FFF;
    font-size: 12px;
}
.search-forms::placeholder {
    color:#fff!important;
}

.search-icon i {

    color:#fff;
}

.search-forms:focus {
    background: #ffffff00!important;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(231, 225, 253, .75);
    color: #fff;
}

.social-header {
    background: #ffffff;
   
    padding: 5px;
    padding-bottom: 7px;
    border-radius: 3px;
}
.fb {
    color: #4267B2;
}
.xlogo {
    color:#000;
}
.youtube {
    color:#FF0000;
}

.pt-6-n {
    padding-top: 6px!important;
}

.logo {
    height: 70px;
    margin-left: 20px;
}
.navbar {
    padding: 0.425rem 0rem;
}

.slogans {
    color: #fff;
}
.image-responsive {
    width: 100%;
    /* box-shadow: 0 1px 3px rgba(17, 24, 39, .09); */
}

.home-news {
    margin-top: 30px;
}

.slider-header h5 {
    background-color: #2970B7;

padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
color:#fff;
font-size: 14px;

}

.news-slider {
    width: 100%;
    margin: auto;
    background: #fff;
    /* min-height: 420px; */
    padding-top: 5px;
  }

  .news-item {
    display: none;
  }

  .news-item.active {
    display: block;
  }

  .news-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .news-header img {
    width: 100%;
    margin-right: 20px;
    /* height: 240px; */
    object-fit: cover;
  }

  .news-date {
    color: gray;
    font-size: 14px;
  }

  .news-title {
    font-size: 20px;
    color: #0072c6;
    font-weight: bold;
    margin: 5px 0;
  }

  .news-content {
    font-size: 16px;
    color: #000;
    margin: 5px 0 10px;
  }

  .news-link {
    color: #0072c6;
    text-decoration: none;
    font-weight: bold;
  }

  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .pagination button {
    margin: 4px;
    padding: 3px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
  }

  .pagination button.active {
    background-color: #0072c6;
    color: white;
    border: 1px solid #0072c6;
  }

  .n-titles{
    color:#000000;
    margin-top: 20px;
    display: block;
    font-feature-settings: 'case' on;
  }

  .nav-link {
    font-feature-settings: 'case' on;
  }
  h1,h2,h3,h4,h5,h6 {
    font-feature-settings: 'case' on;
  }
  .dropdown-item {
    font-feature-settings: 'case' on;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-weight: bold;
  }
  .slogans {
    font-feature-settings: 'case' on;
    font-weight: bold;
  }
  .date {
    color:#00000080;
    font-size: 12px;
  }
  .read-mores {
    color:#000000!important;
    font-size: 12px;
  }

  .description-news p {
    font-size: 12px;
    color:#000000;
  }

  .no-pads {
    padding-left: 0px!important;
  }

  .dropdown-menu {
    max-width: 350px;
width: 300px;
  }

  .dropdown-item {
    white-space: inherit;
  }

  .cta-box {
    background-color: #2173bf;
    color: white;
    padding: 16px;
    border: 1px solid #ffffff40;
    margin-bottom: 20px;
  }

  .cta-btn {
    width: 64px;
    height: 64px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .cta-btn i {
    font-size: 24px;
    color: #2173bf;
  }

  @media (max-width: 576px) {
    .cta-btn {
      width: 48px;
      height: 48px;
    }

    .cta-btn i {
      font-size: 20px;
    }

    .cta-box {
      padding: 1rem;
    }
  }

  .cta-box a h4 {
    color:#fff;
    font-size: 12px;
  }

  .home-block {
    margin-top: 50px;
  }
  .sidebar {
    margin-left: 0px;
  }

  .info-card {
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .info-title a{
    font-size:14px;
    font-weight: 600;
    color: #000;
    font-feature-settings: 'case' on;
  }

  .info-text {
    font-size: 12px;
    margin-top: 0.5rem;
    color: #222;
  }

  .info-footer {
    font-size: 11px;
    color: #888;
  }

  .read-more {
    font-weight: 500;
    color: #000;
    font-size: 11px;
    text-decoration: none;
  }

  .read-more:hover {
    text-decoration: underline;
  }
  .live-stream img {

    width: 100%;
    height: 120px;
    object-fit: contain;
  }

  .live-stream span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #000000;
    font-feature-settings: 'case' on;
  }

  .footer {
    background-color: #2970B7;
  }

  .footer, .nav-footer .nav-link {
    color:#fff;
    
  }
  .nav-footer .nav-link {
    font-feature-settings: 'case' off;
    font-size: 12px;
  }
.nav-footer .nav-link:hover {
    color:#fff;
    opacity: 0.8;
  }

  .foots span {
    font-feature-settings: 'case' on;
    font-weight: bold;
    font-size: 14px;
  }

  .sub-footer {
    margin-bottom: 18px;
  }

  .sub-footer span {
    font-feature-settings: 'case' on;

  }

  .nav-footer {
    font-feature-settings: 'case' on;

  }