@font-face {
    font-family: 'KalpurushRegular';
    src: url('/website/font/kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(/website/images/bg_main.gif) repeat-y scroll center top rgba(0, 0, 0, 0);
}

.no-decoration {
    text-decoration: none;
    color: inherit;
}

.purple-bar {
    background-color: #683091;
    height: 36px;
    border-bottom: 4px solid #8dbf51;
}

.main-container {
    max-width: 1005px !important;
}

.fixed-logo {
    position: absolute;
    top: 60px;
    left: 3%;
    z-index: 1100;
}

.new-menu {
    height: 47px;
}

.new-menu>li {
    height: 47px;
}

.meganizr>li>div,
.meganizr>li>ul,
.meganizr>li>ul li>ul {
    padding: 0 !important;
}

.menu li {
    position: relative;
    margin: 0 0 5px !important;
}

.copyright {
    padding: 13px 0 !important;
}

.breaking-news ul {
    width: 100% !important;
}

#content {
    background: none !important;
}

#notice-board {
    background: url(../../main_assets/img/welcome_grad.png) repeat-x scroll center bottom #EBEBEB;
    border: 1px solid #dddddd;
    font-size: 1em;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.notice-board-bg {
    background: url(/website/images/welcome_grad.png) repeat-x scroll left top transparent;
    background-image: url(/website/images/bg_notice_board.png);
    background-repeat: no-repeat;
    padding: 10px 0 20px 100px;
}

#notice-board ul li {
    list-style: none;
}

#notice-board-ticker {
    padding-right: 10px;
}

.no-decoration {
    text-decoration: none;
    color: inherit;
}

#notice-board-ticker ul li {
    line-height: 18px;
    margin-bottom: 5px;
}

.btn-custom {
    background-image: linear-gradient(to bottom, #666, #a6a6a6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    padding: 0 5px;
    color: #fff;
    background-color: #a6a6a6;
    font-size: 14px;
}

.news-box {
    display: flex;
    align-items: center;
    font-size: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
    background-color: #EFEFEF;
}

.news-title {
    margin-right: 10px;
    font-weight: bold;
}

.news-list {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 24px;
    /* Set the height according to one list item */
    /*min-width: 85%;*/
    /*max-width:90%;*/
}

.news-list li {
    height: 24px;
    /* Set the height of each list item */
    display: none;

}

.news-list li.show {
    display: inline-block;
    animation: slideUp 0.5s ease-in-out;
}

/* Animation for sliding the list item */
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-box {
    background-color: #F5F5F5;
    height: 225px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.service-box h4 {
    margin: 0px;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px !important;
    font-weight: normal;
}

.service-box img {
    width: 80px !important;
    float: left;
}

.service-box ul {
    padding-left: 102px;
}

.camera_target {
    border-radius: 0px !important;
}

.service-box ul li {
    list-style: none;
}

.bk-org {
    background-color: #609513 !important;
    color: #fff;
    height: 34px;
    display: flex;
    align-items: center;
    text-transform: capitalize !important;
    justify-content: center;
}

.profile-box {
    border: 1px solid #609513 !important;
}

.links li {
    border-bottom: 1px solid black;
}

#main-footer,
#lower-footer {
    background-color: #0D5189;
}

.issue-block {
    border-radius: 0px !important;
}

#mobile-menu {
    display: none;
}

#jmenu {
    display: block;
}

.accessibilityDesign {
    background: #609513;
    border: 1px solid grey;
    float: left;
    color: #fff !important;
    margin: 15px 0 15px 0px;
}

.textSize,
.textBg {
    float: left;
    padding: 10px;
}

.textSize {
    border-right: 2px solid grey;
}

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

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

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

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

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

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

.textSize,
.textBg {
    float: left;
    padding: 10px;
}

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

.color-1,
.color-2,
.color-3,
.color-4 {
    font-size: 12px;
    border: 1px solid grey;
}

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

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

.color-1,
.color-2,
.color-3,
.color-4 {
    font-size: 12px;
    border: 1px solid grey;
}

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

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

.color-1,
.color-2,
.color-3,
.color-4 {
    font-size: 12px;
    border: 1px solid grey;
}

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

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

.color-1,
.color-2,
.color-3,
.color-4 {
    font-size: 12px;
    border: 1px solid grey;
}

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

.share-buttons {
    text-align: center;
    margin-top: 20px;
}

.share-buttons a,
.share-buttons button {
    display: inline-block;
    margin: 0 2px;
}


.share-buttons button,
.share-button {
    color: #fff !important;
    padding: 5px 5px 5px 8px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.6s ease;
    cursor: pointer;
}

.share-button:hover {
    transform: translateY(-8px);
}

.facebook {
    background-color: #303F9E;
}

.twitter {
    background-color: #3675AE;
}

.whatsapp {
    background-color: #6FBE3C;
}

