@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300..700&display=swap');

body {
    font-family: "Kreon", serif;
}
ol.incr-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ol.incr-list li {
        float: left;
        padding: 4px 4px;
    }

        ol.incr-list li a {
            color: #fff;
            font-size: 13px;
            text-transform: capitalize;
            letter-spacing: 1px;
            border-right: 1px solid #ffffff;
            padding-right: 12px;
            text-decoration: none;
        }

.top-menu {
    background: #0b493cde;
    padding: 3px 0px;
}

.top_bar .social-icons {
    padding: 0 8px;
}

ul.social-icons {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 5px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    padding-right: 10px;
    /* border-right: 1px solid #ddd; */
}

    .social-icons li a {
        display: block;
        min-width: 26px;
        text-align: center;
        border-right: 1px solid #4a4a4a;
        padding-right: 12px;
        color: #fff;
    }

.top_bar .social-icons li a {
    margin: 0;
    font-size: 13px;
    min-width: 35px;
}
/*----top-menu css end here--*/
/*---logo-menu--*/
.logo-menu {
  /*  padding: 10px 0px;*/
}
/* .logo-img img {
    width: 80px;
} */

.logo-img {
    float: left;
    padding-right: 10px;
}

.logo-txt h5 {
    font-size: 26px;
    margin-bottom: 0;
    color: #073b3a;
    letter-spacing: 1px;
    background: linear-gradient(228deg, #084e4d 12.33%, #0b6e6d 33.75%, #009688 60.02%, #4a9b52 89.93%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.logo-txt h6 {
    font-size: 20px;
    margin-bottom: 0;
    color: #757575;
    letter-spacing: .5px;
}

.logo-txt p {
    margin-bottom: 0;
    font-size: 17px;
    color: #757575;
    letter-spacing: .5px;
}

.right-side {
    float: right;
    display: inline-block;
}

.header-widget {
    margin-top: 8px;
    margin-bottom: 8px;
    float: right;
    padding-left: 0;
    text-align: left;
}

    .header-widget li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -5px;
        padding-right: 10px;
        line-height: 24px;
        position: relative;
    }

        .header-widget li i {
            float: left;
            display: inline-block;
            color: #66676b;
            font-size: 34px;
            width: 35px;
            position: relative;
            margin-top: 8px;
            margin-right: 9px;
            text-align: center;
            -webkit-text-stroke: 0.5px #fff;
        }

        .header-widget li .widget-content {
            float: left;
            /*max-width: 150px;*/
        }

        .header-widget li span.title {
            display: block;
            color: #333;
        }

        .header-widget li span.data {
            color: #808080;
        }

ul.header-widget li i {
    color: #FF9800;
}
/*----main-menu--*/
.main-menu {
    /*  background: #1abc9c;*/
    background: #1ABC9C;
    background: linear-gradient(90deg,rgba(26, 188, 156, 1) 30%, rgb(9 56 46) 106%);
    border-bottom: 2px solid #850006;
    /*height:38px !important;*/
}

    .main-menu .navbar {
        padding: 0;
    }

.nav-link {
    color: #ffff;
    letter-spacing: 1px;
    margin-right: 10px;
    font-size: 13px;
}

    .nav-link:focus, .nav-link:hover {
        color: #FFC107;
    }

/*.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: flex-start !important;
}*/

/*--hightlight-txt--*/
.highlight-txt {
    /* background: #fafff4;
    border-bottom: 1px solid #dffabe;*/
    background: url(../images/banner.png);
}

    .highlight-txt p {
        margin-bottom: 0;
        padding: 6px 0px;
        font-weight: normal;
        font-size: 16px;
    }

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 18px;
    font-weight: bold;
}

@keyframes blinker {
    0% {
        color: #FF5722;
    }

    100% {
        color: #850006;
    }
}
/*--notification boxes--*/
.latest-news {
    background: #fff;
   /* padding: 10px 13px;*/
    min-height: 397px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* box-shadow: rgb(0 0 0 / 7%) 0px 12px 25px; */
    background: #fff;
    border-bottom: 3px solid #850006 !important;
}

    .latest-news h4 {
        background: #790100;
        padding: 10px;
        color: #fff;
        font-size: 17px;
      /*  border-radius: 4px;*/
        margin-bottom: 15px;
        font-weight:bold;
    }

img.news-icn {
    width: 35px;
    float: left;
    position: relative;
    top: -8px;
    margin-right: 12px;
}

.news-box {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 20px;
    padding: 10px;
    margin-bottom: 12px;
    margin: 10px;
    background: #fff;
    /* border-left: 2px solid #c1c1c1; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.news-icon img {
    width: 36px;
    background: #790100;
    /* color: red; */
    padding: 3px;
    margin-right: 10px;
}

.news-box span {
    font-size: 14px;
    color: #790100;
    margin-right: 10px;
}

.news-txt p {
    color: #000;
    font-size: 14px;
    padding-top: 7px;
}

.notification-box {
    padding: 30px 0px 50px;
    background: url(../images/banner.png);
    /* background-size: contain; */
}

.news-txt a {
    color: #ededed;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.information-list-box {
 /*   padding: 20px;*/
    box-shadow: rgb(0 0 0 / 7%) 0px 12px 25px;
    border-bottom: 3px solid #504fab;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .information-list-box h5 {
        background: #504fab;
        padding: 13px 10px;
        color: #fff;
        font-size: 17px;
      /*  border-radius: 4px;*/
        margin-bottom: 15px;
        margin-top: 1px;
        font-weight: bold;
    }

