

html {
    font-size: 12px;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #609513;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

.innerinline * {
    display: inline-block;
    width: auto;
}

.container {
    max-width: 960px;
}

.topheader {
    background-color: #9E5BBA;
}

.btn {
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn-success {
    background-color: #4ba614;
    color: #ffffff !important;
    border: 1px solid #34740e;
}

.rowex {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.position_relative {
    position: relative;
}

.text {
    text-decoration: none;
}

.br-0{
    border-radius: 0;
}

.dark_text_shadow {
    text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}

.dropdown-menu {
    border-radius: 2px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.section_title {
    background: var(--bs-teal);
    padding: 8px;
    color: #fff;
    margin: 0;
}

.checkLi li {
    background: url(../icons/bg_block_list.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 120%;
    height: auto;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 32px;
    padding-top: 0px;
    padding-bottom: 8px;
    background-position: left;
}

.border_bottom_li li {
    border-bottom: 1px solid #666;
}

/* Header design */
#header-site-info {
    left: 20px;
    margin-bottom: 0;
    padding: 10px;
    position: absolute;
    top: 110px;
    z-index: 100;
}

.header-banner-info {
    position: absolute;
    top: 50%;
    left: 4%;
}

.header_menu ul {
    background-color: #FAFAFA;
    border-bottom: 1px dotted #666;
}

.header_menu ul li {
    list-style: none;
    display: inline-block;
}

.header_menu ul li:nth-child(1) {
    margin-left: 0;
}

.header_menu ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border-right: 1px dotted #333;
    border-top: 0;
    transition: 0.4s;
    color: var(--bs-black);
}

.header_menu ul li:nth-child(1) a {
    padding: 0.5rem;
}

.header_menu ul li a:hover {
    background: #9E5BBA;
}

.dropdown-menu {
    min-width: 25rem;
}

.header_menu .dropdown-menu ul {
    background-color: #fff;
    border-bottom: 0;
}

.header_menu .dropdown-menu li {
    display: block;
    border-top: 1px dotted #666;
}

.header_menu .dropdown-menu li:nth-child(1) {
    border-top: 0;
}

.header_menu .dropdown-menu li a {
    padding: 0.4rem 0;
    border: none;
}

.header_menu .dropdown-menu li:nth-child(1) a {
    padding: 0.4rem 0;
    border: none;
}

.dropdown-menu ul li a:hover {
    background-color: #c9c9c9;
}

/* /Header design */
/* Home Notice Section */
.notice_section {
    border: 1px solid #dddddd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    padding: 10px 0 20px 120px;
    background: url("../images/bg_notice_board.png") no-repeat;
}

.notice_section ul li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 20px;
    background: url("../icons/bullet_tick.png") no-repeat center left;
}

.notice_section ul li a {
    text-decoration: none;
    border-bottom: 1px dotted #666;
    color: #666;
}

.notice_section ul li a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #666;
}

/* /Home Notice Section */
/* Home Khobor Section */
.khobor_section {
    border: 1px solid #dddddd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
}

/* Home Service Box Section */
.service-box {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 200px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.service-box ul li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 20px;
    background: url("../icons/bullet_tick.png") no-repeat center left;
}

.service-box ul li a {
    text-decoration: none;
}

.service-box ul li a:hover {
    text-decoration: underline;
}

/* /Home Service Box Section */
/* Other page widgets  */
.accessibilityDesign {
    background: #609513;
    border: 1px solid grey;
    color: #fff !important;
    margin: 15px 0 15px 0px;
    display: inline-block;
}

.textSize,
.textBg {
    display: inline-block;
    padding: 10px;
}

.textSize {
    border-right: 2px solid grey;
    padding: 0 10px;
    padding-bottom: 3px;
}

.textSize span {
    padding: 0 10px;
}

.font-small,
.font-medium,
.font-large,
.color-1,
.color-2,
.color-3,
.color-4 {
    cursor: pointer;
    padding: 5px 10px;
}

.font-small {
    font-size: 12px;
}

.font-medium {
    font-size: 18px;
}

.font-large {
    font-size: 25px;
}

.color-1 {
    background-color: #fff;
    color: #000;
}

.color-2 {
    background-color: #cfe5fc;
    color: #21205f;
}

.color-3 {
    background-color: #2f2f2f;
    color: #ffff00;
}

.color-4 {
    background-color: #f7f3d6;
    color: #000066;
}

/* Share Content */
.social_links {
    display: flex;
    justify-content: space-evenly;
}

.share_content {
    font-size: 12px;
}

/* /Other page widgets  */
/* Right Sidebar */
.internal-eservice-mygov {
    background-image: url(../images/National-portal-digital-services_bn.gif);
    background-repeat: round;
    background-color: white !important;
    font-size: 1.2em;
    height: 50px;
    line-height: 56px;
    padding: 0 0 0 10px !important;
    cursor: pointer;
}

.internal-mygov {
    background-image: url(../images/National-portal_bn.gif);
    background-repeat: round;
    background-color: white !important;
    font-size: 1.2em;
    height: 50px;
    line-height: 56px;
    padding: 0 0 0 10px !important;
    cursor: pointer;
}

/* /Right Sidebar */
/* Footer Section  */
@media only screen and (min-width: 960px) {
    .footer-artwork {
        background: url(../images/footer_top_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 84px;
        margin: 0 auto;
        width: 1020px;
        clear: both;
    }

    .footer_bottom {
        width: 1020px;
    }
}

.footer_bottom {
    background-color: #EBEBEB;
    margin: 0 auto;
}

.footer_menu li {
    display: inline-block;
    list-style: none;
    margin-left: -3px;
    border-left: 1px dotted;
}

ul.footer_menu li:nth-child(1) {
    border: none;
}

.footer_menu li a {
    padding: 10px;
    display: inline-block;
}

.footer_menu li a:hover {
    background-color: #979797;
    text-decoration: none;
}

/* /Footer Section  */
/* Widgets */
.responsive_ad{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15rem;
    background-color: #e6e6e6;
}
.polling {
    position: fixed;
    right: 0;
    top: 20%;
    cursor: pointer;
}

.comment {
    position: fixed;
    right: 0;
    top: 30%;
    cursor: pointer;
}

.modal-header {
    border: 0;
    background: purple;
    color: #fff;
}

#commentModal .upfilecomment{
    padding: 5px;
    border: 1px solid #cfcfcf;
}
#commentModal .modal-body ul {
    display: flex;
    justify-content: space-evenly;
}

