* {
    padding: 0%;
    margin: 0%;
}


/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
/* top header code in css  */
body{
    width: 1215px;
}

.top-header{
    width: 100%;
    height:35px ;
    background-color: #1d2918;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.numbers{
    background-color:transparent;
    height: auto;
    width: 420px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
}
.top-header nav{
    background-color:transparent;
    height: auto;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
}
#call-icon{
    height: 20px;
    width: 20px;
    margin-top: 5px;
}
#number{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    color: rgb(152, 150, 150);
}
#difference{
    font-size: 25px;
    font-weight: 1000;
    color: rgb(152, 150, 150);
    position: relative;
    top: -2px;
    left: 0px;

}
#mail-icon{
    height: 20px;
    width: 20px;
    margin-top: 5px;
}
#gmail{
    color: #bebcbc;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: pointer; 
}
#facebook-gif{
    border-radius: 50%;
    background-color: black;
    height: 20px;
    width: 20px;
}

#instagram-gif { 
    height: 20px;
    width: 20px;
    background-color: #000000;
    border-radius: 50%;
    background-image: url('icons8-instagram.gif');
    background-size: cover;
    background-position: center;
}

#linkedin-gif {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 50%;
    background-image: url('icons8-linkedin.gif');
    background-size: cover;
    background-position: center;
}

#twitter-gif {
  
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 50%;
    background-image: url('icons8-twitter.gif');
    background-size: cover;
    background-position: center;
}


/* second header css code  */
/* second header css code  */
/* second header css code  */
/* second header css code  */
/* second header css code  */
/* second header css code  */
/* second header css code  */
/* second header css code  */
/* second header css code  */


.second-header {
    background-color: rgb(255, 255, 255);
    height: 80px;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    /* position: sticky; */

}

li {
    display: inline;
}

#logo {
    text-decoration: none;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo {
    position: relative;
    left: 80px;
    top: 20px;
}

#home {
    color: #8f8989;
    font-size: 20px;
    position: relative;
    top: 15px;
    left: 370px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#home:hover {
    transition: .5s;
    color: #c5c0c0;
}

#result {
    color: #8f8989;
    font-size: 20px;

    position: relative;
    top: 15px;
    left: 390px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#result:hover {
    transition: .5s;
    color: #c5c0c0;
}

#about {
    color: #8f8989;
    font-size: 20px;

    position: relative;
    top: 15px;
    left: 410px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#about:hover {
    transition: .5s;
    color: #c5c0c0;
}

#contact {
    color: #8f8989;
    font-size: 20px;
    position: relative;
    top: 15px;
    left: 430px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#contact:hover {
    transition: .5s;
    color: #c5c0c0;
}

#login-button {
    position: relative;
    top: -10px;
    left: 1050px;
    height: 40px;
    background-color: #00d9a5;
    border: 2px solid #00d9a5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 3px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

#login-button:hover {
    background-color: #8f8989;
    border: 2px solid #8f8989;
}

.login-button {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */
/* header img code in css */

#header-img {
    height: 120px;
    width: 95%;
    margin-left: 25px;
}

h1 {
    font-size: 21px;
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    margin-left: 340px;
}

main {
    width: 90%;
    background-color: transparent;
    height: 890px;
    margin-left: 65px;
    margin-top: 5px;
}

marquee {
    color: orangered;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
/* third header css code  */
.third-header {
    width: 100%;
    height: 80px;
    background-color: rgb(220, 218, 215);
}

#roll-no-search-bar  {
    height: 25px;
    width: 210px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    position: relative;
    top: 25px;
    left: 15px;
    display: inline;
}


