 /*section header*/
.section-header {
    background-image: url(../images/Brainwave1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    text-align: center;;
}
.header-headline {
	font-size: 58px;
	text-shadow: -1px 2px #7b7b7b;
}


.sub-head-wrapper {
	margin-top: 55px;
	background-image: url(../images/sub-head-bg-2.png);
	background-size: cover;
    background-repeat: no-repeat;
    border-radius: 70px;
    width: 90%;
}

.sub-head {
	text-shadow: 0px 1px #7b7b7b;
	padding: 26px;
}

/*section-1*/
.section-1 {
    background-image: url(../images/section-1-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: center;
}

/*section-2*/
.section-2 {
	background-image: url(../images/section-2-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: center;
}

.introducing-wrapper {
	background-color: #fff;
	display: block;
	margin: auto;
	max-width: 100%;
	border-radius: 37px;
}

.section-2-headline {
	padding: 8px;
	text-shadow: -1px 1px #7b7b7b;
	font-size: 32px;
}

/*section-3*/
.section-3-headline-2 {
	font-size: 60px;
}

.image-small {
	width:20%;
}

.section-3 {
	background-image: url(../images/section-3-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: center;
    background-attachment: fixed;
}
.section-5 {
	background-image: url(../images/Dollar.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: center;
    margin-top: -150px;
}
.section-7{
	background-color: #000;
	color: #fff;
}
.section-8{
	background-image: url(../images/Section-8-BG.png);
	background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: center;
}
.section-7-title{
	margin-top: 10px;
	background-color: #cc3366;
	padding: 10px;
	border-radius: 50px;
}

.ul-1 {
	list-style-type: none;
	padding-top: 5px;
}
.ul-2{
	list-style: none;
	padding-top: 30px;
}
.ul-3{
	list-style: none;
	padding-top: 30px;

}
.list-1 {
	background-image: url(../images/brain-icon.png);
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 45px;
}
.list-2 {
	background-image: url(../images/List-icon-2.png);
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 45px;
	font-size: 25px;
	padding-bottom: 25px;
}
.list-3 {
	background-image: url(../images/List-icon-2.png);
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 45px;
	line-height: 40px;
	font-size: 25px;
}
