﻿.bg-floor {
    background-color: #0a58ca;
    background-image: linear-gradient( 180deg, rgb(23 87 206) 0%, #2a0157ba 70%);
}

header.bgart {
    /*background: url(../Assets/static/topbg.png) no-repeat bottom right, #fff no-repeat bottom right !important;*/
    /*background: url(../Assets/static/topbg.png) no-repeat bottom right, #fff no-repeat bottom right !important;*/
}

div.logo, div.companyname, div.lang {
    width: auto;
}

div.header {
    padding: 0.5rem;
}

#logo {
    /* height: 5rem;
    width: 6rem;*/
    height: 6rem;
    width: 7rem;
    margin-right: 0.5rem;
}

#flag {
    height: 5rem;
}


.companyname {
    font-weight: 700;
    display: inline;
    height: 7rem;
    padding-top: 1rem;
    /*text-shadow: 1px 1px 2px #0000008c;*/
}

    .companyname > span {
        display: block;
        color: red;
    }

    .companyname span:first-child {
        /*color: blue;*/
    }

    .companyname span:nth-child(3) {
        color: red !important;
        font-size: 1.9rem;
    }

    .companyname > span > a {
        text-decoration: none;
        color:red !important;
    }

ul#lang {
    list-style: none;
    display: inline-flex;
}

#lang > li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    vertical-align: middle;
}

div.lang.time {
    text-align: right;
}

.dropdown-menu {
    background-color: #22006b;
    margin-top: -0.05rem !important;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}


.dropdown-item {
    background-color: #22006b;
    color: #c7d3df;
}

    .dropdown-item:hover, .dropdown-item:focus-within, .nav-link:hover, .nav-link:focus-within {
        background-color: #dc3545;
        color: #c7d3df;
    }

    .dropdown-item > i {
        position: absolute;
        right: 0.2rem;
    }

.nav-link.home.active {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
    color: #fff !important;
}

.nav-link {
    color: #ffffffbf !important;
}

/*menu*/
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #fafafa
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

    .nav-item, .dropdown-item, .list-group-item {
        font-size: 1.25rem;
    }

        .nav-item > a {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
}
/* menu desktop view*/

/* small devices */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* small devices .end */
/* menu */

#news-scroller {
    height: 2.7rem;
    /*border-bottom: 1px solid #d4d4d4;*/
    margin-top: 0.5rem;
}

.feedtitle {
    /*height: 2.55rem;*/
    height: 2.7rem;
    text-align: center;
    line-height: 2.5;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: white;
    font-weight: 700;
    text-shadow: 1px 2px 2px black;
}

.navbar {
    padding: 0px !important;
}

.nav-item.active {
    background-color: #dc3545;
}


/*news tab*/
button.active, button.nav-link.active {
    height: 100%;
    border: none !important;
}

ul#socialTab > li {
    border: 1px thin solid #848484 !important;
    background-color: #0a58ca !important;
    color: #848484 !important;
    border-radius: unset !important;
    width: 50% !important;
}

    ul#socialTab > li:hover {
        background-color: #dc3545 !important;
        color: white !important;
    }

    ul#socialTab > li > button {
        color: #f1f1f1 !important;
        border-radius: unset !important;
        width: 100%;
    }

        ul#socialTab > li > button.active {
            background-color: #dc3545 !important;
            border-color: #dc3545 !important;
            color: white !important;
        }

ul#newsTab > li {
    border: 1px thin solid #848484 !important;
    background-color: #0a58ca !important;
    color: #848484 !important;
    border-radius: unset !important;
    width: 25% !important;
}

    ul#newsTab > li:hover {
        background-color: #dc3545 !important;
        color: white !important;
    }

    ul#newsTab > li > button {
        color: #f1f1f1 !important;
        border-radius: unset !important;
        width: 100%;
    }

        ul#newsTab > li > button.active {
            background-color: #dc3545 !important;
            border-color: #dc3545 !important;
            color: white !important;
        }


/*publication tab*/
ul#publicationTab > li {
    border: 1px thin solid #848484 !important;
    background-color: #0a58ca !important;
    color: #848484 !important;
    border-radius: unset !important;
    width: 25% !important;
}

    ul#publicationTab > li:hover {
        background-color: #dc3545 !important;
        color: white !important;
    }

    ul#publicationTab > li > button {
        color: #f1f1f1 !important;
        border-radius: unset !important;
        width: 100%;
    }

        ul#publicationTab > li > button.active {
            background-color: #dc3545 !important;
            color: white !important;
        }

