@media (min-width: 1200px) {
  main .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
/* category badge */
/*
Global
*/
img {
  border-radius: var(--border-radius);
}

.item-content .category {
  background-color: #ff811a;
  padding: 5px 15px;
  border-radius: var(--border-radius);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 14px;
}
.item-content .title {
  margin-top: 10px;
  font-size: 18px;
}
.item-content .title a {
  color: var(--text-black) !important;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--bg-gray) !important;
  transition: all 0.2s ease-in-out;
}
.owl-dots .active {
  background-color: var(--brand-second-color) !important;
  width: 30px;
  border-radius: 5px;
}

#latest-news-area {
  /*
  * Last News Large Item
  */
  /*
  * Latest Three Box News Items
  */
  /*
  * Random Four News Items
  */
}
#latest-news-area .last-news-large-item {
  position: relative;
}
#latest-news-area .last-news-large-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
}
#latest-news-area .last-news-large-item .title {
  line-height: clamp(1.25rem, 0.5959rem + 2.093vw, 2.375rem);
}
#latest-news-area .last-news-large-item .title a {
  font-size: clamp(1rem, 0.4186rem + 1.8605vw, 2rem);
}
#latest-news-area .last-news-large-item .large-card-item-content {
  position: absolute;
  bottom: 0px;
  padding: 20px;
}
#latest-news-area .last-news-large-item .large-card-item-content .category {
  background-color: #ffc23f;
  padding: 5px 15px;
  border-radius: var(--border-radius);
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-size: 16px;
}
#latest-news-area .last-news-large-item .large-card-item-content .title {
  margin-top: 5px;
  margin-bottom: 0px;
}
#latest-news-area .last-news-large-item .large-card-item-content .title a {
  color: var(--text-white);
}
#latest-news-area .latest-three-news-items img {
  margin-bottom: 10px;
}
#latest-news-area .latest-three-news-items .media {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0px;
}
#latest-news-area .latest-three-news-items .media:first-of-type {
  border-top: 1px solid var(--border-color);
  padding-top: 0px;
}
#latest-news-area .latest-three-news-items .media:last-of-type {
  border: none;
  padding-bottom: 0px;
}
#latest-news-area .random-latest-news-items .media {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0px;
}
#latest-news-area .random-latest-news-items .media:first-of-type {
  padding-top: 0px;
}
#latest-news-area .random-latest-news-items .media:last-of-type {
  border: none;
  padding-bottom: 0px;
}
#latest-news-area .random-latest-news-items .media img {
  width: 120px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

#top-news .news-items .item {
  position: relative;
}
#top-news .news-items .item .item-content {
  position: absolute;
  width: calc(100% - 40px);
  right: 20px;
  background-color: var(--bg-white);
  bottom: 20px;
  border-radius: var(--border-radius-md);
  padding: 20px;
}
#top-news .news-items .item .item-content .title {
  margin-bottom: 0px;
}
#top-news .news-items img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

#latest-articles .news-items .item {
  position: relative;
}
#latest-articles .news-items .item .item-content {
  position: absolute;
  width: 85%;
  right: 0px;
  bottom: 0px;
  padding: 15px 0px;
  transition: bottom 0.2s ease-in-out;
  border-top-left-radius: var(--border-radius-md);
  background-color: var(--bg-white);
}
#latest-articles .news-items .item .item-content .title {
  margin-bottom: 0px;
}
#latest-articles .news-items .item:hover .item-content {
  bottom: -5px;
}
#latest-articles .news-items img {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=index.css.map */