body {
    margin: auto;
    font-family: "Kalimati", serif !important;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
}

.top-bar-list li:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.language-switcher {
    display: flex;
    gap: 8px;
}

.lang-btn {
    padding: 6px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: #f8f9fa;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.lang-btn:hover {
    background-color: #004080;
    color: white;
}

.lang-btn.active {
    background-color: #004080;
    color: white;
    font-weight: bold;
}

.header-style-01 {
    position: relative;
}
.decorative-img {
    /*position: absolute;*/
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.decorative-img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.header-style-01 .logo-box img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .header-style-01 .logo-box img {
        width: 80px; /* Smaller logo for mobile */
        height: 80px;
        margin-bottom: 5px;
    }
}

.header-style-01 .nepali-flag {
    display: flex;
    align-items: center;
}

.header-style-01 .nepali-flag img {
    width: 80px;
    height: 100px;
    object-fit: contain;
}
.navbar {
    background-color: #004080 !important;
    color: #fff !important;
}

.navbar-nav .dropdown-menu {
    background: #eef5ff;
    transition: all 300ms ease-in-out;
}
.dropdown-menu .nav-link {
    color: #515151 !important;
}

.dropdown-menu .nav-link:hover {
    background-color: #004080 !important;
    color: #fff !important;
}

.search-group .search-input {
    background: #fff;
    border-radius: 100px;
    padding: 0 20px;
    height: 40px;
    width: 280px;
    max-width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.search-group .search-input input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #989898;
    font-weight: 500;
}

.search-group .search-input .search-btn {
    background: transparent;
    display: flex;
    border: 0;
    outline: none;
}

.marquee-slider {
    background: #f4f8ff;
    border-radius: 5px;
    padding: 10px 20px;
}

.marquee-slider {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.marquee-title {
    font-size: 18px;
    font-weight: bold;
    color: #004080;
    position: relative;
    padding-right: 10px;
    white-space: nowrap;
    margin-bottom: 0;
}

.marquee-title::before {
    background-color: #004080;
}

.marquee-title::before {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 20px;
    opacity: 0.3;
}
.marquee-item {
    color: #000000 !important;
    transition: all 300ms ease-in-out;
}
.marquee-item:hover {
    opacity: 0.7;
}

.carousel-height {
    height: 455px !important;
}

@media (max-width: 768px) {
    .carousel-height {
        height: 300px !important; /* Adjust this value as needed */
    }
}

@media (max-width: 480px) {
    .carousel-height {
        height: 200px !important; /* Adjust this value as needed */
    }
}
.carousel-caption {
    background: rgba(220, 20, 60, 0.8) !important;
    border-radius: 6px;
    color: #f5f5f5;
    bottom: 50px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 20px !important;
    width: 20px !important;
    outline: #004080;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #004080;
    background-image: none;
    background-color: #004080 !important;
    padding: 10px;
}

.team-box {
    height: auto;
    max-height: 455px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}
.team-box {
    overflow-y: auto;
}
.box-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    background: #f4f8f4;
    border-radius: 6px;
    padding: 16px;
}

.box-image {
    min-width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
}

.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-name {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.box-position {
    font-size: 16px;
    color: #737373;
    font-weight: 500;
}

.box-msc {
    color: #004080;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    word-break: break-all;
    line-height: 1.2;
    transition: all 300ms ease-in-out;
}

.section-bg {
    background-color: #f4f8ff;
}

.section-padding {
    padding: 10px 0;
}

.title {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    position: relative;
}

.title .category-title {
    font-size: 20px;
    font-weight: 700;
    color: #004080;
}

.title .category-title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #cc1421;
    bottom: 0px;
    left: 0;
}

.block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (max-width: 768px) {
    .block-grid {
        grid-template-columns: 1fr;
    }
}

