@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

.main-logo {
    margin: 20px 0;
}

.apiray-logo {
    text-align: center;
}

figcaption span {
    color: #258ECD;
}

figcaption {
    font-size: 12px;
}

.main-logo-sec{
	padding-bottom: 50px; 
}

.Started-sec {
    padding: 50px 0;
    background: #f9f9f9;
}

.portfolio-sec {
    padding: 50px 0;
}

section.Started-sec img {
    width: 100%;
}

.portfolio-sec img {
    width: 100%;
}


.full-height {
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.founder-info h3{
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.founder-info  h3 span {
    color: #258ECD;
}


.why-started h2 {
    font-size: 70px;
    line-height: 76px;
    font-weight: 800;
    margin-bottom: 20px;
}

.why-started h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}


.why-started h2 span {
	color: #258ECD;
}

.color3{
	color: #258ECD;
}


.why-started-center{
	text-align: center;	
}

.cust-flex-desg {
    display: flex;
    max-width: 400px;
    margin: 20px auto 30px auto;
    justify-content: space-between;
}

.cust-flex-desg p{
    margin-bottom:0;
}

.default-button,
button.default-button,
.cust-flex-desg > div {
    background: #223E74;
    flex: 0 0 48%;
    padding: 10px 8px;
    color: #fff;
    border-radius: 10px;
}
.default-button{
    background: #258ECD;
	display: block;
	width: 100%;	
	text-decoration: none;
	transition: all 0.3s;
	cursor: pointer;
}
.default-button:hover{
	background: #223E74;
	text-decoration: none;
	color: #fff;
}
.default-button{
	border:0px;
}
.default-button.login-button{
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 5px;
	margin-top: -4px;
}
.quote-desg {
    max-width: 600px;
    margin: 0 auto;
}
.quote-desg h4, 
.quote-desg blockquote{
    text-align: end;
}


.why-started ol{
	margin-top: 20px;
}

h2.main-heading{
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 0;
}

.welcome-sec h4{
	line-height: 40px;
    font-size: 30px;
    font-weight: 600;
}

.founder-img img{
	border-radius: 10px;
	width:100%;
}



ul.cust-ul {
    list-style: none;
    padding: 0;
}

ul.cust-ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

ul.cust-ul li:before {
    content: '';
    background: #258ecd;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 7px;
}


.cust-about {
    padding: 20px;
    background: #f9f9f9;
}


.cust-submit-btn {
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    background: #258ecd;
}

.cust-submit-btn a{
    color:#fff;
    font-size:20px;
    display:block;
}

#investment-modal .modal-body{
	text-align: left;
}
#investment-modal .investment-form textarea{
	resize: none;
	min-height: 150px;	
}

.ajax-overlay{
	display: flex;
	position: fixed;
	left: 0px;
	top: 0px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.8);
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	z-index: 9999;	
}
.ajax-overlay.loader-position-absolute{
	position: absolute;
}
.login-flex{
    display: flex;
    align-items: center;
    justify-content: end;
}

a.default-button{
  background: #258ECD;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
}
.report-account-header{
	border-bottom: 5px solid #258ecd;
}
span.report-date,
.report-account-section-heading,
button.report-account-pdf-generate{
  background: #258ecd;
  color: #fff;
  padding: 2px 25px;
  display: inline-block;
  margin-bottom: 10px;	
}
button.report-account-pdf-generate{
	padding: 5px 25px;
	transition: all;
	border: 0px;
	border-radius: 3px;
	transition: all 0.3s;
}
button.report-account-pdf-generate:hover{
	opacity: 0.8;
}
h3.report-account-heading,
.report-account-top-content h2{
  color: #258ecd;
}
.report-account-top-content strong{
	color: #777;
	font-size: 14px;
}
.report-account-section-heading{
	text-transform: uppercase;
	display:block;
	padding-left: 10px;
	border-radius: 3px;
	padding-right: 10px;
	width: 100%;
}
.report-account-strategy-description{
	padding-bottom: 35px;
}
.report-account-strategy-description strong{
	color: #000;
	text-decoration:underline;
}
.report-account-strategy-description p,
.report-account-strategy-description a.show-more-strategy-description{
	font-size: 13px;
	text-align: justify;
	max-height: 540px;
	overflow: hidden;	
	position: relative;
}
.report-account-strategy-description a.show-more-strategy-description{
	float: right;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.report-account-strategy-description p span.strategy-description-text-continue{
	position: absolute;
	right:0px;
	bottom:0px;
	background: #fff;
}
.report-account-strategy-description .strategy-description-popup{
	position: fixed;
	left: 19.1%;
	top: 50px;
	width: 940px;
	background: #fff;
	border-radius: 8px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
	z-index: 999;
	overflow: hidden;
}
.report-account-strategy-description .strategy-description-popup .strategy-description-close{
	position: absolute;
	right: 30px;
	top: 5px;
	background: #000;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	line-height: 25px;
	cursor: pointer;
	z-index: 999;
}
.report-account-strategy-description .strategy-description-popup:not(.fadeInDown){
	display: none;
}
.report-account-strategy-description .strategy-description-popup p{
	height: 450px;
	overflow-y: scroll;		
	font-size: 12px;
	padding: 32px;
}
.report-account-information-table{
	list-style: none;
}
.report-account-information-table li,
.report-account-bottom-content p{
  font-size: 12px;
  margin-bottom:5px;
}
.report-account-top-content p:not(.strategy-description-description){
	font-size: 12px;
	text-align:justify;
	margin-bottom:10px;
}
.report-account-information-table li span{
	padding: 2px 5px;
	text-align: right;
}
.report-account-information-table li span:nth-child(1){
  text-align: left;
}
.report-account-information-table li.report-account-information-table-heading span{
	text-align: center;
	font-weight:500;
}
.report-account-bottom-content p,
.report-account-information-table.report-account-monthly-performance-table li span{
	text-align:center;
}
.report-account-information-table li:nth-child(even) span{
	background: #f3f3f3;
}
.report-account-pdf-pages-warpper{
	width: 940px;
	margin: 0px auto;
}
.report-account-top-content{
	padding-bottom: 45px;
}
.report-account-pdf-pages{
	margin-bottom: 10px;
	position: relative;
}
.report-account-pdf-pages-height{	
	height: 1435px;
	page-break-after: always;	
}
.report-account-bottom-content{
	position: absolute;
	bottom: 0px;	
}
.report-account-bottom-content p{
	font-size: 10px;
}
a.user-email{
	word-break: break-all;
}
#strategy-description{
	resize: none;
	min-height: 300px;
}
.top-navigation{
	list-style: none;
}
.top-navigation li{
	float: left;
	margin-left: 10px;
}
.top-navigation li a{
	text-decoration: none;
}
.report-account-monthly-performance-by-year-table li span.report-account-monthly-performance-by-year-row{
	min-height: 24px;
}
.report-account-drawdown-performance-table{
	min-height: 175px;
}
.min-height-22{
	min-height: 22.2px;
}
.show-chart-by-type{
	float: right;
	border: 0px;
	background: #fff;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 5px;	
	transition: all 0.3s;
}
.show-chart-by-type:hover{
	opacity: 0.7;
}
#monthly-performance-chart g[role="tooltip"],
#monthly-performance-bar-chart g[role="tooltip"],
#monthly-returns-chart g[role="tooltip"],
#monthly-drawdown-chart g[role="tooltip"]{
  font-size: 12px;
}
@media(max-width:1024px){
	.report-account-section-heading{
		font-size: 1em;
	}
}
@media(max-width:767px){
    .login-flex{
		display: flex;
		align-items: center;
		justify-content: center !important;
	}
	
	.full-height {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.why-started h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}

.why-started h3 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}


.cust-flex-desg {
    display: flex;
    max-width: 400px;
    margin: 20px auto 30px auto;
    justify-content: space-between;
    flex-direction: column;
}


.cust-flex-desg > div:first-child{
	margin-bottom: 10px;
}

.why-started ol {
    margin-top: 20px;
    padding: 0 20px;
}

}