@import url("../fonts/stylesheet.css");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gilroy';
    overflow-x: hidden;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input:focus, button:focus, div:focus, a:focus {
  outline: none;
}

button {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}


a, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

img {
  max-width: 100%;
}  

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .6s !important;
          transition-duration: .6s !important;
}

.accordian_custom {
    background-color: #16162d;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #454557;
    box-shadow: 0px 0px 20px 0px #000001;
}
.privacy_title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.dot_span {
    display: inline-block;
    width: 10px !important;
    height: 10px;
    background-color: #ffb53c;
    border-radius: 100%;
    margin-right: 12px;
    margin-top: 10px;
}
.privacy_ul li span {
    width: calc(100% - 20px);
}
.privacy_ul li {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.accordion {
    max-height: 700px;
    overflow-y: auto;
}
/* Scrollbar Styling */
.accordion::-webkit-scrollbar {
    width: 6px;
}
 
.accordion::-webkit-scrollbar-track {
    background-color: #16162d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.accordion::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #162937; 
}
.accordion .card {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #454557;
}

.accordion .card:last-child {
    border-bottom: none;
}

.accordion .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
}

.accordion .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #22f1ae;
  color: #090922;
  padding: 20px;
 border-radius: 0px;
 font-weight: 600;
}

.accordion .card .card-header .btn-header-link:after {
  content: "\2b";
  font-family: 'Font Awesome 6';
  font-weight: 900;
  float: right;
}

.accordion .card .card-header .btn-header-link.collapsed {
    background: #16162d;
    color: #fff;
    font-weight: 600;
}

.accordion .card .card-header .btn-header-link.collapsed:after {
  content: "-";

}

.accordion .card .collapsing {
  background: #22f1ae;
  line-height: 30px;
}
.accordion .card .card-header .btn-header-link:focus {
    box-shadow: none;
}
.accordion .card .collapse {
  border: 0;
}

.accordion .card .collapse.show {
    background: #22f1ae;
    line-height: 30px;
    color: #090922;
}
.logoo_img.mobile_img_display {
    display: none;
    margin-left: 0px;
}
.market_div p {
    color: #fff;
    margin: 0px;
    text-align: center;
}
.market_title.c_title {
    min-height: auto;
}
.contact_inner.market_div {
    background-color: #1e1e34f5;
    padding: 70px;
}
.contact_inner.market_div .main_title {
    margin-bottom: 60px;
}
.market_outer.graph_outer.contact_section {
    padding-top: 70px;
}
a.contact_A.suscribe_btn.send {
    padding: 12px 35px;
}
#tradingview-widget-0\.8522358510292458 {
    width: 100%;
    overflow-x: auto;
}
.custom_input {
    width: 100%;
    background-color: #2d6060;
    border: none;
    padding: 15px 30px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px solid #28283d78;
}
textarea.custom_input {
    resize: none;
    min-height: 120px;
}
.custom_input::placeholder {
    color: #fff;
}
.home-body {
    background-color: #090922;
}
.main_div.company_bg {
    background-image: url(../img/company_bg.png);
}
.banner_outer.company_info {
    padding: 60px 0px 180px 0px;
}
.shape4.evoke_shape4 {
    width: 300px;
    height: 300px;
    bottom: 10%;
    right: -90px;
}
.banner_outer.company_info .investor_maintitle {
    margin-bottom: 270px;
    font-size: 80px;
}
.headerCol.stickyHeader .nav_menu ul li a:hover {
    color: #fff;
}
.wave_img {
    display: none;
}
.nav.tab_nav li a:hover, .nav.tab_nav li a:focus{
  background-color: transparent;
  color: #EF9382;
  border-color: #EF9382;
}
.nav.tab_nav li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border-bottom: 2px solid transparent;
    padding: 6px 0px;
    margin-right: 40px;
}
.nav.tab_nav li a.active{
  background-color: transparent;
  color: #EF9382;
  border-color: #EF9382;
}
.headerCol.inner-header {
  background-color: #22b742;
  padding: 0px;
}
.headerCol {
  background-color: transparent;
  padding: 10px 0px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.3s all ease-in-out;
}
.headerCol.inner-header .nav_menu ul li a {
  color: #fff;
}