.card-details {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

h3 a {
    color: inherit !important;
}
.card-title {
    font-size: 18px;
    color: #000;
    transition: all 300ms ease-in-out;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
}

.card-title:hover {
    color: #004080;
}

.card-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 100%;
    background: #004080;
}
.date {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs {
    border-bottom: 3px solid #004080 !important;
    gap: 6px;
}

.nav-tabs .nav-item {
    border-radius: 0px !important;
    background-color: #fff;
}
.nav-tabs .nav-link {
    border-bottom: transparent;
    padding: 10px 15px !important;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #004080 !important;
    border: 1px solid #004080 !important;
    border-radius: 0px !important;
}
.tab-content-bg {
    background-color: #eaf1ff;
}

.card-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-detail {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.card-detail .card-info .file {
    font-size: 24px;
}

.doc-card-title {
    font-size: 18px;
    color: #000;
    transition: all 300ms ease-in-out;
    position: relative;
    margin-bottom: 0;
}

.doc-card-title:hover {
    color: #004080;
}

a.more-link {
    background: #004080;
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
a.more-link:hover {
    color: #fff;
    opacity: 0.7;
}

.btn-download {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    background: #004080;
    border-radius: 100px;
    min-width: 10px;
    height: 30px;
    padding: 5px 20px 4px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.btn-download:hover {
    color: #fff;
    opacity: 0.7;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 20px;
}

.gallery-image a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 90%;
}

.gallery-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 600ms ease-in-out;
}

.gallery-image a img:hover {
    transform: scale(1.2);
}

.gallery-title {
    text-align: center;
    font-size: 20px;
    color: black;
    margin-bottom: 0;
    transition: all 300ms ease-in-out;
}

.gallery-title:hover {
    color: #004080;
}

.footer-contact ul li {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.footer-contact ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer-social ul li a {
    font-size: 16px;
    color: #ffffff;
}

.footer-padding {
    padding: 3rem 0;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.office-name {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

.subTitle {
    font-size: 16px;
    font-weight: 600;
    color: #eee;
    margin-bottom: 0px;
}

.footer-link li a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline !important;
}

.footer-bg-color {
    background: #004080;
}

#backToTop {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #cc1421;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

#backToTop svg {
    animation: flyUpDown 1.8s infinite ease-in-out alternate;
}

#backToTop:hover {
    background-color: #ff1e2d;
}

@keyframes flyUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}

.document-table {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
}

.table th,
.table td {
    text-align: center;
    vertical-align: middle;
}

.table thead th {
    font-size: 18px;
    color: #575757;
    padding: 0.7rem 0.7rem 0.5rem 0.7rem;
}

.table td {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 600;
    padding: 0.5rem 0.8rem !important;
}
.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumb-section {
    position: relative;
    height: 150px;
    background: #cc1421;
}

.breadcrumb-overlay-text nav {
    margin: auto;
    max-width: max-content;
}

.breadcrumb-overlay-text {
    z-index: 20;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.breadcrumb-title {
    color: #fff;
}

.breadcrumb-overlay-text li.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-overlay-text .breadcrumb-item.active {
    color: #adadad;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #adadad !important;
    content: "/";
}

.paragh-font-20 p {
    font-size: 20px;
    font-weight: 400;
}

.paragh-font-20 ul {
    list-style: none;
}

.paragh-font-20 ul li {
    margin-bottom: 10px;
}

.paragh-font-20 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}
.emp-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.emp-wrapper img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.photo-title {
    font-size: 38px;
    font-weight: 600;
    color: #004080;
    margin-bottom: 0px;
    line-height: 1.4;
}

.doc-title {
    font-size: 38px;
    font-weight: 600;
    color: #004080;
    margin-bottom: 0px;
    line-height: 1.4;
}

.page-inner-seperator {
    max-width: 800px;
    margin: auto;
}

.meta-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    flex-wrap: wrap;
    padding: 10px 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

.border {
    border: 1px solid #004080;
    padding: 10px;
    border-radius: 5px;
}

.info-content ul {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.info-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.info-content .list-item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.info-content .list-item .list-icon {
    min-width: 25px;
}

.list-text p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-top: -5px !important;
}

.dropdown-menu {
    padding: 0 !important;
}
/* updated  */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.well-heading,
.nav li,
.news-bar a,
.news-bar td,
.news-bar th,
.well a {
    /*font-weight: bold;*/
    font-size: 14px;
}

.well-heading {
    background: #037555;
    width: auto;
    height: auto;
    color: white;
    line-height: 24px;
    padding: 8px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.content_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40px;
    border-radius: 6px;
    border-color: #0e5dae transparent #0e5dae #ad1d1d;
    border-style: solid;
    border-width: 3px 5px 3px 150px;
}

.blockmenu {
    height: 70px;
    width: 100%;
    background: #037555;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s linear 0s;
}

.blockmenu a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.blockmenu:hover {
    box-shadow: 0 0 11px rgba(255, 0, 0, 0.8);
}

.block-icon {
    color: #fff;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}

.block-content {
    width: 70%;
    padding: 20px 0;
    position: absolute;
    left: 75px;
}

.fa {
    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block-icon {
    color: #fff;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}

.courses-box:hover {
    box-shadow: 0 0 11px rgba(255, 0, 0, 0.8);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.text {
    color: white;
    font-size: 20px;
    top: 50%;
}

.home-member-card {
    margin-bottom: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.home-intro-image {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    overflow: hidden;
}

.home-intro-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-intro-content-card {
    display: flex;
    align-items: center;
}

.home-intro-content h5 {
    margin-top: 10px;
    color: #000;
}

.home-intro-content p {
    font-weight: 600;
    color: #7c7c7c;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 8px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px 0px;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.topright:hover {
    color: red;
}

.home-contact-card {
    margin-top: 10px;
}

.home-contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.home-contact-card ul > li:nth-child(1) {
    margin-top: 0;
    border-top: 1px solid #fff;
}

.home-contact-card ul > li {
    display: block;
    border: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 10px;
    border-top: none;
}

.home-contact-card h6 {
    color: #fff !important;
    font-size: 12px;
}

.footerbg {
    padding: 5px;
    background: #027756;
    border-bottom: 1px solid #aaa;
    color: #fff;
}

.footer-card {
    background: #027756;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.textwidget p {
    font-weight: bold;
    padding: 5px;
}

.sub-header-dt-card p {
    color: #004080;
    font-size: 14px;
}

.sub-header-dt-card span {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 10px;
    margin-right: 10px;
}

.sub-header-dt-card span:last-child {
    border-right: none;
}

p {
    font-family: "Mukta", serif;
    margin-bottom: 0;
}

.header-navbar-language {
    text-align: right;
}

.header-navbar-language ul {
    display: inline-block;
}

.header-navbar-language ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-navbar-language ul > li {
    display: inline-block;
}

.header-navbar-language ul > li > a > .active {
    background: #004080;
    border: 1px solid #004080;
    color: #fff;
}

.header-navbar-language ul > li > a > p {
    font-size: 10px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.1);
}

.header-navbar-language form {
    display: inline-block;
}

.header-navbar-language form > input {
    height: 25px;
    font-size: 15px;
}

.header-navbar-language form > button {
    height: 25px;
    font-size: 15px;
    padding: 0 15px;
}

.sub-header-card {
    padding: 5px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .icon-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

    .icon-bar a:hover {
        background-color: #000;
    }
}

.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    background: #55acee;
    color: white;
}

.android {
    background: #a4c639;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.container.header-custome {
    text-align: center;
    color: #346cbe;
}

.footer-fixed-panel {
    /*background: #000; */
    position: fixed;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media only screen and (max-width: 990px) {
    footer {
        margin-bottom: 40px;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.blink_me_slow {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.header-custome .logo {
    float: left;
    margin-top: -22%;
    width: 40%;
    margin-left: 35%;
}

.container.header-custome {
    background: #ffffff;
    color: #a52a29;
}

.header-custome strong {
    font-size: 18px;
}

span.custome-ministry-text {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
}

img.flag {
    float: right;
    margin-top: -111px;
    margin-right: 0%;
    width: 20%;
    max-width: 85px;
}

.gov-logo {
    margin: 40px -100px 12px 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

.example_f {
    border-radius: 4px;
    background-color: #834cdf;
    background-image: linear-gradient(315deg, #f7b42c 0%, #fc575e 74%);
    border: none;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px;
    width: 200px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
}

.example_f span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.example_f span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.example_f:hover span {
    padding-right: 25px;
}

.example_f:hover span:after {
    opacity: 1;
    right: 0;
}

.tab li > .active {
    background: rgba(0, 0, 0, 0) !important;
    color: #fff;
    border-radius: 0 !important;
    border: 1px solid #037555;
    border-top: 2px solid #037555;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #037555;
    padding: 30px 0px;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.pad {
    padding: 10px;
    text-align: justify;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
/* ============ small devices .end// ============ */
.light {
    opacity: 1;
    background-color: rgba(3, 117, 85, 0.8) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.dropdown-menu {
    width: 15rem;
    padding: 0;
    background-color: blue;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
}

/*marquee css*/
.newsbar-container {
    display: flex;
    align-items: center;
    background-color: #2460b9;
}
.newsbar-title {
    color: #ce1126;
    background-color: #fff;
    font-size: 0.833rem;
    font-weight: 600;
    padding: 0.75rem 1rem 0.8rem 0.5rem;
    -webkit-clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    margin-top: -1px;
}
.marquee-list span.type {
    background-color: #fff;
    color: #ce1126;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.125rem 0.25rem;
    border-radius: 2px;
    font-weight: 600;
    vertical-align: middle;
}
.marquee-list a {
    color: #fff !important;
}
.marquee-list a:hover {
    color: #4d4d4d !important;
}
.jctkr-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 18px;
    vertical-align: middle;
    overflow: hidden;
}
.jctkr-wrapper ul {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 20s;
    transition: opacity 20s;
}
.jctkr-wrapper.jctkr-initialized ul {
    opacity: 1;
}
.jctkr-wrapper ul li {
    display: inline-block;
    font-size: 13.33px;
    position: relative;
    padding-left: 1rem;
    margin-right: 0.75rem;
}
.jctkr-wrapper ul li a {
    color: #666;
}
.jctkr-wrapper ul li:before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.jctkr-label {
    display: inline-block;
}
/*card design*/
.card-01 {
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(119, 119, 119, 0.08);
    background-color: #fff;
    padding: 0.5rem;
    display: block;
}
.list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-01 li:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}
.list-01 li {
    display: flex;
}
.list-01 li:not(:first-child) {
    padding-top: 1rem;
}
.list-01 li .avatar {
    margin-right: 0.75rem;
}
.avatar-lg {
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
}
.textbox-01 h6,
.textbox-01 p {
    margin-bottom: 0.25rem;
}
.textbox-01 h6 {
    color: #1a1a1a;
    font-weight: 600;
}
.avatar-lg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar img {
    border-radius: 50%;
}
.card-06 {
    background-color: #fff;
    padding: 0.5rem;
    box-shadow: 0 2px 4px #e0e0e0;
    border-radius: 4px;
}
.card-06 h6 {
    color: #333;
    font-size: 0.833rem;
    font-weight: 500;
}
.card-06:hover h6 {
    color: #fff;
}
.card-06:hover {
    background-color: #ce1126;
    transition: all 0.5s ease;
}
a {
    text-decoration: none !important;
    background-color: transparent;
}
.card-02 {
    display: block;
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    color: #1a1a1a;
    border-right: 4px solid #6688be;
    transition: all ease-in-out 0.2s;
}
.textbox-01 p {
    font-size: 0.833rem;
}
p {
    font-size: 0.833rem;
}
.intro-title {
    display: inline-block;
    color: #2460b9;
    font-size: 14px;
}
.footer {
    background-color: #2460b9;
}

.footer-copyright-base {
    background-color: #1b4789;
    font-size: 0.833rem;
    color: #e6ecf5;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.list-content {
    background-color: #ffffff;
    padding: 5px;
}
.card-content {
    background-color: #ffffff;
}

.heading {
    color: #2460b9;
    font-weight: 600;
}
.heading-line,
.heading-line_red {
    color: #4d4d4d;
    font-weight: 700;
}
.heading-line::after,
.heading-line_red::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0.5rem;
    background-color: rgba(51, 51, 51, 0.16);
}
@media (max-width: 767px) {
    #galleryCarousel .carousel-item > div {
        display: none;
    }
    #galleryCarousel .carousel-item > div:first-child {
        display: block;
    }
}

#galleryCarousel .carousel-item.active,
#galleryCarousel .carousel-item-next,
#galleryCarousel .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    #galleryCarousel .carousel-item-end.active,
    #galleryCarousel .carousel-item-next {
        transform: translateX(25%);
    }

    #galleryCarousel .carousel-item-start.active,
    #galleryCarousel .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#galleryCarousel .carousel-item-end,
#galleryCarousel .carousel-item-start {
    transform: translateX(0);
}

.img-fluid {
    height: 260px !important;
}

.card-container {
    border-radius: 5px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
    padding-top: 30px;
    position: relative;
    width: 300px;
    max-width: 100%;
    text-align: center;
    height: 280px;
    margin-bottom: 20px;
}
@media (min-width: 600px) {
    #team_card {
        margin-left: 40%;
        margin-right: 40%;
    }
}
.text-red {
    color: rgb(255, 0, 0);
}
.heading {
    color: #2460b9;
    font-weight: 600;
}
.des,
p {
    font-size: 0.833rem;
}
.text {
    font-size: 0.7rem;
    color: #858585;
}
.sub-title {
    font-size: 0.833rem;
    color: #777;
}
.title-dark {
    color: #1a1a1a;
    font-weight: 700;
}
.news-iframe {
    width: 100%;
    margin: 1.5rem 0;
}
.single-category-section {
    padding: 0 1rem 0 1rem;
}
.card ul {
    padding-left: 0;
    margin-bottom: 0;
}
.card ul > li:nth-child(1) {
    margin-top: 0;
    border-top: 1px solid var(--primary);
}
.card ul > li {
    display: block;
    border: 1px solid var(--primary);
    padding: 5px;
    border-top: none;
}

.dropend:hover > .dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
}