/*niyamabali tab*/
ul#niyamabaliTab > li {
    border: 1px thin solid #848484 !important;
    background-color: #0a58ca !important;
    color: #848484 !important;
    border-radius: unset !important;
    width: 25% !important;
}

    ul#niyamabaliTab > li:hover {
        background-color: #dc3545 !important;
        color: white !important;
    }

    ul#niyamabaliTab > li > button {
        color: #f1f1f1 !important;
        border-radius: unset !important;
        width: 100%;
    }

        ul#niyamabaliTab > li > button.active {
            background-color: #dc3545 !important;
            color: white !important;
        }

/*news tabs*/

.carousel-indicators > button {
    background-color: darkblue !important;
}

    .carousel-indicators > button.active {
        background-color: red !important;
    }

.carousel-control-next > span, .carousel-control-prev > span {
    background-color: darkred;
    color: white;
    font-size: 1rem;
    padding: 0.5rem 0.6rem;
}
/*-----------------*/
#carouselMatahatKaaryalaya {
    height: 15rem;
}

    #carouselMatahatKaaryalaya > .carousel-inner {
        height: 15rem;
        text-align: center;
    }

.carousel-item.kaaryala {
    height: 8rem !important;
}

.carousel-caption {
    background-color: #00000073;
    margin-bottom: 20px;
    border-radius: 10px;
}

.slider-logo-box {
    height: 8rem;
}

    .slider-logo-box > a > img {
        height: 8rem;
    }

    .slider-logo-box > a > h3 {
        font-size: 1rem;
    }

.logo-slider {
    background-color: #f3f3f3;
    padding-top: 1rem;
}

.carousel-control-prev.matahat, .carousel-control-next.matahat {
    width: 4rem;
    color: darkred;
}

.logo-slider > .title {
    text-align: center;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: darkblue;
}

    .logo-slider > .title > span {
        border-bottom: 1px solid red;
    }

.slider-logo-box {
    background-color: white;
    height: 12rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 7px 10px 0px #0a58ca2b;
}

    .slider-logo-box > a {
        text-decoration: none;
    }

/*gallary*/
#carouselGallary {
    height: 23rem;
}

    #carouselGallary > .carousel-inner {
        height: 20rem;
        text-align: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #carouselGallary > .carousel-indicators {
        bottom: 35px;
    }

/*video*/
#carouselVideo > .carousel-inner {
    height: 20rem;
}

.slider-gallary-box {
    height: 8rem;
}

    .slider-gallary-box > a > img {
        height: 8rem;
    }

    .slider-gallary-box > a > h3 {
        font-size: 1rem;
    }

.gallary-slider {
    background-color: #f3f3f3;
    padding-top: 1rem;
}

.carousel-control-prev.gallary, .carousel-control-next.gallary {
    width: 4rem;
    color: darkred;
}

.gallary-slider > .title {
    text-align: center;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: darkblue;
}

    .gallary-slider > .title > span {
        border-bottom: 1px solid red;
    }

.slider-gallary-box {
    background-color: white;
    height: 12rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 7px 10px 0px #0a58ca2b;
}

    .slider-gallary-box > a {
        text-decoration: none;
    }

.carousel-indicators {
    margin-bottom: -2rem;
}

.carousel-indicators-more-button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-caption {
    color: #fff;
    bottom: 0rem;
}
/*section contacts*/
section#contacts {
    background-color: #f3f3f3;
    /*height: 50rem;*/
    display: block;
    margin: 0px;
}






    section#contacts, section#sitemap, section#contacts a, section#sitemap a, section#contacts span, section#sitemap span {
        /*color: #fff;*/
        text-decoration: none;
    }

footer {
    margin: 0px;
    height: 2.5rem;
    font-size: 1rem;
    color: #fff;
    padding-top: 0.5rem;
}


/*namesection*/
.contact-section-logo > img {
    height: 6rem !important;
    display: inline-flex;
}

.footer-contact-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem;
}

.address-section {
    padding-top: 2rem;
}

    .address-section i, .address-section img {
        padding-right: 0.25rem;
    }

    .address-section a {
        text-decoration: none;
    }

