@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

html {
    overflow-x: hidden !important;
}

body {
    /* font-family: "Mulish", sans-serif; */
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
    background-image: url(../images/dots.png);
}

ol.font-incrs {
    list-style: none;
    padding: 0;
}

    ol.font-incrs li {
        float: left;
        border-right: 1px solid #295652;
        padding: 1px 7px;
        float: left;
        /* padding: 0; */
    }

.timing-txt {
    color: #fff;
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 4px;
}

ol.font-incrs li a {
    /* border-right: 1px solid #295652; */
    /* padding: 3px 2px; */
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    /* border-radius: 50%; */
    /* width: 25px; */
    /* height: 25px; */
    padding-right: 6px;
}

ol.guidlines {
    padding: 0px;
    list-style: none;
}

    ol.guidlines li {
        float: right;
    }

        ol.guidlines li a {
            font-size: 12px;
            padding: 2px 6px;
            text-decoration: none;
            color: #fff;
        }

        ol.guidlines li form input.form-control {
            padding: 0px 10px;
            height: 29px;
            width: 130px;
            font-size: 12px;
            /* background: transparent; */
            color: #fff;
            border: 1px solid #1d526f;
        }

        ol.guidlines li form span.input-group-text {
            height: 29px;
            font-size: 12px;
            font-weight: 600;
            background: #0d3043;
            color: #fff;
            border: 1px solid #1d526f;
        }
/*input[type="text"] {
   color:#fff;
}*/

.top-menu {
    background: #0a787c;
    padding: 1px 0px;
    background: #002e24;
    /* background: linear-gradient(167deg, rgba(83,145,236,1) 38%, rgba(143,79,227,1) 71%); */
}

input::placeholder {
    color: #fff;
    opacity: 1;
}

ol.colortheme {
    list-style: none;
    padding: 0;
    float: right;
    /* margin-top: 5px; */
    /* margin-right: 1px; */
    margin: 0;
}


    ol.colortheme li {
        float: left;
        margin-top: 5px;
    }

        ol.colortheme li a {
            background: #004d99;
            border: 1px solid #fff;
            height: 17px;
            width: 17px;
            display: block;
            /* border-radius: 50%; */
            margin-right: 7px;
        }

a.styleswitch.green {
    background-color: #2196F3;
}

a.styleswitch.yellow {
    background-color: #FF9800;
}
/*----top-menu css end here--*/
.logo {
    width: 70px;
    border: 3px solid #fffdfd;
    border-radius: 50%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.hearder-menu {
    padding: 4px 0px;
}

.header-text h3 {
    font-weight: 800;
    font-size: 23px;
    color: #004d99;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.header-text h4 {
    font-size: 19px;
    font-weight: 600;
    color: #5e5e5e;
}

.header-text {
    margin-top: 14px;
    margin-left: -45px;
}

nav.navbar.navbar-expand-lg {
    padding: 0px;
    font-size: 14px;
}

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

.menu-bar {
    background: #004d99;
}

a.nav-link {
    color: #e9e9e9 !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: .5px;
}

.nav-link:hover {
    color: #004d99;
}

a.nav-link.active {
    color: #fff !important;
}

    a.nav-link.active:hover {
        color: rgb(242 199 17 / 80%) !important;
    }

a.nav-link.online {
    background: #FFC107;
    padding: 3px 0px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-top: 2px;
    font-weight: 600;
    font-size: 13px;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 900;
}

.bg-clr3 h5 {
    background: #186bad !important;
}

ol.colg-list li a:before {
    color: #186bad;
}

.icon-txt-box {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 12px;
}

.icon-box {
    width: 53px;
    min-width: 53px;
    height: 53px;
    background-color: #FF9800;
}

.icon-box {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .icon-box a {
        display: inline-flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .icon-box i {
        color: #fff;
        font-size: 32px;
    }

.txt-hfive {
    /* font-family: barlow, sans-serif; */
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    /* margin-bottom: -3px; */
}

.txt-description {
    /* font-family: dm sans, sans-serif; */
    font-size: 13px;
    line-height: 18px;
    margin-top: -4px;
    color: #646464;
    font-weight: 600;
}

.icon-txt-box img {
    width: 44px;
    margin-right: 0px;
}
/*--header-part--end--*/
.heading h1 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 5px;
    position: relative;
    color: #004d99;
    margin-bottom: 10px;
    margin-top: -1px;
}

    .heading h1:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 39px;
        background-color: #0b2838;
    }

    .heading h1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        height: 1px;
        width: 82%;
        max-width: 210px;
        background-color: #0b2838;
    }

