
.bg-blue{
   background-color: #b3cde0 !important;
}

.navbar{
   padding: 0px 0px !important;
}

.navbar-nav .nav-link{
   color: #03396c !important;
   font-weight: 600;
   border-right: 1px solid;
   padding: 8px 18px !important;
}

.card-shadow{
   box-shadow: 0 2px 8px 0 rgb(0 91 150 / 10%);
   border-radius: 5px;
}

.category-heading{
   padding: 10px 12px;
   border-left: 6px solid #000;
   background-color: #ddd;
}

.post-heading{
   font-size: 26px;
   color: #000;
}


.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a {
   z-index: 3;
   color: #fff;
   background-color: #005b96 !important;
   border-color: #005b96 !important;
   border-top-color: rgb(0,91,150) !important;
   border-right-color: rgb(0,91,150) !important;
   border-bottom-color: rgb(0,91,150) !important;
   border-left-color: rgb(0,91,150) !important;
}

a{
   color: #005b96 !important;
}

.bg-blue-palette {
   --bs-bg-opacity: 1;
   background-color: #6497b1 !important;
 }

 .owl-nav button.owl-next,
 .owl-nav button.owl-prev {
   color: #fff !important;
   margin-left: 10px;
   background-color: #03396c !important;
   border: none !important;
   outline: none;
   font-size: 20px !important;
   height: 28px;
   width: 38px !important;
}

.owl-carousel .owl-stage{display: flex !important;}
.article-items {
    display: flex !important;
    flex: 1 0 auto !important;
    height: 100% !important;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px; /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.owl-carousel .owl-stage {
   height: 300px;
}
 
.owl-carousel .owl-item {
   height: 300px;
}
 
.owl-carousel .owl-item .item {
   height: 300px;
}
 
.owl-carousel .owl-item img {
   height: 250px !important;
   width: auto !important;
   margin: 10 auto;
}

.underline {
   height: 3px;
   width: 60px;
   background-color: #e71212 !important;
   margin-bottom: 10px;
}

.bg-gray{
   background-color: #ddd;
}

.post-description {
   overflow-y: scroll;
   scrollbar-width: none;
}

.post-code-bg {
   width: fit-content;
   min-width: 100%;
   background-color: #212121 !important;
   width: 100% !important;
   overflow-x: scroll !important;
   position: relative;
   padding: 1rem 1rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
}

.bg-blue-strong {
   background-color: #011f4b !important;
}

.bg-blue-intense {
   background-color: #03396c !important;
}

.bg-blue-medium {
   background-color: #005b96 !important;
}

.bg-blue-soft {
   background-color: #6497b1 !important;
}

.bg-blue-light {
   background-color: #b3cde0 !important;
}

.text-blue-strong{
   color: #011f4b !important;
}

.text-blue-intense{
   color: #03396c !important;
}

.text-blue-medium{
   color: #005b96 !important;
}

.text-blue-soft{
   color: #6497b1 !important;
}

.text-blue-light{
   color: #b3cde0 !important;
}