﻿

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Aptos;
}

.mtm {
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    height: 50vh;
    
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #BA0707;
    text-decoration: none;
}

    a:hover {
        color: #BA0707;
    }

header {
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
}


nav {
    display: block;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    font-size: 12px;
    z-index:2000;
}

.menu {
    display: block;
    text-align: center;
}

    .menu li {
        display: inline-block;
        position: relative;
        z-index: 99999;
        text-align: left;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            font-weight: 600;
            text-decoration: none;
            padding: 5px 40px 5px 15px;
            display: block;
            color: White;
            transition: all 0.2s ease-in-out 0s;
        }

            .menu li a:hover, .menu li:hover > a {
                color: black;
                background: linear-gradient(to top, #669999 95%, #ffffff 0%);
                padding: 5px 40px 5px 15px;
                height:30px;
            }
    /**/
    .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 300px;
        position: absolute;
        left: 0px;
        background: #fff;
        z-index: 99;
        transform: translate(0,20px);
        transition: all 0.2s ease-out;
    }

        .menu ul:after {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 6px;
            margin-left: -6px;
        }

        .menu ul li {
            display: block;
            float: none;
            background: none;
            margin: 0;
            padding: 0;
            text-align: left;
        }

            .menu ul li a {
                font-size: 12px;
                font-weight: bold;
                display: block;
                color: black;
                background-color: whitesmoke;
                text-align: left;
                padding: 10px 20px 5px 5px;
            }

                .menu ul li a:hover, .menu ul li:hover > a {
                    background: #669999;
                    color: black;
                    text-align: left;
                    padding: 10px 20px 5px 5px;
                    height: 40px;
                }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
    }

    .menu ul ul {
        left: 300px;
        top: 0px;
        visibility: hidden;
        opacity: 0;
        transform: translate(20px,20px);
        transition: all 0.2s ease-out;
    }

        .menu ul ul:after {
            left: -6px;
            top: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 6px;
            margin-top: -6px;
        }

    .menu li > ul ul:hover {
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
    }

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px 5px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

    .responsive-menu:hover {
        background: #374147;
        color: #fff;
        text-decoration: none;
    }

a.hover {
    background: #9ca3da;
}

.avatar1 {
    border-radius: 50%;
    border: 2px solid #a1a3a3;
}


.modal_1 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=10);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.center_1 {
    z-index: 1000;
    margin: 300px auto;
    padding: 0px;
    width: 0px;
    background-color: grey;
    border-radius: 10px;
    filter: alpha(opacity=10);
    opacity: 1;
    -moz-opacity: 1;
}

    .center_1 img {
        height: 180px;
        width: 180px;
    }

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    background-color: #e9ecef;
    padding: 2px;
    font-size: 12px;
    font-family: 'Segoe UI', sans-serif;
    width: 100%;
    position: relative;
}

.breadcrumb-item + .breadcrumb-item {
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}


.main-footer .bottom-footer {
    background-color: #134377;
    width: 95%;
    bottom: 0px;
    position: fixed;
    z-index: 9999;
}

