
:root {
    --alert-success : rgba(118, 189, 87, 1);
    --alert-error   : rgba(214, 45, 48, 1);
    --alert-warning : rgba(238, 146, 19, 1);
    --alert-info    : rgba(63, 175, 239, 1);
  }
body{
    font-family: 'Abel', 'Hind', 'sans-serif' !important;
    background-image: url(../images/icon/main_banner.jpg);
    background-image: url(../images/bg2.jpg);
}
* {
    box-sizing: border-box;
}

.navtop{
height: 35px;
width: 100%;
background-image: url(../images/blue2.jpg)

}

.navtop1 {
    height: 48px;
    width: 100%;
    background-image: url(../images/blue2.jpg)
    
    }
.inner_text {
    width: 90%;
    margin: 0 auto;
    
}

.left_text {
    float: left;
    line-height: 33px;
    
}
.left_text a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}
.left_text img {
    margin: 0 5px 1px 0;
}
img {
    max-width: 100%;
    vertical-align: middle;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

.right_text {
    float: right;
    color: #fff;
}

.right_text a {
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    padding: 0 5px;
}

.right_text img {
    margin-right: 4px;
}

.main_header {
    height: 92px;
    width: 100%;
    background-image: url(../images/icon/main_banner.jpg);
    /* background-repeat: no-repeat; */
    transition: all 0.3s;
}
.main_inner_header {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}

.logo {
    float: left;    
}
.logo img{
    width: 278px;
    height: 65px;
    margin: 15px;
}
.University{
    font-size: 165%;
    color: darkblue;
    font-weight: bolder;
    margin: 0 15px 0 0;
}
.state{
    font-size: 165%;
    color: darkblue;
    font-weight: bolder;    
}

.main_inner_header_left {
    width: 258px;
    height: 52PX;
    float: right;
    margin: 16px 0 0 0;
}

.title {
    width: 96%;
    height: 167px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 138px;
    right: 0;
    bottom: 0;
    left: 0;
}
.title_logo{   
        margin: 0 auto; 
        

}
.note_button {
    width: 750px;
    margin: 20px 300px;
    text-align: center;
}
.button1 {
    display: block;
    margin: 0 18px;
    width: 200px;
    float: left;
    border: 2px solid success;
    border-radius: 10px;
    padding: 12px 0;
}
.button {
    display: block;
    margin: 0 18px;
    width: 200px;
    float: left;
    border: 2px solid #ffa200;
    border-radius: 10px;
    padding: 12px 0;
}
.button3 {
    display: block;
    margin: 0 18px;
    width: 200px;
    float: left;
    border: 2px solid primary;
    border-radius: 10px;
    padding: 12px 0;
}
.button a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Abel', 'Hind', 'sans-serif' !important;
    font-size: 20px;
}
.button1 a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Abel', 'Hind', 'sans-serif' !important;
    font-size: 20px;
}
.button3 a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Abel', 'Hind', 'sans-serif' !important;
    font-size: 20px;
}

.highlight {
    color: #000!important;
    background-color: #ffa200;
}

.container {
    width: 90%;
    margin: 0 auto;
    /* background-color: #fff; 
    min-height: 80vh;*/
    /* box-shadow: 0 0 5px #999; */
}

.index_heading {
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-family: cursive;
}

.index_heading img{
    img {
        max-width: 100%;
        vertical-align: middle;
    }
}
/* .section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.link_box {
    width: 29.3%;
    float: left;
    padding: 1.5%;
    background-color: #bd3232;
    text-align: center;
    margin: 0 2% 2% 2%;
    min-height: 207px;
}

.link_box h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.link_box p {
    margin: 0;
    padding: 0;
    color: #fff;
} */

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}

.mycol {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-perple {
    background-color: #880e4f;
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}.blue1 {
    background-color: #1939c5;
}
.fauji {
    background-color: #c57519;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.teal {
    background-color: #008080;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
/* .bootdey{
     margin-top: -40px; 
} */


.news {
 
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-name {
    background-color: #ffc107;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 10px 20px;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    transform: skew(-200deg);
    margin-left: -10px;
    border-right: 5px solid #ffeb3b;
}

.news-name p {
    transform: skew(-150deg);
    color: #543434;
    margin-top: 0;
    margin-bottom: 1rem;
}

.ticker {
    background: #e6751e;
    background: url(../images/blue2.jpg);
    color: #fff;
    overflow: hidden;
    padding: 0;
    min-height: 40px;
}
.newsticker 
     {
        font-size: 16px;
        height: 40px;
        left: 200px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 40px;
        top: 0;
    }
   
@media only screen and (max-width: 425px) {
.main_inner_header_left{display:none}}    