@charset "utf-8";
/* CSS Document */


.left_side_sec {
	position: sticky;
	top: 30%;
	z-index: 10;
	background: #6d499b;
	padding: 20px 10px 20px 25px;
	border-radius: 20px;
}
ul{
	list-style: none;
	padding: 0;
}
.left_side_sec ul li {
	padding: 10px 0;
}
span{
	display: inline-block;
	position:relative;
}
.left_side_sec  a{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
}
.circle{
	height: 10px;
	width: 10px;
	left: -10px;
	border-radius: 50%;
	background-color: #FFF;
}
.rect{
	height: 3px;
	width: 0px;
	left: 0;
	bottom: 4px;
	background-color: #FFF;
	-webkit-transition: -webkit-transform 0.6s, width 1s;
	-moz-transition: -webkit-transform 0.6s, width 1s;
	transition: transform 0.6s, width 1s;
}
.left_side_sec  a:hover, .left_side_sec .active-section{
	color: #FFF;
}
.left_side_sec  a:hover span, .left_side_sec .active-section span{
	background-color: #FFF;
}
.left_side_sec .active-section .rect {
	width: 20px;
}

/*CREDITS*/
.main_left_sec {
	margin-bottom: 100px;
}
.update_text {
	margin: 0 auto;
	text-align: center;
	background: #f8f4fe;
	padding: 50px 0px;
	margin-bottom: 70px;
}
.update_text .user_title {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.update_text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.user_text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}    
.service_text .general-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin: 20px 0px;
	color: #000;
}
.service_text p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8 {
	padding-top: 165px;
	margin-top: -165px;
}