.landing-custom-color {
	background-color: #5b68e8 !important;
}
.intro-style {
	width: 100%;
	margin-top: 100px;
	background-size: cover;
}

.top-50 {
	margin-top: 50px;
}

.twitter {
	color: #00aced;
}

.facebook {
	color: #357ebd;
}

.instagram {
	color: #e95950;
}

.you-tube {
	color: #c4302b;
}

.linkedIn {
	color: #0077B5;
}

.icon-size {
	font-size: 28px !important;
}

.color-white {
	color: #ffffff;
	font-size: 14px;
}

.icon-color-blue {
	color: #1976d2;
}

.icon-color-red {
	color: #ff0000;
}

.icon-color-purple {
	color: #ff00ff;
}

.icon-color-yellow {
	color: #ff8000;
}

.remove-hscroller {
	overflow-x: hidden;
	overflow-y: scroll;
}

.landing-nav {
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	height: 64px;
	left: 0;
	position: fixed;
	-webkit-transition: top .75s .25s ease;
	transition: top .75s .25s ease;
	width: 100%;
	z-index: 99;
}

.scrolled {
	top: 0;
}

.landing-body .landing-wrapper #introduction {
	background: #424242;
}

.landing-body .landing-wrapper #introduction .introduction-header {
	background: #424242;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.landing-body .landing-wrapper #introduction .introduction-header .introduction-title
	{
	color: #ffffff;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
	font-size: 16px;
}

.landing-body .landing-wrapper #introduction .introduction-header .introduction-description
	{
	color: #bdbdbd;
	display: block;
}

.landing-body .landing-wrapper #introduction .introduction-header .ui-g-12:last-child
	{
	text-align: right;
}

.landing-body .landing-wrapper #introduction .introduction-header .ui-g-12:last-child .ui-button
	{
	display: inline-block;
	margin-top: 5px;
}

.landing-body .landing-wrapper #introduction-content-wrapper {
	background-color: #f5f5f5;
	position: relative;
	height: 530px;
	overflow: hidden;
}

.landing-body .landing-wrapper #introduction-content-wrapper .introduction-content
	{
	width: 960px;
	margin: 0 auto;
	padding: 200px 0 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.landing-body .landing-wrapper #introduction-content-wrapper .introduction-content h2
	{
	margin: 0;
	padding: 0;
	color: #2d353c;
	font-size: 22px;
	margin: 0 auto;
}

.landing-body .landing-wrapper #introduction-content-wrapper .introduction-content p
	{
	color: #757575;
	width: 400px;
	line-height: 1.5;
}

.landing-body .landing-wrapper #introduction-content-wrapper img {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 600px;
}

.landing-body .landing-wrapper #introduction .introduction-header {
	width: 100%;
}

.landing-body .landing-wrapper #introduction-content-wrapper {
	height: 350px;
}

.landing-body .landing-wrapper #introduction-content-wrapper .introduction-content
	{
	width: 100%;
	text-align: center;
	padding: 60px 15px 0px 15px;
}

.landing-body .landing-wrapper #introduction-content-wrapper .introduction-content p
	{
	width: auto;
}

.landing-body .landing-wrapper #introduction-content-wrapper img {
	position: absolute;
	right: 0px;
	top: 200px;
	width: 200px;
}

@media ( max-width : 1024px) {
	.landing-body .landing-wrapper #about-us .about-us-content {
		width: 100%;
	}
	.landing-body .landing-wrapper #about-us .about-us-content iframe {
		width: 350px;
		height: 220px;
	}
}

.landing-body .landing-wrapper #about-us {
	background-color: #2196F3 !important;
}

.landing-body .landing-wrapper #about-us .about-us-content {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}

.landing-body .landing-wrapper #about-us .about-us-content h2 {
	margin: 0 0 40px 0;
	font-size: 20px;
	color: #000;
}