.result-view {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    color: white;
    background-color: #00d9a5;
    border: 2px solid #00d9a5;
    position: relative;
    top: 28px;
    left: 30px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.transcript{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: white;
    background-color: #00d9a5;
    border: 2px solid #00d9a5;
    position: relative;
    top: 28px;
    left: 45px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.back-paper{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: white;
    background-color: #00d9a5;
    border: 2px solid #00d9a5;
    position: relative;
    top: 28px;
    left: 60px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.result-nag{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: white;
    background-color: #00d9a5;
    border: 2px solid #00d9a5;
    position: relative;
    top: 28px;
    left: 75px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.back-paper-nep{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-transform: none;
    color: white;
    background-color: #00d9a5;
    border: 2px solid #00d9a5;
    position: relative;
    top: 28px;
    left: 90px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */
/* forth header css code  */

.forth-header {
    height: 40px;
    width: 100%;
    background-color: transparent;
}

#paragraph {
    color: #ca410b;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    /* padding-top: 12px; */
    position: relative;
    top: 10px;
    display: inline;
}

#search-bar {
    background-image: url(icons8-search.gif);
    background-position: 4px 1px;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    left: 5px;
    height: 25px;
    width: 200px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid black;
}
#search-bar:hover + .roll-no-search-bar-hover{
    display: block;
}
.roll-no-search-bar-hover {
    position: absolute;
    height: 20px;
    width: 140px;
    top: 370px;
    left: 490px;
    color: rgb(66, 63, 63);
    border: 1px solid black;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #bebcbc;
    display: none;
    font-size: 12px;
    /* transition: 1.7s; */
    font-weight: 100; 
}
.roll-no-search-bar-hover2{
    height: 10px;
    width: 10px;
    background-color: #bebebe;
    transform: rotate(43deg);
    position: relative;
    top: 3px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;

}
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
/* main table cod ein css  */
.main-content {
    height: 530px;
    width: 100%;
    background-color: black;
}
table {
    border-collapse: collapse;
    width: 100%;
    /* background-color: #d83c00; */
    /* overflow: scroll; */

}

tr,
th {
    border: 1px solid rgb(255, 255, 255);
}

th {
    height: 10px;
    background-color: #d83c00;
}

#sr-no {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: white;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    /* height: 20px; */
}

#course-name {
    /* position: relative; */
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: white;
    padding-right: 236px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    text-align: center;

}

#year {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: white;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 31px;
    text-transform: uppercase;
    text-align: center;

}

#remarks-of-notice {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: white;
    padding-right: 300px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;

}

#notice-date {
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: white;
    padding-right: 35px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: uppercase;

}

.table-data {
    height: 500px;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: rgb(242, 243, 243);
    font-size: 60%;
    border-bottom: 1px solid rgb(185, 178, 178);
    /* display:flex; */
}

td {
    border: 1px solid rgba(196, 192, 192, 0.804);


}

#second-table {
    width: 100%;
    /* overflow: hidden; */
    border-bottom: 1px solid gainsboro;
}

#row-data1 {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: rgb(11, 81, 234);
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 13px;
    text-transform: capitalize;
}

#row-data2 {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: rgb(44, 32, 212);
    position: relative;
    padding-right: 65.8px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: capitalize;
}

#row-data3 {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 5.9px;
    text-transform: capitalize;
}

#row-data4 {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: green;
    padding-right: 214px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: capitalize;
}

#row-data5 {
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: red;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-transform: capitalize;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tr:hover {
    background-color: #bebcbc;
}
footer{
    
    height: 350px;
    width: 89%;
    background-color: #1d2918;
    position: relative;
    left: 50px;
    margin-left: 13.5px;
}
.copyright-div{
    height: 30px;
    width: 100%;
    background-color: #1d2918;
    position: relative;
    top:40%;
    border-top: 1px solid silver;
    color: white;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding-top: 20px;
    text-decoration: none;
}
#copyright-div{
    text-decoration: none;
    color: #00d9a5;
}

#copyright-div:hover{
    text-decoration: underline;
}


