.info-counter {
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.single-counter {
    background: #fff;
    /*width: 32.33%;*/
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}
.cat-institute {
    display: flex;
    flex-direction: column;
    height: 186px;
    padding-top: 35px;
}
.single-cat {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
}
.single-cat h2 {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
}
.main-con {
    padding: 12px 0px;
    text-transform: uppercase;
}
.main-con h2 {
    font-size: 18px;
}
.main-con h1 {
    font-size: 22px;
}
.w-33{
    width: 33.33%;
}
.w-50{
    width: 50%;
}
.bg-inst{
    background: url("../assets/images/dashboard/polytechnic.jpg");
    background-size: cover;
}
.bg-tec{
    background: url("../assets/images/dashboard/teacher.jpg");
    background-size: cover;
}
.bg-std{
    background: url("../assets/images/dashboard/stu.jpg");
    background-size: cover;
}

.bg-inst-ov,.bg-tec-ov, .bg-stu-ov {
    position: relative;
    z-index: 2;
}
/*.bg-inst-ov:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
    background: rgb(195,34,34);
    background: linear-gradient(0deg, rgba(195,34,34,1) 0%, rgba(5,43,5,1) 100%);
}*/
.bg-inst-ov:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
    background: rgb(195,34,34);
    background: linear-gradient(10deg, rgb(7 70 129) 0%, rgb(47 64 32) 100%);
}
.bg-tec-ov:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
    background: rgb(195,34,34);
    background: linear-gradient(0deg, rgba(195,34,34,1) 0%, rgba(5,60,41,1) 100%);
}
.bg-stu-ov:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .8;
    background: rgb(195,153,34);
    background: linear-gradient(0deg, rgba(195,153,34,1) 0%, rgba(0,51,0,1) 100%);
}

.hinfo {
    height: 122px;
    color: #000;
}
.left-helpline {
    padding: 20px 15px;
}

.single-helpline {
    /*background: #1f1c1c;*/
    border: 2px solid #000000;
    color: #000000;
    padding: 7px 15px;
    /*margin: 6px 0px;*/
    border-radius: 7px;
}
.single-helpline li{
    font-size: 16px;
    margin-bottom: 5px;
}

.single-helpline ul li a{
    text-decoration: underline;
}

.single-helpline p{
    /*text-align: center;*/
    font-size: 18px;
    margin-bottom: 5px;
}

.helpline-ask-qs h2 {
    /*font-size: 15px;*/
    /*text-align: center;*/
}

.helpline-ask-qs{
    margin-top: 15px;
}

.single-qs {
    display: flex;
    font-size: 15px;
}

.single-qs ul{
    padding: 0;
}
.qs-icon .fa {
    background: gray;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 19px;
    padding: 14px;
    border-radius: 31px;
    color: #fff;
    margin-right: 15px;
}
.nitimala-menu {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    background: #f1f6fb;
    padding: 10px 0px;
}

.nitimala-menu a {
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 3px;
    transition: .2s all;
    font-weight: bold;
    color: #ffffff;
    background: #4f802b;
}
.nitimala-menu a:hover {
    background: #0b763b;
}
.db-title h2 {
    font-size: 22px;
    margin-top: 0px;
}
/*comm-qs h2{*/
/*    font-size: 18px;*/
/*}*/
.watch-video {
    background: #f1f6fb;
    padding: 15px;
    margin-top: 20px;
}

.watch-video table {
    width: 100%;
}
/*.watch-video table tr {*/
/*    border: 2px solid #00000040;*/
/*}*/

.watch-video td {
    padding: 5px 10px;
    border: 2px solid #00000040;
}
.watch-video .fa-youtube-play {
    color: #558b2f;
    margin-right: 10px;
}
.db-title-fl {
    display: flex;
    justify-content: space-between;
}

.comm-qs, .user-gui {
    background: #f1f6fb;
    padding: 15px;
    margin-top: 20px;
}
table.gu-tb {
    width: 100%;
}

table.gu-tb td {
    border: 2px solid #00000040;
    padding: 5px 10px;
}
.fa-file-pdf-o{
    color: red;
    margin-right: 5px;
}

.temis-top-area{
    color: #0A0A0A;
    margin-bottom: 5px;
}
.temis-top-area h2{
    margin-top: 0px;
}
.top-right img {
    width: 100%;
}

.top-right {
    text-align: center;
}
.s-bt {
    display: flex;
    margin-top: 15px;
}

.sbt-icon img {
    height: 65px;
}
.top-right-btm {
    margin-top: 60px;
}
.top-left-bottom{
    margin-top: 50px;
}
.sbt-link {
    padding: 20px 15px;
}

.sbt-link a {
    font-weight: 700;
}
/*.bg-area {*/
/*    color: #000;*/
/*    background: #f1f6fb;*/
/*    padding: 15px;*/
/*    margin-bottom: 15px;*/
/*    margin-top: 15px;*/
/*    border-radius: 6px;*/
/*}*/

.bg-area {
    color: #000;
    background: #f1f6fb;
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: -10px;
    margin-top: 15px;
    border-radius: 6px;
}
.progress-bar-percentage-success {
    background-color: #5cb85c; /* Green */
}

.progress-bar-percentage-warning {
    background-color: #f0ad4e; /* Yellow/Orange */
}

.progress-bar-percentage-danger {
    background-color: #d9534f; /* Red */
}

.progress-percentage {
    height: 20px; /* Adjust the height */
    background-color: #f5f5f5; /* Light background */
    border-radius: 4px; /* Rounded edges */
    overflow: hidden;
}

.progress-bar-percentage {
    line-height: 20px; /* Center text vertically */
    color: #fff; /* White text for contrast */
    text-align: center; /* Center the text horizontally */
    transition: width 0.4s ease, background-color 0.4s ease; /* Smooth transition for both width and color */
}

.progress-container {
    position: relative;
    height: 25px;
    background: #f5f1f1; /* Light background */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.progress-bar-custom {
    height: 100%;
    border-radius: 15px;
    transition: width 0.5s ease, background 0.5s ease; /* Smooth animation */
    position: relative;
}

.progress-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    color: #1f1f1f;
    font-weight: bold;
    line-height: 25px;
}
/*.progress-bar-custom::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -50%;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: rgba(255, 255, 255, 0.5);*/
/*    transform: skewX(-45deg);*/
/*    animation: shine 4s infinite;*/
/*}*/

/*@keyframes shine {*/
/*    0% {*/
/*        left: -50%;*/
/*    }*/
/*    100% {*/
/*        left: 100%;*/
/*    }*/
/*}*/



