.about{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
}
.about-heading{
	font-size: 50px;
	color: #474747;
}
.about-detail{
	font-size: 25px;
	font-weight: lighter;
	font-family: calibri;
}
.about-description{
	float: left;
	clear: both;
	font-size: 18px;
	text-align: justify;
}
.progress{
	height: 10px;
}
.progress-section{
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px;
}
.progress-title{
	font-size: 20px;
	font-family: akaju;
	text-transform: capitalize;
}
.progress-size{
	float: right;
}
.design{
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: url("../../assets/images/about/bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
	position: relative;
	z-index: 1;
}
.design:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(28,31,37,0.7);
	z-index: -1;
}
.design-box{
	width: 100%;
	padding: 20px 10px;
}
.design-box:hover{
	width: 100%;
	padding: 10px 10px;
}
.design-icons{
	font-size: 80px;
}
.design-title{
	font-size: 25px;
	font-family: arial;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 10px;
}
.design-title span{
	color: #009EDC;
	font-size: 50px;
}
.design-description{
	color: #f2f2f2;
	word-spacing: 3px;
}


.design-passion{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: white;
}
.design-passion-heading{
	font-size: 10vw;
	text-transform: uppercase;
	font-weight: lighter;
	line-height: 90px;
	margin-top: 30px;
	font-family: quick;
}
.design-passion-heading b{
	font-weight: bold;
}
.design-passion-detail{
	font-size: 20px;
	color: gray;
	text-align: justify;
}
.about-parts{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 30px;
	background: url("../images/about/parallax-sett1.jpg");
	background-position: center;
	background-size: cover;	
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
.about-parts:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.9;
	z-index: -1;
}
.about-part-detail{
	padding: 20px;
}
.contactus-btn:hover{
	color: var(--color) !important;
	border: 1px solid var(--color) !important;
}
