/********************************* INDEX-PAGE *************************************************/
* {
    margin: 0;
    padding: 0;
    font-family: 'Alegreya Sans', Arial, sans-serif;
    /*text-transform: uppercase;*/
}
body {
    color: black;
   
}
.bor1{
    border:1px solid red;
}

.bor2{
    border:1px solid blue;
}

footer{
    height:40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #29487d;
  /*  background-color: #00061d;*/
    color: #eee;
    padding: 8px 30px 6px 30px;
    font-size:12px;
   
}

/********************************* LOGIN-PAGE *************************************************/

.login-area {
    height: 544px;
    width: 450px;

   /* margin-left: auto;
    margin-right: auto;*/
  /*  margin-top: 95px;*/
    /*background-color: #fff;*/
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 2px rgba(249, 248, 248, 0.58);
}

label{
    color:white
}
.mt5{
    margin-top:5px
}
.mt10{
    margin-top:10px
}
.mt20{
    margin-top:20px
}
.mb40{
    margin-bottom:40px
}

.l-gr{
    background-color: #f3ed2a;
    padding:5px;
    border-radius:3px;
    color:black;
    font-weight: 700;
    text-decoration: none !important;
}

.l-btn, .main-btn{
    text-align: center;
    width: 100%;
    margin-top: 10px;
/*    font-size: 18px;*/
    padding: 5px 0px 4px 0px;
}

.tran{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    /* fallback */
    max-height: 36px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.wrap {
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.notice-list>li>a p {
    color: #666666;
}



.invalid-feedback{
    color:red;
}


.img-style{
    width:100%;
}

.main-carousel{
        height: 100%;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
        .header-img{
           height: 40px !important;
        }
    
        .img-style{
            width: 100% ;
            height: 250px !important;
        }

        .dash{
          height: 250px !important;
        }

        .dash div h4{
          /* background: #78b7b3;*/
          /* background-color: #FFFF00;*/
           margin:0px;
           padding:10px;
          /* border:1px solid yellow;*/
           font-size: 16px;
        }

        .career-img{
            height: 35px ;
        }
        .info-div-height{
            height: 40px;
        }

       .display-middle div a img {
          height: 50px !important;
       }

        .utility_card_height{
           height: 50px;
           min-height:0px; 
        }

        footer {
            height: auto; 
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: #00061d;
            color: #eee;
            padding: 8px 30px 6px 30px;
            font-size: 11px;
        }

        .display-middle.last{
                /*border-top: 1px solid #fff;*/
                margin-top: -13px;
        }
        .display-middle.card_fitst{
            margin-top: 20px;
        }
        .display-middle.card_last{
            margin-bottom: 5px;
        }

        #notice_board{
            font-size: 12px;
        }
    
        .utility_btn{
            border-radius: 30px;
            padding: 8px 16px;
            font-size: 15px;
       }
       .info-div {
            font-size: 16px;
        }
}












@media (max-width: 1020px) {

}

@media only screen and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 2) {

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

}

@media only screen and (min-device-width: 360px) and (max-device-width: 360px) and (-webkit-min-device-pixel-ratio: 3) {

}

@media only screen and (min-device-width: 360px) and (max-device-width: 360px) and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (min-device-width: 384px) and (max-device-width: 384px) and (-webkit-min-device-pixel-ratio: 1.25) {

}

@media (min-width: 1024px) and (max-width: 1024px) {

}

@media (min-width: 1280px) and (max-width: 1280px) {

}

@media (min-width: 1400px) {

}
