@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --bs-primary: #0F4F8E;
  --bs-primary-rgb: 15, 79, 142;
}

@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@keyframes bounces {
  0% {
    padding-left: 0px;
    padding-right: 10px;
  }
  10% {
    padding-left: 10px;
    padding-right: 0px;
  }
  20% {
    padding-left: 0px;
    padding-right: 10px;
  }
  30% {
    padding-left: 10px;
    padding-right: 0px;
  }
  40% {
    padding-left: 0px;
    padding-right: 10px;
  }
  50% {
    padding-left: 10px;
    padding-right: 0px;
  }
  100% {
    padding-left: 0px;
    padding-right: 10px;
  }
}
@keyframes bringIn {
  0% {
    left: -100%;
    opacity: 0;
  }
  70% {
    left: 80px;
  }
  100% {
    left: 50px;
    opacity: 1;
  }
}
@keyframes bounceInUp {
  0% {
    bottom: -20%;
  }
  100% {
    bottom: 0;
  }
}
.simple-marquee-container {
  width: 100%;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.simple-marquee-container .marquee-sibling {
  width: 20%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.simple-marquee-container .marquee,
.simple-marquee-container *[class^=marquee] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.simple-marquee-container .marquee-content-items {
  display: inline-block;
  margin: 0;
  height: 30px;
  position: relative;
}
.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  line-height: 30px;
}
.simple-marquee-container .marquee-content-items li :after {
  content: "|";
  margin: 0 1em;
}

img {
  max-width: 100%;
}

.x-status {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.x-status.loading {
  min-height: 30px;
  background-image: url("../img/loading.gif");
}
.x-status.bg-start {
  background-position: 3rem center;
}

.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: "Source Sans 3", var(--bs-body-font-family), sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.bg-overlay,
.card-img-overlay {
  background-color: rgba(var(--bs-black-rgb), 0.8);
}

.separator .short-line {
  display: block;
  width: 25%;
  font-size: 1px;
  border: 0 solid #f79007;
  border-bottom-width: 6.391px;
}

#menu .navbar-nav .nav-link:hover, #menu .navbar-nav .nav-link:focus,
#menu .navbar-nav .dropdown:hover,
#menu .navbar-nav .dropdown:focus {
  text-decoration: none;
}
#menu .navbar-nav .nav-link:hover .nav-border > span, #menu .navbar-nav .nav-link:focus .nav-border > span,
#menu .navbar-nav .dropdown:hover .nav-border > span,
#menu .navbar-nav .dropdown:focus .nav-border > span {
  width: 30%;
}
#menu .navbar-nav .nav-link {
  display: inline-block;
  color: var(--bs-black);
  font-size: 1rem;
}
#menu .navbar-nav .nav-link:hover, #menu .navbar-nav .nav-link:focus {
  color: var(--bs-blue);
}
#menu .nav-border {
  display: block;
  height: 2px;
}
#menu .nav-border > span {
  display: block;
  height: 2px;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear;
  background-color: var(--bs-primary);
}

.top-bar.bg-primary {
  color: var(--bs-white);
}
.top-bar.bg-primary .social-icons .icon {
  color: var(--bs-white);
}
.top-bar .social-icons .icon {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  line-height: 30px;
  font-size: 1rem;
  color: var(--bs-dark);
}
.top-bar .social-icons .icon:hover, .top-bar .social-icons .icon:focus {
  color: var(--bs-light);
}
.top-bar .social-icons .icon i {
  line-height: 30px;
}

.carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(var(--bs-black-rgb), 0.5);
}

.carousel-caption-wrap {
  position: absolute;
  width: 100%;
  bottom: -100%;
}

.carousel-caption-content .btn {
  min-width: 150px;
}

.carousel-item.active .carousel-caption-wrap {
  bottom: 0;
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-iteration-count: initial;
}

#home-carousel .carousel-control-prev,
#home-carousel .carousel-control-next {
  top: 48%;
  width: 40px;
  height: 40px;
  color: var(--bs-white);
  opacity: 1;
  transition: all 0.3s linear;
  background-color: rgba(var(--bs-primary-rgb), 0.8);
}
#home-carousel .carousel-control-prev:hover, #home-carousel .carousel-control-prev:focus,
#home-carousel .carousel-control-next:hover,
#home-carousel .carousel-control-next:focus {
  background-color: rgba(var(--bs-primary-rgb), 1);
}
#home-carousel .carousel-control-prev {
  left: 2rem;
}
#home-carousel .carousel-control-next {
  right: 2rem;
}