.bottom-footer .copyright {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

    .bottom-footer .copyright:after {
        content: '';
        display: table;
        clear: both;
    }

.bottom-footer .copyright-text {
    float: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.0rem;
    margin-bottom: 0;
    text-align: center;
}

.popup_div {
    position: fixed;
    background-color: white;
    /*width: 500px;*/
    /*height: 300px;*/
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-shadow: #3e6872 -0px 0px 3px 7px;
    top: 50%;
    left: 50%;
    width: 55%;
    height: 400px;
    transform: translate(-50%, -50%);
    transition: width 2s, height 2s;
    animation-duration: 0.55s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    z-index: 11;
    box-sizing: border-box;
}

.box_popup {
    background: linear-gradient(to top, #ffffff 0%, #669999 100%);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px;
    margin: 5px;
    text-align: center;
    border: 1px solid gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    box-shadow: rgb(187 187 125) -4px 4px 4px 2px;
    transition: 0.5s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.box_popup:hover {
    background: #dd4b39;
    background: #3e6872;
    background: #f1f1f1;
    transform: translate(10px, -10px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}

    .box_popup:hover ::before {
        background: #b33a2b;
        /*background: #1d514d;*/
        background: #3e6872;
    }

    .box_popup:hover ::after {
        background: #b33a2b;
        /*background: #1d514d;*/
        background: #3e6872;
    }

.emp_page_categorycard1 {
    position: relative;
    width: 100%;
    border-radius: 10px;
    animation: 1s ease-out, 0.5s 1 slideInTop1;
    transition: height 2s;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
}

@keyframes slideInTop1 {
    0% {
        transform: translateY(900%);
    }

    100% {
        transform: translateY(0);
    }
}

.animation04 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.name_plate {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5vw;
    margin: auto;
    background-color: #79C6EA;
    transform-origin: center;
    opacity: 0;
    transition: 0.5s;
}

    .name_plate.in-view {
        animation: name_plate 1s cubic-bezier(0.165, 0.84, 0.44, 1) .5s forwards;
    }

@keyframes name_plate {
    0% {
        transform: scale3d(0, 1, 1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

.name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1d80e8;
    font-size: 3vw;
    transition: 0.5s;
    opacity: 0;
}

    .name.in-view {
        animation: name 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s forwards;
    }

@keyframes name {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
}

* {
    box-sizing: border-box;
}


html {
    font-size: 62.5%;
}

main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Segoe UI", "Arial Narrow", Arial, sans-serif';
}

.div_homepage {
    background: url('../images/mtm/main_home.png') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    font-family: 'Segoe UI', 'Arial Narrow', Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 70vh;
    top: -4px;
    margin-top: 0px;
}

.div_sub_homepage {
    position: absolute;
    top: 50px;
    left: 100px;
    border: 10px solid goldenrod;
    width: 200px;
    height: 50vh;
    animation: animateleft 2s;
}

.div_sub_homepage_mission {
    position: absolute;
    top: 80px;
    left: 80px;
    text-align: left;
}

    .div_sub_homepage_mission.in-view {
        animation: animatemission 2s;
    }

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 100px;
        opacity: 1
    }
}

@keyframes animatemission {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 80px;
        opacity: 1
    }
}

.div_about {
    background: url('images/pnmkp/homepage.jfif') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    font-family: 'Segoe UI', 'Arial Narrow', Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 80vh;
}

.div_about {
    position: absolute;
    top: 50px;
    left: 100px;
    border: 10px solid goldenrod;
    width: 200px;
    height: 50vh;
    animation: animateleft 2s;
}

.div_about_mission {
    position: absolute;
    top: 80px;
    left: 80px;
    animation: animatemission 2s;
    text-align: left;
}

.div_best_homepage {
    background: url('../images/pnmkp/homepage_ai.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    font-family: 'Segoe UI', 'Arial Narrow', Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 80vh;
    margin-top: 0px;
}

.div_best_sub_homepage {
    position: absolute;
    top: 50px;
    left: 100px;
    border: 10px solid goldenrod;
    width: 200px;
    height: 50vh;
    animation: animateleft 2s;
}

.div_best_sub_homepage_mission {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 100%;
    text-align: left;
}

    .div_best_sub_homepage_mission.in-view {
        animation: animatemission 2s;
    }

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 100px;
        opacity: 1
    }
}

@keyframes animatemission {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 80px;
        opacity: 1
    }
}


.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #a1a3a3;
}


p, h2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2.2rem;
    text-align: center;
}

h2 {
    max-width: 80%;
    margin: 10px auto 30px;
}

h3 {
    max-width: 80%;
    position: relative;
    text-align: center;
    margin: -15px auto 15px;
}

p {
    max-width: 80%;
    margin: 10px auto;
}

a[id=return-to-top] {
    text-decoration: none;
    color: black;
    text-align: right;
    right: 0px;
}

hr {
    height: 3px;
    width: 95%;
    margin: 30px auto;
}

.p-courses {
    margin-bottom: 130px;
}

#courses-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    max-width: 1700px;
    margin: 0 auto;
}

    #courses-gallery img {
        object-fit: cover;
    }


#blog-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    max-width: 1700px;
    margin: 0 auto;
}

    #blog-gallery img {
        width: 100%;
        max-width: 600px;
        height: 250px;
        object-fit: cover;
    }



#podcast-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10rem;
    max-width: 1000px;
    margin: 50px auto;
    width: 75%;
}

    #podcast-gallery img {
        width: 100%;
        max-width: 250px;
        height: 250px;
        object-fit: cover;
    }

button {
    margin: auto;
    height: 45px;
    width: 150px;
    background-color: rgb(172, 103, 43);
    display: block;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 4px;
}


