/*header-style-only*/
.header-bg {
    background-color: #044350;
}

.satyamay-logo {
    height: 50px;
}

.header-gvt {
    font-size: 12px !important;
}
.header-org1 {
    font-size: 18px !important;
}
.header-org2 {
    font-size: 24px !important;
}
.header-add {
    font-size: 14px !important;
}

.nav-menu-btn {
    color: #000000 !important;
    transition: color 0.1s ease-in-out;
}
.nav-menu-btn:hover {
    color: #0b5ed7 !important;
}

.nav-menu-btn-register {
    color: #000000 !important;
    transition: color 0.1s ease-in-out;
}
.nav-menu-btn-register:hover {
    color: #dc3545 !important;
}

/****************************** 1440px **********************************/

@media only screen and (max-width: 1440px) {
    .satyamay-logo {
        height: 70px;
    }

    .header-gvt {
        font-size: 17px !important;
    }
    .header-org1 {
        font-size: 18px !important;
    }
    .header-org2 {
        font-size: 24px !important;
    }
    .header-add {
        font-size: 16px !important;
    }

    .nav-menu-btn {
        font-size: 12px !important;
    }

    .nav-menu-btn-register {
        font-size: 12px !important;
    }
}

/****************************** 1024px **********************************/

@media only screen and (max-width: 1024px) {
    .satyamay-logo {
        height: 70px;
    }

    .header-gvt {
        font-size: 15px !important;
    }
    .header-org1 {
        font-size: 18px !important;
    }
    .header-org2 {
        font-size: 24px !important;
    }
    .header-add {
        font-size: 14px !important;
    }

    .nav-menu-btn {
        font-size: 16px !important;
    }

    .nav-menu-btn-register {
        font-size: 16px !important;
    }
}

/****************************** Tablet **********************************/

@media only screen and (max-width: 991px) {
    .satyamay-logo {
        height: 60px;
    }

    .header-gvt {
        font-size: 14px !important;
    }
    .header-org1 {
        font-size: 15px !important;
    }
    .header-org2 {
        font-size: 16px !important;
    }
    .header-add {
        font-size: 13px !important;
    }

    .nav-menu-btn {
        font-size: 16px !important;
    }

    .nav-menu-btn-register {
        font-size: 16px !important;
    }
}

/****************************** MOBILE **********************************/

@media only screen and (max-width: 576px) {
    .satyamay-logo {
        height: 40px;
    }
    .header-gvt {
        font-size: 13px !important;
    }
    .header-org1 {
        font-size: 14px !important;
    }
    .header-org2 {
        font-size: 16px !important;
    }
    .header-add {
        font-size: 12px !important;
    }

    .nav-menu-btn {
        font-size: 14px !important;
    }

    .nav-menu-btn-register {
        font-size: 14px !important;
    }
}

/*FONT-SECTION-STARTS* ************************************************/
.blink {
    animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
    20% {
        opacity: 0;
    }
}

.hover-text-color {
    color: black;
    transition: color 0.3s ease;
}

.hover-text-color:hover {
    color: #dc3545; /* Bootstrap's 'text-danger' red */
}

/******************************************************************************************************/
