@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body{
    background-color: #f3f3f3;
   
    margin: 0;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;

}
p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.3rem;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 0;
}

.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    font-size: 20px;
    color: #76838f;
}


.card-header {
    background: #f3f7f6 !important;
    color: #ffFFFF;
    font-weight: bold;
    font-size: 20px;  
    text-align: left; 

}
.card-title {
    /*background: #f3f7f6 !important;*/
    color: #032b07;
    font-weight: bold;
    font-size: 30px;  
    text-align: left; 

}



.card-link {
    color: rgb(37, 160, 84);
    font-size: 20px;     
}

.card-link:hover, .card-link:active {
    background-color: green;
    color: yellow;
    
  }

.article-link {
    color: rgb(3, 99, 40);
    font-size: 16px;     
}

.article-link:hover, .article-link:active {
    background-color: rgba(105, 221, 105, 0.205);
    color: rgb(3, 75, 7);
    text-decoration: none;
    
  }  


.nav-link {
    color: rgb(37, 160, 84);
    font-size: 20px;     
}

.nav-link:hover, .nav-link:active {
    background-color: green;
    color: yellow;
    font-weight: bold;
  }


.profile-header {
	height: 150px;
	width: 100%;
	position: relative;
}

.cover-image {
	height: 150px;
	width: 100%;
	overflow: hidden;
}


.user-photo {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	bottom: 10%;
	left: 27%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
	z-index: 5;
}

.user-photo img {
	height: 180px;
	/*width: 80px;*/
    border-radius: 10px;
    top: -40px;
	border: 2px solid rgb(24, 145, 96);
}

.user-image {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	bottom: -50%;
	left: 48%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
	z-index: 5;
}

.user-image img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	top: -40px;
	border: 5px solid rgb(24, 145, 96);;
}

.profile-card .profile-content {
	padding: 50px 20px 30px 20px;
}



.profile-card .profile-name {
	font-size: 1.2rem;
	color: #3249b9;
	font-weight: 600;
	text-align: center;
}

.profile-card .profile-designation {
	font-size: 13px;
	color: #777;
	text-align: center;
}

.profile-card .profile-description {
	padding: 10px;
	font-size: 13px;
	color: #777;
	margin: 5px 0px;
	background-color: #F1F2F3;
	border-radius: 5px;
}

.profile-card ul.profile-info-list {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	font-size: 1rem;
	font-weight: 500;
	color: #777;
}




.profile-card ul.profile-info-list a {
    text-decoration: none;
    color: rgb(21, 128, 83);
}



.profile-card a.profile-info-list-item {
	margin: 10px 0;
	padding:15px;
	background-color: #F1F2F3;
	display: block;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.profile-card a.profile-info-list-item:hover {
    background-color: #037a17;
    color: white;
	 -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	
}


.profile-card a.profile-info-list-item  i {
	padding: 10px;	
}

.profile-card a.profile-info-list-item-social {
	/*margin: 10px 0;
    padding:30px;*/
    font-size: 30px;
	background-color: white;


}

.profile-card a.profile-info-list-item-social:hover {
    background-color: #037a17;
    color: white;
	
}


.profile-card a.profile-info-list-item-social  i {
	padding: 10px;	
}


ul.about {
    list-style: none;
    color: rgb(10, 95, 14);
	padding: 0;
}
li.about-items {
    /*margin: 10px;*/
    font-size: 2 rem;
    /* font-family: sans-serif; */
    /* font-weight: 400; */
}



li.about-items i {
color:#06aa58;
}

span.about-item-name {
    width: 100px;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 5px;
}


span.about-item-detail {
    display: inline-flex;
    width: calc(100% - 180px);  
    background-color: #F1F2F3;  
    color: #76838f;
}
/*
span.about-item-detail > button{
  margin-right: 5px;
}
*/

.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}
.btn.btn-rounded {
    border-radius: 50px;
}

a.about-item-edit {
    float: right;
}

span.ratings
{
    margin-top:20px;
    }

span.ratings i
{
    color:#f1c40f;
    font-size:11px;
}       
span.ratings a
{
    color:#f1c40f;
    font-size:11px;
    }
    
span.ratings a:hover
{
    color:#f39c12;
    text-decoration:none;
    }

 