/*======Mobile Phone Version=======*/

.bgcolor {
    background-color: #034f84;
}

.rolling {
    margin-top: 45%;
}


/*dropdown*/

/*.dd-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    z-index: 1;
}

.dd {
    position: relative;
    display: inline-block;


}

.dd:hover .dd-content {
    display: block;
    margin-left: 90%;
    list-style: none;
    background-color: #e6e6e6;
    border-radius: 2px;
    margin-top: -15%;
    line-height: 2em;

}*/

body {
    height: 100%;
    margin-bottom: 100px;
    padding: 0;
    background-color: #034f84;
}

#logo {
    width: 7.5em;
    height: 7.5em;
    
}

#thumbnail {
    width: 7.5em;
    height: 7.5em;
}

.home {
    margin-left: 48%;
    /*40*/
}

.A {
    margin-left: 43%;
    /*40*/
}

.icons {
    padding: 0%;
    float: left;
    padding-left: 35%;
    /*35%;*/
}

/*======= faculty_page.php ========*/

.tab {
    background-color: #cccccc;
    width: 100%;
    margin-bottom: 1%;
    margin-top: 2%;
    border-radius: 2px;
}

.nav {
    line-height: 0.9em;
    /*0.9em;*/
    background-color: #003366;
}

.nav-justified {
    width: 100%;
}

#institute {
    text-align: center;
    align-items: center;
    margin-top: -0.5%;
}

.nav>li>a {
    color: white;
    font-size: 16px;
    padding-left: 12px;
    font-weight: bold;
}

.nav-justified>li>a {
    text-align: center;
    line-height: 0.9em;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: none;
    color: #003366;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.icon {
    margin-top: 2%;
    color: white;
    float: left;
    margin-left: 1%;
}

.dropdown-menu {
    position: relative;
    float: none;
    padding-left: 20%;
}

.dropdown-menu>li>a {
    display: inline;
    color: #333;
    font-size: 17px;
    float: left;
    text-align: center;
}

.dropdown-header {
    display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 3px 18px;
    font-size: 11px;
    line-height: 1em;
    color: black;
    white-space: nowrap;
    font-weight: bold;
}

.mySlides {
    display: none;
}

.img-round {
    border-radius: 2px;
    width: 100%;
    height: 5%
}

.hap {
    padding-top: 3%;
    font-size: 14px;
    background-color: ;
    font-weight: bold;
}

.font {
    font-size: 0.9rem;
}

.img {
    width: auto;
    height: 100px;
    margin: 6% 0 6% 0;
}

.cont {
    width: auto;
    height: auto;
    margin-top: 2%;
    padding: 0 5% 0 5%;
    font-size: 0.9rem;
}

.border {
    border-top: 1px solid #e6e6e6;
}

span {
    color: #003366;
}

/* small drop down*/

.dd-menu>li>a {
    display: block;
    padding: 3px 18px;
    clear: both;
    font-weight: normal;
    line-height: 1.5em;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: none;
}

.page {
    height: auto;
    overflow-y: auto;
    margin-bottom: -200px;
    padding-bottom: 200px;
}

.para {
    padding: 0 3% 0 3%;
    width: 100%;
}

.date {
    height: 17px;
    width: 17px;
    color: white;
    background-color: #003366;
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    border-bottom: 2px solid yellow;
}

/* Staff */

.m-staff {
    padding: 0% 20%;
    text-align: center;
    margin-bottom: 4%;
}

/*// ==============SCROLL TO TOP============= //*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 1px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    color: #55ACEE;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}
  .sub-tab-heading
    {
        text-align: center;
    }

/*// ==============END SCROLL TO TOP============= //*/

@media only screen and (max-width: 768px) {

    /*09-07-2018*/
    .dd-content {
        /*position:relative;*/
    }
    .dd {
        /*position: absolute;*/
    }
    .dd:hover .dd-content {
        /*position: relative;
padding-top:20%;
padding-right:20%;
font-size: 20px;*/
    }
    #logo
    {
    	margin-left: 50%;
    transform: translateX(-50%);
    }
    #institute
    {
        left: 50%;
        transform: translateX(-50%);
    }
    .Slide_img
    {
        height: 50vh;
        width: auto;
        object-fit: cover;
    }
    .sub-tab-heading
    {
        text-align: left;
    }
}

/*09-07-2018*/
@media only screen and (max-width: 991px) and (min-width: 768px) 
{
     #institute
    {
        margin-left: 3%;
    }
}
@media(min-width: 768px) {
    .rolling {
        margin-top: 20%;
    }
   
}

/*======@media(min-width: 767px)=======*/

