  /*Added by UM*/
#searchBarpage {
    background: #fff;
    width: 100%;
}

#searchBarpage input[type="text"] {
    background: transparent;
    border: 2px solid var(--ip-orange);
}

#searchBarpage input::placeholder {
    opacity: 0.5;
}
 
#searchBarpage .btn{
    color: #fff;
    background: var(--ip-orange);
    border-radius: 25px;
    margin-left: 10px;
}

#searchBarpage .btn:hover,
.btn:hover{
    text-decoration: none;
  	background-color: #000;
    color: #fff;
    border-color: #000;
}

.NP-Socials {
	display: flex;
  	gap: 20px;
}

.NP-SocialTab div.tab-pane {
	padding: 50px 0px;
}

.NP-SocialTab div.container-fluid {
  	padding-right: 0px;
  	padding-left: 0px;
}

hr.NP-MenuLine {
    color: white;
    border: 1px solid white;
    opacity: 0.8;
    margin: 10px 0 10px 0;  
}

.NP-Login {
	font-size: 16px;  
}

.NP-Login a {
	color: #fff !important;  
}

.NP-Embed iframe {
    max-width: 100%;
    min-width: 0 !important;
    display: inline !important;
}

.NP-Share {
    font-size: 14pt;
}

p.NP-Caption {
	font-size: 16px;
  	color: var(--dark-gray);
}

.NP-Quote cite {
    color: var(--dark-gray);
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 0.8em;
}

blockquote.NP-Quote {
    font-size: 1.4em;
    display: block;
    padding: 15px;
    margin: 0 0 1rem;
    font-family: "Rethink Sans";
    line-height: 1.4em;
}

blockquote.NP-Quote::before {
    content: "\e1e4";
    font-family: 'Font Awesome 7 Pro';
    font-size: 4em;
    margin-right: 20px;
    margin-top: 8px;
    position: relative;
    line-height: 1em;
    display:block;
    float:left;
    color:var(--orange);
    font-weight: 900;
    /* font: var(--fa-font-duotone); */
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.nav-item a {
    color: white;
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

#facebook-tab .row .mb-3 iframe {
	width: 100% !important;
  	max-width: 360px;
  	min-height: 100%;
}

#instagram-tab .row .mb-3 iframe {
	width: 100% !important;  
}

@media (max-width:1199px) {
    .NP-Category {
        padding-left: 20px !important;
    }
    .NP-Upcoming {
        padding-right: 20px !important;
    }
}

@media (max-width:840px) {
    .NP-Category {
        padding-left: 5px !important;
    }
    .NP-Upcoming {
        padding-right: 5px !important;
    }
}

h2.NP-BannerText {
    height: 200px;
    align-content: end;
}

@media (max-width:767px) {
    .swiper-slide {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    h2.NP-BannerText {
        height: 150px !important;
    }
}

.hero-slider .NP-BannerOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.NP-BannerTextArea {
    position: relative;
}

.home .icon-links a:hover {
    opacity: 0.75;
}

div#loadMore:hover {
    opacity: .8;
}


/*:root {
    --dark-gray: #808080;
    --orange: #FF4B33;
    --gray: #D8D8D8;
}
*/
:root {
    --dark-gray: #727370;
    --gray: #333333;
	--orange: #e81f10;
	--ip-orange: #e81f10;
/*  --dark-gray: rgb(121, 122, 118);
    --orange: rgb(255, 75, 51);
    --ip-orange: rgb(255,75,51); */
    --black: rgb(10, 11, 09);
}
/*    
    --gray: rgb(137, 138, 134);
    --orange: rgb(222, 74, 59);
*/

/*rgb(146,147,143); //icons color
rgb(224,224,219); //light bg color 
rgb(137,138,134);  //article paragraph
rgb(128,128,128)  //article category 
*/


body {
    font-family: 'Lato';
    color: rgb(10, 11, 09);
    font-size: 18px;
    font-weight: 500;
    padding-right: 0 !important;
    overflow: auto !important;
}
.collapsing {
    transition: none !important;
    height: 0 !important;
    display: none !important;
}
.pointer{
    cursor: pointer;
}
a{
    color: var(--orange);
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Rethink Sans";
}

.d-contents{
    display: contents;
}
 
.font-rethink{
    font-family: "Rethink Sans";
} 
.announcement{
    font-size: 18px;
    font-family: "Rethink Sans";
}
hr {
    margin: 0;
    color: var(--dark-gray);
    border: 0;
    border: 1px solid var(--dark-gray);

}
h1 {
    letter-spacing: 1px;
}
 
