@charset "UTF-8";
/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* Align radios and text inputs with their label */
input[type='radio'],
input[type='checkbox'] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer; }

label .required {
  color: #f00; }

input[type='button'],
input[type='submit'],
button {
  height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-family: 'Roboto';
  padding: 5px 43px;
  border-radius: 33px;
  color: #ffffff;
  background-color: #F68A1E;
  min-width: 100px;
  text-transform: none;
  border: 1px solid #F68A1E; }

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #333333; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(64, 64, 65, 0.4);
  opacity: 1; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(64, 64, 65, 0.4); }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(64, 64, 65, 0.4); }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(64, 64, 65, 0.4); }

* {
  border: none;
  outline: none;
  box-sizing: border-box; }

b,
strong {
  font-family: 'Roboto';
  font-size: inherit;
  font-weight: 600; }

i,
em {
  font-style: italic; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }
  img.w-full {
    width: 100%; }
  img.full {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  img.alignright, img.align-right {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px; }
  img.alignleft, img.align-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px; }
  img.aligncenter, img.align-center {
    float: none;
    margin: auto;
    display: block; }

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0; }

sup {
  top: -.7em; }

sub {
  bottom: -.25em; }

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #F68A1E; }

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none; }

table {
  border-collapse: collapse;
  margin: 0; }
  table a {
    color: inherit; }

html {
  height: 100%; }

body {
  width: 100%;
  min-height: 100vh;
  font: 400 17px 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #404041; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #404041;
  font-weight: 500;
  margin-bottom: 20px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 21px; }

h6 {
  font-size: 18px; }

