#progress1{

	margin: 10px;
	padding:2px;
	margin-right: 50px;
	margin-bottom: 50px;

}



#progress1 .col-md-6 .columgap{
	justify-items: center;
	margin: 10px 10px;
	margin-left: 10px;

}
#progress1 .col-md-6 .stand-skill{
	justify-items: center;
	margin: 10px 0px;
	

}
#progress1 .stand-skill{

	width: 100%vw;
	height: 100%vh;

}
#progress1 .stand-skill img{

	width: 100%vw;
	height: 100%vh;
	border-radius: 15px;

}

#progress1 .container{
	
	width: 100%;
	margin: 0px;
	padding: 0px;

}
#progress1 .skills-container{
	border: 5;
	margin: 15px 0;
	padding:0;
}

#progress1 .container .main-title{
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
	font-family: helvetica;
}
#progress1 .container .main-title h1{
	position: relative;
	font-size: 40px;
	color: #242223;
	margin-bottom: 30px;
	display: inline-block;
}
#progress1 .container .main-title h1::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 125%;
	left: 0;
	background-color: #808080;
}
#progress1 .container .main-title h1::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #d03645;
	top: calc(125% - 1px);
	left: 50%;
	transform: translateX(-50%);
}
#progress1 .main-title p{
	color: #000000;
}
#progress1 .container .row{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
}
#progress1 .row .col{
	flex-basis: 46%;
}
#progress1 .row .sub-title h2{
	position: relative;
	color: #242223;
	font-size: 22px;
	font-family: helvetica;
	display: inline-block;
	margin-bottom: 30px;
}
#progress1 .row .sub-title h2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	top: 125%;
	left: 0;
	background-color: #808080;
}
#progress1 .row .sub-title h2::after{
	content: '';
	position: absolute;
	width: 25%;
	height: 3px;
	top: calc(125% - 1px);
	left: 0;
	background-color: #d03645;
}
#progress1 .subject{
	font-size: 18px;
	font-weight: thin;
	color: #000000;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#progress1 .progress-bar{
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #ffffff4d;
	border-radius: 15px;
	margin-bottom: 20px;
}
#progress1 .progress-bar::after{
	position: absolute;
	content: attr(value);
	top: -35px;
	right: 0;
	color: #000000;
	font-size: 18px;
}
#progress1 .progress-line{
	position: absolute;
	width: 0%;
	height: 25px;
	background-color: #fcfcfc;
	border-radius: 15px;
	top: -1px;
	animation: animate 10.5s cubic-bezier(1, 0.2, 0.2, 1) forwards;
}
@keyframes animate{
	0%{
		width: 0%;
	}
	25%{
		width: 25%;
	}
	50%{
		width: 50%;
	}
	85%{
		width: 85%;
	}
	100%{
		width: 100%;
	}
}
#progress1 .progress-line::after{
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	top: 50%;
	left: 100%;
	transform: translate(-50%, -50%);
	background-color: #000000;
}
@media(max-width: 768px){
	#progress1 .container{
		padding: 30px 8%;
	}
}
@media(max-width: 568px){
	#progress1 .container .row{
		flex-direction: column;
	}
	#progress1 .container .main-title h1{
		font-size: 36px;
	}
	#progress1 .container .row{
		margin-top: 30px;
	}
	#progress1 .row .col:nth-child(2){
		margin-top: 20px;
	}
}