img.news-icn {
    width: 35px;
    float: left;
    position: relative;
    top: -8px;
    margin-right: 12px;
}

ol.more-list {
    padding: 10px;
    /* overflow-y: scroll; */
    height: 297px;
    list-style: none;
}

    ol.more-list li {
        border-bottom: 1px solid #d5c4c4;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

        ol.more-list li a {
            color: #000;
            display: flex;
            font-size: 14px;
            text-decoration: none;
        }

            ol.more-list li a i {
                line-height:20px;
                padding-right: 10px;
                color: rgb(247 44 37);
            }

.scrolling-box {
    border-bottom: 3px solid #1a6377 !important;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 7%) 0px 12px 25px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .scrolling-box h4 {
        background: #1a6377 !important;
        color: #fff;
        border-radius: 5px;
        padding: 10px 8px;
        text-align: left;
        text-transform: capitalize;
        font-size: 16px;
        letter-spacing: 1px;
        /* margin-bottom: 21px; */
        /* border-bottom: 3px solid #009688 !important; */
        margin-top: -5px;
        font-weight: 600;
    }

ol.circulars-list {
    list-style: none;
    padding-left: 0px;
    height: 276px;
}

    ol.circulars-list li {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

        ol.circulars-list li a {
            position: relative;
            color: #000;
            font-size: 14px;
            text-decoration: none;
        }

            ol.circulars-list li a:before {
                content: "\f138";
                font-family: fontawesome;
                margin-right: 8px;
                color: #000066 !important;
                padding: 5px;
            }

        ol.circulars-list li span {
            display: block;
            text-align: right;
            color: red;
            font-size: 12px;
        }

.read-more {
    text-align: right;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.common-height {
    min-height: 421px;
}

.bg-clr1 h5 {
    background: #790100;
}

.bg-clr1 {
    border-bottom: 3px solid #850006;
}

    .bg-clr1 ol.more-list li a i {
           color: #790100;
          
        font-weight: bold;
    }
.main-content {
   background-image: url('../images/background.jpg');
}
/*--footer-box--*/
img.footer-logo {
    width: 100px;
    background: #fff;
    padding: 3px 4px;
    border-radius: 30px;
}

.footer-box p {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #ffff;
}

.footer-box {
    /* background: #1abc9c;*/
    background: #0b493c;
    padding: 10px 0px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1abc9c;
    color: white;
    border: 1px solid #1abc9c;
    cursor: pointer;
    padding: 9px 14px;
    border-radius: 50px;
    font-size: 18px;
}

    #myBtn:hover {
        background-color: #555;
    }

.btn-submit {
    background: #0ca052;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    padding: 3px 12px;
    margin: auto;
 /*   display: block;*/
    margin-top: 0px !important;
    border: 1px solid #0ca052;
}

.sub-box {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 15px;
    margin: 25px 0px;
    min-height: 400px;
    border-radius: 6px;
    border-top: 3px solid #1abc9c;
}

.form-control {
    border: 1px solid #1abc9c;
    background: #0e8a8824;
}

.form-select {
    border: 1px solid #2e92de;
    background: #0e8a8824;
}

tr th {
    background: #1abc9c !important;
    color: #fff !important;
}

.btn-submit {
    background: #790100;
    border: 1px solid #790100;
    color: #fff;
    font-weight:bold;
}

    .btn-submit:hover {
        background: #1abc9c;
        border: 1px solid #1abc9c;
        color: #ffff;
    }

.maindodycnt {
    min-height: 535px;
    padding: 21px;
    margin: 15px 0px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 1px solid #1abc9c;
    min-width: 0;
    padding: 15px;
    background: #ffffff;
    margin-top: 15px !important;
}

legend {
    text-align: left;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 26px;
    width: auto;
    color: white;
    background: #1abc9c;
    padding: 2px 15px;
    font-size: 22px;
    border-radius: 16px 17px;
    margin-bottom: 5px;
    font-weight: 600;
    float: none !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 5px;
    position: relative;
    color: #8b0000;
    margin: 10px 0px;
    font-weight: bold;
}

    .heading:before {
        font-size: 30px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 39px;
        background-color: #850006;
    }

    .heading:after {
        font-size: 30px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        height: 1px;
        width: 82%;
        max-width: 210px;
        background-color: #850006;
    }

h2 {
    font-size: 24px;
    font-weight: bold;
}
.table > tbody > tr > th {
    background:linear-gradient(#339600,#19ff00) ;
}
.table th {
    background: linear-gradient(#339600,#19ff00);
}
#Old_DEECET {
    /* background-image: linear-gradient(#60cec3, #00fff9, #38a3a6); */
    border-radius: 20px;
    /* color: #fff !important; */
    background: #ffffff;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 5px !important;
    /* padding-bottom: 8px !important; */
    /* margin: 5px 0; */
}

/*.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}*/

.nav-link.active {
    background-color: #850006;
    color: white !important;
}
input[type="radio"] {
    position: relative !important;
    float: left;
   /* left: -5px;*/
    top: 6px;
}
label{
    display:inline-block;
    font-size:13px;
    padding:2px;
}

