/**************** default styles ****************/
* {

}

body {
	overflow-x: hidden;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 22%, rgba(251,251,251,1) 69%, rgba(223,223,223,1) 100%);
}

.clear {
	clear: both;
}


/*********************************************************/

/*@media screen and (min-width: 320px) {*/

	.secondBG {
		position: absolute;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		top: 1500px;
		background-image: url('../images/secondBG.svg');
		background-size: 150% auto;
		background-position: 0 0;
		background-repeat: no-repeat;
		opacity: 0.8;
	}

	.headingbar {
		width: 100%;
		height: auto;
		padding: 24px;
		background-color: #faa21b;
		background-image: url('../images/headerBG.svg');
		background-size: 70% auto;
		background-position: -50% 100%;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1000;
	}
	.headingbar h1 {
		text-align: right;
		margin-bottom: 0;
		font-size: 2em;
		color: #fff;
		font-size: 2.5em;
	}
	.aboutuscontainer {
		width: 100%;
		height: auto;
		padding: 0 0 36px 0;
		position: relative;
		z-index: 1000;
	}
		.mainimage {
			width: 100%;
			height: 150vw;
			background-image: url('../images/RISE_GroupPic.jpg');
			background-size: 101% auto;
			background-position: 50% 0%;
			background-repeat: no-repeat;
		}

		.aboutusbox {
			width: 100%;
			height: auto;
			padding: 48px 24px;
			margin: 0px 0 36px 0;
		}
			.aboutusbox h2 {
				text-align: left;
				color: #33afc9;
				margin-top: 0px;
				margin-bottom: 0px;
			}
			.aboutusbox h3 {
				text-align: left;
				margin-bottom: 18px;
			}
			.aboutusbox a {
				text-decoration: none;
			}
			.aboutusbox a div {
				display: block;
				width: 60%;
				background-color: #33afc9;
				border: 2px solid #33afc9;
				padding: 8px 12px;
				color: #000;
				text-decoration: none;
				margin: 24px 0;
				text-align: center;
				border-radius: 2px;
				font-weight: 600;
				transition: 0.3s;
			}
				.aboutusbox a div:hover {
					background-color: rgba(255, 255, 255, 0);
					border-color: #faa21b;
				}

			.aboutusbox hr {
				margin: 48px 0;
				border-color: rgba(0, 0, 0, 0);
			}


/*}*/

/*********************************************************/

@media screen and (min-width: 375px) {


}

/*********************************************************/

@media screen and (min-width: 414px) {


}

/*********************************************************/

@media screen and (min-width: 568px) {


}

/*********************************************************/

@media screen and (min-width: 667px) {


}

/*********************************************************/

@media screen and (min-width: 736px) {


}

/*********************************************************/

@media screen and (min-width: 768px) {

	.secondBG {
		width: 100%;
		height: 990px;
		top: 0px;
		background-size: 70% auto;
		background-position: 100% 100%;
		opacity: 0.3;
	}

	.headingbar {
		padding: 40px 36px;
		background-size: 50% auto;
		background-position: 40% 100%;
	}
	.aboutuscontainer {
		padding: 5vw 4vw 10vw 4vw;
	}
		.mainimage {
			float: left;
			width: 40%;
			height: auto;
			padding-bottom: 60%;
			margin: auto;
			-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.34); 
			box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.34);
		}
		.aboutusbox {
			float: right;
			width: 60%;
			margin: auto;
			padding: 0 12px 0 48px;
		}
			.aboutusbox h2 {
				font-size: 1.125em;
				line-height: 1em;
				margin-bottom: 0px;
			}
			.aboutusbox h3 {
				font-size: 1.125em;
				line-height: 1em;
			}
			.aboutusbox p {
				font-size: 0.75em;
				margin-bottom: 0px;
			}
			.aboutusbox a {
				font-size: 0.75em;
			}
			.aboutusbox a div {
				display: inline-block;
				width: auto;
				margin-bottom: 0px;
				margin-top: 18px;
				padding: 8px 18px;
			}
			.aboutusbox hr {
				margin: 24px 0;
			}


}

/*********************************************************/

@media screen and (min-width: 812px) {


}

/*********************************************************/

@media screen and (min-width: 992px) {

	.secondBG {
		height: 1100px;
		top: 0px;
		background-size: 50% auto;
	}

	.headingbar {
		padding: 57px 48px;
		background-size: 500px auto;
		background-position: 200px 100%;
	}
	.headingbar h1 {
		font-size: 3em;
	}
	.aboutuscontainer {
		padding: 5vw 4vw 10vw 4vw;
	}
		.aboutusbox {
			padding: 0 12px 0 60px;
		}
			.aboutusbox h2 {
				font-size: 1.25em;
			}
			.aboutusbox h3 {
				font-size: 1.25em;
			}
			.aboutusbox p {
				font-size: 0.8em;
			}

}

/*********************************************************/

@media screen and (min-width: 1024px) {

  


}

/*********************************************************/

@media screen and (min-width: 1180px) {

	.secondBG {
		height: 1200px;
		background-size: 50% auto;
	}

	.aboutuscontainer {
		width: 1141px !important;
		padding: 60px 45px 100px 45px;
		margin: auto;
	}
		.aboutusbox {
			padding: 0 12px 0 80px;
		}
			.aboutusbox h2 {
				font-size: 1.5em;
			}
			.aboutusbox h3 {
				font-size: 1.5em;
			}
			.aboutusbox p {
				font-size: 0.9em;
			}
			.aboutusbox a {
				font-size: 0.9em;
			}
			.aboutusbox hr {
				margin: 36px 0;
			}
		
}

/*********************************************************/

@media screen and (min-width: 1280px) {

	.aboutuscontainer {
		width: 1141px !important;
	}

}

/*********************************************************/

@media screen and (min-width: 1366px) {

	.secondBG {
		height: 1300px;
	}

	.headingbar {
		padding: 88.5px 48px;
		background-size: 600px auto;
		background-position: 300px 100%;
	}
	.aboutuscontainer {
		padding-top: 100px;
	}  

}

/*********************************************************/

@media screen and (min-width: 1920px) {

	.secondBG {
		height: 1600px;
		background-size: 800px auto;
	}

	.headingbar {
		padding: 137.5px 48px;
		background-size: auto 100%;
		background-position: 500px 100%;
	}
		.aboutuscontainer {
			width: 1400px !important;
			padding: 100px 45px 160px 45px;
			margin: auto;
		}
			.aboutusbox {
				padding: 0 12px 0 100px;
			}
				.aboutusbox h2 {
					font-size: 2em;
				}
				.aboutusbox h3 {
					font-size: 2em;
				}
				.aboutusbox p {
					font-size: 1em;
				}
				.aboutusbox a {
					font-size: 1em;
				}
				.aboutusbox hr {
					margin: 48px 0;
				}

}

/*********************************************************/