.linkedin {
    background-color: #3874B2;
}

.vider {
    background-color: #9D1BC0;
}

.copy-link {
    background-color: #4FB2E2;
}

.messanger {
    background-color: #BF3DC8;
}

.share-title {
    font-family: Hind Siliguri !important;
    color: #662D91;
    font-size: 17px;
    text-align: left;
}

body {
    font-family: 'KalpurushRegular', sans-serif !important;
}

.meganizr,
.meganizr ul,
.meganizr li,
.meganizr a,
.meganizr img,
.meganizr div,
.meganizr p,
.meganizr form,
.meganizr input,
.meganizr textarea,
.meganizr h3,
.meganizr h4,
.meganizr h5 {
    font-family: 'KalpurushRegular', sans-serif !important;
}


.search-btn {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 0 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px 0 5px;
    color: #ffffff !important;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}

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

#lang_form button {
    background-color: mediumpurple;
    color: #fff;
    text-shadow: none;
}

.meganizr>li {
    height: 48px !important;
}

.mzr-links {
    margin-top: 10px !important;
    font-size: 17px !important;
}

.mzr-content.drop-one-columns {
    margin-top: 11px !important;
}

.meganizr>li>a {
    padding: 11px 12px 11px 12px;
}

.mzr-links a {
    padding-left: 8px !important;
}

.lan-button {
    background: #A289D4;
    padding: 2px 10px 2px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 0px 3px 2px #fff;
    margin-right: 10px;
    top: 5px;
    margin-top: 48px;
    font-size: 13px;
    border-radius: 5px;
}

#notice-board-ticker ul li,
.category-box ul li {
    list-style: none;
}

#notice-board-ticker li {
    margin-bottom: 5px;
}

#notice-board-ticker li,
.service-box li,
.category-box li {
    background: url(/website/images/bullet_tick.png) no-repeat center left;
    padding-left: 20px;
}

.carousel-caption {
    bottom: 0rem;
    left: 0;
    right: 0;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
}

.carousel-caption p {
    margin: 0;
    color: white;
}

.right-links ul li {
    background: url(/website/images/bg_block_list.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    height: auto;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-top: 0px;
    background-position: left;
}

.right-links ul li {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #683091 0%, #8bc643 100%);
    border-image-slice: 1;
}

.issue-block {
    border-radius: 0px !important;
}

.issue-block {
    background: #f5f5f5;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 9px;
    text-align: left;
    box-shadow: 1px 1px 1px 2px #ccc;
    font-family: kalpurushregular !important;
}

.issue-content {
    padding: 13px 15px;
}

.ql-align-center {
    text-align: center !important;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-justify {
    text-align: justify !important;
}

.pagination {
    display: flex;
    justify-content: center;
}

.announce-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.announce-overlay img {
    max-width: 80vw;
    max-height: 70vh;
}

@media (max-width: 767px) {
    .announce-overlay iframe {
        min-width: 50vw;
        min-height: 50vh;

        max-width: 80vw;
        max-height: 70vh;
    }
}

.content-container {
    height: 100%;
}

.close-button {
    position: absolute;
    top: -20px;
    right: -16px;
    padding: 0px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.close-button i {
    font-size: 35px;
    color: red;
    background-color: transparent;
}

@media (max-width: 768px) {
    #hero {
        height: 55vh !important;
        margin-top: 72px !important;
    }

    .welcome-video {
        margin-top: 30px;
    }
}

.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    /* Ensure it's on top of other elements */
}

.play-button {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #fffc;
    text-decoration: none;
    transition: color .3s ease;
}

.fixed-logo p {
    display: inline;
}

.site-container {
    display: flex;
    max-width: 100%;
}

.site-inner-container {
    width: 420px;
}

#go-btn {
    width: 40px;
}

@media only screen and (max-width: 768px) {

    .new-menu {
        background-color: #fff;
    }

    .mzr-responsive {
        height: auto !important;
    }

    #mobile-menu {
        display: block;
    }

    .breaking-news ul {
        margin-top: -5px !important;
    }

    #main-menu {
        display: none;
    }

    .fixed-logo {
        left: 2%;
        text-align: center;
        /*        margin-top: 40px !important;*/
        top: 30px;
    }

    .fixed-logo p {
        margin-left: 5px !important;
        display: block;
    }

    .site-container {
        display: block;
        width: 100%;
    }

    .select2-container {
        width: 100% !important;
    }

    .site-inner-container {
        width: 100%;
    }

    .purple-bar {
        height: 168px;
    }

    #go-btn {
        width: 100%;
    }
}

.select2-container {
    z-index: 9999 !important;
}

.select2-selection__rendered {
    line-height: 24px !important;
}

.select2-container .select2-selection--single {
    height: 24px !important;
}

.select2-selection__arrow {
    height: 24px !important;
}