.footer-content{
    column-count: 4;
    /* column-gap: 40px; */
    /* display: inline; */
}
#company{
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    margin-left: 20px;
    margin-top: 20px;
}
.about{
    display: block;
    margin-left: 20px;
line-height: 30px;
text-decoration: none;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: #8f8989;
font-size: 15px;
}
.about:hover{
    color: white;
}
.career{
    display: block;
    margin-left: 20px;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #8f8989;
    font-size: 15px;
}
.career:hover{
    color: white;
}
.editorial{
    display: block;
    margin-left: 20px;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #8f8989;
    font-size: 15px;
}
.editorial:hover{
    color: white;
}
.protection{
    display: block;
    margin-left: 20px;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #8f8989;
    font-size: 15px;
}
.protection:hover{
    color: white;
}
#facebook-logo{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #00d9a5;
    position: absolute;
    top: 200px;
    right: 210px;
    display: inline-block;
    background-image: url('icons8-facebook.gif');
    background-size: cover;
    cursor: pointer;
}
#facebook-logo:hover +.facebook-hover{
  display: block;
  transition: 0.7s;
}
.facebook-hover{
    position: absolute;
    top: 240px;
    right: 170px;
    height: 20px;
    color: rgb(28, 28, 28);
    border: 1px solid black;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #bebcbc;
    display: none;
    font-weight: 600;
}
#twitter-logo{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #00d9a5;
    position: absolute;
    top: 200px;
    right: 170px;
    display: inline-block;
    background-image: url('icons8-twitter.gif');
    background-size: cover;
    cursor: pointer;
}
#twitter-logo:hover + .twitter-hover {
   transition: 0.7s;
   display: block;
}
.twitter-hover{
    position: absolute;
    top: 240px;
    right: 130px;
    height: 20px;
    color: rgb(28, 28, 28);
    border: 1px solid black;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #bebcbc;
    display: none;
    font-weight: 600;
}
#instagram-logo{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #00d9a5;
    position: absolute;
    top: 200px;
    right: 130px;
    display: inline-block;
    background-image: url('icons8-instagram.gif');
    background-size: cover;
    cursor: pointer;
}
#instagram-logo:hover + .instagram-hover{
    transition: 0.7s;
    display:inline-block;
}
.instagram-hover{
    position: absolute;
    top: 240px;
    right: 80px;
    height: 20px;
    color: rgb(28, 28, 28);
    border: 1px solid black;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #bebcbc;
    display: none;
    font-weight: 600;
 }
#linkedin-logo{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #00d9a5;
    position: absolute;
    top: 200px;
    right: 90px;
    display: inline-block;
    background-image: url('icons8-linkedin.gif');
    background-size: cover;
    cursor: pointer;
}
#linkedin-logo:hover + .linked-hover  {
    /* transition: 1.7s; */
    display:inline-block;
  
}
.linked-hover{
   position: absolute;
   top: 240px;
   right: 50px;
   height: 20px;
   color: rgb(28, 28, 28);
   border: 1px solid black;
   padding-left: 4px;
   padding-right: 4px;
   padding-bottom: 3px;
   padding-top: 3px;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   background-color: #bebcbc;
   display: none;
   transition: 1.7s;
   font-weight: 600;
}
.linked-hover2{
 background-color:#bebcbc;   
 height: 10px;
 width: 10px;
 position:relative ;
 top: -27px;
left: 55px;
transition: 1.7s;
   transform: rotate(43deg);
}
.instagram-hover2{
    background-color:#bebcbc;   
    height: 10px;
    width: 10px;
    position:relative ;
    top: -27px;
   left: 55px;
   transition: 1.7s;
      transform: rotate(43deg);
}
.twitter-hover2{
    background-color:#bebcbc;   
    height: 10px;
    width: 10px;
    position:relative ;
    top: -27px;
   left: 45px;
   transition: 1.7s;
      transform: rotate(43deg);
}
.facebook-hover2{
    background-color:#bebcbc;   
    height: 10px;
    width: 10px;
    position:relative ;
    top: -27px;
   left: 60px;
   transition: 1.7s;
      transform: rotate(43deg);
}
