

 .mgn{
        margin: 10px 0px;
      }
      .btn {
        
    color: #000000;
    border: 2px solid #192f59;
      }
      .events-panel li a,
      .news-panel li a {
        transition-duration: .2s;
        display: block
      }
      .quicklinks li a:hover {
        background: #cea24a;
        background: -moz-linear-gradient(top, #cea24a 0, #ffcc14 100%);
        background: -webkit-linear-gradient(top, #cea24a 0, #ffcc14 100%);
        background: linear-gradient(to bottom, #cea24a 0, #ffcc14 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cea24a', endColorstr='#ffcc14', GradientType=0);
        color: #00144D
      }
      .newscroll {
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 30px
      }
      .newscroll h3 {
        color: darkred;
        padding-bottom: 10px;
        border-bottom: 1px solid darkred
      }
      .play-pause {
        float: right;
        font-size: 12px;
        margin-top: 0
      }
      .events-panel,
      .news-panel {
        list-style: none;
        margin: 0 0 15px;
        padding: 15px;
        border: 1px solid #e7e7e7;
        min-height: 313px;
        max-height: 313px;
      }
      .events-panel li,
      .news-panel li {
        margin-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        padding-left: 12px
      }
      .news-panel li {
        position: relative
      }
      .events-panel li:before,
      .news-panel li:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: #7E112D
      }
      .news-panel li a:hover {
        color: #7E112D;
        text-decoration: none
      }
      .events-panel li {
        position: relative
      }
      .events-panel li a {
        color: #0746c5
      }
      .news-item .arw,
      .news-item .dtype,
      .news-text .owl-pagination {
        display: none
      }
      .events-panel li a:hover {
        color: #7E112D;
        text-decoration: none
      }
      .news-item .dsize,
      .news-item .ndate {
        margin-bottom: 0;
        font-size: 13px;
        color: #000
      }
      .news-item .fa-file-pdf-o {
        color: #C00
      }
      .stopped {
        margin-top: 0!important
      }
      .msg-btn2 {
        margin: 0 auto 10px;
        color: #03356E;
      }
      .msg-btn,
      .msg-btn2 {
        border: 1px solid #03356E;
        display: inline-block;
        font-size: 13px;
        padding: 5px 10px;
        transition-duration: .3s;
        text-align: center;
      }
      .newscroll {
        background-color: rgba(255, 255, 255, .97);
        margin-bottom: 30px;
      }
      .newscroll a:hover {
        color: red !important;
      }
      .blinking{
        animation:blinkingText 1.2s infinite;
      }
      @keyframes blinkingText{
        0%{
          color: #000;
        }
        49%{
          color: #000;
        }
        60%{
          color: transparent;
        }
        99%{
          color:transparent;
        }
        100%{
          color: #000;
        }
      }
      .lb{
        font-size: 17px;
      }
      @media only screen and (max-width: 600px) {
        #div_notice {
          height: auto !important;
        }
        .rm{
          margin-top: 1px !important;
        }
      }
      #div_notice{
        height: 500px;
        margin: 3px;
        margin-top: -3px;
      }
      .mrq{
        background-color:#FEF0D0;
        -moz-box-shadow:    3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow:         3px 3px 5px 6px #ccc;
        padding:10px;
        font-size:16px;
        color: red !important;
        border-top: solid 5px #242424;
      }
      .ln{
        color:#941bcf;
        font-size: 20px;
      }
      .lnmsg{
        color:#fff;
        font-size: 18px;
      }
      .click{
        color: red;
      }
      .shadow a:hover{
        color: #9F020E !important;
      }
      .bgpost{
        padding-bottom: 12px;
        color: #000000;
        font-weight: 600;
        font-size: 19px;
        background: #fff;
        text-align: left;
        margin-top: 17px;
        padding-top: 12px;
        line-height: 20px;
      }
       .services{
        box-shadow: 1px 1px 4px 0px rgb(51, 31, 113);
        background: #E0BB2D;
        padding: 15px;
    margin: 9px;
     font-size: 11px !important;
        font-weight: bold !important;
      }

      .services:hover{
        box-shadow: 1px 1px 4px 0px rgb(51, 31, 113);
        background: #DBAA47; 
        
      }

      .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
}


.hovereffect {
            width: 100%;
            height: 100%;
            float: left;
            overflow: hidden;
            position: relative;
            text-align: center;
            cursor: default;
        }

            .hovereffect .overlay {
                width: 100%;
                height: 100%;
                position: absolute;
                overflow: hidden;
                top: 0;
                left: 0;
            }

            .hovereffect img {
                display: block;
                position: relative;
                -webkit-transition: all 0.4s ease-in;
                transition: all 0.4s ease-in;
            }

            .hovereffect:hover img {
                filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
                filter: grayscale(1) blur(3px);
                -webkit-filter: grayscale(1) blur(3px);
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
            }

            .hovereffect h2 {
                text-transform: uppercase;
                text-align: center;
                position: relative;
                font-size: 17px;
                padding: 10px;
                background: rgba(0, 0, 0, 0.6);
            }

            .hovereffect a.info {
                display: inline-block;
                text-decoration: none;
                padding: 7px 14px;
                border: 1px solid #fff;
                margin: 50px 0 0 0;
                background-color: transparent;
            }

                .hovereffect a.info:hover {
                    box-shadow: 0 0 5px #fff;
                }