/* 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: 20px;
	text-align: left;
	opacity: 0.8;
	color: #183185;
}

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

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

.lend-button {
	background-color: #3576fd;
	font-size: 16px;
	letter-spacing: 3px;
	text-align: center;
	color: #ffffff;
}

.lend-button:focus,.lend-button:active,.lend-button:hover {
   outline: none !important;
   box-shadow: none;
   background-color: #183185;
}

#intro {
	margin-top: 3%;
	margin-bottom: 3%;
}

.intro-img {
	margin: 0 auto;
	display: block;
	max-width: 470px;
}

.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;
}

#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: 20px;
	font-weight: 500;
	text-align: center;
	color: #377aff;
}

.benefits-caption-text {
	font-size: 18px;
	text-align: center;
	color: #183185;
	font-weight: 400;
}

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

#blocks {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 3%;
	margin-bottom: 3%;
	padding-bottom: 3%;
}

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

.blocks-group {
	margin-top: 5%;
}

.blocks-media {
	margin-top: 5%!important;
}

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

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

#works {
	margin-top: 3%;
	margin-bottom: 15%;
}

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

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

.works-img {
	margin: 0 auto;
	display: block;
	max-width: 470px;
}

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

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

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

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

@media only screen and (max-width : 768px) {
	#banner {
		min-height: 600px;
	}

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

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

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

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

	.banner-divider {
		margin: auto;
	}

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

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

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

	.benefits-title-1 {
		font-size: 32px;
	}

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

	#blocks {
		padding-bottom: 10%;
	}

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

	.works-title-1 {
		font-size: 32px;
	}

	.works-img {
		max-width: 100%;
	}

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

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

	#try-now{
		text-align: center;
		margin-bottom: 5px;
	}
}


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