.headerCol.inner-header .col-auto {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.headerCol.inner-header .container.custom-container {
  width: 100%;
  max-width: 100%;
}

.toggle {
  width: 30px;
  position: relative;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 9;
  margin-left: auto;
}

.toggle .bar:nth-child(1) {
  top: 0;
}

.toggle .bar:nth-child(2) {
    top: 10px;
    width: 35px;
    right: 0;
}

.toggle .bar:nth-child(3) {
  top: 20px;
  width: 20px;
  right: 0px;
}

.bar {
    background-color: #c59331;
    position: absolute;
    height: 4px;
    width: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border-radius: 10px;
}

.nav_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_menu ul li + li {
  margin-left: 35px;
}

.nav_menu ul li a {
    font-weight: 600;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    position: relative;
}
.nav_menu ul li a:hover:before, .link_ul li a:hover:before {
    right: 0;
    width: 100%;
}
.nav_menu ul li a:before, .link_ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    background-color: #2afeb7;
    height: 2px;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    box-shadow: 0px 0px 3px 0px #2afeb7;
}
.nav_menu ul li a:hover{
  font-weight: 700;
}
.shape2.bannershape2 {
    bottom: 180px;
    left: -80px;
}
.shape4.bannershape4 {
    right: -40px;
}
.banner_outer {
    padding: 210px 0px 220px 0px;
    text-align: center;
    position: relative;
}
.main_div {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.market_outer {
    padding: 70px 0px;
    position: relative;
}
.shape1 {
    position: absolute;
    bottom: 0px;
}
.main_title {
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}
.shape3 {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #6d3bac;
    position: absolute;
    border-radius: 100%;
    top: 270px;
    right: 45%;
}
.shape4 {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, #5581f1, #1153fc);
    border-radius: 100%;
    position: absolute;
    bottom: 32%;
    right: 15%;
}
.shape2 {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #ffcb52, #ff7b02);
    border-radius: 100%;
    position: absolute;
    bottom: 40px;
    left: 43%;
}
.footer_custom {
    background-image: url(../img/wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 19% 0px 20px 0px;
}
.social_mediatitle {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer_social_ul li {
    display: inline-block;
    margin: 0px 3px;
}
.footer_social_ul li:first-child {
  margin-left: 0px;
}
.footer_social_ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #15dca0;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 40px;
    font-size: 18px;
    transition: 0.3s;
}
.footer_social_ul li a:hover {
   background-color: #090922;
}
.footer_hr {
    margin: 30px 0px;
    background-color: #fff;
}
.newsletter_div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.newsletter_div input {
    width: calc(100% - 120px);
    margin-right: 15px;
    background-color: #2d6060;
    border: 2px solid #cdf1e626;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 2px 13px 0px #11112980;
}
.newsletter_div input::placeholder {
  color: #fff;
}
.contact_A.suscribe_btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    width: 120px;
}
.footer_copyright_text {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.footer_hr_col {
    height: 100% !important;
    width: 1px;
    margin: 0 auto;
    background-color: #fff;
}
.footer_social_ul li:last-child {
  margin-right: 0px;
}
.link_ul li a {
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
    position: relative;
}
.link_ul li {
    margin-bottom: 12px;
}
.p_subtext {
    color: #fff;
    font-size: 18px;
    margin: 20px 0px 30px 0px;
}
.search_input {
    width: 80%;
    margin-top: 65px;
    font-size: 30px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 8px 30px;
    border-radius: 50px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 30px;
    background-color: transparent;
    color: #fff;
/*    margin-bottom: 150px;*/
    backdrop-filter: blur(5px);
}
.market_title {
    font-size: 24px;  
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    margin-top: 15px;
    min-height: 70px;
}
.market_div.evoke_right {
    padding: 0px;
}
.usd_title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
.evoke_title span {
    font-size: 24px;
    font-weight: 500;
}
.evoke_title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.logoo_img {
    width: 130px;
    margin-left: auto;
    margin-top: -70px;
}
.evoke_price {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0px;
    display: flex;
    align-items: center;
}
.market_div.evoke_right {
    margin-left: 30px;
}
.info_title {
    font-size: 22px;
    color: #fff;
}
.evoke_upper {
    display: flex;
    align-items: center;
}
.evoke_price span {
    background-color: #ff0000;
    padding: 5px;
    font-size: 17px;
    margin-left: 20px;
    border-radius: 5px;
}
.evoke_price span i {
  margin-right: 10px;
}
.evoke_upper_left {
    width: calc(100% - 140px);
}
.evoke_right_upper {
    padding: 20px 30px;
    border-bottom: 1px solid #39394d61;
    display: flex;
    align-items: center;
}
.market_cap {
    color: #fff;
    margin-bottom: 3px;
}
.nav.nav-tabs.custom_tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}
.table.table_custom tr td {
    border-right: 2px solid #4545577a;
    padding: 15px;
    text-align: center;
}
.table.table_custom th:first-child, .table.table_custom tr td:first-child {
    text-align: left;
}
.income_outer .table.table_custom th:first-child, .income_outer .table.table_custom tr td:first-child {
    text-align: left;
    width: 320px;
}
.table.table_custom.company_table5.row-1 .inner_spau8 .td_span {
    width: 100%;
    text-align: center;
}
.table.table_custom.company_table5.row-1 .list_li {
    text-align: center;
    width: 100% !important;
}
.table.table_custom.company_table5.row-1 .first6, .table.table_custom.company_table5.row-2 .first6,
.table.table_custom.company_table5.row-3 .first6, .table.table_custom.company_table5.row-4 .first6 {
    width: 100%;
}
.table.table_custom.company_table5.row-2 .inner_spau8 .td_span {
    width: 50%;
    text-align: center;
}
.table.table_custom.company_table5.row-2 .list_li {
    text-align: center;
    width: 40%!important;
}
.table.table_custom.company_table5.row-4 .inner_spau8 .td_span {
    width: 25%;
    text-align: center;
}
.table.table_custom.company_table5.row-4 .list_li {
    text-align: center;
    width: 20%!important;
}
.table.table_custom.company_table5.row-3 .inner_spau8 .td_span {
    width: 33.3%;
    text-align: center;
}
.table.table_custom.company_table5.row-3 .list_li {
    text-align: center;
    width: 25%!important;
}
.table.table_custom th {
    padding: 15px;
    background-color: #2afeb7;
    color: #090922;
    font-weight: 700;
    text-align: center;
    border-right: 2px solid #98e9ce87;
}
.table.table_custom th:last-child {
  border-right: none;
}
.total_revenue_title {
    color: #fff;
    font-weight: 600;
    margin: 5px 0px;
}
.table_input {
    width: 90px;
    background-color: transparent;
    border: 2px solid #3e3e51;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    box-shadow: 0px 0px 16px 0px #07071b;
    text-align: center;
}
.th_inner {
    display: flex;
}
.table.table_custom.earnings_table .low_med_div.historical_span span {
    color: #2afeb7;
    font-weight: 700;
}
.table.table_custom.earnings_table .th_left {
    width: 100%;
}
.low_med_div.historical_span span {
    color: #fff;
    line-height: 44px;
}
.current_price_div {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_blue {
    font-size: 28px;
    color: #23f2af;
    font-weight: 700;
}
.price_blue i {
    margin-right: 8px;
    font-weight: 700;
}
.price_ {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.current_price {
    color: #fff;
    font-size: 30px;
}
.th_left {
    width: 50%;
}
.th_left.th_right {
    text-align: center;
    width: 100%;
}
.low_med_div span {
    width: 32%;
    display: inline-block;
}
.table.table_custom tr:nth-child(odd) {
    background-color: #16162d;
}
.table.table_custom tr:nth-child(even) {
    background-color: #1b1b31;
}
.td_span.red_span {
    color: #ff0000;
}
.td_span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 5px 0px;
}
.span_revenue {
    color: #fff;
    margin-left: 30px;
    display: block;
}
.table.table_custom tr td:last-child {
  border-right: none;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}
.table-responsive.table_custom_repsonsive {
    border: 2px solid #32575c;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 0px #16162d;
    margin-bottom: 20px;
}
.table.table_custom {
    margin: 0px;
    font-size: 20px;
}
.nav.nav-tabs.custom_tabs li a.active {
    color: #090922;
    background-color: #2afeb7;
}
.nav.nav-tabs.custom_tabs li a {
    font-weight: 600;
    border: 2px solid #ffffff1f;
    border-radius: 30px;
    color: #fff;
    background-color: #174c4d;
    box-shadow: 0px 2px 7px 0px #0909229e;
    padding: 10px 25px;
}
.nav.nav-tabs.custom_tabs li {
  margin: 0px 8px;
}
.market_outer.graph_outer {
    background-image: url(../img/lines.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0px;
    background-size: 100%;
}
.main_title.financial_statement {
    margin-top: -90px;
}
.income_outer {
    background-color: #164045;
    margin: -5px 0px;
}
.evoke_first:first-child {
    margin-bottom: 15px;
}
.evoke_upper_inner {
    width: 50%;
    text-align: left;
}
.evoke_first {
    display: flex;
    align-items: center;
}
.evoke_right_down {
    padding: 20px 30px;
}
.market_div {
    background-color: #1e1e3461;
    border: 2px solid #39394d61;
    border-radius: 40px;
    padding: 30px;
    text-align: center;
    margin: 15px;
    box-shadow: 0px 0px 11px 0px #060615;
    backdrop-filter: blur(10px);
}
.search_input::placeholder {
  color: #fff;
}
.built_investor_title {
    font-size: 40px;
    color: #fff;
}
.investor_maintitle {
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.p-text {
    font-size: 20px;
    color: #fff;
}
.nav_menu .social-icon-ul li + li {
    margin-left: 12px;
}
.contact_A {
    color: #090922 !important;
    padding: 12px 20px;
    border-radius: 30px;
    background: linear-gradient(45deg, #2afeb7, #08c792);
}
.contact_A::before {
  display: none;
}
.contact_A:hover {
    background: #1153fc;
    color: #fff !important;
}
.nav_menu ul li.active a {
  font-weight: 700;
}

.headerCol.stickyHeader {
    background-color: #165551;
    padding: 10px 0px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 9px 0px #181111d1;
    box-shadow: 0px 0px 9px 0px #181111d1;
}
.row.mobile_row {
    display: none;
}


@media (max-width: 1700px) {
.banner_outer {
    padding: 160px 0px 20px 0px;
}
.footer_custom {
    padding: 17% 0px 20px 0px;
}
.banner_outer.company_info .investor_maintitle {
    margin-bottom: 90px;
}
}

@media (max-width: 1400px) {
.search_input {
    margin-top: 25px;
    margin-bottom: 70px;
}
.banner_outer {
    padding: 110px 0px 20px 0px;
}
}
@media (max-width: 1399px) {

}
@media (max-width: 1200px) {
.market_div {
    padding: 15px;
    margin: 15px 0px;
}
.market_title {
    font-size: 16px;
    line-height: 24px;
}
.col-md-10.offset-md-1.col-sm-12.col-ten {
    margin-left: 0px;
    width: 100%;
}
}
@media (max-width: 1199px) {
  .nav_menu ul li a {
    font-size: 15px;
  }
  .nav_menu ul li + li {
    margin-left: 20px;
  }
  .banner_outer {
    padding: 50px 0px 20px 0px;
}
.banner_outer.company_info .investor_maintitle {
    font-size: 50px;
    margin-bottom: 0px;
    line-height: 60px;
}
.investor_maintitle {
    font-size: 70px;
}
.market_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    min-height: 50px;
}
}

@media (max-width: 991px) {
.bar {
    background-color: #21feb7;
}
.inner_spau8 {
    width: calc(100% - 110px);
}
.income_outer .table.table_custom th:first-child, .income_outer .table.table_custom tr td:first-child {
    width: 200px;
}
.first6 li:first-child {
    width: 150px;
}
.privacy_ul li {
    font-size: 16px;
}
.privacy_title {
    font-size: 32px;
}
.current_price_div span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px 0px;
}
.td_span {
    font-size: 15px;
}
.table.table_custom {
    font-size: 16px;
}
.current_price_div {
    margin-top: 20px;
    display: block;
    text-align: center;
}
.current_price_div .contact_A.suscribe_btn {
    margin-top: 13px;
    display: inline-block;
}
.main_title.financial_statement {
    margin-top: 0px;
}
.nav.nav-tabs.custom_tabs li {
    margin: 10px 8px;
}
.shape4.evoke_shape4 {
    width: 150px;
    height: 150px;
    bottom: 10%;
    right: -80px;
}
.evoke_upper_left {
    width: calc(100% - 0px);
}
.logoo_img.mobile_none {
    display: none;
}
.logoo_img.mobile_img_display {
    display: block;
}
.table.table_custom.earnings_table {
    width: 100%;
}
.col-md-7.seven_col {
    width: 100%;
}
.table.table_custom {
    width: 1080px;
}
.col-md-6.six_col {
    width: 100%;
}
.market_div.evoke_right {
    margin-left: 0px;
}
.banner_outer.company_info {
    padding: 10px 0px 160px 0px;
}
.row.mobile_row {
    display: block;
}
.market_outer.graph_outer.contact_section {
    padding-top: 0px;
}
.navCol {
    position: fixed;
    bottom: 0;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: center;
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #090922;
}
  .headerCol {
    padding: 10px 0px;
  }
  .opennav .bar {
    background-color: #fff;
  }
  .opennav .bar:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 10px;
  }
  .opennav .bar:nth-child(2) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .opennav .bar:nth-child(3) {
    visibility: hidden;
    opacity: 0;
  }
  .opennav .navCol {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
.nav_menu {
    width: 100%;
    text-align: center;
    overflow-y: auto;
    max-height: 100%;
    padding: 30px 20px;
    height: 100%;
    padding-top: 14%;
}
  .nav_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_menu ul li + li {
    margin-left: 0;
    margin-top: 20px;
    margin-top: 10px;
  }
.nav_menu ul li a {
    font-size: 16px;
    /* color: #000; */
}
.nav_menu .col-md-9 {
    width: 100%;
    margin: 20px 0px 30px 0px;
}
.nav_menu .col-md-3 {
    width: 100%;
}
.built_investor_title {
    font-size: 30px;
}
.investor_maintitle {
    font-size: 50px;
}
.p-text {
    font-size: 16px;
}
.shape2.bannershape2 {
    bottom: 180px;
    left: -100px;
}
.main_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
.market_outer {
    padding: 40px 0px;
}
.search_input {
    margin-top: 25px;
    margin-bottom: 70px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    background-image: none;
}
.market_outer .col-md-3 {
    width: 50%;
}
.market_title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
}
.shape1 {
    bottom: inherit;
    top: 24%;
    width: 100px;
    left: -30px;
}
.shape3 {
    right: 38%;
}
.shape2 {
    width: 119px;
    height: 119px;
    bottom: 22px;
    left: 35%;
}
.shape4 {
    width: 70px;
    height: 70px;
    bottom: 19%;
    right: 3%;
}
.logo img {
    width: 60px;
}
.col-md-2.mobile_2_col {
    display: none;
}
.section_space.footer_outer .col-md-5 {
    width: 100%;
}
.footer_inner img {
    margin: 0 auto;
    display: block;
}
.footer_inner .p_subtext {
    text-align: center;
}
.social_mediatitle.social_t {
    text-align: center;
}
.footer_social_ul {
    text-align: center;
    margin-bottom: 30px;
}
.footer_copyright_text {
    margin-top: 0px;
}
.footer_custom {
    padding: 17% 0px 30px 0px;
}
.banner_outer.company_info .investor_maintitle {
    font-size: 35px;
    line-height: 45px;
}
.main_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.p_subtext {
    font-size: 16px;
}
}


@media (max-width: 767px) {
.nav.tab_nav li a {
    font-size: 18px;
    margin-right: 15px;
}
.market_div {
    padding: 15px;
}
.section_space.footer_outer {
    background-image: none;
}
.contact_inner.market_div {
    padding: 20px;
}
.table.table_custom {
    width: 800px;
}
.contact_inner.market_div .main_title {
    margin-bottom: 20px;
}
.custom_input {
    margin-bottom: 15px;
}
.wave_img {
    display: block;
}
.shape4 {
    right: 0%;
}
.shape2 {
    width: 69px;
    height: 69px;
    bottom: 52px;
    left: 35%;
}
.footer_copyright_text {
    margin-top: 0px;
    margin-bottom: 30px;
}
.section_space.footer_outer {
   background-image: url(../img/bgreen.png);
   background-repeat: no-repeat;
   background-size: cover;
}
.footer_custom {
    padding: 0% 0px 0px 0px;
    background-image: none;
}
.col-md-3.header_col3 {
    width: 50%;
}
.market_div {
    margin: 15px 0px;
}
.market_div img {
    width: 80px;
}
.col-md-9.header_col9 {
    width: 50%;
}
.built_investor_title {
    font-size: 24px;
}
.section_space.footer_outer .col-md-6 {
    width: 50%;
}
}


@media (max-width: 480px){

}


/*---- rohit code ----*/
h3.custome-header {
    color: white;
}
.sc-bwzfXH{
    background-color:#ffffff !important;
    border-radius:4px;
}
.sc-bwzfXH svg{
  display: none;
}
.wrapper, .sc-bxivhb.frjscc {
    background-color: transparent !important;
    border: none !important;
}
.sc-bxivhb.frjscc > input{
    color: #ffffff;
}


.suggested-tickers {
    background-color: transparent;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #fff;
    margin-top: 15px;
    border-radius: 20px;
    padding: 15px;
}
.suggested-tickers p {
    color: #fff;
    text-align: left;
    padding: 5px 15px;
    cursor: pointer;
    margin: 0px;
    font-size: 18px;
}
.loader_div {
    text-align: center;
}
.loader_div img {
    width: 70px;
}

@media (max-width: 767px) {
.suggested-tickers {
    width: 100%;
}
}

.serach-tickers {
    margin-bottom: 150px;
 }
 .evoke_price span.class-green {
    background-color: green;
}
span.price_blue.class-red {
    color: red;
}
/* CSS */

.spinner {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.spinner::before,
.spinner:after{
    content: "";
    position: absolute;
    border-radius: inherit;
}
.spinner:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 0deg, #2acd98 0%, #175551 100% );
    animation: spin .5s infinite linear;
}
.spinner:after {
    width: 85%;
    height: 85%;
    background-color: #090921;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.inner_spau8 {
    display: flex;
    position: absolute;
    left: 340px;
    top: 8px;
}

.inner_spau8 .td_span {
    width: 204px;
}
.second_toggle .inner_spau8 {
    left: 315px;
}
.caret.fisrt_span .total_revenue_title {
    width: 290px;
    }
.inner_spau8 {
    display: flex;
    position: absolute;
    left: 340px;
    top: 8px;
    width: calc(100% - 310px);
}
    .inner_spau8 .td_span {
    width: 204px;
    }
    .inner_spau8 .td_span:last-child {
    width: auto;
    text-align: center;
    margin-left: 15px;
    }
    .third_toggle {
    margin-left: 30px;
    }
    .myurl8 .caret {
    width: 100%;
    padding: 10px;
    }
    .first6 li:first-child {
    width: 290px;
    text-align: left;
    }
    .first6 li:first-child {
        width: 270px;
        text-align: left;
    }
    .myurl8 li {
    background-color: #1b1b31;
    border-bottom: 1px solid #3333;
    }
	.table-responsive.table_custom_repsonsive.aos-item.aos-init.aos-animate {
    background-color: #212139 !important;
}
 .list_li {
    width: 209px !important;
    text-align: left;
}
    .third_toggle .inner_spau8 {
        left: 277px !important;
    }
   .third_toggle .first6 li:first-child {
    width: 250px;
    text-align: left;
}

    .second_toggle .inner_spau8 {
        left: 315px;
    } 
    ul, #myUL {
    list-style-type: none;
    }
    .myurl8 .total_revenue_title {
    display: inline-block;
    padding: 0px 10px;
    width: 95%;
    }
    .list_li {
    width: 165px;
    }
	.first6.spect62 {
    margin-left: -50px;
    padding-left: 40px;
}
	.first6.custom_withaccording {
    margin: 0px 15px;
}
.first6 li:first-child {
    width: 310px;
    text-align: left;
}
    .second_toggle {
    margin-left: 20px;
    }
    #myUL {
    margin: 0;
    padding: 0;
    }
    .myurl8 .caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    }
    .myurl8 .caret::before {
    content: "\25B6";
    color: #fff;
    display: inline-block;
    margin-right: 6px;
    }
    .myurl8 .caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */'
    transform: rotate(90deg);  
    }
    .list_li {
    width: 165px;
    }