.text-black {
    color: var(--black);
}

.text-orange {
    color: var(--ip-orange);
}

.home .text-orange {
    color: var(--orange);
}

.text-dgray {
    color: var(--dark-gray);
}
.text-gray {
    color: var(--gray);
    color: var(--gray);
}
.bg-orange {
    background-color: var(--ip-orange);
}
.home .bg-orange {
    background-color: var(--orange);
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fw-900 {
    font-weight: 900 !important;
}


 

.navbar {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: var(--ip-orange);
    font-weight: 700;
    font-size: 20px;
}

.home .navbar,
.home.navbar {
    background-color: var(--orange);
    color: white;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: white;
}

.navbar .navbar-brand{
    flex: 0 0 180px; 
    padding-right: 10px;
}
.navbar .announcement-wrapper{
    width:calc(100% - 305px);
}
.navbar .icon-links{
    flex: 0 0 125px;
    padding-left: 10px;
}

a.navbar-brand{
    margin-right: 0px;
}
.icon-links{
    justify-content: end;
}

.news-ticker{
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
  
.home .news-ticker a {
    color: white;
}
  
.offcanvas.offcanvas-end {
    background-color: var(--ip-orange);
    color: white;
    border: none;
}
.home .offcanvas.offcanvas-end{
    background-color: var(--orange);
}
.offcanvas-header,
.offcanvas-body {
    padding: 30px;
}

.offcanvas-header {
    padding-top: 30px;
}
.offcanvas-header .btn-close {
    color: white;
    background: transparent white center/1em auto no-repeat
}

.icon-links {
    gap: 30px
}
.icon-links a {
    color: var(--ip-orange);
    font-weight: 700;
}

.home .icon-links a {
    color: #fff
}


#searchBar {
    background: #fff;
    padding: 10px;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.home #searchBar{
    background: #fff;
}
#searchBar input[type="text"] {
    background: transparent;
    border: 2px solid var(--ip-orange);
}

#searchBar input::placeholder {
    opacity: 0.5;
}
 
#searchBar .btn{
    color: #fff;
    background: var(--ip-orange);
    border-radius: 25px;
    margin-left: 10px;
}

#searchBar .btn:hover,
.btn:hover{
    text-decoration: none;
  	background-color: #000;
    color: #fff;
    border-color: #000;
}

.main-body .content {
    padding: 40px 0px;
}
.latest-articles {
    padding: 40px 0 30px 0px;
}

.event-details {
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    padding: 10px 0;
    margin: 20px 0;
    font-weight: 600;
}

.sidebar .share {
    background-color: rgb(222, 222, 222);
    padding: 30px !important;
    text-align: center;
    color: var(--dark-gray);
}
.sidebar .social-icons a {
    color: var(--dark-gray);
    font-size: 25px;
    cursor: pointer;
}

.article-item {
    display: block;
    text-decoration: none;
    color: #000;
}
.article-item:not(:last-child) {
    border-bottom: 1px dotted rgb(167,175,173)  ;

}
.article-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.article-item a {
    color: #000;
}

.home .article-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.item-header {
    overflow: hidden;
}

.article-item .date {
    color: var(--dark-gray);
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;

}
.article-item .date .dot{
    font-size: 16px;
}
.see-more {
    display: block;
    width: 100%;
    background-color: var(--orange);
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    transition: background-color 0.1s ease-in-out;

}
.home .see-more{
    color: #fff;
    background-color: var(--orange);
}
.see-more:hover{
    transition: background-color 0.1s ease-in-out;
    background-color: #000;
}

.home .see-more:hover{
     background-color: #000;
}
.author-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    color: var(--dark-gray);
}
.author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5px;
}
.author-role {
    font-size: 14px !important;
    font-weight: bold;
    color: var(--dark-gray);
    font-style: italic;
    margin-bottom: 0px;
}

