:root {
    --highlight-color: #f6b024;
    --blue-semi-transparent: rgba(1, 1, 91, 0.8);
}

.img-thumbnail {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.img-category-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.highlight {
    color: var(--highlight-color) !important;
}

body {
    font-family: "Noto Sans";
    font-size: 18px;
}

div.navigation a {
    background-color: #000;
    padding: 5px 15px 8px 15px;
    color: #fff;
    border-radius: 5px;
}

p.article-list-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-0 {
    padding-left: 0;
}

.header-menu-container ul {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    list-style-type: none;
    padding-inline-start: 0;
    white-space: nowrap;
    padding-bottom: 3px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

.header-menu-container ul li {
    display: inline-block;
    margin-right: 5px;
    background-color: #000;
    padding: 5px 15px 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0px;
}

ul.category-list {
    list-style-type: none;
    padding-inline-start: 0;
}

ul.category-list li {
    display: inline-block;
    margin-right: 5px;
    background-color: #000;
    padding: 5px 15px 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0px;
}

.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignright {
    margin-top: 0;
    margin-bottom: 30px;
}

.entry-content>.alignright {
    max-width: calc(100vw - 30px);
}

.article-body p {
    text-align: left;
    text-align-last: left;
}

.footer {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}

.hindi {
    font-family: "Noto Sans";
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
    transition: all linear 0.5s;
}

.bg-semi-transparent {
    background-color: var(--blue-semi-transparent) !important;
    transition: all linear 0.5s;
}

.menu {
    padding: 0;
    list-style: none;
    margin: auto;
    color: black;
}

.menu-scrollable {
    overflow: auto;
    white-space: nowrap;
}

.menu .menu-item {
    display: inline-block;
    padding: 0 10px;
}

.current-menu-item {
    border-bottom: 4px solid var(--highlight-color);
}

.admin-bar .navbar {
    margin-top: 30px;
}

.topper-image {
    height: auto;
}

a, a:hover, a:visited {
    text-decoration: none !important;
    color: unset;
}

.minno-page {
    position: relative;
    margin: 15px 0px 30px 0px;
    background-color: #faf2e4;
    z-index: 100;
    border-radius: 10px;
    padding: 8px 15px;
}

section {
    padding: 0px;
    overflow: hidden;
}

.navbar-brand {
    font-weight: 800;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 0px;
    padding: 0;
}

.navbar .slogan {
    position: absolute;
    font-size: 0.5em;
    top: 40px;
    left: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.page-title {
    color: #f6b024;
}

#hero {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    background: url('../images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
    transition: 0.3s;
    margin-bottom: -50px;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 90px;
}

#footer {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    position: relative;
    margin-bottom: -90px;
    z-index: 99;
    transition: 0.3s;
    padding-top: 30px;
}

#footer:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#footer .footer-top {
    padding-bottom: 20px;
}

#footer .footer-top h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul li {
    color: #fff;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul i {
    padding-right: 6px;
    font-size: 0.8em;
    line-height: 1;
}

#footer .footer-top .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer-contact p, .footer-info p, .footer-links p {
    color: #fff;
}

.footer-info h4 {
    color: #fff;
}

.footer-container__body.hindi a {
    font-size: 16px;
}

.footer .bottom {
    background: rgba(0, 0, 0, 1);
    z-index: 199;
}

#footer .copyright {
    text-align: center;
    padding-top: 15px;
}

.copyright p, .copyright a {
    color: #fff;
}

.copyright a {
    font-weight: 600;
}

.container .minno-page:before {
    content: '';
    background-image: url("../images/national-amblem.png");
    background-position: left top;
    object-fit: contain;
}

.container .minno-page h1 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: var(--highlight-color);
}

section.icon-boxes .container .row, section.spotlight.container .row {
    margin-bottom: 50px;
}

.icon-boxes {
    padding-top: 0;
    position: relative;
    z-index: 100;
}