p {
  font: 400 18px 'Roboto', sans-serif;
  line-height: 26px;
  margin-bottom: 20px;
  color: #404041; }
  p.text-lg {
    font-size: 24px;
    line-height: 32px; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  font: 400 17px 'Roboto', sans-serif; }

main ul, main ol {
  padding-left: 18px;
  font-family: 'Roboto';
  margin-bottom: 30px; }
  main ul li, main ol li {
    margin-bottom: 6px; }

.two-columns {
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 30px; }
  .two-columns li::marker {
    color: #F68A1E; }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none; }

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1756px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .container.container-md {
    max-width: 1370px; }

.section {
  position: relative; }

.full-width {
  width: 100%; }

.form-control {
  height: 42px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 14px;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  color: #404041; }

.text-skin-highlighted {
  color: #ee1b3b !important; }

.text-skin-base {
  color: #404041 !important; }

.text-white {
  color: #ffffff; }
  .text-white * {
    color: inherit; }

.slick-arrow {
  width: 55px;
  min-width: auto;
  padding: 0;
  height: 55px;
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.5; }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow.slick-prev {
    background-size: 30px 30px;
    background-position: center;
    left: 30px; }
  .slick-arrow.slick-next {
    background-size: 30px 30px;
    background-position: center;
    right: 30px; }

.section_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

.btn {
  font-size: 21px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #ffffff;
  background-color: #F68A1E;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 40px;
  z-index: 1;
  position: relative; }
  .btn:hover {
    color: #404041;
    background-color: #F68A1E;
    border: 1px solid #F68A1E; }
  .btn.btn-outline {
    color: #404041;
    background-color: transparent;
    border: 1px solid #F68A1E; }
    .btn.btn-outline:hover {
      background-color: #F68A1E;
      color: #ffffff; }
  .btn.btn-white {
    color: #F68A1E;
    background-color: #ffffff; }
  .btn.btn-black {
    color: #ffffff;
    background-color: #404041; }
  .btn.disabled {
    background-color: #F68A1E;
    color: #fff; }

.relative {
  position: relative; }

.row.mx-0 {
  margin-left: 0;
  margin-right: 0; }
  .row.mx-0 > div {
    padding-left: 0;
    padding-right: 0; }
.row.mx-6 {
  margin-left: -6px;
  margin-right: -6px; }
  .row.mx-6 > div {
    padding-left: 6px;
    padding-right: 6px; }
.row.mx-25 {
  margin-left: -25px;
  margin-right: -25px; }
  .row.mx-25 > div {
    padding-left: 25px;
    padding-right: 25px; }

.slick-slider .slick-track {
  display: flex; }
  .slick-slider .slick-track .slick-slide {
    height: auto;
    padding-bottom: 2px; }
.slick-slider:not(.horizontal-dots) .slick-dots {
  width: auto;
  height: auto;
  flex-wrap: wrap;
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 50px;
  align-items: center;
  flex-direction: column; }
  .slick-slider:not(.horizontal-dots) .slick-dots li {
    width: 100%;
    margin: 5px 0; }
    .slick-slider:not(.horizontal-dots) .slick-dots li button {
      width: 6px;
      height: 20px; }
    .slick-slider:not(.horizontal-dots) .slick-dots li.slick-active button {
      height: 100px; }

.slick-dots {
  list-style: none; }
  .slick-dots li {
    margin: 0 5px;
    padding-left: 0; }
    .slick-dots li::before {
      display: none; }
    .slick-dots li button {
      width: 20px;
      height: 6px;
      background-color: #404041 !important;
      opacity: 0.5;
      border: 0; }
    .slick-dots li.slick-active button {
      opacity: 1;
      width: 100px; }

.app_download_actions {
  width: 180px; }
  .app_download_actions .store-link {
    width: 180px;
    height: 50px;
    display: block;
    border-radius: 25px;
    margin-bottom: 20px; }
  .app_download_actions .apple-store {
    background: url(../images/app-download.png) -10px -10px; }
  .app_download_actions .play-store {
    background: url(../images/app-download.png) -10px -80px; }
  .app_download_actions .scanner {
    height: 180px;
    padding: 22px;
    border: 1px solid rgba(64, 64, 65, 0.3);
    border-radius: 24px; }
    .app_download_actions .scanner img {
      width: 100%;
      height: 100%; }

.highlight {
  color: #F68A1E !important; }

.nav-tabs {
  border-bottom: 0; }
  .nav-tabs .nav-item {
    margin-right: 15px; }
    .nav-tabs .nav-item:last-child {
      margin: 0; }
    .nav-tabs .nav-item .nav-link {
      height: 41px;
      padding: 10px 30px;
      border: 1px solid rgba(64, 64, 65, 0.5);
      font-size: 18px;
      line-height: 21px;
      font-weight: 400;
      color: #404041;
      border-radius: 22px;
      opacity: 0.5;
      box-shadow: none; }
      .nav-tabs .nav-item .nav-link.active {
        border-color: #F68A1E;
        background-color: #F68A1E;
        color: #ffffff;
        opacity: 1; }
    .nav-tabs .nav-item.slick-current .nav-link {
      border-color: #F68A1E;
      background-color: #F68A1E;
      color: #ffffff;
      opacity: 1; }

.border-r-cols > div {
  border-right: 1px solid rgba(64, 64, 65, 0.2); }
  .border-r-cols > div:last-child {
    border: 0; }

.positive {
  color: #00B612 !important; }

.negative {
  color: #AA0000 !important; }

.hyperlink {
  color: #F68A1E; }

.compensate-for-scrollbar {
  padding-right: 17px; }
  .compensate-for-scrollbar .page_header {
    max-width: calc(100% - 17px); }

.icon {
  display: inline-block; }

.icon-login {
  width: 24px;
  height: 22px;
  background: url(../icons/login.svg) no-repeat;
  background-size: 100% 100%; }

.icon-singup {
  width: 24px;
  height: 22px;
  background: url(../icons/singup.svg) no-repeat;
  background-size: 100% 100%; }

.icon-play {
  width: 50px;
  height: 50px;
  background: url(../icons/play.svg) no-repeat;
  background-size: 100% 100%; }

.icon-play-filed {
  width: 80px;
  height: 80px;
  background: url(../icons/play-filed.svg) no-repeat;
  background-size: 100% 100%; }

.icon-video {
  width: 52px;
  height: 46px;
  background: url(../icons/video.svg) no-repeat;
  background-size: 100% 100%; }

.icon-search {
  width: 28px;
  height: 28px;
  background: url(../icons/search.svg) no-repeat;
  background-size: 100% 100%; }

.icon-right {
  width: 32px;
  height: 12px;
  background: url(../icons/right.svg) no-repeat;
  background-size: 100% 100%; }

.icon-pw_eye {
  display: inline-block;
  width: 34px;
  height: 23px;
  background: url(../images/auth-icons.png) -73px -10px; }

.icon-password {
  display: inline-block;
  width: 23px;
  height: 30px;
  background: url(../images/auth-icons.png) -127px -10px; }

.icon-user {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/auth-icons.png) -10px -51px; }

.icon-sign {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url(../images/auth-icons.png) -127px -60px; }

.icon-bank {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url(../images/auth-icons.png) -90px -101px; }

.icon-aadhar_card {
  display: inline-block;
  width: 43px;
  height: 21px;
  background: url(../images/auth-icons.png) -10px -10px; }

.icon-pan_card {
  display: inline-block;
  width: 33px;
  height: 21px;
  background: url(../images/auth-icons.png) -73px -53px; }

.icon-ap_code {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../images/auth-icons.png) -10px -101px; }

.icon-mobile {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../images/auth-icons.png) -50px -101px; }

.icon-user-border {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../icons/user.svg) no-repeat; }

.icon-Expanded {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../icons/Expanded.svg) no-repeat; }

.icon-location {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url(../icons/location.svg) no-repeat; }

.page_header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s all ease; }
  .page_header.sticky {
    box-shadow: 0 0 8px 2px rgba(64, 64, 65, 0.4); }
  .page_header .header_cta {
    margin-left: 20px; }
  .page_header .action:hover {
    box-shadow: 0px 0px 4px 2px rgba(64, 64, 65, 0.4); }
  .page_header .action_login {
    width: 50px;
    height: 50px;
    background-color: #F68A1E;
    border-radius: 50px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page_header .action_login .icon {
      margin-left: -2px; }
  .page_header .action_signup {
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    background-color: #F68A1E;
    border-radius: 50px;
    padding: 13px 40px; }
  .page_header .indices_bar {
    padding: 0 30px;
    border: 0;
    border-left: 1px solid rgba(64, 64, 65, 0.2);
    border-right: 1px solid rgba(64, 64, 65, 0.2);
    border-radius: 0;
    margin: 0 30px; }
  .page_header .logo {
    max-width: 140px; }
  .page_header .newYear-col {
    position: relative;
    flex: 0 0 200px; }
    .page_header .newYear-col .logo-text {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      left: 86%;
      font-family: "Segoe UI Semibold";
      color: #f68a1e;
      text-transform: capitalize;
      -webkit-animation: blink 2s linear infinite;
      -moz-animation: blink 2s linear infinite;
      animation: blink 2s linear infinite;
      font-size: 26px; }

@keyframes blink {
  50% {
    opacity: 0.0; } }
.page_nav .page_nav_list {
  display: flex;
  list-style: none; }
  .page_nav .page_nav_list > li {
    margin-right: 30px; }
    .page_nav .page_nav_list > li:last-child {
      margin: 0; }
.page_nav li {
  font-size: 18px;
  position: relative; }
  .page_nav li.nav-item-has-children > a::after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 8px;
    display: inline-block; }
  .page_nav li:hover > a::after {
    transform: rotate(180deg); }
  .page_nav li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px); }
.page_nav .nav_link {
  padding: 10px 20px; }
.page_nav a {
  color: #404041; }

.sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 0;
  white-space: nowrap;
  transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all ease; }
  .sub-menu li {
    margin-bottom: 2px; }
    .sub-menu li:last-child {
      margin: 0; }
    .sub-menu li > a {
      display: block;
      padding: 5px 20px 5px 30px; }
    .sub-menu li:hover > a {
      background-color: rgba(246, 138, 30, 0.2); }

.sticky_cta {
  background-color: #F68A1E;
  position: absolute;
  right: -65px;
  width: 80px;
  padding: 10px;
  border-radius: 18px 0 0 18px;
  transition: 0.3s all ease-in-out; }
  .sticky_cta:hover {
    right: 0; }
  .sticky_cta .sprite-img {
    position: absolute; }
  .sticky_cta ul {
    list-style: none; }
  .sticky_cta .link {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky_cta .link svg {
      width: 24px;
      height: 24px; }

.sticky-icon {
  position: absolute;
  right: 10px;
  top: 85%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border: 1px solid #F68A1E;
  border-radius: 100px;
  padding: 8px; }
  .sticky-icon .sprite-img {
    position: absolute; }
  .sticky-icon .link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky-icon .link svg {
      width: 30px;
      height: 30px; }

.page_footer {
  background-color: rgba(64, 64, 65, 0.02);
  padding: 45px 0; }
  .page_footer .container {
    padding: 0 50px; }
  .page_footer .logo {
    margin-bottom: 40px; }
    .page_footer .logo img {
      max-width: 140px; }
  .page_footer p {
    opacity: 0.7; }
  .page_footer .social_links {
    margin-top: 40px; }
  .page_footer .title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px; }
  .page_footer .footer_links {
    list-style: none;
    font-size: 15px;
    color: #404041;
    margin-bottom: 50px; }
    .page_footer .footer_links:last-child {
      margin-bottom: 0; }
    .page_footer .footer_links li {
      margin-bottom: 15px; }
    .page_footer .footer_links a {
      color: inherit;
      opacity: 0.7; }
      .page_footer .footer_links a:hover {
        opacity: 1; }
  .page_footer .other_links {
    list-style: none;
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 0; }
    .page_footer .other_links li {
      display: inline-block;
      margin: 0 5px;
      position: relative; }
      .page_footer .other_links li::before {
        content: '';
        position: absolute;
        right: -6px;
        top: 0;
        border-right: 1px solid #F68A1E;
        height: 100%; }
      .page_footer .other_links li:last-child::before {
        border-right: 0px; }
      .page_footer .other_links li a {
        color: #F68A1E; }
        .page_footer .other_links li a:hover {
          text-decoration: underline; }

.pri_footer {
  padding-bottom: 30px; }

.sec_footer .container {
  border-top: 1px solid rgba(64, 64, 65, 0.2);
  padding-top: 15px !important; }

.col-info h6 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px; }
.col-info svg[class="hidden"] {
  position: absolute; }
.col-info .connection {
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  color: #404041; }
  .col-info .connection li {
    opacity: 0.7;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px; }
  .col-info .connection .icon {
    position: absolute;
    left: 0; }
  .col-info .connection a {
    color: inherit; }
.col-info p {
  font-size: 14px;
  line-height: 18px; }

.social_links {
  list-style: none;
  display: flex; }
  .social_links li {
    margin-right: 7px; }
    .social_links li:last-child {
      margin: 0; }
  .social_links a {
    width: 50px;
    height: 50px;
    border: 1px solid #404041;
    border-radius: 50%;
    color: #404041;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social_links a svg {
      width: 24px;
      height: 24px; }
    .social_links a img {
      width: 24px;
      height: 24px; }
      @media (max-width: 1859px) {
        .social_links a img {
          width: 20px;
          height: 20px; } }
    .social_links a:hover {
      background-color: #F68A1E;
      color: #ffffff;
      border-color: #F68A1E; }
      .social_links a:hover svg {
        fill: #ffffff; }
      .social_links a:hover img {
        filter: brightness(0) invert(1);
        -webkit-filte: brightness(0) invert(1); }

.home_banner_section {
  padding-top: 0px;
  padding-bottom: 0px; }
  .home_banner_section .main-row {
    max-width: 1756px;
    margin: 0 auto; }
  .home_banner_section .col-img {
    position: relative; }
    .home_banner_section .col-img .btn-wrap .btn-action {
      min-width: auto;
      width: 132px;
      height: 132px;
      background-color: #F68A1E;
      border-radius: 50%;
      padding: 0;
      z-index: 11;
      transition: 1s all ease-in-out; }
      .home_banner_section .col-img .btn-wrap .btn-action .icon {
        margin-right: -10px; }
  .home_banner_section .col-content {
    padding-left: 70px; }
  .home_banner_section .app_download_actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 2; }
  .home_banner_section .illustration {
    position: relative;
    left: 50px;
    z-index: 2;
    width: 750px;
    height: 700px; }
    .home_banner_section .illustration::before {
      content: '';
      display: block;
      width: 100vw;
      height: 3px;
      background-color: #404041;
      position: absolute;
      bottom: 0;
      left: 95%; }
    .home_banner_section .illustration::after {
      content: '';
      display: block;
      width: 100vw;
      height: 2px;
      background-color: #404041;
      position: absolute;
      bottom: 2px;
      right: 84%; }
  .home_banner_section .carousel_wrapper {
    height: 590px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    z-index: 1;
    padding-bottom: 100px; }
    .home_banner_section .carousel_wrapper .path {
      position: absolute;
      bottom: 100px;
      left: 0; }
    .home_banner_section .carousel_wrapper::before {
      content: '';
      display: block;
      width: 590px;
      height: 590px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -122px;
      border-radius: 50%;
      background: #F5F4F4;
      z-index: -1;
      opacity: 0.7; }
  .home_banner_section .text-carousel {
    width: 100%;
    opacity: 0; }
    .home_banner_section .text-carousel.slick-initialized {
      opacity: 1; }
    .home_banner_section .text-carousel .icon-wrapper {
      height: 110px; }
    .home_banner_section .text-carousel .main_title {
      font-weight: 300;
      font-size: 90px;
      line-height: 70px;
      color: #F68A1E; }
      .home_banner_section .text-carousel .main_title b {
        font-weight: inherit;
        color: #404041; }
    .home_banner_section .text-carousel .sub_title {
      font-weight: 300;
      font-size: 32px;
      line-height: 38px; }

.btn-action.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: 132px;
  height: 132px;
  background-color: #F68A1E;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  z-index: 11;
  transition: 1s all ease-in-out; }
  .btn-action.btn-play .icon {
    margin-right: -10px; }
  .btn-action.btn-play.point2, .btn-action.btn-play.point3, .btn-action.btn-play.point4, .btn-action.btn-play.point5 {
    pointer-events: none; }

.video_screen_section {
  height: 100vh;
  position: relative; }
  .video_screen_section .video {
    width: 100%;
    height: calc(100vh - 120px);
    /* object-fit: cover;  */
  }
    .video_screen_section .video::-webkit-media-controls-enclosure {
      background-color: transparent;
      filter: alpha(opacity=20);
      opacity: 0.2;
      overflow: hidden; }
  .video_screen_section .path {
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: -1; }
  .video_screen_section .youtube-element {
    width: 100%;
    height: calc(100vh - 120px); }
    .video_screen_section .youtube-element iframe {
      height: 100% !important; }

.fp-scroller {
  overflow: hidden; }

.bonds_carousel {
  width: 100vw;
  position: relative; }

.bonds_carousel_section .sub_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0; }
.bonds_carousel_section h2 {
  font-weight: 300;
  font-size: 100px;
  line-height: 117px;
  margin-bottom: 0; }
.bonds_carousel_section p {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px; }
.bonds_carousel_section .btn-wrap {
  margin-top: 40px; }

.gsap_section {
  scroll-snap-align: start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gsap_section .section_wrapper {
    width: 100%;
    padding-top: 120px;
    display: table-cell;
    vertical-align: middle; }

.spacer > div {
  height: 100vh;
  position: absolute; }

.dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }
  .dots .active {
    color: black; }
    .dots .active a {
      color: black; }

.rl_timeline ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.rl_timeline ul li {
  height: 75vh;
  padding: 0;
  margin: 0; }

.bonds_carousel_section {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 90vh !important;
  position: relative; }
  .bonds_carousel_section .section_wrapper {
    position: relative; }
  .bonds_carousel_section .path {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(100%, -10%);
    z-index: 11; }
  .bonds_carousel_section .slide, .bonds_carousel_section .item {
    display: flex;
    max-width: 100vw;
    width: 100%;
    height: 90vh !important;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #ffffff;
    transition: 0.6s all ease; }
    .bonds_carousel_section .slide:last-child, .bonds_carousel_section .item:last-child {
      opacity: 1 !important;
      transform: scale(1) !important; }
    .bonds_carousel_section .slide.active, .bonds_carousel_section .item.active {
      background-color: #F68A1E; }
    .bonds_carousel_section .slide .container, .bonds_carousel_section .item .container {
      min-height: 370px; }
  .bonds_carousel_section .slick-dots {
    position: absolute;
    top: 50%;
    z-index: 111;
    transform: translateY(-50%);
    flex-wrap: wrap;
    width: 15px;
    right: 40px; }
    .bonds_carousel_section .slick-dots li {
      width: 100%; }
      .bonds_carousel_section .slick-dots li.slick-active button {
        width: 6px;
        height: 100px; }
    .bonds_carousel_section .slick-dots button {
      width: 6px;
      height: 20px; }
  .bonds_carousel_section .img_wrapper {
    height: 650px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    bottom: 15%;
    right: 80px; }
    .bonds_carousel_section .img_wrapper::before {
      content: '';
      display: block;
      width: 100vw;
      height: 3px;
      background-color: #404041;
      position: absolute;
      bottom: 0;
      left: 95%; }
    .bonds_carousel_section .img_wrapper::after {
      content: '';
      display: block;
      width: 100vw;
      height: 2px;
      background-color: #404041;
      position: absolute;
      bottom: 2px;
      right: 95%; }
    .bonds_carousel_section .img_wrapper img {
      width: 100%;
      height: 100%; }
  .bonds_carousel_section .slide1 .img_wrapper {
    width: 800px;
    height: 480px; }
  .bonds_carousel_section .slide2 .img_wrapper {
    width: 1000px;
    height: 430px; }
  .bonds_carousel_section .slide3 .img_wrapper {
    width: 900px;
    height: 430px; }
  .bonds_carousel_section .slide4 .img_wrapper {
    width: 900px;
    height: 520px; }

.our_platform_section .section_wrapper {
  padding-top: 120px; }
.our_platform_section .illustration {
  width: 700px;
  height: 370px;
  position: absolute;
  top: -70px;
  left: -246px;
  z-index: -1; }
  .our_platform_section .illustration .path {
    position: absolute;
    top: 120px;
    left: 200px;
    width: 132px;
    height: 132px;
    background-color: #F68A1E;
    border-radius: 50%;
    opacity: 0;
    transition-delay: 1s; }
.our_platform_section .container {
  min-height: 480px; }
.our_platform_section .col-devices {
  width: 57%;
  padding: 0 30px 0 100px; }
.our_platform_section .col-tab {
  width: 43%; }
.our_platform_section .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }
.our_platform_section .tab-content {
  padding: 20px 0; }
  .our_platform_section .tab-content h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px; }
  .our_platform_section .tab-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    opacity: 0.5;
    max-width: 80%; }
  .our_platform_section .tab-content .btn-wrap .btn {
    text-transform: inherit;
    min-width: 260px;
    padding: 8px 20px; }
    @media (max-width: 1859px) {
      .our_platform_section .tab-content .btn-wrap .btn {
        min-width: 190px; } }
  .our_platform_section .tab-content.slick-slider .slick-slide {
    padding-bottom: 50px;
    min-height: 206px;
    height: 100% !important; }
    @media (max-width: 1859px) {
      .our_platform_section .tab-content.slick-slider .slick-slide {
        padding-bottom: 40px;
        min-height: 195px; } }
    @media (max-width: 991px) {
      .our_platform_section .tab-content.slick-slider .slick-slide {
        min-height: 175px; } }
    .our_platform_section .tab-content.slick-slider .slick-slide .btn-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .our_platform_section .tab-content.slick-slider .slick-slide .btn-wrap {
          right: 0; } }
.our_platform_section .devices_wrapper {
  position: relative; }
  .our_platform_section .devices_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 0 !important;
    transition: none !important; }
.our_platform_section .laptop_device {
  position: relative; }
.our_platform_section .OurPlatformTabContent {
  height: 100%; }
  .our_platform_section .OurPlatformTabContent .slick-list, .our_platform_section .OurPlatformTabContent .slick-track {
    height: 100%; }
.our_platform_section .mobile_device {
  position: absolute;
  right: 0;
  bottom: 7px;
  z-index: 2;
  width: 228px;
  height: 480px;
  overflow: hidden; }
  .our_platform_section .mobile_device img {
    border-radius: 0px 0px 30px 30px;
    transition: none !important; }
.our_platform_section .OurPlatformTab .nav-item.slick-current .nav-link {
  border-color: #F68A1E;
  background-color: #F68A1E;
  color: #ffffff;
  opacity: 1; }
.our_platform_section .OurPlatformTab .nav-item .nav-link.active {
  border-color: #F68A1E;
  background-color: #F68A1E;
  color: #ffffff;
  opacity: 1; }

.our_platform_timeline ul li {
  height: 100vh; }

.testimonial_section .section_wrapper {
  max-width: 1920px;
  padding-top: 120px; }
.testimonial_section .bird_illustration {
  position: absolute;
  top: -90px;
  right: 40px;
  pointer-events: none;
  z-index: 13; }
.testimonial_section .title_wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  max-width: 50%;
  z-index: 13; }
  .testimonial_section .title_wrap .path {
    position: absolute;
    bottom: 95px;
    left: 270px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    transition: 0.5s all ease; }
  .testimonial_section .title_wrap p {
    font-weight: 300;
    font-size: 50px;
    line-height: 50px; }
    .testimonial_section .title_wrap p b, .testimonial_section .title_wrap p strong {
      font-weight: inherit;
      color: #404041; }
.testimonial_section .circle {
  width: 680px;
  height: 680px;
  background-color: #f4f4f4;
  border-radius: 50%;
  margin: 0 auto;
  padding: 220px 60px 100px 110px;
  position: relative;
  z-index: 12; }
  .testimonial_section .circle .writer_img {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: -110px; }
    .testimonial_section .circle .writer_img img {
      width: 100%;
      height: 100%; }
  .testimonial_section .circle .para {
    height: 220px;
    position: relative; }
    .testimonial_section .circle .para::before {
      content: "“";
      font-weight: 100;
      font-size: 200px;
      line-height: 70px;
      position: absolute;
      top: 0;
      left: -40px; }
    .testimonial_section .circle .para::after {
      content: "“";
      font-weight: 100;
      font-size: 200px;
      line-height: 70px;
      position: absolute;
      bottom: 60px;
      right: -20px;
      transform: rotate(180deg); }
  .testimonial_section .circle p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px; }
  .testimonial_section .circle .writer {
    position: relative;
    padding-right: 120px; }
  .testimonial_section .circle .action_video {
    position: absolute;
    right: 50px;
    top: 0; }
  .testimonial_section .circle .writer_name {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0; }
  .testimonial_section .circle .writer_from {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0; }

.testimonial_content_carousel {
  width: 100%;
  z-index: 12; }
  .testimonial_content_carousel .slick-dots {
    margin-top: 10px; }

.bondshala_section .sec_title {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #F68A1E;
  margin-bottom: 0; }
  .bondshala_section .sec_title ~ p {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px; }
.bondshala_section .bonshala_illustration {
  position: absolute;
  right: 0;
  bottom: -40px; }
  .bondshala_section .bonshala_illustration::before {
    content: '';
    display: block;
    width: 100vw;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 10px;
    left: 95%; }
  .bondshala_section .bonshala_illustration::after {
    content: '';
    display: block;
    width: 100vw;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 18px;
    right: 95%; }

.bondshala_grid {
  width: 70%;
  height: 525px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px; }
  .bondshala_grid .item1 {
    grid-area: 1 / 1 / 3 / 3; }
  .bondshala_grid .item2 {
    grid-area: 1 / 3 / 3 / 7; }
  .bondshala_grid .item3 {
    grid-area: 3 / 1 / 5 / 3; }
  .bondshala_grid .item4 {
    grid-area: 3 / 3 / 5 / 5; }
  .bondshala_grid .item5 {
    grid-area: 3 / 5 / 5 / 7; }
  .bondshala_grid > div {
    margin: 0px; }
  .bondshala_grid .item-wrapper {
    height: 100%;
    border-radius: 20px;
    position: relative;
    background-color: transparent;
    border: 1px solid rgba(64, 64, 65, 0.2); }
    .bondshala_grid .item-wrapper .wrap {
      padding: 30px 15px; }
  .bondshala_grid .grid-item.text-white .item-title {
    color: #ffffff; }
  .bondshala_grid .grid-item.video {
    position: relative; }
    .bondshala_grid .grid-item.video::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.96) 100%, rgba(0, 0, 0, 0.96) 100%); }
  .bondshala_grid [data-fancybox]::after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../icons/play-filed.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease; }
  .bondshala_grid [data-fancybox]:hover::after {
    width: 60px;
    height: 60px; }
  .bondshala_grid h1, .bondshala_grid h2, .bondshala_grid h3, .bondshala_grid h4, .bondshala_grid h5, .bondshala_grid h6 {
    font-weight: 300; }
  .bondshala_grid .item-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 0px; }
  .bondshala_grid .grid_thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 20px; }
  .bondshala_grid .wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .bondshala_grid .grid-item.text .item-wrapper {
    background-color: transparent; }
  .bondshala_grid .grid-item.text .wrap {
    padding: 15px;
    bottom: auto;
    top: 0; }
  .bondshala_grid .grid-item.text .item-title {
    font-size: 18px;
    line-height: 22px; }
  .bondshala_grid .grid-item.text p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px; }
  .bondshala_grid .text-blog {
    margin-bottom: 15px; }
    .bondshala_grid .text-blog:last-child {
      margin-bottom: 0; }
    .bondshala_grid .text-blog .item-title {
      margin-bottom: 5px; }

