.header .header-wrap{
    background-color: #168aff;
}
#mainnav > ul > li > a{
    color: white;
}
.topn{
    background: #1f6291;
    color: white;   
}
.flat-information li a{
    color: white;
    font-size: 14px !important;
}
.email{
    color: white !important;
}
.top-navigator ul li a{
    color: white !important;
}
.section_heading{
    text-align: center;
    font-weight: bold;
}
.notice_board{
    background: linear-gradient(lightblue, white,white, white, white, lightblue)
}
.notice-heading{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
body{
    background:linear-gradient(white, lightyellow, white, lightyellow, white);
    color: black;
}
.sec_para{
    font-size: 17px;
    text-align: justify;
}
.tagline{
text-align: center;
font-style: italic;
font-size: 16px;
}
#action_button{
    background: white;
    border: 2px solid green;
    color: black;
    border-radius: 25%;
    font-weight: bold;
    box-shadow: 3px 3px 3px black;
    text-align: center;
    padding: 10px 20px;
    margin-left: 120px;
    margin-top: 30px;
}
.contact_row{
    background: radial-gradient( lightyellow, lightblue, lightyellow, lightblue);
    box-shadow: 5px 5px 5px black;
    padding: 30px;
}
.action_heading{
    text-align: left;
    font-weight: bold;
}
.footer-name{
    text-align: center;
    color: white;
    font-family: 'Bad Script', cursive;
    font-weight: bolder;
    text-shadow: 3px 3px 5px blue;
}
#en_image{
    width: 250px;
    height: 200px;
}
.n-info{
    padding: 1px 7px !important;
    border: 1px solid gray;
    margin-bottom: 7px !important;
    border-radius: 5%;
    box-shadow: 2px 2px 2px blue;
}
.all_notice{
    margin-bottom: 4px !important;
    border-bottom: 1px solid;
}
.noticedh{
    font-size: 25px;
    color: black;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid black;
}
.flat-information > li:before{
    display: none;
}
.new_footer{
    width: 100%;
    background: #252526;
    padding: 20px;
    padding-top: 50px !important;
}
.widget-title{
    color: white;
    padding-top: 7px;
}
@media screen and (min-width: 990px) {
    #logo{
        display: none ;
    }
    a.active{
        color: black !important;
        border-bottom: 3px solid black;
    }
  }
#register_button {
    color: white;
    background: green;
    box-shadow: 5px 5px 5px black;
   text-align: center;
   width: 300px;
   margin: auto;
}
.frlabel{
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding-top: 2px;
}
fieldset{
    border: 1px solid gray;
    padding: 30px;
}
legend{
    text-align: center;
}
#enrlsh{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#result_section{
    border: 1px solid lightgray;
    padding: 10px;
    margin-top: 15px;
}
.field-subject_1, .field-subject_2, .field-subject_3 {
    width: 30%;
    border-top: none;    
}
#contactform6{
    margin-top: 50px;   
}
.res_label, .enc_label{
    font-weight: bolder;
}
.title{
    border-bottom: 1px solid gray;
}
#res-header{
    text-align: center;
    padding: 15px 0px;
   
}
.srseen{
    border-bottom: 2px solid black;
}
input[type='text'],input[type='date'], input[type='number']{
    background: white;
    border-bottom: 2px solid lightblue;
    padding: 0px 9px !important;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 10px;
    color: black;
    
}
select{
        background: white;
        border-bottom: 2px solid lightblue;
        padding: 3px !important;
        border-radius: 15px;
        height: 40px;
        margin-bottom: 10px;
        color: black;   
    
}
.rformback{
    background-image:  url('./images/bb.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.aubg{
    background-image:  url('./images/aubg.jpg');
  background-size:100%;
  background-repeat: no-repeat;
  background-position-y: 90px;
}
#savePDFbutton{
background: white;
border: 1px solid red;
color: red;
font-weight: bold;
}
#galpic{
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.flat-courses .courses-thumbnail a.courses-viewmore{
    text-align: center;
    top: 10px;
    left: 10px;
    justify-content: center;
    align-items:center;
}
.flat-courses:hover .courses-thumbnail a.courses-viewmore{
    top: 30px;
    bottom: 20px;
    left: 20px;
    right: 20px;  
}
.modal-header .close{
    color: red;
}
#borderless td, #borderless th, #borderless tr {
    border: none;
}
.text-bold{
    font-weight: bold;
}




