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

.top-purple-bar{
    background-color: #683091;
    height: 32px;
}

.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(../../main_assets/img/welcome_grad.png) repeat-x scroll left top transparent;
    background-image: url(../../main_assets/img/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: 110px;
}

.camera_target{
    border-radius: 0px !important;
}
.service-box ul li{
    list-style: none;
}

.service-box ul li a:before, .notice-board-bg ul li a:before, .profile-links a{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -1em;
    content: '\e891';
    color: green;
    margin-right: 0px;
}

.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 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.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;
}

#left-content, body{
    font-family: 'KalpurushRegular', sans-serif;
}

#lang_form {
    /*position: absolute;*/
    /*top: -31px;*/
    /*right: 0px;*/
    /*z-index: 9999;*/
}


.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 15px 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;
}

@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;
  }
  #jmenu{
    display: none;
  }

}