.UniverseBondsTabContent {
  padding: 30px 0 40px;
  max-width: 1340px;
  margin: 0 auto; }
  .UniverseBondsTabContent .slick-list {
    position: relative !important; }
  .UniverseBondsTabContent .item {
    padding: 0 20px;
    position: static !important;
    transition: none !important; }
  .UniverseBondsTabContent .box {
    max-width: 420px;
    min-height: 100%;
    margin: 0 auto;
    padding: 40px 42px;
    background: url(../images/box.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative; }
  .UniverseBondsTabContent .bank_logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px; }
  .UniverseBondsTabContent .item-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .UniverseBondsTabContent .item-img img {
      width: 100%;
      height: 100%;
      position: static;
      border-radius: inherit;
      object-fit: inherit; }
  .UniverseBondsTabContent .desc {
    padding-left: 100px; }
  .UniverseBondsTabContent .company_name {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .UniverseBondsTabContent .info {
    font-size: 18px;
    line-height: 21px;
    opacity: 0.5;
    margin-bottom: 18px; }
  .UniverseBondsTabContent .label {
    font-size: 16px;
    line-height: 21px;
    opacity: 0.5;
    margin-bottom: 2px; }
  .UniverseBondsTabContent .value {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0; }

.BondsTabContent {
  padding: 30px 0 40px;
  max-width: 1340px;
  margin: 0 auto; }
  .BondsTabContent .slick-list {
    position: relative !important; }
  .BondsTabContent .item {
    padding: 0 20px;
    position: static !important;
    transition: none !important; }
  .BondsTabContent .bank_logo {
    width: 70px;
    height: 70px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px; }
  .BondsTabContent .box {
    max-width: 420px;
    min-height: 100%;
    margin: 0 auto;
    padding: 40px 42px;
    background: url(../images/box.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative; }
    .BondsTabContent .box.box-theme {
      border: 2px solid #d9d9d9;
      background: none;
      border-radius: 10px;
      padding: 20px; }
      .BondsTabContent .box.box-theme::before {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        background: url(../images/box-radius.jpg) no-repeat;
        background-size: 100% 100%;
        width: 105px;
        height: 102px; }
      .BondsTabContent .box.box-theme .img_wrapp {
        width: 85px;
        height: 85px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px; }
        .BondsTabContent .box.box-theme .img_wrapp img {
          width: 100%;
          height: 100%;
          position: static;
          border-radius: inherit;
          object-fit: inherit !important; }
      .BondsTabContent .box.box-theme .desc {
        padding-left: 100px; }
      .BondsTabContent .box.box-theme .info {
        min-height: 40px; }
    .BondsTabContent .box .img_wrapp {
      width: 70px;
      height: 70px;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 15px; }
      .BondsTabContent .box .img_wrapp .bank_logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: static;
        border-radius: inherit; }
    .BondsTabContent .box .btn-wrap {
      text-align: center;
      margin-top: 20px; }
      .BondsTabContent .box .btn-wrap .btn {
        min-width: 120px;
        font-size: 18px;
        line-height: 21px;
        text-transform: initial; }
        @media (max-width: 1359px) {
          .BondsTabContent .box .btn-wrap .btn {
            font-size: 14px; } }
  .BondsTabContent .item-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .BondsTabContent .item-img img {
      width: 100%;
      height: 100%;
      position: static;
      border-radius: inherit;
      object-fit: inherit; }
  .BondsTabContent .desc {
    padding-left: 100px; }
  .BondsTabContent .company_name {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .BondsTabContent .info {
    font-size: 18px;
    line-height: 21px;
    opacity: 0.5;
    margin-bottom: 18px; }
  .BondsTabContent .label {
    font-size: 16px;
    line-height: 21px;
    opacity: 0.5;
    margin-bottom: 2px; }
  .BondsTabContent .value {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0; }

.tab-wrapper .nav.nav-tabs.BondsTab .slick-track {
  justify-content: center; }
  .tab-wrapper .nav.nav-tabs.BondsTab .slick-track .nav-item {
    width: auto !important; }

.indices_bar {
  padding: 28px 32px;
  border: 3px solid #D2D2D2;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px; }
  .indices_bar .share {
    position: relative;
    padding-left: 31px; }
  .indices_bar .share_name {
    margin-bottom: 6px;
    text-transform: uppercase; }

.share .change::before {
  content: "\f062";
  width: 16px;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; }
.share .change.negative::before {
  transform: rotate(180deg);
  text-align: right; }

.partners_section h4 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .partners_section h4 .btn {
    margin-left: 10px; }
.partners_section h5 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px; }
  .partners_section h5 .highlight {
    font-weight: inherit;
    font-size: 70px; }
.partners_section p {
  opacity: 0.7; }
.partners_section .partners-logos {
  padding-right: 100px; }
  .partners_section .partners-logos > div {
    padding: 28px; }

.bonds_carousel .ball {
  width: 132px;
  height: 132px;
  background-color: #F68A1E;
  border-radius: 50%;
  position: absolute; }
.bonds_carousel .slide1 .ball {
  top: 82px;
  left: -20px;
  transition: 2s all ease-in; }
  .bonds_carousel .slide1 .ball.slick-active {
    left: 400px; }
.bonds_carousel .slide4 .ball {
  width: 50px;
  height: 50px;
  bottom: 70px;
  left: -1300px; }

.section_stick .slide1.slick-active .ball {
  left: 400px; }
.section_stick .slide2 .ball {
  left: -1300px;
  transition: 2s all; }
.section_stick .slide2.slick-active .ball {
  left: -116px; }
.section_stick .slide3 .ball {
  bottom: 5px;
  left: -1300px;
  transition: 2s all; }
.section_stick .slide3.slick-active .ball {
  left: 380px;
  width: 40px;
  height: 40px;
  bottom: 40px; }

.slide4 .ball {
  width: 50px;
  height: 50px;
  bottom: 70px;
  left: -1300px;
  transition: 1.5s all ease-in; }
.slide4.slick-active .ball {
  left: 196px;
  bottom: 147px;
  animation: bounce 2s 2s forwards linear; }

@keyframes bounce {
  0% {
    bottom: 150px;
    left: 196px; }
  25% {
    bottom: 12px;
    left: 176px; }
  50% {
    bottom: 42px;
    left: 156px; }
  75% {
    bottom: 3px;
    left: 136px; }
  90% {
    bottom: 13px;
    left: 126px; }
  100% {
    bottom: 3px;
    left: 111px; } }
.path {
  width: 132px;
  height: 132px; }

.btn-play.opacity0 {
  animation: opacity 0.4s forwards; }
.btn-play.point5 {
  animation: bounceEffect 2s 0.5s linear forwards; }
.btn-play.point2 {
  animation: opacity 0.1s 0.5s linear forwards;
  z-index: -1 !important; }

@keyframes bounceEffect {
  0% {
    transform: translateY(0px) translateX(0); }
  20% {
    transform: translateY(-150px) translateX(100px); }
  40% {
    transform: translateY(0px) translateX(140px); }
  60% {
    transform: translateY(-80px) translateX(180px); }
  80% {
    transform: translateY(0px) translateX(220px); }
  90% {
    transform: translateY(-40px) translateX(260px);
    opacity: 1; }
  100% {
    transform: translateY(100px) translateX(300px);
    opacity: 0; } }
@keyframes opacity {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.modal.CompareBondsModal .modal-dialog {
  max-width: 1460px;
  width: 90%; }
.modal.CompareBondsModal .modal-content {
  border: 0; }
.modal.CompareBondsModal .modal-body {
  padding: 62px 65px; }
.modal.CompareBondsModal .highlight.text-lg {
  font-size: 32px;
  line-height: 38px; }
.modal.CompareBondsModal .sec_title {
  font-size: 32px;
  line-height: 38px; }
.modal.CompareBondsModal .invest_text {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px; }
  .modal.CompareBondsModal .invest_text .invest_amt {
    font-weight: 400; }
.modal.CompareBondsModal .slider-container {
  margin-bottom: 13px; }
.modal.Chart-modal .modal-dialog .modal-content .btn-close {
  top: 5px; }
  @media (max-width: 767px) {
    .modal.Chart-modal .modal-dialog .modal-content .btn-close {
      top: 15px; } }
  .modal.Chart-modal .modal-dialog .modal-content .btn-close:focus {
    box-shadow: none; }
.modal.Chart-modal .modal-dialog .modal-content .modal-body {
  padding-top: 55px; }
  .modal.Chart-modal .modal-dialog .modal-content .modal-body iframe {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 83vh;
    width: 100%; }

.slider-container {
  width: 100%;
  position: relative;
  padding: 15px 80px 15px 15px; }

.sliderHandle {
  display: inline-block;
  width: 100%;
  height: 7px;
  position: relative;
  z-index: 1; }
  .sliderHandle::before {
    content: "";
    display: block;
    width: 32px;
    height: 7px;
    background-color: #F68A1E;
    position: absolute;
    top: 0;
    left: -15px; }
  .sliderHandle::after {
    content: "";
    display: block;
    width: 60px;
    height: 7px;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: -1; }

.sliderHandle .ui-slider-handle {
  position: absolute;
  top: -23px;
  width: auto;
  height: 50px;
  padding: 12px 30px;
  border-radius: 25px;
  background: #F68A1E;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  cursor: grab;
  white-space: nowrap; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px; }

.ui-widget-content {
  background: #D9D9D9;
  color: #404041; }

.ui-widget-header {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #F68A1E;
  color: #404041;
  font-weight: bold; }

.sliderHandle .ui-widget-header {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #F68A1E;
  color: #404041;
  font-weight: bold; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.8em; }

.btn-close {
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 10;
  min-width: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  background-size: 20px;
  opacity: 0.7;
  cursor: pointer;
  pointer-events: all; }

.box {
  position: relative; }

.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.explore_bonds_grid .grid-item {
  transition: none !important;
  transform: scale(1) translate(0, 0, 0) !important;
  transition-property: opacity !important; }

.our_platform_timeline {
  display: none !important; }

.modal.investments-team-modal .btn-close {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .modal.investments-team-modal .btn-close {
      right: 10px;
      top: 10px; } }
  .modal.investments-team-modal .btn-close:focus {
    box-shadow: none; }
.modal.investments-team-modal .modal-content {
  background-color: #1d1d1d;
  max-width: 1010px;
  margin: 0 auto;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.2), -4px -4px 6px 0 rgba(0, 0, 0, 0.2); }
  .modal.investments-team-modal .modal-content .modal-body {
    padding: 15px; }
    @media (max-width: 767px) {
      .modal.investments-team-modal .modal-content .modal-body {
        padding: 10px !important; } }
    @media (max-width: 767px) {
      .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body img {
        width: 100px; } }
    .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body h3 {
      padding-top: 1.5rem;
      color: white;
      line-height: 1.3;
      font-size: 32px;
      text-align: center;
      letter-spacing: 0.7px; }
      @media (max-width: 767px) {
        .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body h3 {
          font-size: 20px; } }
      .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body h3 .organgecol {
        font-weight: 700;
        color: #fd911f; }
      @media (max-width: 767px) {
        .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body h3.pt-5 {
          padding-top: 1rem !important; } }
    .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body p {
      color: rgba(255, 255, 255, 0.7) !important;
      margin-top: 10px;
      text-align: center;
      letter-spacing: 0.7px; }
      @media (max-width: 767px) {
        .modal.investments-team-modal .modal-content .modal-body .no-gutters .modal-body p {
          margin-bottom: 5px; } }
    .modal.investments-team-modal .modal-content .modal-body .tab-content {
      background-color: #090909; }
      @media (max-width: 639px) {
        .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane .form-group.mb-3 {
          margin-bottom: 0.5rem !important; } }
      .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane input {
        background: transparent;
        height: 40px;
        padding: 5px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        font-size: 1rem;
        letter-spacing: 0; }
        .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane input::placeholder {
          color: rgba(255, 255, 255, 0.4) !important; }
      .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane .text h6 {
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        letter-spacing: 0.7px; }
        @media (max-width: 767px) {
          .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane .text h6 {
            font-size: 15px; } }
        @media (max-width: 767px) {
          .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane .text h6.mb-4 {
            margin-bottom: 1rem !important; } }
      .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane .submit {
        background: #e3b04b;
        height: 52px;
        border: navajowhite;
        color: #fff !important;
        letter-spacing: 0.7px;
        text-transform: capitalize; }
        @media (max-width: 767px) {
          .modal.investments-team-modal .modal-content .modal-body .tab-content .tab-pane .submit {
            height: 40px; } }
    .modal.investments-team-modal .modal-content .modal-body .bottom-text {
      font-size: 0.9rem; }
.modal.investments-team-modal .horizontal-line {
  height: 6px;
  margin-bottom: 6px; }

.dot {
  width: 10px;
  height: 10px;
  background-color: #F68A1E;
  border-radius: 50%;
  animation: blink 1s infinite; }

@keyframes blink {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

/*# sourceMappingURL=home-styles.css.map */
