@font-face {
    font-family: bn;
    src: url("/fonts/Roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: bnb;
    src: url("/fonts/Roboto/Roboto-Bold.ttf");
}

body {
    font-family: bn;
}
img.header_add {
    max-height: 85px;
    width: 100%;
}
.font-head {
    font-size: 2rem !important;
    font-weight: bolder !important;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -50px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 5px 15px;
}

.blog .carousel-indicators .active {
    background: #39f;
}

.overlay,
.sideMenu {
    position: fixed;
    bottom: 0;
}

.overlay {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    transition: all ease 0.2s;
}
.overlay.open {
    left: 0;
    right: 0;
}
.sidebarNavigation {
    margin-bottom: 0;
    z-index: 999;
    justify-content: flex-start;
}
.sidebarNavigation .leftNavbarToggler {
    margin-right: 10px;
    order: -1;
}
.sideMenu {
    left: -100%;
    top: 52px;
    transition: all ease 0.5s;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    max-width: 80%;
    margin-bottom: 0;
    padding: 1rem;
}
.sideMenu.open {
    left: 0;
    display: block;
    overflow-y: auto;
}
.sideMenu ul {
    margin: 0;
    padding: 0 15px;
}

.footer-widget p {
    margin-bottom: 27px;
}
p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 28px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #007bff;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #f5b02e;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #eef0ef;
    border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
    border-right-color: #f7f9f8;
    border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 0px 0 0;
    background-color: #151414;

    z-index: 2;
}
.dk-footer .contact-us {
    margin-top: 0;
}

.dk-footer .contact-icon i {
    font-size: 24px;

    color: #007bff;
}

.dk-footer-box-info {
    background: #202020;

    z-index: 2;
}
.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
}
.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}
.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}
.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3b5998;
}
.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55acee;
}
.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #dd4b39;
}
.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976b4;
}
.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #b7242a;
}

.footer-awarad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget a {
    color: #878787;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-widget a:hover {
    color: #007bff;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}
.dk-footer-form input[type="email"] {
    border-radius: 50px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}
.dk-footer-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;

    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}
.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}
.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}
.contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    padding: 28px 0;

    background-color: #202020;
}
.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}
.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #fa6742;
    border-color: #fa6742;
}
.top-nav {
    height: 35px;
}
.table-striped tbody tr:hover {
    color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: banksnepalbold !important;
}
ul.f-bold li a {
    font-weight: bold;
}

#sidebar-wrapper {
    position: absolute;
}

.chairman-avatar {
    height: 100px;
    object-fit: cover;
}

.setting label {
    color: #fff !important;
}
.f-title {
    font-size: 24px;
    border-bottom: 5px solid #5f5f07;
}

.contact-details li {
    font-size: 20px;
    text-align: center;
}

.text-secondary {
    color: #6c757d !important;
}
ul.sidebar-menu li a:hover {
    font-weight: bold;
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.my-btn {
    background: #f5f5f5;
    color: #333;
    border: #999 solid 1px;
    border-radius: 5px;
}
.my-btn:hover {
    background: #fff;
}
.form-control {
    color: #333 !important;
}
.form-control:focus {
    background-color: #f5f5f5;
}
.nav-link {
    padding: 0;
}

.card h4 a {
    color: #333;
}
.card h4 a:hover {
    color: #570634;
    text-decoration: none;
}

section#footer {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

ul.contact-details {
    list-style: none;
}

.header-bg {
    background: rgb(255, 255, 255, 1);
}

.sub-title {
    font: 16px/20px "Open Sans", sans-serif;
}

.desc {
    font: 13px/19px "Open Sans", sans-serif;
}
.feature_img {
    width: 51% !important;

    max-height: 70px;
}

.c_i_t {
    width: 70% !important;
    margin: 5%;
    max-height: 100px;
}

.form-control {
    border: 1px solid #ccc;
}
.front label,
.front input {
    color: #333 !important;
}

.user-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.setting-pr-photo {
    position: relative;
}

.pr-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.pr-middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.setting-pr-photo:hover .pr-image {
    opacity: 0.5;
}

.setting-pr-photo:hover .pr-middle {
    opacity: 1;
}

a.font1em {
    font-size: 14px !important;
}

a.font1em:hover {
    color: #39f !important;
    text-decoration: none;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

#summary p.collapse:not(.show) {
    height: 120px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#summary p.collapsing {
    min-height: 120px !important;
}

#summary a.collapsed:after {
    content: "+ Read More";
}

#summary a:not(.collapsed):after {
    content: "- Read Less";
}

#summary pre {
    white-space: pre-wrap;
    font-family: Nunito, sans-serif !important;
    font-size: 1em;
}

.block-event h3 {
    font-size: 1.5rem !important;
    font-weight: normal;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    body {
        background: #fff;
    }
    .row {
        margin: 0;
    }
    .container-fluid {
        padding: 0;
    }
    .block-event span {
        width: 100%;
    }
    #footer {
        text-align: center;
    }
    .adv .img-fluid {
        width: 100% !important;
    }
    .small-device {
        display: block;
    }
    .shadow {
        box-shadow: none !important;
    }
    .block-event h3 {
        font-size: 2rem !important;
    }
    .card-body {
        padding: 0;
    }
    .card-header h3 {
        font-size: 20px !important;
    }
    .small-text {
        font-size: 1.4em !important;
    }

    a.news-top {
        font-size: 18px;
    }

    .p-small-0 {
        padding: 0 !important;
    }
     .font-head {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 768px) {
    body {
        background: #fff;
    }
    .row {
        margin: 0;
    }
    .container-fluid {
        padding: 0;
    }
    .block-event span {
        width: 100%;
    }
    #footer {
        text-align: center;
    }
    .adv .img-fluid {
        width: 100% !important;
    }
    .small-device {
        display: block;
    }
    .shadow {
        box-shadow: none !important;
    }
    .block-event h3 {
        font-size: 2rem !important;
    }
    .card-body {
        padding: 0;
    }
    .card-header h3 {
        font-size: 20px !important;
    }
    .small-text {
        font-size: 1.4em !important;
    }
}

@media (min-width: 992px) {
    .small-device {
        display: none;
    }
}

@media (min-width: 1200px) {
    .small-device {
        display: none;
    }
}