.news-box {
    height: 200px;
    border: 1px solid var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-box a {
    color: var(--orange) !important;
    text-align: center;
    font-weight: 600;
}



/* categories */
/*.categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}*/
.categories {
    margin-top: 20px;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    max-width: 100%;
}

.home .categories {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;

}
.home .categories>*:nth-child(3n-1) {
    justify-self: center;
}

.home .categories>*:nth-child(3n) {
    justify-self: end;
}


.categories .icon:hover{
    opacity: .8;
}

.categories .NP-Red:hover,
.categories .NP-Red.active {
    background-color: rgb(179, 12, 47);
}
.categories .NP-Yellow:hover,
.categories .NP-Yellow.active {
    background-color: rgb(240, 157, 0);
}
.categories .NP-Green:hover,
.categories .NP-Green.active {
    background-color: rgb(94, 177, 69);
}
.categories .NP-Pink:hover,
.categories .NP-Pink.active {
    background-color: rgb(226, 76, 94);
}
.categories .NP-Orange:hover,
.categories .NP-Orange.active {
    background-color: rgb(225, 52, 33);
}
.categories .NP-Purple:hover,
.categories .NP-Purple.active {
    background-color: rgb(127, 14, 158);
}
.categories .NP-Teal:hover,
.categories .NP-Teal.active {
    background-color: rgb(9, 124, 174);
}
.categories .NP-Navy:hover,
.categories .NP-Navy.active {
    background-color: rgb(29, 39, 118);
}

.category img {
    width: 50px;
}
/*.category a {
    text-decoration: none;
}*/
.category a{
    color: var(--dark-gray);
}

.category p {
    margin-top: 8px;
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 600;
    font-family: "Rethink Sans";
}

.btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity:1; 
}
/* footer  */
.social-container {
    background-color: rgb(226, 226, 226);
    padding: 40px 0px;
}

.inner-wrapper{
    height: 300px;
    background-image: url(/media/newspoint/images/page1-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(226, 226, 226);
}
.home .social-container {
    background-color: rgb(224, 224, 219);
}
.social-icons {
    display: flex;
    gap: 20px;
}
.social-container .social-icons a {
    color: rgb(146, 147, 143);
    font-size: 35px;
    transition: color 0.3s;
    position: relative;
}
.social-icons a.active,
.social-icons a:hover {
    color: var(--ip-orange);
}

.home .social-icons a.active,
.home .social-icons a:hover {
    color: var(--orange);
}
.social-container .social-icons .social-icon.active::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid rgb(224, 224, 219);
}


.live-button {
    border-radius: 25px;
    padding: 8px 18px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.live-button:hover {
    background-color: #000;
    color: #fff;
}
.live-button .fw-bold {
    font-size: 20px;
}
.live-button i {
    font-size: 26px;
    color: var(--ip-orange);
}
.home .live-button i {
    color: var(--orange);
}

.university-details {
    background-color: var(--ip-orange);
    padding: 40px 0;
    text-align: center;
}
.home .university-details {
    background-color: var(--orange);
}
.university-details .container {
    padding-bottom: 20px;
}
.divider {
    width: 2px;
    height: 50px;
    background-color: #fff;
}
.university-details p {
    color: #fff;
    margin: 0px;
}


/*.articles-listing a {
    text-decoration: none;
}
*/

.article {
    margin-bottom: 30px;
}
.article .date {
    color: var(--dark-gray);
    margin-top: 10px;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.article .favourite {
    display: inline-block;
    margin-bottom: 10px;
}

.article p {
    font-size: 16px;
}

.border-top {
    border-top: 1px solid var(--dark-gray) !important;
}

.home .latest-articles .date {
    color: var(--orange);
    margin-top: 20px;
}

.home .categories {
    column-gap: 30px;
    justify-content: start;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.swiper-slide {
    padding-top: 100px;
    padding-bottom: 100px;
}
.swiper-slide h2 {
    color: #fff;
    margin-bottom: 20px;
}
.swiper-slide .btn {
    color: #fff;
    background: var(--ip-orange);
    border-radius: 25px;

}
.home .swiper-slide .btn{
    background: var(--orange);
}
.home .swiper-slide .btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    z-index: 9999;
}
 
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: var(--orange);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--ip-orange);
}

.home .swiper-button-next,
.home .swiper-button-prev {
    color: var(--orange);
}

