
.verticle_nav_div{
	margin-top: 50px;
}
.verticle_nav {
	position: fixed;
	/*top: 5%;*/
	bottom: auto;
	z-index: 10;
}
.verticle_nav ul {
	list-style: none;
	/*padding: 0;*/
}
.verticle_nav li {
	padding: 10px 0;
}
.verticle_nav span {
	display: inline-block;
	position: relative;
}
.verticle_nav a {
	display: inline-block;
	color: #272727;
	text-decoration: none;
	font-size: 1em;
}
.circle {
	height: 10px;
	width: 10px;
	left: -10px;
	border-radius: 50%;
	background-color: #272727;
}
.rect {
	height: 3px;
	width: 0px;
	left: 0;
	bottom: 4px;
	background-color: #272727;
	-webkit-transition: -webkit-transform 0.6s, width 1s;
	-moz-transition: -webkit-transform 0.6s, width 1s;
	transition: transform 0.6s, width 1s;
}
.verticle_nav a:hover,
.verticle_nav .active-section {
	color: #9b59b6;
}
.verticle_nav a:hover span,
.verticle_nav .active-section span {
	background-color: #9b59b6;
}
.verticle_nav .active-section .rect {
	width: 40px;
}
.content-section {
	position: relative;
	width: 78%;
    height: 450px;
    left: 58%;
    background-color: #fff;
    padding: 47px 32px;
    margin-bottom: 51px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	scroll-margin-top: 175px;
}
.content-section h1 {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #9b59b6;
	font-size: 3em;
}

/*CREDITS*/
.about {
	position: fixed;
	bottom: 0;
	left: 1%;
}
.about a {
	text-decoration: none;
	font-size: 1.5em;
}
.about a:visited,
.about a:active,
.about a:link {
	color: #000;
}
.about a:hover {
	color: red;
}

.content-section ul li {
    font-size: 18px;
    text-decoration: none;
    text-align: left;
      margin-bottom: 10px;
}
.content-section h3{
	text-align: left;
}
.content-section ul{
	padding-left: 18px;
}
.ul_li_point p{
	text-align: left;
}
.align_center{
	align-items: center;
}
.serice_content{
	height: 350px;
}
.benefits_points{
	flex-direction: row;
    justify-content: space-around;
}
.benefits_points ul li{
	font-size: 20px;
    line-height: 40px;
    list-style-type: disclosure-closed;
}
.brand_logo_div{
	padding-left: 0;
	padding-right: 0;
}
.brand_logo_div .brand-item{
	background: #fff;
	padding: 15px;
	margin: 20px;
}
.brand-item-image{
	/*width: 100%;*/
	height: 120px;
    width: 180px;
}