html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#benefits {
	min-height: 550px;
	margin-top: 3%;
	margin-bottom: 3%;
}

.benefits-thumbnail {
	margin-top: 5%;
	margin-bottom:	5%;
	border-style: none;
}

.benefits-title-1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #377aff;
	font-weight: 600;
	margin-top: 5%;
}

.benefits-title-2 {
	opacity: 0.8;
	font-size: 18px;
	text-align: center;
	color: #183185;
	margin-bottom: 5%;
}

.benefits-caption-header {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #377aff;
}

.benefits-caption-text {
	font-size: 18px;
	text-align: center;
	color: #183185;
	width: 250px;
	font-weight: lighter;
	margin: auto;
	opacity: 0.5;
}

.benefits-group {
	padding-left: 5px;
	padding-right: 5px;
	min-height: 450px;
}

@media only screen and (max-width : 2560px) { 
	.benefits-group {
		min-height: 270px;
	}	
}

@media only screen and (max-width : 768px) {
	.benefits-title-1 {
		font-size: 32px;
	}

	.benefits-group {
		padding-right: 5%;
		padding-left: 5%;
	}

}


/* custom css code */
#banner {
	background-image: url(../img/banner-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 700px;
}

.banner-title-1 {
	margin-top: 35%;	
	font-size: 38px;
	text-align: left;
	color: #3576fd;
	font-weight: 600;
}

.banner-title-2 {
	font-size: 18px;
	text-align: left;
	opacity: 0.8;
	color: #183185;
}

.banner-title-3 {
	opacity: 0.2;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 7px;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 15px;
}

.intro-img {
	margin: auto;
	max-width: 425px;
}

.intro-serial {
	opacity: 0.15;
	font-size: 65px;
	font-weight: bold;
	text-align: left;
	color: #377aff;
	margin: 0px;
	font-weight: 600;
}

.intro-header {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #377aff;
	font-weight: 600;
}

.intro-text {
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	color: #183185;
}

#brief {
	background-image: linear-gradient(to top, #ffffff, #f2f6ff, #ffffff);
	background-repeat: no-repeat;
	min-height: 800px;
}

.brief-right-div {
	margin-top: 20%;
}

.brief-img {
 	margin: auto;
    max-height: 630px;
}

.brief-media {
	margin-top: 12%;
	margin-bottom: 12%; 
}

.brief-title {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	color: #377aff;
	font-weight: 600;
}

.brief-header {
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	color: #183185;
	font-weight: 600;
}

.brief-text {
	opacity: 0.5;
	font-size: 20px;
	text-align: left;
	color: #183185;
	font-weight: 400;

}

#testimonial {
	background-image: url(../img/testimonial-bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 75% 50%;
	padding-top: 10%;
	padding-left: 28%;
	padding-bottom: : 15%;
	padding-right: 28%;
	min-height: 500px;
}

.testimonial-blockquote {
	padding-left: 40px;
}

.testimonial-statement {
	font-size: 22px;
	line-height: 1.38;
	text-align: left;
	color: #183185;
}

.testimonial-name {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #377aff;
}

.testimonial-job {
	opacity: 0.4;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: left;
	color: #183185;
}

.testimonial-img {
	 width: 64px;
	 height: 64px;
}

#security {
	background-image: linear-gradient(to bottom, #ffffff, #f2f6ff);
	background-repeat: no-repeat;
}

.security-media {
	padding: 10%;
}

.security-title {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	color: #377aff;
	font-weight: 600;
}

.security-header {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: #183185;
}

.security-text {
	opacity: 0.5;
	font-size: 16px;
	text-align: left;
	color: #183185;
	font-weight: 400;
}

@media only screen and (max-width : 1440px) { 
	/*
	#brief {
		background-image: url(../img/brief-bg.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		min-height: 800px;
	}
	*/
}

@media only screen and (max-width : 768px) {
	.mcenter {
		margin: 0 auto;
		margin-top: 25px;
	}

	#banner {
		min-height: 600px;
	}

	.banner-title-1 {
		margin-top: 20%;	
		text-align: center;
		font-size: 32px;
	}	

	.banner-title-2 {
		text-align: center;
	}

	.banner-divider {
		margin: auto;
	}

	.banner-title-3 {
		text-align: center;		
	}

	.intro-img {
		max-width: 100%;

	}

	.intro-header {
		text-align: center;
		font-size: 28px;
	}

	.intro-text {
		text-align: center;
	}

	#brief {
		margin-top: 10%;
		min-height: 600px;
	}

	.brief-right-div {
		padding-left: 10%;
		padding-right: 10%; 
	}

	.brief-title {
		text-align: center;
		font-size: 32px;
	}

	#testimonial {
		background-size: contain;
		min-height: 300px;
		padding: 0px;
		margin-top: 15%;
	}

	.security { 
		margin-top: 15%;
	}

	.security-title {
		text-align: center;
		font-size: 32px;
	}

	.security-media {
		padding: 5%;
	}

	.play-button {
		margin: auto;
	}

	.play-title {
		margin-top: 2%;
		text-align: center;
	}
}


@media only screen and (max-width : 480px) {
	.banner-title-1 {
		margin-top: 35%;	
	}	
}


#stats {
	background-image: linear-gradient(to top, #ffffff, #f2f6ff, #ffffff);
	background-repeat: no-repeat;
	min-height: 650px;
}

.stats-pseudo {
	min-height: 200px;
	width: 100%;	
}

.stats-polygon {
	 position: relative;
	 background-color: transparent;
	 border: 0px;
}

.stats-polygon-top {
	margin-top: -25%;
}

.stats-header {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #377aff;
	margin-top: 5%;
	margin-bottom: 0px;
}

.stats-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
	text-align: center;
	color: #183185;
	padding-right: 10%;
	padding-left: 10%; 
}

#event {
	margin-bottom: 5%;
	margin-top: 5%;
}

.event-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #377aff;
}

.event-head-img-right {
	float: right;
}

.event-head-img-left {
	float: left;
}

.event-head-text{
	font-size: 24px;
	color: #183185;
}

.event-head-text-right {
	text-align: right;
}

.event-head-text-left {
	text-align: left;
}

.event-media {
	background-color: #f7faff;
	padding: 5%;
	margin-top: 5%!important;
	height: 200px;
}

.event-header {
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	color: #377aff;
}

.event-text {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	color: #183185;
	opacity: 0.8;
}

@media only screen and (max-width : 1440px) { 
	#stats {
		background-image: url(../img/token/stats-bg.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
}

@media only screen and (max-width : 768px) {
	.stats-pseudo {
		min-height: 100px;
		width: 100%;	
	}

	.stats-polygon-top {
		margin-top: 5%;
	}

	.stats-text {
		padding-right: 40%;
		padding-left: 40%; 
	}

	.event-title {
		font-size: 32px;
	}

	.event-head-img {
		margin: 0 auto;
	}

	.event-head-img-right, .event-head-img-left {
		float: none;
	}

	.event-head-text-right,.event-head-text-left {
		text-align: center;
	}

	.event-media {
		min-height: 250px;
		height: auto;
	}
}

@media only screen and (max-width : 480px) {
	.stats-text {
		padding-right: 25%;
		padding-left: 25%; 
	}

}