#commentModal .modal-body ul li {
    list-style: none;
    display: inline-block;
}

#commentModal .modal-body ul li a i {
    font-size: 2rem;
    color: purple;
}

#commentModal .modal-body ul li a {
    border: 1px solid #bdbdbd;
    padding: 16px;
    display: inline-block;
    background-color: #f5f5f5;
    transition: 0.4s;
}

#commentModal .modal-body ul li a i,
#commentModal .modal-body ul li a img {
    margin-bottom: 6px;
}

#commentModal .modal-body ul li a:hover {
    background-color: purple;
    text-decoration: none;
    color: #fff;
}

#commentModal .modal-body ul li a:hover i {
    color: #fff;
}
/* Comment modal function */
#write{
    display: none;
}
.write_name,
.comment_user_info label{
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #bdbdbd;
    background-color: #dddddd;
    margin-bottom: -1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.welcome_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    padding-top: 2rem;
}
.welcome_modal .modal_inner{
    background-color: #ffffff;
    width: 800px;    
    margin: auto;
    padding: 0;
    position: relative;
    padding: 0.4rem;
    border-radius: 5px;
}
.welcome_modal .modal_inner .btn-close{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #a1a1a1;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    
}

/* Vertical News */
.khobor_section{
    display: flex;
    align-items: center;
}
#all_news {
    width: 87%;
    height: 32px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    position: relative;
}

#all_news span {
    float: left;
    color: rgba(0, 0, 0, .8);
    color: #1a1a1a;
    background: #00425a;
    padding: 6px;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
    background: rgb(0, 75, 103);
    background: -moz-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    background: linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b67', endColorstr='#003548', GradientType=0)
}

#all_news ul {
    float: left;
    padding-left: 20px;
    -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite
}

#all_news ul:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

#all_news li {
    line-height: 25px
}

#all_news a {
    color: #131313;
    text-decoration: none;
    font-size: 13px
}

@-webkit-keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

@-moz-keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

@keyframes ticker {
    0% {
        margin-top: 0
    }

    25% {
        margin-top: -26px
    }

    50% {
        margin-top: -52px
    }

    75% {
        margin-top: -78px
    }

    100% {
        margin-top: 0
    }
}

/* /Widgets */

/* Mobile Responsiv */
@media (max-width:768px) {
    .header-banner-info {
        position: inherit;
    }

    .header-banner-info .gov_logo {
        width: 40px;
    }

    .header-banner-info .school_name {
        font-size: 1rem !important;
    }
}