@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');
.headlink{
    font-size:25px;
    font-family: 'Lobster', cursive;
}
.headlink i{
    color:#fff;
    font-size: 30;
    position: relative;
    background-color:#7368d5;
    padding: 5px;
    border-radius: 7px;
    width:45px;
    height:35px;
    text-align: center;
}
.nav .nav-item a {
    border-radius: 3px;  
    background: linear-gradient(to right, rgba(115,104,213,0.7) 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    margin: 0px 15px;
    color:#445d777a;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    padding: 5px 5px;
   
}
.nav .nav-item a:hover {
    background-position: left;
    color:#fff;
    outline: none;
    text-decoration: none;
}
.nav .nav-item .active {
    color:#ffffff;
    background: linear-gradient(to right, rgba(129, 117, 236, 1) 100%, white 50%);
    padding: 5px 10px;
}
.filteration {
    background-color: #fff;
    height: 100vh;
    position: fixed;
    box-shadow: -6px 0px 6px #ddd;;
}
.carditem {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -6px 5px 6px #ddd;
}
.carditem .date {
    text-align: center;
    justify-content: center;
}
.carditem .date span{
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #7368d5;
}
.carditem .desc .title{
    font-size: 25px;
    font-family: 'Lobster', cursive;
}
.carditem .desc .description{
    font-size: 16px;
    line-height: 1.2;
    color: #222;
    font-family:'Times New Roman', Times, serif;
}
.carditem .desc .description span{
    color:blue;
    margin-left: 5px;
    cursor: pointer;
}
/* ----------------------Job Vacancy Details ------------------ */
.latestupdate {
    background-color:#ffffff;
    border-radius: 14px;
    box-shadow: -6px 5px 6px #ddd;
}
.latestupdate .header{
    background-image: linear-gradient(to right, rgb(108, 98, 197),rgba(160, 149, 255, 0.6));
    padding: 5px;
    border-radius: 14px 14px 0px 0px;
}
.latestupdate .header h5 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Lobster', cursive;
}
.update ul{
    list-style: none;
    display: contents;
}
.update ul a {
    text-decoration: none;
}
.update ul li{
    font-size: 16px;
    color: #000;
    font-family:'Times New Roman', Times, serif;
    line-height: 20px;
    font-weight:normal;
    margin: 10px 0px;
    padding: 0px 5px;
}
.update ul li::before {
    content: '\00bb';
    font-size:25px;
    font-weight: 900;
    color:#7368d5;
    margin-right: 3px;
    display: contents;
}
.latestupdate .viewmore{
    background-color: #7368d5;
    color: #fff;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    position: relative;
}

/*-------------------------------------- View More CSS START------------------------------- */
    .viewmorelist {
        background-color:#ffffff;
        border-radius: 14px;
        box-shadow: -6px 5px 6px #ddd;
    }
    .viewmorelist .header {
        background-image: linear-gradient(to right, rgb(108, 98, 197),rgba(160, 149, 255, 0.6));
        padding: 10px;
        border-radius: 14px 14px 0px 0px;
    }
    .viewmorelist .header h5{
        font-size: 40px;
        color: #ffffff;
        font-family: 'Lobster', cursive;
    }

    .morelist ul{
        list-style: none;
        display: contents;
    }
    .morelist ul a {
        text-decoration: none;
    }
    .morelist ul li{
        font-size: 16px;
        color: #000;
        font-family:'Times New Roman', Times, serif;
        line-height: 20px;
        font-weight:normal;
        margin: 10px 0px;
        padding: 0px 15px;
    }
    .morelist ul li::before {
        content: '\00bb';
        font-size:25px;
        font-weight: 900;
        color:#7368d5;
        margin-right: 3px;
        display: contents;
    }
/*-------------------------------------- View More CSS END------------------------------- */

/*-------------------------------------- Career Zone View Link CSS Start------------------------------- */
    .viewlink {
        background-color:#ffffff;
        border-radius: 14px;
        box-shadow: -6px 5px 6px #ddd;
    }
    .viewlink .applicationdetails{
        border: 2px solid #7368d5;
        padding: 5px 10px; 
        border-radius: 0px 0px 10px 10px;
    }
    .viewlink .header {
        background-image: linear-gradient(to right, rgb(108, 98, 197),rgba(160, 149, 255, 0.6));
        padding: 10px;
        border-radius: 14px 14px 0px 0px;
    }
    .viewlink .header h5{
        font-size: 40px;
        color: #ffffff;

        font-family: 'Lobster', cursive;
    }
    .viewlink .applicationdetails h5{
        font-size: 25px;
        background-color: #CED7E7;
        color: #3D3D3D;
        padding: 5px;
        
    }
    .viewlink .applicationdetails h6{
        font-size: 16px;
        color:#5042cc;
    }
    .viewlink .applicationdetails h6 span{
        font-size: 14px;
        font-weight: 400;
        color: rgb(0, 0, 0);
    }
    .viewlink .applicationdetails .important-date span::before{
        content: '\00bb';
        font-size:20px;
        color:#7368d5;
        display: contents;
        align-items: center;
    }
    .viewlink .applicationdetails .otherinformation span::before{
        content: '\00bb';
        font-size:20px;
        color:#7368d5;
        display: contents;
        align-items: center;
    }
    .viewlink .applicationdetails .Extradisc span::before{
        content: '\00bb';
        font-size:20px;
        color:#7368d5;
        display: contents;
        align-items: center;
    }
/*-------------------------------------- Career Zone View Link CSS End------------------------------- */

@media only screen and (max-width: 768px) {
    .filteration {
        display: none;
    }
    ul.menubar {
    overflow: auto;
    white-space: nowrap;
    display:inline-flex;
    flex-wrap: wrap;
    }
}

