

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* logo fix  */


.mylogo{
    /* height: 100px; */
    width: 7%;
}

#navbarNav ul li a {
    color: rgb(12, 99, 197);
    padding: 10px;
    font-weight: 600;
}



/* footer logo fix  */
.our-logo{
    width: 20%;
}


#social{
   
  
    margin-left: 70px;
   
}


#social a{
    padding-left: 10px;
    color: rgb(12, 99, 197);
    font-weight: 600;
}
   





/* card about  */

.card-img-top {
    width: 60%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .card {
    padding: 1.5em 0.5em 0.5em;
    text-align: center;
    border-radius: 2em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .card-title {
    font-weight: bold;
    font-size: 1.5em;
  }
 
  
  .responsive-profile img{
    height: 250px;
  }

  .responsive-profile2 img{
     height: 250px;
  }

  .p-about {
    margin-bottom: 0;
  }

/* card about  */