h1, h2, h3, h4, h5, h6, p { margin: 0;}

h1, h2, h3, h4, h5, h6{ font-family: 'Roboto', sans-serif;}

body {
	margin: 0 auto;
	padding: 0;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4E4E4E;
    position: relative;
	overflow-x: hidden;
}

a:focus,
a:active,
button:focus,
button:active,
input:focus {
	outline: 0;
}

button::-moz-focus-inner {
	outline: 0;
}

::-webkit-input-placeholder { /* Edge */
  color: #1d4921;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1d4921;
}

::placeholder {
  color: #1d4921;
}

.container-fluid{
    padding: 0!important;
}

.container{ 
	max-width: 1280px;
    margin: auto;
    width: 85%;
}

img{ width: 100%;}

.header-logo{
	max-width: 1280px;
    margin: auto;
    width: 86%;
    padding: 22px 0px 22px 0;
    background-color: #fff;
}

.header-logo img{
    width: 248px
}

.banner-content-wrap {
    display: flex;
    position: relative;	
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
	max-width: 1280px;
    margin: auto;
    width: 85%;
}
.banner{
	position: relative;
}
.banner:before{
	content: "";
	position: absolute;
	top: 360px;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: -10;
	background: #EBF0F2;
}
.main-content {
    background: url(../images/gold-banner.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    width: calc(100% - 415px);
    /*height: 100%;
    min-height: 470px;*/
    display: flex;
    align-items: flex-end;
	position: relative;
}
.main-content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(57, 78, 88, 0.8);
}
.banner-content {
	padding: 50px 0 50px 70px;
	position: relative;
	z-index: 2;
}
.aside {
    width: 415px;
    background-color: #CAD3D7;
    padding: 45px 55px 55px;
    margin: 0 0px;
    z-index: 10;
	height: 100%;	
	background: -webkit-linear-gradient(180deg, #CAD3D7 0%, #FFFFFF 100%), #FFFFFF;
	background: linear-gradient(180deg, #CAD3D7 0%, #FFFFFF 100%), #FFFFFF;
}
.banner-content h1{
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 18px 0;
    font-weight: 300;
}
.banner-content h2{
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 20px 0;
}
.banner-content h3{
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 5px 0;
}
.banner-content h4{
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0 5px 0;
}

.banner-content h1 span, .banner-content h2 span{
    font-weight: 500;
}

/*form container*/

.register-heading{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #4F6B79;
    text-align: left;
    padding: 0 0 18px 0;
}
.register-heading span{font-weight: 700;}
.form-btn {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 10px;
    width: 100%;
    background-color: #4F6B79;
    Cursor: pointer;
    text-align: center;
    margin-top: 8px;
    border-radius: 0;
    border: 0;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.form-btn:hover{
    background-color: #252525;
}
form .form-group .form-control{
    border-radius: 0!important;
    padding: 12px 12px;
    color: #A6A6A6!important;
    font-size: 15px;
    line-height: 19px;
    height: 45px;
    border: 1px solid #EBF0F2;
}
.form-control:focus{box-shadow: none;}

form .form-group{
        margin-bottom: 10px!important;
}
.form-group .error:last-child{
    font-size: 14px;
    font-weight: 500;
    color: #dc0d02!important;
}
.sucess-msg {
    font-size: 38px;
    line-height: 1.3;
    color: #252525;
    padding: 30px 0;
    text-align: center;
    font-weight: 300;
}

.intro-block{
    padding: 60px 0;
	background: #EBF0F2;
}

.intro-block h5{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
	color: #4F6B79;
}
.two-col-section{
    padding: 80px 0;
}
h2.heading {
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: #4F6B79;
	margin-bottom: 35px;
}
h2.heading span{
    font-weight: 700;
    color: #000;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-content{width: 47%; padding-right: 80px;}
.flex-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #4E4E4E;
}
.flex-img{
    background: url(../images/introduction.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 53%;
	min-height: 360px;
}
.bg-box{
	padding: 70px 65px;
    background-color:#EBF0F2;
	margin-bottom: 80px;
}
.check-list ul {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 0 35px;
	margin: 0;
}
.check-list ul li {
    text-decoration: none;
    list-style: none;
    padding: 0 0 30px 70px;
	position: relative;
}
.check-list ul li:last-child {
    padding: 0 0 0 70px;
}
.check-list ul li:before{
    content: '';
	background: url("../images/check.svg") no-repeat center center;
	background-size: cover;
    width: 40px;
    height: 35px;
    position: absolute;
    left: 0;
    top: -5px;
}
.register-information {
	padding: 70px 0;
	background-color: #4F6B79;
}
.register-information h2.heading {
	color: #EBF0F2;
}
.register-information h5 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: #EBF0F2;
}
.register_button {
	padding-top: 40px;
	text-align: center;
}
.register-button {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 40px;
	color: #4F6B79;
	background-color: #EBF0F2;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border: 0;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.register-button:hover {
	background-color: #252525;
	color: #fff;
}
.footer-copyright {
	padding: 29px 20px 24px;
	background-color: #282828;
}
.footer-copyright p {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 1366px){
	.flex-content{padding-right: 75px;}
}

@media (max-width: 1280px){
	.container {width: 90%;}
}
@media (max-width: 1199px){
    .banner-content{padding: 40px 0 40px 50px;}
	.bg-box {padding: 60px 45px;}
}

@media (max-width: 1024px) {	
	.aside {width: 370px; padding: 45px 40px 55px;}
	.main-content {width: calc(100% - 370px);}
	h2.heading {font-size: 34px; margin-bottom: 30px;}
	.flex-content p {font-size: 17px;}
	.register-information h5 {font-size: 18px;}
}

@media (max-width: 991px) {	
    .banner-content-wrap{display: block;}
    .main-content{ width: calc(100% - 346px);}
    .main-content{width: 100%;}
    .aside{width: 100%; margin: 0;}
    .register-heading{ padding: 10px 0 20px 0;}
	.flex-content{padding-right: 50px;}
	.banner-content {padding: 70px 0 40px 50px;}
	.intro-block h5 {font-size: 20px;}
	.intro-block {padding: 50px 0;}
	.check-list ul{padding: 10px 0;}
}

@media (max-width: 767px) {
    .invest-wrap{width: 42%;}
    .flex-row {display: block;}
    .flex-img {width:100%;padding-top: 65%; min-height: 200px;}
    .flex-content{width: 100%; padding: 0;}
    .intro-block .container, .two-col-section .container{width: calc(100% - 80px); margin: 0 auto;}
    .header-logo img{width: 220px;}
    .banner-content{margin: 0 auto; text-align: center; padding: 70px 10px 50px;}
	.flex-content p{margin-bottom: 40px; text-align: center;
	}
	.two-col-section, .register-information {padding: 60px 0;}
	.bg-box {margin-bottom: 60px;}
	h2.heading, .header-logo{text-align: center;}
	.bg-box {padding: 50px 45px;}
	.sucess-msg {font-size: 30px;}
}


@media (max-width: 575px) {
	.banner-content h4 {font-size: 20px;}
	.banner-content h2 {font-size: 32px; padding: 0 0 15px 0;}
	.banner-content h1 {font-size: 40px;padding: 0 0 15px 0;}
	.banner-content h3 {font-size: 24px;}	
    .intro-block .container, .two-col-section .container{width: calc(100% - 40px);}
    .header-logo{padding: 18px 0px 18px 0;}  
	.register-heading {font-size: 20px; line-height: 28px;}
    
}

@media (max-width: 480px) {
    .register_button{padding-top: 22px;}
    .register-information{padding: 60px 0;}
    .register-button{padding: 12px 30px;font-size: 14px; line-height: 20px;}
	.bg-box {padding: 40px 25px 30px;}
	.check-list ul li{padding: 0 0 25px 40px;}
	.check-list ul li:last-child{padding: 0 0 0 40px;}
	.check-list ul li:before{width: 28px; height: 25px;  top: -3px;}
	.check-list ul {font-size: 15px;}
}

@media (max-width: 375px) {
	.banner-content h2 {font-size: 28px;}
	.banner-content h1 {font-size: 36px;}
	.banner-content h3 {font-size: 21px;}
	.aside {padding: 35px 25px 45px;}
	.intro-block h5 {font-size: 18px;}
	h2.heading {font-size: 28px; margin-bottom: 26px;}
	.flex-content p {font-size: 16px;}
	.register-information h5 {font-size: 16px;}
	.header-logo img {width: 180px;}
	.header-logo {padding: 15px 0px 15px 0;}
}
@media (max-width: 360px) {
    .register-button{font-size: 13px;}
}

