*{
    margin:0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}


/* Header  detail Section Started */
.Header{
    font-size: 19px;
    /* background: #04014a; */
    color:white;
    min-height: 121px;
    /* background-color: #04014a; */
    background: linear-gradient(60deg, #ffc107 0% 24%, #04014a 24% 24.5%, #ffc107 24.5% 25%, #04014a 25% 25.5%, #ffc107 25.5% 100%);

}

.header-col{
    border-right: 1px solid #fff;
    font-size: 18px;
}

.header-details-section{
    min-height:40px;
    color:white;
    font-size: 16px;
    display: flex;
    background: #04014a;
    background: linear-gradient(60deg, #04014a 0% 21.5%, #ffc107 21.5% 22%, #04014a 22% 22.5%, #ffc107 22.5% 23%, #04014a 23% 100%);
    
    /* background: linear-gradient(60deg, #ffc107 0% 25%, #04014a 25% 100%); */
    padding-bottom: 10px;
}

/* Header detail section end */



/* Navbar section start */

.collegeName{
    font-size: 40px;
    align-items: center;
    color: #04014a;
    text-align: center;
}

.second-row{
    background: linear-gradient(60deg, #ffc107 0% 24%, #04014a 24% 24.5%, #ffc107 24.5% 25%, #04014a 25% 25.5%, #ffc107 25.5% 100%);
    min-height: 73px;
}


.fa-brands{
    cursor: pointer;
}

.fa-brands:hover{
    color: #ffc107;
}

.header-menu-section{
    min-height: auto;
    /* background: linear-gradient(60deg, orange 0% 3%, #04014a 3% 3.7%, #ffc107 3.7% 100%); */
    /* border: 1px solid white; */
    background-color: #04014a;
    /* border: 1px solid white; */
    
    
}

.nav-item a{
    font-size: 1.5rem;
    font-weight: 500;
    color: #04014a;
}

.nav-link{
    font-weight: bold;
    color:#04014a;
    margin-left: 20px;
    border-bottom: 3px solid #ffc107;
}

.nav-link:hover{
    border-bottom: 3px solid #04014a;
    transition: 0.5s;
}

.slider{
    padding:0;
}

.logoImg{
    height: 80px;
    width: 100px;
}


/* Header Section Css Closed */