﻿body {
    font-family: 'Mukta', sans-serif;
    letter-spacing: 0.5px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none !important;
}

.mb-15 {
    margin-bottom: 15px;
}
/*Header*/
.bg-nc {
    background-color: #0c68b2;
    box-shadow: rgb(0 0 0 / 14%) 0 0 18px;
}

.navbar {
    padding: 0px !important;
    max-height: 61.4px;
}

.nav-item .nav-link {
    font-weight: 600;
    color: #fff !important;
    display: block;
    padding-top: 14px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 12px;
    font-size: 20px;
    transition: all .3s ease;
    text-decoration: none;
    max-height: 61.4px;
    overflow: hidden;
}

.nav-item:first-child .nav-link {
    padding-left: 0 !important;
}

.header {
    padding: 15px 0px;
}

.date-container {
    display: block;
    margin: 0px;
    text-align: right;
    color: #808080;
    font-size: 15px;
}

.header_bigyapan {
    display: block;
    text-align: right;
    max-height: 80px;
    overflow: hidden;
}

.sub-navbar {
    background-color: whitesmoke;
    border-bottom: 1px solid #808080;
    padding: 10px 0;
}

    .sub-navbar ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: block;
        margin-top: 2px;
    }

    .sub-navbar li {
        display: inline-block;
    }

        .sub-navbar li a {
            display: block;
            padding: 0px 10px;
            font-size: 15px;
            font-weight: 600;
            color: #323538;
        }

        .sub-navbar li:first-child a {
            padding-left: 0px;
        }

        .sub-navbar li a img {
            max-height: 28px;
            border: 2px solid #0c68b2;
            border-radius: 50%;
            margin-right: 2px;
        }

    .sub-navbar .searchBar {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .sub-navbar #searchQueryInput {
        width: 100%;
        height: 2rem;
        background: #fff;
        outline: none;
        border: none;
        border-radius: 1.625rem;
        padding: 0 3.5rem 0 1.5rem;
        font-size: 1rem;
    }

    .sub-navbar #searchQuerySubmit {
        width: 3.5rem;
        height: 2rem;
        margin-left: -3.5rem;
        background: none;
        border: none;
        outline: none;
    }

        .sub-navbar #searchQuerySubmit:hover {
            cursor: pointer;
        }

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

    .dropdown-menu a.dropdown-item {
        font-size: 16px;
    }

.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: purple;
    color: white;
}
/*Homepage*/
.headlines {
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 8px 2px rgba(214,204,204,0.74);
    -webkit-box-shadow: 0px 1px 8px 2px rgba(214,204,204,0.74);
    -moz-box-shadow: 0px 1px 8px 2px rgba(214,204,204,0.74);
}

    .headlines h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 1.2;
        padding-bottom: 0rem;
        color: #000;
    }

    .headlines h2 {
        margin-bottom: 0rem;
    }

.headline-img-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.headlines:hover a h1 {
    color: #0c68b2;
}

.headlines img {
    max-height: 450px;
    overflow: hidden;
}

.section-header {
    background-color: white;
    padding: 0px;
    display: block !important;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 2px solid #333;
}

    .section-header span {
        color: #333;
        padding: 0px;
        font-size: 30px;
        font-weight: bold;
    }

.body-content a {
    color: #303030;
}

    .body-content a:hover {
        color: #0c68b2;
    }

.body-content h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
}

.body-content h5 {
    font-size: 20px;
    font-weight: 600;
}

.box-shadow {
    box-shadow: 0px 1px 8px 2px rgba(214,204,204,0.74);
    -webkit-box-shadow: 0px 1px 8px 2px rgba(214,204,204,0.74);
    -moz-box-shadow: 0px 1px 8px 2px rgba(214,204,204,0.74);
}

.news-content {
    padding: 10px;
}

    .news-content p {
        margin: 0px;
        font-size: 17px;
        margin-top: 10px;
        color: black;
        height: 74.5px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news-content h4 {
        line-height: 1.3;
        height: 58px;
        overflow: hidden;
    }

.tab-head-container {
    margin-top: 15px;
}

.tab-head {
    background-color: #0c68b2;
    padding: 0px 15px !important;
    font-size: 20px !important;
}


.inactive {
    background-color: #4a4a4a !important;
}

span.tab-head a, span.tab-head a:hover {
    color: white;
    padding: 3px 15px;
}

span.tab-head:hover {
    background-color: #0c68b2 !important;
    color: white !important;
}

.tab-content.inactive {
    display: none;
}

#Lokpriya_Div h5, #Sampadakiya_Div h5 {
    height: 55px;
    overflow: hidden;
    line-height: 1.3;
    padding: 3px 5px;
}

#Lokpriya_Div hr, #Sampadakiya_Div hr {
    margin: 15px 0;
}

label.special-numbering {
    height: 49px;
    width: 35px;
    float: left;
    line-height: 50px;
    padding: 0 10px;
    background-color: #490abc;
    color: white;
    margin-right: 5px;
    font-size: 30px;
}

label.special-icon {
    height: 49px;
    width: 30px;
    float: left;
    line-height: 50px;
    color: #0c68b2;
    margin-right: 5px;
    font-size: 25px;
}

.news-content-big {
    padding: 15px 0px;
}

.right-bordered {
    border-right: 2px solid #ccc;
}