.icon-boxes .icon-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.icon-boxes .icon-box .image-holder {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.icon-boxes .icon-box img {
    transition: all linear .3s;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 180px;
}

img.cover {
    transition: all linear .3s;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

img.cover.enlarge:hover {
    transform: scale(1.3);
}

.card-image {
    overflow: hidden;
}

.ratio-3-2 {
    width: 300px;
    height: 200px;
}

.no-overflow {
    overflow: hidden;
}

.icon-boxes .icon-box:hover img {
    transform: scale(1.5);
}

.icon-boxes .icon-box .title {
    text-align: center !important;
    margin-top: 0.5em;
}

.icon-boxes .icon-box .title-holder {
    color: #f6b024;
    z-index: 101 !important;
    position: relative;
    margin-left: -50px;
    margin-right: -50px;
    padding: 5px 0;
    transition: all linear 0.3s;
}

.spotlight .icon-box {
    height: 280px;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    position: relative;
}

.spotlight .icon-box .image-holder {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.spotlight .icon-box img {
    transition: all linear .3s;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.spotlight .icon-box:hover img {
    transform: scale(1.3);
}

.spotlight .icon-box .title-holder {
    color: #fff;
    font-weight: 700;
    z-index: 101 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    transition: all linear 0.3s;
}

.spotlight .icon-box .title-holder h5 {
    font-weight: 700;
    font-size: 3em !important;
}

.rank {
    position: absolute;
    left: 260px;
    top: -10px;
    background-color: var(--highlight-color);
    color: rgba(255, 255, 255, 1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    font-weight: 800;
}

.rank-text {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
}

.top-md-padding {
    padding-top: 0px;
}

.home-toppers .topper {
    height: 150px;
}

.card-text {
    color: rgba(0, 0, 0, 0.7) !important;
}

.row.article-tile {
    margin: 14px 0;
    padding: 12px 0;
}

@media (max-width: 768px) {
    .minno-page {
        position: relative;
        margin: 0;
        background-color: #faf2e4;
        z-index: 100;
        border-radius: 0px;
        padding: 10px 14px;
    }
    .navbar-brand {
        font-size: 1.5em;
        padding-top: 0.5em;
    }
    .menu {
        height: 90vh;
        overflow: scroll;
    }
    .menu .menu-item {
        display: list-item;
        padding: 6px 0;
    }
    .bg-transparent {
        background-color: var(--blue-semi-transparent) !important;
        transition: all linear 0.5s;
    }
    img.cover {
        transition: all linear .5s;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
    }
    .top-md-padding {
        padding-top: 15px;
    }
    .card-text p {
        font-size: 10px;
    }
    .ratio-3-2 {
        width: 100%;
        height: 300px;
    }
    .container-fluid.minno-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form h3 {
    color: var(--highlight-color);
    padding: 15px 0;
}

.carousel-item .carousel-container {
    padding: 15px 10%;
    /* background-color: rgba(44, 67, 139, 0.3); */
}

.carousel-item .carousel-container h1 {
    font-weight: 800;
}

.carousel-item .carousel-container {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.card .card-body .card-title {
    border-bottom: solid 2px var(--highlight-color);
}

.small-fonts {
    font-size: 0.8em !important;
}

.card .card-body .card-title span {
    font-weight: 800;
    font-size: 1.7em;
}

.card .card-body .card-title-medium {
    font-size: 1.2em;
    font-weight: 700;
}

img.brand-logo {
    height: 80px;
    width: 300px;
    object-fit: contain;
    object-position: center center;
}

.rotating-image {
    background: url('../images/work-pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.rotating-image {
    animation: ripple 15s linear infinite;
}

@keyframes ripple {
    0% {
        transform: scale(0.8) rotate(0deg);
    }
    25% {
        transform: scale(1) rotate(90deg);
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        ;
    }
    75% {
        transform: scale(1) rotate(270deg);
        ;
    }
    100% {
        transform: scale(0.8) rotate(359deg);
    }
}

.forminator-label {
    color: black !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.hindi .forminator-label {
    font-size: 16px !important;
}

.accordion-body {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.accordion-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-button:not(.collapsed) {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.05);
}

.page-item.active .page-link {
    background-color: var(--highlight-color);
    border-color: var(--highlight-color);
}

.course {
    font-weight: 800;
    color: var(--highlight-color);
}

li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.strong {
    font-weight: 800;
}

.background-brand {
    position: relative;
}

.background-brand::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url('../images/national-amblem.png');
    background-repeat: no-repeat;
    background-position: 90% -80%;
    background-size: cover;
    background-size: 5rem;
}

.lines-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-lines, .three-lines p {
    -webkit-line-clamp: 3;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-font {
    font-size: 10px;
}

.article-thumbnail {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.img-holder {
    overflow: hidden;
}

.img-featured {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.author h5 {
    font-weight: 600;
}

.author .date {
    font-size: 12px;
}

.text-justify {
    text-align: justify;
    text-align-last: left;
}

.social-media {
    width: 30px;
    height: 30px;
}