/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
 
1. Progress Bar Start
2. progressOne start
3. progressTwo start
4. progressThree start
5. progressFour start
6. progressFive start

*/

/* custom css */


/* ===================================================
Progress Bar Start
====================================================== */

#main-wrapper{
	float:left;
	width:100%;
}
h3 {
	margin: 0 0 15px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gray_bg {
	background-color: #f7f7f7;
}

/*progressOne start*/

.progressOne .progress-item {
	position: relative;
}

.progressOne .progress-title {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 8px;
	color:#111111;
}
.progressOne .progress {
	height: 11px;
	box-shadow: none;
	border-radius: 0px;
}
.progressOne .progress-bar {
	background-color: #4285f4;
	box-shadow: none;
	text-align: right;
}
.progressOne .progress-percent {
	font-size: 10px;
	background-color: #111111;
	position: absolute;  
	top: 5px;
	padding: 0 8px;
	border-radius: 3px;
}
.progressOne .progress-percent::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -4px;
	border-top: 6px solid #111111;
	border-right: 8px solid transparent;
}
/*progressOne end*/




/*progressTwo start*/
.progressTwo {
	background: #f7f7f7;
}
.progressTwo .progress-wrapper {
	margin-bottom: 30px;
}
.progressTwo .progress-item {
	position: relative;
	line-height: 26px;
}

.progressTwo .progress-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
  	padding-bottom: 8px;
  	position: absolute;
  	color: #fff;
  	left: 30px;
  
}

.progressTwo .progress {
	height: 41px;
	background-color: #fff;
	box-shadow: 0px 0px 1px #f1f1f1;
	border-radius: 20px;
}

.progressTwo .progress-bar {
	background-color: #34abe2;
	box-shadow: none;
	text-align: right;
}

.progressTwo .progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(-57deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(-57deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(-57deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 20px 30px;
    background-color: #4285f4;
}

.progressTwo .progress-percent {
	position: absolute;
	font-size: 10px;
	height: 41px;
	width: 41px;
	line-height: 33px;
	background: #fff;
	color: #4285f4;
	border: 3px solid #4285f4;
	border-radius: 50%;
	text-align: center;
	top: 0px;
	margin-left: -17px;
}
/*progressTwo end*/

/*progressThree start*/
.progressThree {}
.progressThree .progress-wrapper {
	margin-bottom: 30px;
}
.progressThree .progress-item {
	line-height: 43px;
	padding: 2px 20px;
	background: #111111;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	position: relative;
}
.progressThree .progress-item:last-of-type {
	border-bottom: 0;
}
.progressThree .progress-title {
	display: inline-block;
	float: left;
	width: 115px;

}
.progressThree .progress-percent {
	display: inline-block;
	float: right;
	text-align: center;
	position: absolute;
	right: 0;
	padding: 1px 10px;
	margin-top: -2px;
	background: #999999;
	border: 1px solid #999999;
	border-radius: 1px;
}
.progressThree .progress {
  width: 70%;
  display: inline-block;
  height: 8px;
  margin-bottom: 0;
  background-color: #999999;
  box-shadow: none;
}

@media (min-width : 992px) and (max-width : 1199px) {
	.progressThree .progress {
	  width: 60%;
	}
}
@media only screen and (max-width : 767px) {
	.progressThree .progress {
	  width: 60%;
	}
}
@media only screen and (max-width : 479px) {
	.progressThree .progress-title {
	  width: 90px;
	}
	.progressThree .progress {
	    width: 40%;
	}
}

.progressThree .progress-bar {
  background-color: #4285f4;
  box-shadow: none;
}
/*progressThree end*/

/*progressFour start*/
.progressFour {
	background: #f7f7f7;
}
.progressFour .progress-wrapper {
	margin-bottom: 30px;
}
.progressFour .progress-item {
	position: relative;
	line-height: 26px;
}

.progressFour .progress-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
  	padding-bottom: 8px;
  	position: absolute;
  	color: #fff;
  
}

.progressFour .progress-title i{
	font-size: 15px;
	line-height: 24px;
	padding: 0 20px;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}

.progressFour .progress {
	height: 39px;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0px;
}

.progressFour .progress-bar {
	background-color: #4285f4;
	box-shadow: none;
	text-align: right;
}

.progressFour .progress-percent {
	position: absolute;
	font-size: 13px;
	line-height: 40px;
	color: #999999;
	text-align: center;
	right: 15px;
}
/*progressFour end*/

/*progressFive start*/
.progressFive {
}
.progressFive .progress-wrapper {
	margin-bottom: 30px;
}
.progressFive .progress-item {
	line-height: 10px;
}

.progressFive .progress-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
	color:#111111;
}

.progressFive .progress {
	height: 17px;
	background-color: #f7f7f7;
	box-shadow: none;
	border-radius: 10px;
}

.progressFive .progress-bar {
	box-shadow: none;
	text-align: right;
	border-radius: 10px;
}

.progressFive .progress-percent {
	font-size: 12px;
	color: #999999;
}
/*progressFive end*/