.footer-contact-nos {
    padding-top: 2rem;
}


.map-location {
    height: 32rem;
}

/**/
.headpersons {
    padding-top: 1rem;
}

    .headpersons > .card {
        margin-bottom: 1rem;
    }

.personbox > .card {
    background-color: #f6f5fa;
}

.dashperson {
    height: 13rem;
    width: 13rem;
    margin: 0 auto;
}

.dashperson-title {
    font-size: 1.2rem;
    color: #dcdada;
}

.dashperson-name {
    color: #0a58ca;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 0.2rem;
}

.moretext {
    font-size: 0.95rem;
    text-decoration: none;
    background-color: #dc3545;
    height: 2rem;
    padding: 0.3rem;
}

    .moretext > a {
        text-decoration: none;
        color: #f8f8f8;
    }

.carousel {
    margin-top: 1rem;
}

.left-section, .first-section, .second-section, .third-section {
    margin-bottom: 1rem;
}

/*service links*/
.service-links > .list-group-item {
    color: #acacac;
    background-color: #2460b9;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    height: 3.5rem;
    line-height: 2.5rem;
}

    .service-links > .list-group-item:hover {
        background-color: #dc3545;
    }

    .service-links > .list-group-item > a {
        text-decoration: none;
        color: #fafafa;
    }


.social-box, .important-box {
    margin-top: 1rem;
}

    .social-box > .title, .important-box > .title {
        background-color: #2460b9;
        color: #fafafa;
        height: 3.5rem;
        /*line-height: 2.5rem;*/
        line-height: 3.4rem;
        font-size: 1.35rem;
        font-weight: 600;
        text-align: center;
    }

    .social-box > .twitter-content {
        height: 20rem;
    }


.accordion-header, .accordion-header > button, .accordion-button:not(.collapsed) {
    background-color: #dc3545;
    color: #fafafa;
}

.accordion-body {
    height: 20rem;
    overflow-y: scroll;
}

    .accordion-body > ul {
        list-style: none;
        padding-left: 0rem;
    }

        .accordion-body > ul > li {
            padding-left: 0rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #d4d4d4;
        }

            .accordion-body > ul > li > a {
                text-decoration: none;
                height: 3rem;
            }

/*.accordion-body > ul > li:before {
                content: '\f0c1';
                position: absolute;
                left: 0;
                font-family: fontawesome;
                color: #ee1d25;
            }*/

a {
    color: #2460b9
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #dc3545;
    }


.footer-contact-nos > div {
    /*border: 1px solid #908787;*/
    padding: 0.5rem;
    color: #2460b9;
}

.contact-ul > li {
    list-style: none;
}

    .contact-ul > li > a {
        text-decoration: none;
        color: #dc3545;
    }

.footer-contact-nos > .title {
}

span.list-heading {
    font-weight: 600;
    font-size: 1.05rem;
    color: #2460b9
}

span.list-date {
    color: #2460b995;
    font-size: 0.95rem;
    font-style: italic;
}

i.item-download {
    color: #2460b9;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.5;
}

.card-head {
    padding: 1rem;
    font-weight: 700;
    color: #2460b9;
    font-size: 1.25rem;
}

    .card-head > .card-title {
        font-weight: 700;
        border-bottom: 1px solid #d1d1d1;
        padding: 0.25rem;
        text-shadow: 1px 2px 5px #00000052;
        font-size: 1.25rem;
    }

.published-date-info {
    font-size: 0.86rem;
    font-style: italic;
    color: #2460b999;
}

.menu-name {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    color: #dc3545;
    font-size: 1.35rem;
    text-align: center;
    font-weight: 700;
    background-color: #eceef1;
}

.carousel-indicators > button.active {
    margin: 0.6rem 0.5rem !important;
}

.inactive-lang {
    opacity: 0.6;
}

.font-link, .language-link {
    text-decoration: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: black;
    color: whitesmoke;
    margin-right: 0.1rem;
    height: 25px;
}

    .font-link:hover, .language-link:hover {
        text-decoration: none;
        color: white;
    }

body {
    font-family: "mukta", sans-serif;
}

.error {
    color: red;
}

img {
    object-fit: cover;
}

/*blue  #2460b9*/
/*red  #dc3545 */