a[id=button] {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

footer {
    font-size: 1.5rem;
    text-align: center;
}

.tc-3 {
    -webkit-box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    height: 350px;
}

.invest_img {
    -webkit-box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    height: 350px;
}

.cont {
    content: "";
    top: 280px;
    position: relative;
    border: 2px solid #fff;
    -webkit-clip-path: ellipse(0 0, 50% 0, 36% 50%, 0 50%);
    clip-path: ellipse(0 0, 50% 0, 36% 50%, 0 50%);
    background: rgba(31, 58, 147, 0.5);
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

.iframe_map {
    cursor: pointer;
    color: Black;
    text-decoration: none;
    position: relative;
    height: 300px;
    align-items: center;
}

.invest_iframe_map {
    cursor: pointer;
    color: White;
    text-decoration: none;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 5px;
}

.div_testimonial {
    position: relative;
    writing-mode: lr-tb;
    color: black;
}

.avatar_small {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #a1a3a3;
    position: relative;
    left: 0px;
    padding: 2px;
}

.container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 300px;
}

.container1 {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}

.container2 {
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
}

.container3 {
    width: 100%;
    background-color: #E8E8E8;
}

.box {
    background: linear-gradient(to top, #ffffff 0%, #669999 100%);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px;
    margin: 5px;
    text-align: center;
    border: 1px solid gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    box-shadow: rgb(187 187 125) -4px 4px 4px 2px;
    transition: 0.5s;
}

    .box.in-view {
        /*animation: 1s ease-out, 0.5s 1 slideInTop;*/
    }


@keyframes slideInTop {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.box h2 {
    color: maroon;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.box p {
    text-wrap-mode: auto;
}

.box a {
    padding: 8px 25px;
    background-color: #04AA6D;
    text-decoration: none;
    border-radius: 6px;
    margin: 10px;
    color: Black;
    font-size: 13px;
}

.box:hover {
    background: linear-gradient(to top, #669999 0%, #ffffff 100%);
    transform: translate(10px, -10px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}

    .box:hover ::before {
        background: #b33a2b;
        /*background: #1d514d;*/
        background: #3e6872;
    }

    .box:hover ::after {
        background: #b33a2b;
        /*background: #1d514d;*/
        background: #3e6872;
    }

.box1 {
    border-radius: 10px;
    background: linear-gradient(to top, #156082 0%, #156082 100%);
    padding: 8px;
    margin: 5px auto;
    text-align: center;
    border: 3px solid Orange;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    height: 180px;
    width: 80%;
    position: relative;
    box-shadow: rgb(187 187 125) -4px 4px 4px 2px;
    transition: 0.5s;
}

    .box1.in-view {
        /*animation: 1s ease-out, 0.5s 1 slideInTop;*/
    }


    .box1 h2 {
        position: absolute;
        top: 10px;
        color: White;
        font-family: 'Segoe UI', sans-serif;
    }

    .box1 p {
        text-wrap-mode: auto;
    }

    .box1 a {
        padding: 8px 25px;
        background-color: orange;
        text-decoration: none;
        border-radius: 6px;
        margin: 10px;
    }

    .box1:hover {
        background: linear-gradient(to top, #156082 0%, #156082 100%);
        transform: translate(10px, -10px);
        box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
    }

        .box1:hover ::before {
            background: #b33a2b;
            /*background: #1d514d;*/
            background: #3e6872;
        }

        .box1:hover ::after {
            background: #b33a2b;
            /*background: #1d514d;*/
            background: #3e6872;
        }

.home {
    position: relative;
    width: 100%;
    height: 91vh;
    background: url("../images/pnmkp/about.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff;
}


.div_about_homepage {
    background: url('../images/pnmkp/pnmkp_about.png') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    font-family: 'Segoe UI', 'Arial Narrow', Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 80vh;
    top: -4px;
}

.div_about_sub_homepage {
    position: absolute;
    top: 50px;
    left: 100px;
    border: 10px solid goldenrod;
    width: 200px;
    height: 50vh;
    animation: animateleft 2s;
}

.div_about_sub_homepage_mission {
    position: absolute;
    top: 60px;
    left: 80px;
    animation: animatemission 2s;
    text-align: left;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 100px;
        opacity: 1
    }
}

@keyframes animatemission {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 80px;
        opacity: 1
    }
}

.mydropdownlist {
    color: black;
    font-size: 10px;
    font-family: Aptos;
    padding: 2px 2px;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
    border: 1px solid lightgrey;
}

.tabDetails {
    box-shadow: 2px 4px 8px blue, -2px 1px 4px blue;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.tabDetails1 {
    box-shadow: 2px 4px 8px Orange, -2px 1px 4px Orange;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.div_catalogue {
    position: relative;
    writing-mode: lr-tb;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5), -2px 1px 8px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

    .div_catalogue.in-view {
        animation: 1s ease-out, 0.5s 1 slideInTop;
    }


@keyframes slideInTop {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.div_catalogue:hover {
    transform: translate(10px, -10px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}

.div_catalogue1 {
    position: relative;
    writing-mode: lr-tb;
    box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.5), -2px 1px 8px rgba(0, 0, 0, 0.5);
}

.inside_grid_report {
    width: 100%;
    height: 64vh;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 2px 4px 8px maroon, -2px 1px 4px maroon;
}

.inside_grid_report1 {
    width: 100%;
    height: 57vh;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 2px 4px 8px maroon, -2px 1px 4px maroon;
}

.grid_header {
    position: sticky;
    top: -1px;
    z-index: 50;
}

.grid_cells {
    padding-top: 2px;
    padding-bottom: 2px;
}

.grid_footer {
    position: sticky;
    bottom: -1px;
    z-index: 50;
}

.glass {
    /* background styles */
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 6px;
    width: 25px;
    height: 25px;
    background-color: grey; /*for compatibility with older browsers*/
    background-image: linear-gradient(navy, navy);
    /* text styles */
    text-decoration: none;
    font-size: 10px;
    font-family: Aptos;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0px 1px 4px -2px #333;
    text-align: center;
}

    .glass:after {
        /* background styles */
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: 65%;
        border-start-start-radius: 24px;
        border-start-end-radius: 24px;
        border-end-start-radius: 10px;
        border-end-end-radius: 10px;
        background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    }

.greengrad {
    background-image: linear-gradient(green, green);
}

.redgrad {
    background-image: linear-gradient(red, red);
}

.bluegrad {
    background-image: linear-gradient(darkblue, darkblue);
    color: white;
    font-weight: bold;
}

.orangegrad {
    background: linear-gradient(to top, #FFC000 0%, #FFC000 100%);
    color: black;
    font-weight: bold;
}

.greengrad {
    background: linear-gradient(to top, #8ED973 0%, #8ED973 100%);
    color: black;
    font-weight: bold;
}

.greygrad {
    background: linear-gradient(to top, #E8E8E8 0%, #E8E8E8 100%);
    color: black;
    font-weight: bold;
}

.pinkgrad {
    background: linear-gradient(to top, #F2AA84 0%, #F2AA84 100%);
    color: black;
    font-weight: bold;
}


.greengrad1 {
    /*background-image: linear-gradient(green, green);*/
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    border-radius: 50%;
    box-shadow: 0px 1px 4px -2px #333;
}

.redgrad1 {
    /*background-image: linear-gradient(red, red);*/
    background: linear-gradient(88.7deg, rgb(205, 33, 42) 10.6%, rgb(236, 95, 5) 90%);
    border-radius: 50%;
    box-shadow: 0px 1px 4px -2px #333;
}

.glass1 {
    /* background styles */
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 25px;
    width: 75px;
    height: 75px;
    /* text styles */
    text-decoration: none;
    font-size: 14px;
    font-family: Aptos;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0px 1px 4px -2px #333;
    text-align: center;
}

    .glass1:after {
        /* background styles */
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: 65%;
        border-start-start-radius: 24px;
        border-start-end-radius: 24px;
        border-end-start-radius: 10px;
        border-end-end-radius: 10px;
    }


.glass2 {
    /* background styles */
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 25px;
    width: 75px;
    height: 75px;
    border: 2px solid Orange;
    /* text styles */
    text-decoration: none;
    font-size: 14px;
    font-family: Aptos;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0px 1px 4px -2px #333;
    text-align: center;
}

    .glass2:after {
        /* background styles */
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(100% - 4px);
        height: 65%;
        border-start-start-radius: 24px;
        border-start-end-radius: 24px;
        border-end-start-radius: 10px;
        border-end-end-radius: 10px;
    }

.cards_div {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px auto;
    min-height: 56vh;
    overflow-y: auto;
    align-items: center;
    text-align: center;
}

    .cards_div ul {
        display: block;
        /*display: flex;
    flex-wrap: wrap;*/
        box-sizing: border-box;
        margin-block-start: 15px;
        margin-block-end: 5px;
    }

        .cards_div ul li {
            display: inline-block;
            list-style: none;
            margin: 0 1.2rem;
        }

            .cards_div ul li a i {
                font-size: 35px;
                color: #333;
                transition: 0.5s;
                padding-right: 1rem;
            }

            .cards_div ul li a span {
                color: #333;
                color: lightgrey;
                font-weight: bold;
                /*letter-spacing: 2px;*/
                transition: 0.5s;
            }

            .cards_div ul li a {
                display: flex;
                align-items: center;
                text-decoration: none;
                width: 25rem;
                height: 8rem;
                background: #3e6872;
                /*background: #2b7671;*/
                /*background: linear-gradient(90deg, #229089 0%, #2b7671 100%);*/
                padding-left: 1.25rem;
                position: relative;
                transition: 0.5s;
                border-radius: 6px;
                z-index: 2;
                box-shadow: rgb(187 187 125) -4px 4px 4px 2px;
            }

            .cards_div ul li:hover i {
                color: #fff;
            }

            .cards_div ul li:hover span {
                color: #fff;
                color: #3e6872;
            }

            .cards_div ul li:hover a {
                background: #dd4b39;
                background: white;
                background: #f1f1f1;
                transform: translate(10px, -10px);
                box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
            }

                .cards_div ul li:hover a::before {
                    background: #b33a2b;
                    /*background: #1d514d;*/
                    background: #3e6872;
                }

                .cards_div ul li:hover a::after {
                    background: #b33a2b;
                    /*background: #1d514d;*/
                    background: #3e6872;
                }


.repeater_item:hover a,
.repeater_item:hover a::after,
.repeater_item:hover a::before {
    background: #7809f7;
}

.popup_div_1 {
    position: fixed;
    background-color: whitesmoke;
    /*width: 500px;*/
    /*height: 300px;*/
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-shadow: #3e6872 -0px 0px 3px 7px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 72vh;
    transition: width 2s, height 2s;
    animation-duration: 0.55s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    box-sizing: border-box;
}

.popup_div_2 {
    position: fixed;
    background-color: white;
    /*width: 500px;*/
    /*height: 300px;*/
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-shadow: #3e6872 -0px 0px 3px 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-height: 505px;
    transition: width 2s, height 2s;
    animation-duration: 0.55s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    z-index: 11;
    box-sizing: border-box;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.benefits_div {
    width: 160px;
    height: 165px;
    margin: 5px;
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: #3e6872 0px 0px 4px 2px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.emp_page_categorycard1 {
    position: relative;
    top: 40px;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    animation: 1s ease-out, 0.5s 1 slideInTop;
    transition: height 2s;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    height:65vh;
}

@keyframes slideInTop {
    0% {
        transform: translateY(900%);
    }

    100% {
        transform: translateY(0);
    }
}

.bg {
    width: 90%;
    background: none;
    /*background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);*/
    border-radius: 5px;
    box-shadow: rgb(38 113 51) 0px 0px 2px 2px;
    box-shadow: maroon 0px 0px 2px 2px;
    box-shadow: #3e6872 0px 0px 2px 2px;
    margin: 9px auto;
    height: 70vh;
}

.div_second_r1 {
    overflow: hidden;
    top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    border-radius: 5px;
    width: 99%;
    height: 60vh;
    background-size: 100% 100%;
    text-align: left;
    background-image: url('../images/repository/repository.png');
    background-size: 100% 100%;
    box-shadow: 2px 4px 13px darkblue, -2px 1px 8px darkblue;
}

.div_second_r2 {
    overflow: hidden;
    top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    border-radius: 5px;
    width: 99%;
    height: 60vh;
    background-size: 100% 100%;
    text-align: left;
    background-image: url('../images/pnmkp/workforce_icons/workforce_repository.jfif');
    background-size: 100% 100%;
    box-shadow: 2px 4px 13px darkblue, -2px 1px 8px darkblue;
}

.div_second {
    overflow: hidden;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    width: 100%;
    height: 62vh;
    text-align: left;
}

.tabDetails_1 {
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
    width: 100%;
    background-color: #134377;
}

.tabDetails_search {
    overflow: auto;
    overflow-x: hidden;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.tabDetails_popup {
    overflow: auto;
    overflow-x: hidden;
    border-radius: 5px;
    text-align: center;
}

.mydropdownlist1 {
    color: black;
    font-size: 12px;
    font-family: Aptos;
    padding: 2px 2px;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
    border: 1px solid lightgrey;
}

.myButton_video {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    text-align: left;
}

.span {
    position: relative;
    width: 100%;
    font-family: Raleway;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0.25em 0 0.325em;
    display: block;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

.ability {
    position: relative;
    width: 100%;
    font-family: Aptos;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 5px;
    padding: 2px 10px 1px;
    margin-bottom: 20px;
    display: block;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    box-shadow: 2px 4px 13px rgba(0,0,0,.2), -2px 1px 8px rgba(0,0,0,.2);
    color: white;
    text-align: left;
}

.div_ability {
    width: 95%;
    background-image: url('../images/pnmkp/blue-bg.jpg');
    background-size: 100% 100%;
    border-radius: 5px;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.btn-grad {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
    margin: 1px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 3px;
    display: block;
    font-weight: bold;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }