
.home-banner{background:url(../images/bannerbg.png) no-repeat bottom center; padding: 140px 0;     background-size: cover;}

.home-banner h1{
	color: #027b46;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-size: 48px;
	margin-bottom:30px;
}
.platform{
	padding-bottom:80px;
}
.platform .card{
	border:1px solid #b2b2b2;
	border-radius:8px;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow:2px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow:2px 3px 5px 0px rgba(0,0,0,0.15);
height:100%;
}
.platform .card .card-body{
	padding:45px;
	height:100%;
	padding-bottom:0px;
}
.platform .card .card-footer{
	background:transparent;
	border-top: none;
	padding-bottom:45px;
}
.home-banner p{
	font-size:22px;
	margin-bottom:30px;
}
.blue-banner{background:url(../images/blue_banner.png) no-repeat bottom center; padding: 50px 0;     background-size: cover;}
.blue-banner{
	font-size:18px;
	color:#fff;
}
.blue-banner a{
color:#00f9ff;
}

.investor-relation{
	padding:68px 0;
}
.investor-relation h2{
	color:#067c47;
	font-weight:300;
	padding-bottom:50px;
}
.investor-relation .card{
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.21);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.21);
padding: 30px;
}
.investor-relation .card ul{
	padding-left:0px;
	margin-bottom:0px;
}
.investor-relation .card li{
	list-style:none;
	color:#3f3f3f;
	font-weight:300;
	font-size:1.25rem;
	    padding-bottom: 15px;
		    padding-left: 30px;
}
.investor-relation .card li:last-child{
	padding-bottom:0px;
}
.investor-relation .card li:before{
	content:url(../images/bullet.jpg);
	    vertical-align: top;
		    margin-right: 10px;
			position: absolute;
  
	    left: 20px;
}
.investor-relation a{
	color:#3f3f3f;
	font-size:18px;
}

.investor_register{

    max-width: 40%;
    margin: auto;
    width: 100%;
    background: #fff;
    box-shadow: 7px 7px 5px -5px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 7px 7px 5px -5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 7px 7px 5px -5px rgba(0,0,0,0.25);
	padding:30px;
}
.investor_register h2 {
   
	    font-size: 1.5rem;
    font-weight: 300;
}
.investor_register h3 {
    font-size: 1.25rem;
    font-weight: 600;
	text-transform:uppercase;
	color:#ef9839;
}
.platform p{
	font-size:18px;
}
@media (max-width: 1366px){
	.investor_register{

max-width: 50%;}

}
@media (max-width: 1280px){
.investor_register {
    max-width: 60%;
}

.investor_register .progress_bar_container{
	    width: 60%;
    align-self: center;
}
.blue-banner {
    font-size: 18px;
    color: #fff;
}
}
@media (max-width: 992px){

.home-banner h1{
	font-size: 26px;
}

.home-banner {
    padding: 80px 38px;
}
}

@media (max-width: 767px){
.platform .card{
margin-bottom:15px;
height:auto;
}
.platform .card .card-body{

height:auto;
}
.investor_register{
	max-width: 100%;
}

}

@media (max-width: 480px){
	
				

}