.body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
#header
{
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(bc3.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.user-box
{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.user-box img
{
	border-radius: 50%;
	width: 250px;
	border: 2px solid #6caed5;
}
.user-box h1
{
	color: #fff;
	font-weight: bold;
	margin: 10px;
}
.user-box p
{
	color: #fff;
}

/*ABOUT*/


.about
{
	padding-top: 100px;
	padding-bottom: 50px;
}

.profile-img
{
	height: 400px;
}

.nav-bar
{
	top:0;
	position: sticky;
	z-index: 2;
}
.navbar
{
	background-color: #000;
}
.nav-bar .fa-bars
{
	font-size: 35px;
	color: #fff;
}
.navbar-toggler
{
	outline: none !important;
}
.navbar-nav
{
	float: right;
	text-align: right;
}
.nav-link
{
	color: #fff !important;
}
.skill-bars p
{
   margin-bottom: 6px;
   font-weight: 600;
}
.progress
{
	border-radius: 16px !important;
	margin-bottom: 10px;
}
.progress-bar
{
	border-radius:16px;
	background: #000 !important;
}
.resume
{
	padding-top: 50px;
	padding-bottom: 30px;
	background: #f9f9f9;
}
.resume h3
{
	margin-bottom: 50px;
}
.timeline
{
	list-style-type:none;
	position: relative;
}
.timeline:before
{
	content: '';
	background:#555;
	display: inline-block;
	position: absolute;
	left: 16px;
	width: 2px;
	height: 100%;
	z-index: 1;
}
.timeline li
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: #fff;
}
.timeline li h4
{
	background-color: #000;
	padding: 5px 0 5px 26px;
	color: #fff;
	font-size: 16px;
}
.timeline li h4 span
{
	font-weight: bold;
	color: #ccc;
}
.timeline li:before
{
	content: '';
	background:#fff;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #000;
	left:20px;
	width: 20px;
	height:20px;
	z-index: 1;
}
.services h1
{
	margin-bottom: 15px;
}
.services-box
{
	background: #f9f9f9;
	padding: 10px;
	margin-top: 20px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.services-box .fa
{
	margin: 0 10px;
	font-size: 20px;
}
.services-box span
{
	margin: 3px;
	font-size: 20px;
	font-weight: bold;
}
.services-box p
{
	font-size:15px;
	margin-top:20px;
	color:#777;
}
.services-box:hover
{
	background: #000;
	color: #fff;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: 1s;
}
/*                       CONTACT               */

.contact
{

	padding-top: 50px;
	background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(bc3.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.contact .row
{
	padding: 30px;
	font-size: 22px;
}
.contact .col-md-4 .fa
{
	padding:10px;
	font-size:40px;
}
/*           Social-icon   */
.social-icon
{
	top:50%;
	transform: translateY(-50%);
	position: sticky;
	z-index: 1;
	width: 80px;
}
.social-icon ul
{
	padding: initial;
}
.social-icon ul li
{
	height: 40px;
	width: 40px;
	list-style-type: none;
	padding-left: 12px;
	padding-top: 6px;
	margin-top: 5px;
	color: #fff;
	background: #000;
}
.social-icon ul li:hover
{
	padding-left: 30px;
	width: 80px;
	transition: 1s;
}
