674 lines
11 KiB
CSS
674 lines
11 KiB
CSS
|
|
.divider {
|
|
border: 1.5px solid #C18948;
|
|
height: 100%;
|
|
width: 0;
|
|
}
|
|
|
|
.divider:before {
|
|
left: 43%;
|
|
position: absolute;
|
|
content: '';
|
|
border: 3px solid #C18948;
|
|
top: -12px;
|
|
width: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 3px;
|
|
}
|
|
|
|
.works-section-inner ul {
|
|
margin: 0;
|
|
}
|
|
|
|
.faq-ctn2 h2 {
|
|
font-size: 35px;
|
|
font-weight: 600;
|
|
font-family: system-ui, 'Open sans';
|
|
|
|
}
|
|
|
|
.faq-ctn2 p {
|
|
text-align: left;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.blue-card {
|
|
color: #fff;
|
|
border-radius: 15px;
|
|
padding: 15px;
|
|
background: #103166;
|
|
}
|
|
|
|
.blue-card .cdr-img {
|
|
background: #c1bdbd2e;
|
|
}
|
|
|
|
.cdr-img img {
|
|
height: 35px;
|
|
width: 40px;
|
|
}
|
|
|
|
.blue-card h2 {
|
|
font-size: 21px;
|
|
text-align: center;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.accordion-item {
|
|
margin-bottom: 20px;
|
|
border: 0;
|
|
border-bottom: 1px solid #d0cbcb;
|
|
}
|
|
|
|
.accordion-button:not(.collapsed) {
|
|
padding-bottom: 0;
|
|
box-shadow: none;
|
|
background: no-repeat;
|
|
color: #000;
|
|
font-size: 17px;
|
|
font-weight: 500;
|
|
/*font-family: 'Poppins';*/
|
|
}
|
|
.faqs-content .accordion-body {
|
|
font-family: 'Poppins';
|
|
}
|
|
|
|
.accordion-button {
|
|
/* padding-bottom: 0; */
|
|
box-shadow: none;
|
|
background: no-repeat;
|
|
color: #000;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
button:focus:not(:focus-visible) {
|
|
outline: 0;
|
|
}
|
|
|
|
button.accordion-button.collapsed:focus {
|
|
outline: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.faq-dropdown button.btn.btn-secondary.dropdown-toggle {
|
|
background: #1b243d;
|
|
border: 0;
|
|
}
|
|
|
|
.faq-dropdown {
|
|
float: right;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.faq-dropdown ul.dropdown-menu.show {
|
|
padding: 10px;
|
|
}
|
|
|
|
.faq-dropdown a {
|
|
margin-bottom: 5px;
|
|
padding: 10px 15px;
|
|
line-height: 12px;
|
|
border-radius: 10px;
|
|
font-family: Alegreya Sans;
|
|
}
|
|
|
|
.faq-dropdown a:hover {
|
|
background: #1b243d;
|
|
color: #fff;
|
|
}
|
|
|
|
.faq-dropdown ul.dropdown-menu.show {
|
|
height: 350px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.faq-ctn2 {
|
|
margin-top: 35px;
|
|
}
|
|
|
|
.coming-text {
|
|
background: #EFEAE5;
|
|
height: 500px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.coming-text h3 {
|
|
margin-bottom: 40px;
|
|
font-size: 50px;
|
|
font-weight: bold;
|
|
color: #c18a48;
|
|
}
|
|
|
|
.Secondary h2 {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.Secondary {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.coming-text a {
|
|
padding: 10px 15px;
|
|
border-radius: 12px;
|
|
background: #1b243d;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.marketplace-table::-webkit-scrollbar-thumb {
|
|
background: #aba9a3;
|
|
border-radius: 5px;
|
|
}
|
|
.marketplace-table::-webkit-scrollbar-track {
|
|
border-radius: 5px;
|
|
}
|
|
.marketplace-table::-webkit-scrollbar {
|
|
width: 7px;
|
|
height: 5px;
|
|
}
|
|
|
|
.chksb {
|
|
background: #fff;
|
|
border: 1.5px solid #1B243D;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
/* .chksb p {
|
|
font-style: normal;
|
|
font-size: 18px;
|
|
color: #1B243D;
|
|
margin: 0;
|
|
font-weight: 600;
|
|
} */
|
|
|
|
.chksb input[type=checkbox] {
|
|
position: relative;
|
|
border: 2px solid #1B243D;
|
|
border-radius: 2px;
|
|
background: none;
|
|
cursor: pointer;
|
|
line-height: 0;
|
|
margin: 0 .6em 0 0;
|
|
outline: 0;
|
|
padding: 0 !important;
|
|
vertical-align: text-top;
|
|
height: 20px;
|
|
width: 20px;
|
|
-webkit-appearance: none;
|
|
opacity: .5;
|
|
display: flex;
|
|
}
|
|
|
|
.chksb input[type=checkbox]:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.chksb input[type=checkbox]:checked {
|
|
background-color: #1B243D;
|
|
opacity: 1;
|
|
}
|
|
|
|
.chksb input[type=checkbox]:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: 55%;
|
|
top: 50%;
|
|
width: 4px;
|
|
height: 10px;
|
|
border: solid #FFF;
|
|
border-width: 0 2px 2px 0;
|
|
margin: -1px -1px 0 -1px;
|
|
transform: rotate(45deg) translate(-50%, -50%);
|
|
z-index: 2;
|
|
opacity: 0;
|
|
}
|
|
|
|
.chksb input[type=checkbox]:checked:before {
|
|
content: '';
|
|
opacity: 1;
|
|
}
|
|
|
|
.chksb img {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 50%;
|
|
margin: 5px auto 5px;
|
|
height: 40%;
|
|
}
|
|
|
|
p.note {
|
|
font-style: normal;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
a.blue-btn {
|
|
background: #1b243d;
|
|
color: #fff;
|
|
padding: 10px 18px;
|
|
border-radius: 10px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.active-investment h2 {
|
|
text-align: left;
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
margin-bottom: 0;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.active-investment p {
|
|
text-align: left;
|
|
font-style: normal;
|
|
font-size: 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.table table {
|
|
border: 0;
|
|
border-collapse: collapse;
|
|
margin: 0;
|
|
padding: 0;
|
|
/*width: 100%;*/
|
|
table-layout: fixed;
|
|
}
|
|
.marketplace-table {
|
|
overflow-x: scroll;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
box-shadow: 0px 0px 6px #00000052;
|
|
padding: 9px;
|
|
border-radius: 5px;
|
|
margin-top: 24px;
|
|
}
|
|
|
|
.table table caption {
|
|
font-size: 1.5em;
|
|
margin: 0.5em 0 0.75em;
|
|
}
|
|
|
|
.table table tr {
|
|
background-color: transparent;
|
|
border: 0;
|
|
padding: 0.35em;
|
|
}
|
|
|
|
.table table th,
|
|
.table table td {
|
|
padding: 0.625em;
|
|
text-align: center;
|
|
}
|
|
|
|
.table table th {
|
|
letter-spacing: 0.1em;
|
|
line-height: normal;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
}
|
|
.table thead {
|
|
background: none;
|
|
}
|
|
.table .tb-img img {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.table tbody {
|
|
border-top: 1.5px solid #C28848 !important;
|
|
}
|
|
|
|
.table table tbody tr {
|
|
border-bottom: 1px solid #C28848;
|
|
}
|
|
|
|
.Secondary .table tr td {
|
|
font-size: 14px;
|
|
padding: 7px 0px;
|
|
}
|
|
.Secondary .table p {
|
|
text-align: left;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.table img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
a.green-btn {
|
|
background: #00BF63;
|
|
padding: 8px 22px;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
}
|
|
a.light-green-btn {
|
|
background: #A3DFC2;
|
|
padding: 8px 22px;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
}
|
|
a.sliver-btn {
|
|
background: #A6A6A6;
|
|
padding: 8px 22px;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
}
|
|
a.golden-btn {
|
|
background: #C18948;
|
|
padding: 8px 22px;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
}
|
|
.insights-banner {
|
|
height: 200px;
|
|
display: flex;
|
|
align-items: center;
|
|
background:#D9D9D9;
|
|
}
|
|
.insights-banner h2 {
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
}
|
|
.insights-banner p {
|
|
font-size: 20px;
|
|
}
|
|
/*.insight-card {*/
|
|
/* padding: 15px;*/
|
|
/* box-shadow: 0px 3px 6px #00000029;*/
|
|
/* border-radius: 10px;*/
|
|
/* margin-bottom: 25px;*/
|
|
/* text-align: left;*/
|
|
/* background: #fff;*/
|
|
/*}*/
|
|
.insight-card img {
|
|
margin-bottom: 18px;
|
|
width: 100%;
|
|
height: 180px;
|
|
object-fit: cover;
|
|
}
|
|
.cards-insights {
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
border-radius: 10px;
|
|
background: #fff;
|
|
padding: 28px;
|
|
}
|
|
|
|
.our-insights h2 {
|
|
font-size: 35px;
|
|
font-weight: bold;
|
|
font-family: system-ui, 'Open sans';
|
|
margin-bottom: 20px;
|
|
height: 60px;
|
|
}
|
|
.insight-card h2 {
|
|
font-size: 17px !important;
|
|
font-weight: bold;
|
|
}
|
|
.insight-card span {
|
|
font-size: 14px;
|
|
margin-bottom: 10px !important;
|
|
}
|
|
.insight-card p {
|
|
/*height: 150px;*/
|
|
text-overflow: ellipsis;
|
|
}
|
|
.our-insights p {
|
|
margin-bottom: 20px;
|
|
font-size: 18px;
|
|
}
|
|
.insight-card a {
|
|
background: #c18948;
|
|
padding: 10px 15px;
|
|
font-size: 13px;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
.insights-card h3 {
|
|
margin-bottom: 16px;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
}
|
|
.insights-card .cards {
|
|
margin-bottom: 3rem;
|
|
}
|
|
.recent-post h2 {
|
|
text-align: left;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
}
|
|
.recent-post {
|
|
margin-top: 20px;
|
|
background: #fff;
|
|
padding: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.text-dark {
|
|
color: #343a40!important;
|
|
}
|
|
.posts-cards .detail {
|
|
margin-bottom:0px;
|
|
text-align: center;
|
|
}
|
|
.recent-post-card a.text-dark {
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
border-radius: 10px;
|
|
background: #fff;
|
|
padding: 28px;
|
|
}
|
|
.detail img {
|
|
object-fit: cover;
|
|
width: 100%;
|
|
height: 100px;
|
|
margin-right: 10px;
|
|
}
|
|
.details-ctn {
|
|
margin-top: 18px;
|
|
}
|
|
.details-ctn h4 {
|
|
font-size: 13px;
|
|
text-align: left;
|
|
margin: 0;
|
|
margin-bottom: 6px;
|
|
font-weight: 600;
|
|
}
|
|
.resent-posts {
|
|
margin-bottom: 14px;
|
|
}
|
|
.details-ctn h3 {
|
|
font-size: 15px;
|
|
text-align: left;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
}
|
|
.form-card {
|
|
padding: 15px;
|
|
box-shadow: 0px 3px 6px #00000029;
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
|
|
}
|
|
.form-card img {
|
|
width: 100px;
|
|
margin-bottom: 10px;
|
|
height: auto;
|
|
}
|
|
.form-card h2 {
|
|
font-size: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.form-card h3 {
|
|
font-size: 15px;
|
|
margin-bottom: 15px;
|
|
color: #7E7979;
|
|
}
|
|
.form-group {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.form-card .form-group label {
|
|
width: 100%;
|
|
text-align: left;
|
|
color: #143C6D;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
.form-card .form-group input {
|
|
padding: 5px 10px;
|
|
border-radius: 5px;
|
|
border: 1px solid #143C6D;
|
|
width: 100%;
|
|
font-size: 13px;
|
|
}
|
|
.form-card button {
|
|
border: 0;
|
|
background: #113268;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 7px 20px;
|
|
margin-top: 15px;
|
|
}
|
|
.podcast img {
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 20px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
|
|
.podcast {
|
|
padding: 25px;
|
|
background: #1b243d;
|
|
}
|
|
|
|
.podcast .content h4 {
|
|
color: #fff;
|
|
font-size: 18px;
|
|
padding-left: 15px;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.podcast .content h4:before {
|
|
content: '';
|
|
border: 1px solid #0d6efd;
|
|
width: 7px;
|
|
height: 7px;
|
|
padding: 1px;
|
|
background: #0d6efd;
|
|
border-radius: 100%;
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 6px;
|
|
}
|
|
|
|
.insights-card {
|
|
padding: 4rem 0;
|
|
}
|
|
|
|
.podcast .content p {
|
|
margin: 0;
|
|
font-size: 13px;
|
|
color: #fff;
|
|
}
|
|
.podcast .content p {
|
|
margin: 0;
|
|
font-size: 13px;
|
|
color: #fff;
|
|
}
|
|
|
|
.date i.fa.fa-play {
|
|
color: #000;
|
|
background: #fff;
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 100%;
|
|
font-size: 13px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.date {
|
|
display: flex;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.date span {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.date i.fa.fa-circle {
|
|
font-size: 5px;
|
|
padding: 0 7px;
|
|
}
|
|
|
|
.cards-insights .insight-card .fa.fa-calendar-minus-o {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
|
|
.primary-investment .accordion-button.collapsed{
|
|
padding: 10px !important;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.primary-investment .accordion-button{
|
|
padding: 10px !important;
|
|
}
|
|
|
|
|
|
.primary-investment .accordion-item{
|
|
background: #e8c69f;
|
|
}
|
|
|
|
.primary-investment .accordion-body{
|
|
background: #efeae5;
|
|
}
|
|
|
|
.blog-container{
|
|
padding: 30px 0;
|
|
background-color: #efeae5;
|
|
}
|
|
|
|
.blog-container .taxation {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.blog-container .taxation p {
|
|
padding: 10px 20px;
|
|
/*margin: 0;*/
|
|
}
|
|
|
|
|
|
.blog-container .taxation tbody{
|
|
border: none !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|