.editorial_news {
    margin-bottom: 15px;
}

    .editorial_news:last-child {
        margin-bottom: 0px;
    }

.bg-whitesmoke {
    background-color: whitesmoke;
}

    .bg-whitesmoke:hover {
        background-color: #0c68b2;
    }

        .bg-whitesmoke:hover .news-content {
            color: white !important;
        }

            .bg-whitesmoke:hover .news-content p {
                color: white !important;
            }

.sahitya div {
    margin-bottom: 12px;
}

.sahitya h5 {
    height: 50px;
    overflow: hidden;
    line-height: 1.3;
}

.section-header a {
    margin-top: 13px;
}

.sectionf-img {
    max-height: 575px;
    overflow: hidden;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.mb-4 {
    margin-bottom: 2.5rem !important;
}

.other-news-head h5 a {
    height: 72px;
    overflow: hidden;
    display: block;
}
/*Detail Page*/
h2.headline {
    font-size: 3rem;
    font-weight: bold;
}
/*footer*/
.contact-section {
    background-color: rgb(0 0 0 / 14%);
    padding: 30px 0;
}

.contacts div:first-child .contact-container {
    padding: 0px 15px 15px;
    border-right: 1px dotted white;
}

.contacts div:last-child .contact-container {
    padding:0 15px;
    border-left: 1px dotted white;
}

.contact-container p {
    margin-bottom: 5px;
    font-size: 15px;
}

.contact-container h4 {
    margin: 0px;
    font-weight: bold;
    border-bottom: 2px solid #0c68b2;
    padding: 0px;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.presi {
    margin-bottom: 15px;
}

.contact-container .social-link a {
    color: #fff;
    font-size: 16px;
    border: 1px solid white;
    border-radius: 50%;
    margin-right: 6px;
}

.facebook {
    padding: 5px 13.6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.twitter {
    padding: 5px 10.6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.linkedin {
    padding: 5px 11.6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.youtube {
    padding: 5px 9.6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.instagram {
    padding: 5px 11.6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.facebook:hover {
    background-color: #4267B2;
    color: white !important;
}

.linkedin:hover {
    background-color: #0077b5;
    color: white !important;
}

.twitter:hover {
    background-color: #1DA1F2;
    color: white !important;
}

.youtube:hover {
    background-color: #FF0000;
    color: white !important;
}

.instagram:hover {
    background-color: #833AB4;
    color: white !important;
}

.contact-container span {
    background-color: #0c68b2;
    color: white;
    padding: 0px 15px;
}

.contact-container hr {
    margin: 8px 0;
}

.contact-container p a {
    font-size: 18px;
    color: #333;
}

    .contact-container p a:hover {
        border-bottom: 1px dotted #0c68b2 !important;
    }

    .contact-container p a i {
        margin-right: 5px;
    }

footer {
    background-color: #0c68b2;
    color: white;
    padding: 8px 0;
}

    footer p {
        margin: 0px;
    }

.footer-end {
    text-align: right;
}

footer a {
    color: white !important;
}

    footer a:hover {
        line-height: 1;
        color: white;
        border-bottom: 1px dashed white !important;
    }

.navbar-dark .navbar-toggler {
    margin: 3px 0;
    border-radius: 0px;
}

#mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    background-color: #0c68b2;
    z-index: 1030;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    overflow: auto;
}

#close_button {
    color: white;
    cursor: pointer;
}

    #close_button:hover {
        transition: 0.8s;
        transform: rotate(180deg);
    }

#mobile-menu a {
    color: white;
}

    #mobile-menu a:hover, #mobile-menu a.active {
        background-color: #490abc;
    }

.nav-link:hover, .nav-link.active {
    color: #e2d3f6 !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
    color: #0c68b2 !important;
}
/*Back To Top*/
@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}


/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f062";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.3); /* --- Pijl kleur --- */
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 0;
    }

    .progress-wrap::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f062";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        background: black; /* --- Pijl hover kleur --- */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::before {
        opacity: 1;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #490abc;
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

/*Responsive*/
@media (max-width: 768px) {
    .headlines h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .contacts .contact-container {
        border-bottom: 1px dotted #fff;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-right: 0px!important;
    }

    .contacts div:last-child .contact-container {
        display: none;
    }

    .contacts div:nth-child(2n) .contact-container {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-right: 0px;
        padding-top:15px;
    }

    .footer_stayconnected {
        margin-top:15px;
        margin-bottom: 15px;
    }

    footer div.col-md-6 {
        text-align: center !important;
    }

    .news-content-big {
        padding: 15px !important;
    }

    h2.headline {
        font-size: 2rem;
        font-weight: bold;
    }

    .header_bigyapan {
        margin-top: 15px;
    }

    .special-effect {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .special-icon {
        padding-left: 5px;
    }

    .date-container {
        text-align: center;
    }

    .Bisesh-Slider {
        max-width: 100%;
        overflow: hidden;
    }

    .dropdown-menu.show {
        position: static !important;
        transform: none !important;
        background-color: #4bdabf;
        text-align: center;
    }

    .mb-3, .mb-2 {
        margin-bottom: 1.5rem !important;
    }

    .jiban {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:1281px) {
    .nav-item .nav-link {
        padding-left: 10px !important;
        padding-right: 9px !important;
    }
}
