@charset "ISO-8859-1";
/* ---------------------------------
7. EXPERIENCE SECTION
--------------------------------- */

.experience-section{ 
	/* background: #fafafa;  */
	color: #000;
}

.experience .list > li{ display: block; position: relative; margin-bottom: 10px; padding-left: 20px; }

.experience .list > li:before{ content: ''; position: absolute; top: 50%; left: 0; height: 10px; 
	width: 10px; margin-top: -5px; display: block; border-radius: 10px; border: 2px solid #fff; 
	}

	
	.intro{ padding: 0 20px; margin-top: 100px; text-align: center; background: #fff; }

.intro .profile-img{ height: 200px; width: 200px; border-radius: 100px; margin: 0 auto; 
	overflow: hidden; position: relative; top: -100px; margin-bottom: -70px;  }
	
	/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 1em;
    left: 1em;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Container holding the image and the text */
 .container1 {
    position: relative;
    text-align: center;
    color: white;
} 
.blog-flex .featured-blog .desc-t .featured-head{
	color: green !important;
}
.blog-flex .featured-blog .desc-t h3 a{
	color: green !important;
}
#fh5co-logo{
	text-transform: none;
}