.carousel-indicators {
  list-style: none;
}

.article-thumbnail .article-category {
  color: #0C1D39;
  font-size: 0.9rem;
}
.article-thumbnail .article-category a {
  color: inherit;
}
.article-thumbnail .article-title {
  color: #000;
  line-height: 1.5;
}
.article-thumbnail .article-title a {
  color: inherit;
  text-decoration: none;
}
.article-thumbnail .article-title a:hover, .article-thumbnail .article-title a:focus {
  color: #0088ff;
  text-decoration: underline;
}

.trending-section > .content {
  height: calc(100% - 40px);
}
.trending-section > .footer {
  height: 40px;
  line-height: 40px;
}

.thumbnails.trending .article-thumbnail:last-child .border-bottom {
  border-bottom: 0 !important;
}
.thumbnails.trending .article-thumbnail:last-child > .col-12.pt-3 {
  padding-top: 0 !important;
}
.thumbnails.trending .article-thumbnail:last-child > .col-12.mb-3 {
  margin-bottom: 0 !important;
}
.thumbnails.trending .article-thumbnail .article-content > p {
  display: none;
}
.thumbnails.trending .article-thumbnail .article-content.px-3 {
  padding-left: 0 !important;
}
.thumbnails.trending .article-thumbnail .article-content .category {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0C1D39;
}
.thumbnails.trending .article-thumbnail .article-title {
  font-size: 0.9rem;
}

.comment-body {
  font-size: 0.9rem;
}

#footer a {
  text-decoration: none;
  color: inherit;
}
#footer a:hover, #footer a:focus {
  color: inherit;
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-heading {
  margin-bottom: 1.5rem;
}
.footer-heading h4 {
  font-weight: 300;
}

.footer-nav-list li {
  margin-bottom: 0.75rem;
}
.footer-nav-list li a {
  position: relative;
  padding-left: 1rem;
  display: inline-block;
}
.footer-nav-list li a::before {
  position: absolute;
  content: ".";
  top: -10px;
  left: 0;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
}

.footer-contacts div {
  margin-bottom: 0.75rem;
}
.footer-contacts div i {
  margin-right: 0.5rem;
}

.pt-60,
.py-60 {
  padding-top: 60px;
}

.pb-60,
.py-60 {
  padding-bottom: 60px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  width: 100%;
  transition: all 0.3s linear;
}
.img-hover-zoom:hover img, .img-hover-zoom:focus img {
  transform: scale(1.05);
}

.featured-video {
  position: relative;
  min-height: 150px;
}
.featured-video .player-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.player-icon .icon-wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 68px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.player-icon .icon-wrapper .fa {
  font-size: 30px;
  color: var(--bs-danger);
}

.thumbnails .article-img img {
  display: inline-block;
  width: 100px;
  height: 70px;
  min-width: 100px;
  min-height: 70px;
  max-width: 100px;
  max-height: 70px;
  background-color: #eee;
}
.thumbnails .article-content {
  font-size: 0.9rem;
}
.thumbnails .thumbnails-item {
  border-bottom: 1px solid #ddd;
}
.thumbnails .thumbnails-item:last-child {
  border-bottom: 0;
}

.line-divider {
  position: relative;
}
.line-divider .line {
  position: relative;
  height: 10px;
  border-bottom: 3px solid var(--bs-primary);
}
.line-divider .line span {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--bs-primary);
}

.social-icons a.icon,
.social-icons .icon {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: var(--bs-primary);
  transition: 0.3s linear all;
  background-color: transparent;
}
.social-icons a.icon:hover, .social-icons a.icon:focus,
.social-icons .icon:hover,
.social-icons .icon:focus {
  color: var(--bs-black) !important;
  background-color: var(--bs-white);
}
.social-icons a.icon > i, .social-icons a.icon .fa,
.social-icons .icon > i,
.social-icons .icon .fa {
  line-height: 40px;
}

.table {
  font-size: 0.9rem;
}

.bg-align-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-header {
  margin-bottom: 2rem;
}
.section-header .section-title {
  margin-bottom: 0;
  font-weight: 500;
}
.section-header .section-description {
  font-size: 1.1rem;
}

.bg-primary {
  background-color: #0F4F8E !important;
}

.btn-primary {
  --bs-btn-bg: #0F4F8E;
  --bs-btn-border-color: #0F4F8E;
}

.btn-outline-primary {
  --bs-btn-border-color: #0F4F8E;
}

/*# sourceMappingURL=theme.css.map */