.first6 {
    display: inline-flex;
    padding: 0px 10px;
    background-color: #212139;
/*    width: 100%;*/
}

#myUL li {
    padding: 6px;
    position: relative;
    }
    .myurl8 .nested {
    display: none;
    }
    .first6 li {
    background-color: #212139;
    }
    .myurl8 .active {
    display: block;
    }
    .caret .total_revenue_title {
    font-size: 18px;
    }
    @media (max-width: 991px){
    .myurl8 .total_revenue_title {
    display: inline-block;
    padding: 0px 10px;
    width: 90%;
    }
    .table.table_custom.company_table5 {
    width: 690px;
    }
	.inner_spau8 .td_span {
    width: 110px;
}
.inner_spau8 {
    display: flex;
    position: absolute;
    left: 150px;
    top: 8px;
}
.myurl8 .total_revenue_title {
    font-size: 12px;
}
.second_toggle .inner_spau8 {
    left: 135px;
    font-size: 19px;
}
    }
    @media (max-width: 767px){
.inner_spau8 .td_span {
    width: 100px;
}
.second_toggle {
    height: 60px;
}
.second_toggle .inner_spau8 {
    left: 150px;
    font-size: 19px;
}
.inner_spau8 {
    display: flex;
    position: absolute;
    left: 180px;
    top: 20px !important;
}
.caret .total_revenue_title {
    font-size: 11px;
}
  
    .inner_spau8 {
top: 0px;
}
    }
    @media (max-width: 480px){
    .myurl8 .total_revenue_title {
    display: inline-block;
    padding: 0px 10px;
    width: 85%;
    }
    }
/*# sourceMappingURL=index.css.map */

.privacy_inner p,  .privacy_inner ul li{
    color: #fff;
    font-size: 20px;
    color: #fff;
    font-size: 20px;
}
.privacy_inner p:first-child {
    color: #fff;
    font-size: 26px;
}