*
{
	padding: 0;
	margin: 0;
}
.txtResumeTopContainer
{
	color: #fff;
}
.resume-template
{
	background: #052136;
	display: inline-block;
	width: 100%;
}
.resume-text p
{
	font-size: 13px;
	color: #fff;
}
.profile-img
{
	padding: 20px;
}
.resume-text
{
	color: #fff;
	padding: 20px 10px;
}
.resume-text hr
{
	margin: 0;
}
.resume-text .profile-pic
{
	width: 100px;
	height: 100px;
	display: inline-block;
}
.resume-text .profile-pic img
{
	border-radius: 50%;
	width: 100%;
}
.resume-text h1
{
	margin: 5px 0 0;
	color: #fff;
}
.resume-text .email
{
	/*padding-left: 10px;*/
	animation-delay: 0.6s;
}
.resume-text .address-box
{
	padding: 10px 0;
}
.resume-text .address-box span
{
	font-weight: bold;
	display: inline-block;
	color: #fff;
}
.resume-text h3
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	color: #fff;
}
.resume-text .overview
{
	padding: 20px 0 10px;
	width: 100%;
	display: inline-block;
}
.resume-text ul li
{
	font-size: 13px;
	padding-bottom: 5px;
	color: #fff;
}
.resume-text ul li:nth-child(n+1)
{
	animation-delay: 1s;
}
/*--------------------- Portfolio Resume-------------------*/
/*---------------------Blue Theme---------------------*/
.portfolio
{
width: 100%;
display: inline-block;	
}
.portfolio .bg-blue
{
color: #fff;
background: #323846;
}
.portfolio .bg-medium-blue
{
	background: #2a303e;
}
.portfolio .bg-dark-blue
{
	background: #1e2432;
}
.width100
{
	display: inline-block;
    width: 100%;
    padding: 10px;
}
.portfolio .profile-pic-circle
{
	width: 150px;
	height: 150px;
	display: inline-block;
}
.portfolio .profile-pic-circle img
{
	border-radius: 50%;
	width: 100%;
	border: 10px solid #323846 ;
}
.portfolio .resume-text p
{
	font-size: 13px;
	color: #fff;
}
.portfolio .resume-text h3
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	color: #fff;
}
.display-portfolio .col-md-4
{
 padding: 0;
 padding-top: 5px;
 padding-left: 5px;
}
.mar-top-10
{
margin-top: 10px;
}
.pad-10
{
	padding: 10px;
}

/*-------------------------Green-----------------------*/
.portfolio .bg-green
{
color: #fff;
background: #8ae508;
}
.portfolio .bg-medium-green
{
	background: #79bb1c;
}
.portfolio .bg-dark-green
{
	background: #518409;
}
.portfolio .profile-pic-square
{
	width: 130px;
    height: 150px;
    display: inline-block;
    margin-top: 25px;
}
.portfolio .profile-pic-square img
{
	width: 100%;	
}
.portfolio .bg-green .profile-pic-square img
{
border: 10px solid #8ae508 ;
}