
h3{
    font-size: 25px !important;
    color: rgb(16, 15, 124) !important;
}
h4{
    font-size: 17px !important;
    font-weight: 500;
    color: rgb(41, 41, 41);
    
    
}
h5 i{
    color: black;
    transition: 900ms;
    font-size: 27px;
    transform: scale(1);
}
h5 i:hover{
    transform: scale(1.3);
    transition: 900ms;
    color: rgb(255, 0, 0);
}
h5 a{
    text-decoration: none;
    
}
.cg-color{
    color: rgb(141, 141, 141) !important;
}
.fa-circle{
    color:rgb(43, 43, 43);
}
.fa-circle:hover{
    color: rgb(141, 141, 141);
}

.desc{
    font-weight: 500;
    font-size: 18px;
    color: rgb(0, 0, 0,0.9);
    font-stretch: expanded;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   
}
.name{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-stretch:extra-expanded;
    font-size: 30px;
}
p,li{
    font-size: 18px;
    color: rgb(156, 156, 156);
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.hcolor{
    background-color: brown;
    
}
header{
    width: 100%;
    background-image:url('../images/02.jpg');
    min-height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position-y:top; 
    
}
.profile{
    align-content: center;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 20px 0px rgb(167, 167, 167);
    width: 300px;
    height: 300px;
    padding: 40px;
    margin-bottom: 10px;
}
.prof{
    left: 5%;
}

.box{
    height: 130px;
    width: 130px;
    border-radius: 65px;
    overflow: hidden;
}
.box img{
    width: 100%;
}
.list-info{
    font-weight: 600;
    font-size: 16px;
    color: rgb(0, 0, 0,0.9);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top:30px;
    padding: 10px;
}
.list-info td{
    min-width: 20px;
}
     
.circle{
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 75px;
    left: 33px;
    z-index: 1;
}
.circle img{
    width: 100%;
    transition: 900ms;
}
.circle img:hover{
   transform: scale(1.1);
   transition: 900ms;
}
.head{
    align-content: center;
    margin: 0px 10%;
   
}
.title-2{
    font-weight: 900px;
    font-size: 14px;
    color: black;
    
}
.hrcross{
    min-width: 1000px;
    position: absolute;
    left: -450px;
    background-color: rgba(63, 63, 63, 0.5);
    height: 1px;
    
}
.card{
    margin: 5px;
}
/* End of head section */
/* -------------------------------------------------*/

/* Body Section */


.header-section{
    width: 80%;
    padding: 30px;
    z-index: 2;
    background-color: white;
    box-shadow: 0px 3px 20px 0px rgb(17, 17, 17,0.5);
    height: auto;
    position: absolute;
    margin-top: -150px;
    margin-bottom: 30px;
    border-bottom: 10px solid rgb(41, 41, 41);
    
    
}
.section{
    padding: 40px;
    position: relative;
}
/* End of head section */
/* -------------------------------------------------*/

/* Body Section */


/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
    .desc{
        font-weight: 450;
        font-size: 16px;
        text-align: justify;
    }
    .box{
        margin-left: 25%;
    }
    .header-collaps{
        background-color:rgba(255, 255, 255, 0.8);
        padding:20px 0px;
    }
    .header-section{
        width: 92%;
        padding: 15px;
        margin-top: 10px;
    
    }
    .head{
        margin: 0px 1%;
    }
    header{
        background-image:url('../images/head.jpg');
    }
    .section{
        padding: 10px;
    }
    .prof {
         left: 0px;
    }
  
}