@media(min-width: 768px) {
    .rolling {
        margin-top: 0.3%;
    }
    /* Staff */
    .m-staff {
        padding: 0% 0%;
        text-align: left;
        margin-bottom: 4%;
    }
    .nav {
        height: 30px;
        line-height: 0.9em;
        background-color: #003366;
    }
    .dropdown-menu {
        padding: 0;
        min-width: 150px;
        position: absolute;
    }
    .dropdown-menu>li>a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.5em;
        color: #333;
        white-space: nowrap;
        font-size: 12px;
        width: 100%;
        text-align: left;
    }
    .home {
        float: left;
        list-style: none;
        position: absolute;
        top: 0;
        left: 1%;
        padding: 0;
        margin: 0;
    }
    .icons {
        width: 9%;
        padding: 0%;
        float: right;
        padding-left: 1%;
    }
    .icon {
        margin-top: 2%;
        color: white;
        float: left;
        margin-left: 1%;
    }
    .nav>li>a {
        color: white;
        font-size: 0.9rem;
        padding-left: 12px;
        font-weight: bold;
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        text-decoration: none;
        background-color: white;
        color: #003366;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }
    .imageHolder {
        position: relative;
        max-width: 100%;
        max-height: 20%;
    }
    .cap {
        position: absolute;
        padding: 1% 1% 1% 1%;
        width: auto;
        height: auto;
        bottom: 5%;
        right: 2%;
        margin-left: 2%;
        color: white;
        background: #003366;
        text-align: center;
        font-weight: bold;
        border-radius: 3px;
    }
    .hovertext {
        position: absolute;
        width: auto;
        height: 15%;
        bottom: 20%;
        margin-left: 45%;
        color: whitesmoke;
        background: ;
        text-align: right;
        font-weight: bold;
    }
    .icon {
        margin-top: 20%;
        color: white;
        float: left;
        margin-left: 1%;
    }
    .color {
        color: #003366;
    }
    #institute {
        background-color: ;
        text-align: left;
    }
    #logo {
        width: 7.5em;
        height: 7.5em;
        margin-left: 20%;
    }
    .nav-justified>li>a {
        line-height: 0.9em;
    }
    .read_more_news {
        background-color: #cccccc;
        padding: 1% 14% 1% 15%;
        border-radius: 2px;
        margin: 1% 30% 1% 30%;
    }
    .page {
        overflow-y: auto;
        margin-bottom: -100px;
        padding-bottom: 100px;
    }
    .img {
        width: 100%;
        height: auto;
        margin: 6% 0 6% 0;
    }
    .nav-justified {
        width: 5%;
    }
    .height {
        height: 32px;
    }
}

/*======= faculty_page.php ========*/

.tab {
    background-color: #cccccc;
    width: 100%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-radius: 2px;
    padding-left: 1%;
    margin-left: -1%;
    margin-bottom: 1%;
    margin-top: 2%;
}

/*09-07-2018*/

.dd-content {
    display: none;
    position: absolute;
    text-decoration: none;
    /*background-color: #f9f9f9;*/
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    z-index: 1;
}

.dd {
    position: relative;
    display: inline-block;
}

.dd:hover .dd-content {
    display: block;
    margin-left: 90%;
    list-style-type: none;
    text-decoration: none;
    background-color: white;
    border-radius: 2px;
    margin-top: 0%;
    line-height: 2em;
}

/*09-07-2018*/

}

/*====== @media 1080 =======*/

@media(min-width: 1080px) {
    .rolling {
        margin-top: 3.5%;
    }
    /* Staff */
    .m-staff {
        padding: 0% 0%;
        text-align: left;
        margin-bottom: 4%;
    }
    .page {
        margin-bottom: -100px;
        padding-bottom: 100px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .cap {
        position: absolute;
        width: auto;
        padding: 1% 1% 4% 1%;
        height: 10%;
        bottom: 5%;
        margin-left: 70%;
        color: whitesmoke;
        background: #003366;
        text-align: center;
        font-weight: bold;
        /*	opacity:0.6;*/
        border-radius: 3px;
    }
    .hovertext {
        position: absolute;
        width: auto;
        height: 15%;
        bottom: 20%;
        left: 5%;
        color: whitesmoke;
        background: ;
        text-align: center;
        font-weight: bold;
    }
    .nav-justified {
        width: 5%;
    }
    .home {
        float: left;
        list-style: none;
        position: absolute;
        top: 0;
        left: 1%;
        padding: 0;
        margin: 0;
    }
    .icons {
        width: 9%;
        padding: 0%;
        float: right;
        padding-left: 1%;
    }
    .dropdown-menu {
        position: absolute;
        float: right;
        padding: 0;
    }
    .dropdown-menu>li>a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.5em;
        color: #333;
        white-space: nowrap;
        font-size: 12px;
    }
}

/*///MEDIA WIDTH 480 px//*/

/****Chrome***/

@supports (-webkit-appearance:none) {
    #institute {}
}

/* width */
.scrollbar::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
background: #555; 
}

.table-scroll{
    max-width: 100vw;
    overflow-x: scroll;
}
.horizontalscroll::-webkit-scrollbar {
  width: 0;
  background-color: rgba(0,0,0,0);
}
 
