*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: Roboto,sans-serif;
}
body
{
    background :url("../images/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 140vh;
}
.institute-name
{
    position: absolute;
    top: 10%;
    left: 26%;
    height: 12%;
    width: 50%;
    background: rgba(0,0,0,0.8);
    color: aqua;
    text-align: center;
    border-radius: 50px;
}
.heading-1
{
    text-align: center;
    position: absolute;
    height: 6%;
    width: 25%;
    top: 31%;
    left: 39%;
    background: rgba(0,0,0,0.7);
    color: aqua;
    border-radius: 20px;
}
.wrapper
{
    position: absolute;
    top: 52%;
    left: 2%;
    height: 70%;
    width: 96%;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
}
.branches
{
    position: absolute;
    /*top: 15%;*/
    /*left: 15%;*/
    padding-top: 100px;
    left: 1%;
    color: aqua;
    font-size: 19px;
}
.field
{
    padding-left: 45px;
    color: #3498db;
}
.fields
{
    padding-left: 45px;
}
th
{
    padding-bottom: 18px;
}