
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');

/*------------------------------------------------------------------
    2. import files
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    3. basic
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html,
body {
    color: #898989;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    font-weight: 300;
    overflow-x: hidden !important;
}

.nav-bar{
    height: 4.5rem;
    width: 100%;
    background-color:#007DCC;
    display: flex;
}
.nav-bar .nav-bar-sub-container1{
    width: 30%;
    background-color: #014055;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left: 50px;
}
.nav-bar-sub-container1 p{
    color: #FFFFFF;
}
.nav-bar-sub-container2{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav-bar .nav-bar-sub-container2{
    width: 70%;
}

.department-hoarding-container{
    height: 11.5rem;
    width: 100%;
    background-color:#FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.department-hoarding-container .logo-div{
   width: 100%;
    max-width: 120px;
}
.logo-div img{
    width: 100%;
}

.telugu-logo-div h1{
    color: #125875;
    text-align: center;
    font-weight: 700;
}
.yrs-logo-div img{
    width: 100%;
    max-width: 150px;
}

.catergory-div{
    width: 100%;
    height: 4rem;
    background-color:#007DCC ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catergory-div h3{
    color:white;
    padding-left: 35px;
}
.catergory-div a{
    text-decoration: none;
}

.main-image-div{
    width: 100%;
    position: relative;
    z-index: -1;
}
.caption{
    width: 100%;
    position: absolute;
   height: 100%;
   top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    background-color: rgba(61, 61, 61, 0.6); 
}
.caption .p-3{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-div{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
}
.img-div img{
    height: 140px;width: 120px;
    padding-bottom: 20px;
}
.img-div h3{
    color: black;
}
.result-table{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.result-table table{
    width: 60%;
    border-collapse: collapse;
}
table tr,td,th{
    color: black;
}
th,td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
th {
    background-color:#125875;
}
button{
    background-color: dodgerblue;
    color: white;
    border: none;
    padding: 5px;
}
.notifications-table{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.notifications-table table{
    width: 60%;
    border-collapse: collapse;
}
th,td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.notifications-table table a{
    text-decoration: none;
    color: black;
}
.notifications-table table a:hover{
    color: orange;
}
.notifications-table span{
    color: green;
    font-weight: 700;
}

.syllabus-table{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.syllabus-table table{
    width: 30%;
    border-collapse: collapse;
}
.syllabus-table table th{
    color: white;
    text-align: center;
}
.syllabus-table table td{
    text-align: center;
}

.timetable-table{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.timetable-table table{
    width: 65%;
    border-collapse: collapse;
}
.timetable-table table th{
    color: white;
    text-align: center;
    background-color:#125875;
}
.timetable-table table a{
    text-decoration: none;
    color: black;
}
.timetable-table table a:hover{
    color: orange;
}



.caleder-div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catergory-div .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    
}
.caleder-div .row img{
    width: 450px;
    margin: 20px;
}