.imp-news {
    margin-top: 50px;
}

.form-header-color {
    background: #004d99;
}

.common-box {
    /* box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #f7f7f7;
    min-height: 417px;
    margin-bottom: 30px;
    position: relative;
    /* border-radius: 10px; */
    /* border: 1px solid #ddd; */
}

    .common-box h5 {
        background: #3F51B5;
        padding: 13px 15px;
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        letter-spacing: 1px;
        min-height: 108px;
        margin-top: 0px;
    }

.sub-box1 {
    margin: 9px;
    position: absolute;
    top: 42px;
    right: 0px;
    left: 0px;
    background: #fff;
    min-height: 260px;
    padding: 3px;
}

ol.common-list-style {
    list-style: none;
    overflow-y: scroll;
    height: 333px;
    padding: 0px;
}

ol.common-list-style {
    overflow-y: scroll;
    height: 240px;
}

    ol.common-list-style li {
        padding: 4px;
        border-bottom: 1px dashed #cdcdcd;
        margin: 7px;
    }

        ol.common-list-style li a {
            text-decoration: none;
            color: #4b4b4b;
            font-size: 14px;
            display: flex;
            font-weight: 600;
        }

            ol.common-list-style li a:before {
                content: '\f18e ';
                font-family: 'FontAwesome';
                padding-right: 10px;
                position: relative;
                top: 0px;
                font-size: 16px;
                color: #3F51B5;
            }

.common-box {
    min-height: 328px;
}
/*--imp-news--end--*/
.info-box h4 {
    color: #004d99;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center;
}

.information-box {
    min-height: 409px;
    background: #f1f1f1;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.scrollbar {
    float: left;
    height: 369px;
    width: 100%;
    background: #ffffff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 500px;
}

ol.info-list {
    list-style: none;
    padding: 0;
}

    ol.info-list li {
        padding: 8px;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

        ol.info-list li:nth-child(even) {
            background: #c2eae2;
        }

        ol.info-list li a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
        }

            ol.info-list li a i {
                padding-right: 10px;
            }

            ol.info-list li a:hover {
                text-decoration: underline;
                /* color: #cd0674; */
                color: #810101;
            }

/*--College List--end--*/
.dashdoard-box {
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 115px;
    padding-top: 20px;
    /* margin-top: 12px; */
    margin-bottom: 12px;
    background: linear-gradient(rgb(63 81 181 / 80%),rgb(63 81 181 / 90%)),url(../images/bg.jpg);
    background-size: cover;
    color: #fff;
    border: 5px solid #fff;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.3); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    float: left;
    width: 49%;
    margin-right: 5px;
}

    .dashdoard-box img {
        /* width: 70px; */
        height: 70px;
        text-align: center;
        /* position: relative; */
        /* top: 7px; */
        /* float: right; */
    }

    .dashdoard-box h5 {
        position: relative;
        top: 5px;
        font-size: 17px;
        text-transform: capitalize;
        margin-bottom: 13px;
    }

.bg-1 {
    background: linear-gradient(rgb(0 150 136 / 80%),rgb(0 150 136 / 77%)),url(../images/bg.jpg);
    background-size: cover;
}

.bg-2 {
    background: linear-gradient(rgb(0 156 175 / 80%),rgb(0 156 175 / 90%)),url(../images/bg.jpg);
    background-size: cover;
}

.bg-3 {
    background: linear-gradient(rgba(146, 0, 175, 0.8),rgba(169, 0, 175, 0.9)),url(../images/bg.jpg);
    background-size: cover;
}
/*--APPLICATION-news--end--*/
.total-box {
    margin: 20px 0px 20px;
    padding: 52px 20px;
    box-shadow: 0px 0px 10px #a7a2a2;
    min-height: 521px;
    background: #fff;
}

