/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 12 Sep, 2023, 4:08:00 PM
    Author     : Administrator
*/
 table thead th {
        font-weight: bold;
    }
.breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 150px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary{
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info{
    background-color: #26c6da;
    color: #FFF;
}
.card-counter.warning{
    background-color: #da9226;
    color: #FFF;
}
.card-counter.clr1{
    background-color: #9d4be0;
    color: #FFF;
}
.card-counter.clr2{
    background-color: #415256;
    color: #FFF;
}
.card-counter.clr3{
    background-color: #C23373;
    color: #FFF;
}
.card-counter.clr4{
    background-color: #291b49;
    color: #FFF;
}
.card-counter.clr5{
    background-color: #F94C10;
    color: #FFF;
}
.card-counter.clr6{
    background-color: #900C3F;
    color: #FFF;
}
.card-counter.clr7{
    background-color: #141E46;
    color: #FFF;
}
.card-counter.clr8{
    background-color: #583a50;
    color: #FFF;
}
.card-counter.clr9{
    background-color: #92cf03;
    color: #FFF;
}
.card-counter.clr10{
    background-color: #116A7B;
    color: #FFF;
}
.card-counter.clr11{
    background-color: #606C5D;
    color: #FFF;
}
.card-counter.clr12{
    background-color: #900C3F;
    color: #FFF;
}
.card-counter i{
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers{

    right: 30px;
    top: 20px;
    font-size: 35px;
    float:right;
    color:#fff;
    font-wight:bold;
    text-align: center;
}

.card-counter .count-name{
    right: 35px;
    font-style: normal;
    font-language-override: normal;
    text-transform: none;
    font-size: 18px;
}

.two h1 {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;
    color: dimgray;
}
.two h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #c50000;
}

.two h1 span {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}
.alt-two h1 {
    text-align:center;
}
.alt-two h1:before {
    left:50%;
    margin-left:-30px;
}
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}
h1 em {
    font-style: normal;
    font-weight: 600;
}

.counter-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 500px) {
    .counter-container {
        flex-direction: column;
    }
}

.counter {
    text-align: center;
}

.counter h3 {
    padding: 0.5rem 0;
    font-size: 2.5rem;
    font-weight: 800;
}

.counter h6 {
    font-size: 2rem;
    padding-bottom: 1rem;
}

.icon {
    height: 5rem;
    width: auto;
}
.one h1:after {
    width: 100px;
    height: 5px;
    display: block;
    content: "";
    position:sticky;
    margin-top: 5px;


    background-color: #f68b00;
}
/* === HEADING STYLE #3 === */
.three h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}
.three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}
.abt{
    padding: 30px;
    ;
}


.abt ol {
    list-style: none;
    color: #ccc;
    padding-top: 10px;
    ;
}

.abt ol li {
    font: bold 28pt helvetica, arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
}

.abt li p {
    font: 18pt helvetica, arial, sans-serif;
    color: #555;
    padding-left: 60px;
}

.abt span {
    position: absolute;
    line-height: 25px;
}
.abt img {
    border: 2px solid #b7b4b4;
    border-radius: 4px;
    padding: 5px;
    width: 400px;
}