.bg_color{
    background-color: #131360;
}
.list-style{
    list-style: none;
}
.nav_margin{
    margin: 0 auto;
}
.nav_padding{
    padding: 5px 10px;
}
.btn_nav{
    background-image: linear-gradient(to right, #0cd1f3, #0565c1);
    color: white;
    border: 1px solid #060924;
}
.color_white{
    color: white !important;
}
.third_section{
    background-image: linear-gradient(#2554b1, #261e70);

}
.card_bg{
    background-color: #312999;
    border: 1px solid #207bc4;
    border-radius: 25px;
}
.fourth_section{
    background-color: #081a40;
}
.five_section{
    background-color: #1d1b90;
}
.circle_img{
    border-radius: 50%;
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.font_card{
    font-size: 14px;
}
.border_tabs{
    border: 1px solid white;
}
.btn_tabs{
    border-radius: 0px  !important;
    color: white;
}
.btn_tabs:hover{
    color: white;
}
.nav-pills .nav-link.active{
    background-image: linear-gradient(to right, #0cd1f3, #0565c1);
    color: white;
}
.bg_topdiv{
    background-color: #121144 ;
    border: 1px solid #207bc4;
   
}
.grid_col{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    background-color: white;
}
.six_section{
    background-image: linear-gradient(to left, #16156c, #1c4f9d );
}
.anchor_tag{
    text-decoration: none;
    color: white;
}
.padding_banner{
    padding: 67px 24px;
}


/* footer css start */
.footer_bg{
    background-image: linear-gradient(to bottom right, #333c85, #101d5f);
}
.student_App{
    background-image: linear-gradient(to bottom right, #54baf5, #56dfff);
    border-radius: 10px;
}
.faculty_App{
    background-image: linear-gradient(to bottom right, #4686ff, #f86ff0);
    border-radius: 10px; 
}
.associate_app{
    background-image: linear-gradient(to bottom right, #ff8ef4, #ffcefa);
    border-radius: 10px; 
}
.border_foot{
border-bottom: 1px solid #ffffff;
}
.btn_footer{
    background-image: linear-gradient(to right, #0cd1f3, #0565c1);
    color: white;
   
}
.input_footer{
    background-color: transparent;
    border-radius: 0px;
    color: white;
}

@media (max-width: 1200px){
    .nav_padding {
        padding: 5px 5px;
    }
    
}
@media (max-width: 1000px) and (min-width: 500px){
    .main_logo{
        width: 40%;
    }
}
@media (max-width: 500px){
    .main_logo{
        width: 53%;
    }
}

.nav-item_header  .active{
   background: linear-gradient(to right, #2effee 0%, #0e7be8 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
    font-weight: 600;
}