*{
    padding: 0px;
    margin: 0px;
}
.college-name-part{
    background-color: rgb(239, 206, 128);
}
.college-name p{
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
			margin: 0px;
		padding: 0px;
		font-size: 12px;
}
@media (max-width: 767px) {                  
	.college-name p{
		display: none;
		}
}
.college-name h2{
	text-align: center;
	font-weight: bold;
    text-shadow:3px 1px white;
    font-size: 26px;
    margin-top: 15px;
    
	}
	 
	.college-iso {
	color: white;
	text-align: center;
	font-weight: bold;
    text-shadow:3px 1px blue;
    font-size: 20px;
    margin-top: 1px;
    
	}
	
	.college-autonomous
	{
	color: red;
	text-align: center;
	font-weight: bold;
    text-shadow:3px 1px white;
    font-size: 24px;
    margin-top: 1px;
    
	}
.nav-imgs{
	width: 40px;
	height: 40px;
	border-radius:50%;
} 
  
  
  .nav-imgs1{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 0px;
}

  .nav-imgs2{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 0px;
}


      
#scroll-container {
    background-color:#36454f;
    color:aliceblue;
    border-radius: 5px;
    overflow: hidden;

    }

/*------------------------------------------------------------------------------*/
.img1{
    width:300px;  
}
.principal-div p{
  font-size:14px;
  font-weight: 600;
}
.principal{
    border: 2px solid black;
}
.principal-div{
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:320px){
    .principal{
        width: 82%;
        height: 78%;
    }
    .img1{
        height: 100%;
    }

  
}
@media (min-width:375px) and (max-width:376px){
    .principal{
        width: 70%;
        height: 73%;
    }
    .img1{
        height: 100%;
    }
}
@media (min-width:425px) and (max-width:426px){
    .principal{
        width: 60%;
        height: 75%;
    }
    .img1{
        height: 100%;
    }
}
.card-text{
    font-family: sans-serif;
    font-size: 14px;
}

.box p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    color: aliceblue;

}


@media (max-width:990px) {
    .college-name h2{
        text-align: center;
        font-size: 100%;
        }

    .nav-imgs{
        width: 18%;
        margin-left:5%;
        height: 80%;   
    }
    .nav-imgs1{
       display: none;
        
    }
	.nav-imgs2{
       display: none;
        
    }
    .nav-img-hide{

        display: none;
    }
}

@media (min-width:1000px) {
  
    .nav-imgs{
       display: none;
    }
    .anwb{
        display: none;
    }

}
.exam-results-scrolling{
    text-decoration: none;
  color: rgb(191, 224, 228);
  font-weight: 600;
  padding-right: 50px;
}
.exam-results-scrolling:hover{
    text-decoration: underline;
    color: rgb(191, 224, 228);

}
.anwb{
    float: right; 
    font-size: small; 
    color: white;
     border: 1px solid black;
  }
.icet-code{
     font-weight: bold ;
     color: red;
      border: 2px solid black;
      border-right: 0;
      padding-right: 0;
 }
.anwb-code{
    font-weight: bold; 
    color: red; 
    border: 2px solid black;  
    border-left: 0px;
    width: 50%;
     
}
@media (min-width:1000px) and (max-width:1100px){
    .icet-code{
        font-weight: bold ;
        color: red;
        border: 2px solid black;
        border-right: 0;
        font-size: small;
    }
    .anwb-code{

       font-size: small;
        color: red; 
        border: 2px solid black;  
        border-left: 0;
        width: 60%;
    }
}


