#navbar1
{
margin-bottom: 100px;
}

.logoimg{
    height: 75px;
    width: 205px;
}



.page-link {
    color: #fd0d37;
    background-color: #8b7e7e;


}
.nexttab{
    color: #eb3939;
    background-color: #0f0202;
    
}
/* css for card same height  starts ******************* */

.dist-head
{
    background: linear-gradient(263deg, #ba24ba 0%, rgb(240, 241, 241) 100% );
    margin-top: 150px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: rgb(32, 116, 51);
}


.dist-foot
{
    background: linear-gradient(263deg, #ba24ba 0%, rgb(240, 241, 241) 100% );
    margin-top: 10px;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: rgb(32, 116, 51);
}
.dist1-head
{
    background: linear-gradient(263deg, #07570a 0%, rgb(240, 241, 241) 100% );
    margin-top: 150px;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: #ba24ba;
}


.dist1-foot
{
    background: linear-gradient(263deg, #07570a  0%, rgb(240, 241, 241) 100% );
    margin-top: 10px;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: #ba24ba;
}


/* css for card same height  ends ******************* */
.card-header 
{
color: #FFFFFF;
}
.card-headersub
{
    color: #ffff23;
}
.card-title 
{
    color: #0e090c;
}
.card-imp
{
    color: #ffff23;
}
.card-text 
{
color: #FFFFFF;
}
.card-same
{
    background-color: #a0999c;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0, 0.15);
    padding: 10px 10px ;
    display: flex; /* to keep all  cards  of same lenght  */
    flex-direction: column; /* to keep all  cards  of same lenght  */
    
    

}
.btn-card 
{
        box-shadow: none;
        padding: 8px 25px;
        border: none;
        border-radius: 20px;
        background-image: linear-gradient(to right, #c22f89 0%, #470825 100%);
        font-family: inherit;
        font-weight: 900;
        font-size: large;
        color: #b2b0b5;
       
      
      
}
.btn-bottom 
{
        box-shadow: none;
        padding: 8px 25px;
        border: none;
        border-radius: 20px;
        background-image: linear-gradient(to right, #e0dedd 0%, #f1930f 100%);
        font-family: inherit;
        font-weight: 900;
        font-size: large;
        color: #060506;
       
      
      
}
.btn-card1 
{
        box-shadow: none;
        padding: 8px 25px;
        border: none;
        border-radius: 20px;
        background-image: linear-gradient(to right, #b7b2c6 0%, #1b319d 100%);
        font-family: inherit;
        font-weight: 900;
        font-size: large;
        color: #c60e54;
       
      
      
}

/* css for card same height  ends ******************* */

/* css for social media      start  ******************* */

#social-media {
    background-image: linear-gradient(to right, #59ad6e 0%, #25ba1d 100%);
    padding: 10px 0;
    border-radius: 1%;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
  }
  
  #social-media p {
    font-size:  18px;
    font-weight: 600;
    margin-bottom: 10px;
    font: bolder;
  }
  
  .social-icons img {
    width: 60px;
    transition: 0.5s;
    border-radius: 50%;
  }
  
  .social-icons a:hover img {
    transform: translateY(-10px);
  }
/* css for social media      start  ******************* */
/* footer  Section ---------------       starts          Here */
#footer
{
  background-image: linear-gradient(to bottom, #2b031f 0%, #e9e5ea 100%);
  color: #fff;
}
.footer-img   
{
  width: 70%;
  
}
.footer-box
{
padding: 20px;
}
.footer-box img
{
width: 120px;
margin-bottom: 20px;
}
hr 
{
background-color: #fff;
}
.copyright
{
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center  ;
}
#affiliations 
{
  height: 50px;
}
.afflinks
{
  display: inline;
}
.afflinks li
{
list-style-type: none;

}


/* footer  Section ---------------       ends            Here */