@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: 0;
  }
  100% {
    bottom: 20%;
  }
}
.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: "Poppins", sans-serif;
}

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

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

.tk-ff-meta-web-pro {
  font-family: "ff-meta-web-pro", sans-serif;
}

.bg-overlay,
.card-img-overlay {
  background-color: rgba(51, 51, 51, 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: 70%;
}
#menu .navbar-nav .nav-link {
  display: inline-block;
  color: #000;
  font-size: 1.1rem;
}
#menu .navbar-nav .nav-link:hover, #menu .navbar-nav .nav-link:focus {
  color: #0d6efd;
}
#menu .nav-border {
  display: block;
  height: 0.25rem;
}
#menu .nav-border > span {
  display: block;
  height: 0.25rem;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear;
  background-color: #0d6efd;
}

.top-bar .social-icons a.icon, .top-bar .social-icons .icon {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  line-height: 30px;
  font-size: 1rem;
}
.top-bar .social-icons a.icon:hover, .top-bar .social-icons a.icon:focus, .top-bar .social-icons .icon:hover, .top-bar .social-icons .icon:focus {
  color: #0d6efd !important;
  background-color: #fff;
}
.top-bar .social-icons a.icon > i, .top-bar .social-icons a.icon .fa, .top-bar .social-icons .icon > i, .top-bar .social-icons .icon .fa {
  line-height: 30px;
}

.carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(12, 29, 57, 0.7);
}

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

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

.carousel-item.active .carousel-caption-wrap {
  bottom: 20%;
  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: #fff;
  opacity: 1;
  transition: all 0.3s linear;
  background-color: rgba(13, 110, 253, 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: #0d6efd;
}
#home-carousel .carousel-control-prev {
  left: 2rem;
}
#home-carousel .carousel-control-next {
  right: 2rem;
}

.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 {
  font-size: 0.85rem;
}
#footer p {
  font-size: 0.85rem;
}
#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;
}

.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: #EE1C25;
}

.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 #0C1D39;
}
.line-divider .line span {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0C1D39;
}

.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: #0d6efd;
  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: #000 !important;
  background-color: #fff;
}
.social-icons a.icon > i, .social-icons a.icon .fa,
.social-icons .icon > i,
.social-icons .icon .fa {
  line-height: 40px;
}
.social-icons a.icon .fa-twitter,
.social-icons .icon .fa-twitter {
  color: #0dcaf0;
}
.social-icons a.icon .fa-youtube,
.social-icons .icon .fa-youtube {
  color: #dc3545;
}
.social-icons a.icon .fa-whatsapp,
.social-icons .icon .fa-whatsapp {
  color: #198754;
}
.social-icons a.icon .fa-instagram,
.social-icons .icon .fa-instagram {
  color: #943634;
}

.table {
  font-size: 0.9rem;
}

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

/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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