/* Blog-page css */
.card-box {
    height: 150px;
    /* Adjust height */
    background: linear-gradient(to bottom, #ccc, #fff);
    /* Gradient background */
}
.floating-btn {
    width: 60px;
    height: 60px;
    background-color: #FF4A3D;
    /* Red button */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.container.green {
    margin-bottom: 100px;
}
.hero-slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#site_loader {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 1100;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #000;
    border-radius: 50%;
    border-top: 16px solid #0073e6;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
button[type="submit"],
input[type="submit"],
.ck-spin {
    cursor: pointer;
    border: none;
}
.ck-spin[disabled="disabled"],
.ck-spin[disabled] {
    position: relative;
    cursor: not-allowed;
    opacity: 0.8;
}
.ck-spin[disabled="disabled"]::after,
.ck-spin[disabled]::after {
    content: "";
    position: absolute;
    z-index: 9999;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 3px solid #DD5D6E;
    border-top-color: #008AFC;
    border-radius: 50%;
    -webkit-animation: ck-spiner 2s infinite linear;
    animation: ck-spiner 2s infinite linear;
}
@-webkit-keyframes ck-spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes ck-spiner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.tab-pane{
    padding: 50px 10px;
}

/*.footer iframe{
    background-color: rgb(224, 224, 219);
}*/
  
.swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
}

.facebook-slider .swiper-slide iframe{
    background-color: rgb(224, 224, 219);
    pointer-events: none;
    cursor: pointer;
}
.first a {
    font-weight: bold;
}

.fw-400 {
    font-weight: 400 !important;
}



#cookies .modal-dialog{
    position: fixed;
    max-width: 100%;
    width: 100%;
    margin: 0;
     bottom: 0px;
    left: 0px;
    
 }
 #cookies .modal-content{
    border-radius: 0px;
 }
 #cookies .modal-body{
    display: flex ;
    justify-content: center;
    align-items: center;
 
 }
 #cookies .btn {
    color: #fff;
    background: var(--ip-orange);
    border-radius: 25px;
}

.no-underline,
.no-underline:hover,
a:hover .fa{
    text-decoration: none;
}

@media only screen{
    .fixed-header{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .content-wrapper{
        margin-top: 56px;
    }
    .item-header img {
        height: 220px !important;
        object-fit: cover;
        width: 100%;
    }
     
    .category {
        width: 100px;
    }
    .category .icon {
        height: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--dark-gray);
    }
    .print-slide{
        display: none;
    }
    .screen-pt-50{
        padding-top: 50px;
    }

    
}


@media (min-width: 576px) {
/*.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }*/
}
@media (min-width: 768px) {

    .hero-slider h2 {
        font-size: 38px;
        line-height: 1.3;
    }
    .border-right {
        border-right: 1px solid var(--dark-gray);

    }
    .first .main-article {
        padding-right: 100px;
    }

    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1080px;
    }
}
@media (min-width: 1400px) {}

@media (max-width: 1555px) {}
@media (max-width: 1399px) {}
@media (max-width: 1366px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {
    .hide-tablet{
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-mobile{
        display: none;
    }

    .social-icons {
        margin-top: 25px;
    }
    
    
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-brand{
        flex: 0 0 160px; 
    }
    .navbar .announcement-wrapper{
        width:calc(100% - 185px);
    }
    .navbar .icon-links{
        flex: 0 0 125px;
    }

    .row.first {
        flex-direction: column-reverse;
    }
    .social-container .container {
        flex-direction: column-reverse;
        text-align: center;
    }
} 
@media (max-width: 400px) {
    .home .categories {
        gap: 10px;
    }
    .social-container .social-icons a{
        font-size: 25px;
    }
    /*.category{
        height: 90px;
    }

    .category .icon {
        height: 90px;
        width: 100%; 
    }*/
}
@media (max-width: 575px) {
    .home .categories {
        gap: 15px;
    }
    .university-details .container {
        flex-direction: column;
        text-align: start;
    }
    .divider {
        display: none;
    }

   
    .main-body .content,
    .latest-articles {
        padding: 20px 0px;
    }

    .author-profile {
        margin-bottom: 25px;
    }
    
    


}

@media (min-width: 576px) and (max-width: 767px) {

    .container, .container-sm{
        max-width: 90%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.news-ticker{         
        max-width: 400px;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) and (max-width: 1399px) {}


@media print {
    .media-pt-100{
        padding-top: 70px;
    }
    .categories{
        justify-content: start;
    }
    .hero-slider{
        display: none;
    }
    .author-image {
        width: 60px;
        height: 60px;
    }
    .author-name {
        font-size: 16px !important;
    }
    .author-role {
        font-size: 14px !important;
    }


    .latest-articles h2 {
        font-size: 24px;
    }
    .article-item img {
        width: 40px;
        height: 40px;
    }
    .article-item h4 {
        font-size: 18px;
    }

    .category {
        width: 70px;
    }
    .category .icon {
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--dark-gray);
    }
    .home .categories{
        gap: 20px;
        column-gap: 20px;
    }

}
@media print {
    .hide-tablet{
        display: block;
    }
    .categories {
      
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
                gap: 20px;
     }
     .announcement{
        font-size: small;
     }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8%;
    }
    .col-md-2 {
        width: 16%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33%;
    }
    .col-md-5 {
        width: 42%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58%;
    }
    .col-md-8 {
        width: 66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83%;
    }
    .col-md-11 {
        width: 92%;
    }
    .col-md-12 {
        width: 100%;
    }
}




