.form-control {
    border: 1px solid #569d8e !important;
    font-size: 14px;
}

.form-select {
    border: 1px solid #569d8e;
}

legend {
    text-align: left;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 26px;
    width: auto;
    color: white;
    background: #004d99;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    float: none !important;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 1px solid #bababa;
    min-width: 0;
    padding: 15px;
    background: #ffffff;
    margin-top: 15px !important;
}

.form-check-input {
    border-color: #000 !important;
}
/*form-css--end--*/
.total-box {
    margin: 20px 0px 20px;
    padding: 52px 20px;
    box-shadow: 0px 0px 10px #a7a2a2;
    min-height: 521px;
    background: #fff;
}

table.table.table-bordered {
    text-align: center;
}

th {
    background: #004d99 !important;
    color: #fff !important;
    font-size: 14px;
}

.btn-delete {
    background: red;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 7px;
}

.application {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
/*services tables--css--end--*/
.footer {
    background: black;
    color: #a7a7a7;
    padding: 5px;
    font-size: 13px;
    border-top: 3px solid #004d99;
}

.tg {
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    width: 84px;
}

.footer p {
    margin-bottom: 0;
}
/*footer--end--*/
.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;
}

@-moz-keyframes blinker {
    0% {
        color: Red;
    }

    100% {
        color: Blue;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: Red;
    }

    100% {
        color: Blue;
    }
}

@keyframes blinker {
    0% {
        color: Red;
    }

    100% {
        color: Blue;
    }
}

.img-width {
    width: 100%;
    background: #fff;
    margin-bottom: 28px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

h6.title-txt {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

    h6.title-txt:before {
        content: '';
        width: 130px;
        height: 2px;
        background: #004d99;
        position: absolute;
        bottom: -5px;
    }

    h6.title-txt:after {
        content: '';
        width: 23px;
        height: 6px;
        background: #ffc107;
        position: absolute;
        bottom: -7px;
        left: 20px;
        margin: 0px auto;
    }

a.dropdown-item {
    font-size: 14px;
    font-weight: 600;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

ol.colg-list li a:before {
    color: #186bad;
}

ol.common-list-style li a:hover {
    color: red;
}

table.table.table-bordered tr th, td {
    font-size: 13px;
    font-weight: 600;
}

label {
    font-size: 14px;
    font-weight: 700;
}

.card_a {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
    /* text-decoration: underline; */
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: 500;
}

.dashdoard-box p {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1210px;
    }
}

/* Loader Wrapper with Blur Effect */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px); /* Blurs the page content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.2); /* Light overlay */
    /*  background:linear-gradient(90deg,#00aeff 0,#005379 51%,#00577f) !important; */
}

/* Loader Animation */
.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
    color: #00577f;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}


    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@keyframes bblFadInOut {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

/* Loading Text */
.loading-text {
    font-size: 1.5em;
    color: white;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    animation: fadeText 1.5s infinite alternate;
}

@keyframes fadeText {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Hide loader after page load */
body.loaded .loader-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}


/*ApplicationForm*/
.section-header {
    background: #198754;
    color: white;
    padding: 10px 15px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center !important;
}

.card-custom {
    border: 1px solid #198754;
    border-radius: 8px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.form-label {
    font-weight: 600;
    color: #333;
}

.form-control, .form-select {
    border-radius: 6px;
}

.card {
    border-radius: 1px;
    box-shadow: 0 2px 10px rgba(0,128,0,0.15);
}

.custom-fieldset {
    border: 2px solid #1452b5;
    border-radius: 10px;
   /* //padding: 30px;*/
    position: relative;
    margin: 20px 0;
}

.custom-legend {
    margin-top: -40px;
    /*   background: #198754; */
    display: table;
    padding: 15px;
    line-height: 0px;
    border-radius: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.exp-block {
    /*  background: #f8fff8; */
    border-left: 4px solid #198754;
    margin-top: 5px !important;
}

.remove-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

    .remove-btn i {
        font-size: 16px;
    }

.error-text {
    color: red;
    font-size: 12px;
    margin-top: 2px;
}


