@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

a{
	text-decoration: none;
	color: #000000;
}


/*--------------------------------------------------------------------------*/
.btn-orange{
  background: #e86f11;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px;
  height: 50px;
  align-content: center;
}
.btn-orange:hover{
  background: #ff943c;
  color: #ffffff;
}

.pull-up {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; 
}
.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 999; 
}

/*---------------------------------------------------------------*/


.header-menu{
  background: #fff;
}
.header-menu .navbar {
  padding: 32px 0px;
	box-shadow: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.dropdown-menu.show {
  animation: fadeIn 0.3s alternate;
}

/* Mega dropdown menu styles */
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
  padding: 20px;
}


/* Off-Canvas Menu Styles */
.offcanvas-body .mega-menu {
    padding: 10px;
}

.offcanvas-body .mega-content {
    display: block;
    margin-top: 20px;
}

.offcanvas-body .mega-content .col-md-6 {
    margin-bottom: 10px;
}

.offcanvas-body .mega-content .col-md-6 h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.offcanvas-body .mega-content .list-group-item {
    padding: 8px 15px;
}

.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler-icon{
  filter: invert(1);
}

/* Optional: Style for close button in offcanvas */
.btn-close {
    font-size: 1.5rem;
    color: #fff;
}



.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.navbar .nav-item .dropdown-menu a{
  color: #000000;
}
.navbar-nav .nav-link, .navbar-nav .nav-link{
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding: 5px 15px !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:hover{
  color: #e86f12;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #e86f12;
}
.dropdown-toggle::after{
  vertical-align: middle !important;
}
.dropdown-menu .mega-content a:hover{
  color: #e86f12;
}
.search-button input{
  background: #000000;
  border: 2px solid #e86f11;
}
.search-button input::placeholder{
  color: #ffffff !important;
}



.has-search-right {
    position: relative;
}

.has-search-right .form-control {
    padding-right: 2.375rem;
}

.has-search-right .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
}



.ipo-box{
  padding-top: 50px;
  display: flex;
  gap: 30px;
}
.ipo-box h1{
  font-size: 50px;
  font-weight: 700;
  color: #143352;
  margin-bottom: 20px;
}
.ipo-box .ipo-card{
  border: 2px solid #DEDEDE;
  border-radius: 10px;
  padding: 20px;
}
.ipo-box .ipo-card h3{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #143352;
  font-weight: 600;
}
.ipo-box .ipo-card p{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}
.ipo-box .ipo-card p a:hover{
  color: #e86f11;
}
.ipo-box .ads-section{
  padding-top: 105px;
}





.ipo-table-list{
  padding-top: 60px;
}

.ipo-symbol{
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 14px 20px;
}
.ipo-symbol span{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.ipo-symbol div{
  display: flex;
  align-items: center;
  column-gap: 14px;
}


.vtable-box .vtab-table{
  border: 2px solid #40a2ed;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.vtable-box .vtab-table h3{
  border-bottom: 2px solid #40a2ed;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #143352;
  background: #f2f2f2;
  margin: 0px;
}
.vtable-box .vtab-table .table-box{
  padding: 10px;
}
.table{
  --bs-body-bg: #ffffff00;
}
.vtable-box .vtab-table .table th{
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #143352;
}
.vtable-box .vtab-table .table td{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #222222;
}
.table td a:hover{
  color: #0645ad;
  text-decoration: underline;
}
.sticky-top{
  z-index: 1;
}
.table-hover>tbody>tr:hover>th{
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: #e5e6e700;
}
table td:nth-child(3), table th:nth-child(3) {
  text-align: right;
}
table td:nth-child(2), table th:nth-child(2) {
  text-align: right;
}
.vtable-box .vtab-table .table-box .table-box-button a{
  text-decoration: underline;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 600;
  float: right;
}
.vtable-box .vtab-table .table-box .table-box-button a:hover{
  color: #ff943c;
}

.green {
  background-color: #7fdd8f !important;
}
.orange {
  background-color: #fcc66c !important;
}
.blue {
  background-color: #6cbcfb !important;
}
.purple{
  background-color: #cc7eee !important;
}

.border-orange{
  border-color: #fcc66c !important;
}
.border-purple{
  border-color: #cc7eee !important;
}
.border-green{
  border-color: #7fdd8f !important;
}
.border-gray{
  border-color: #DEDEDE !important;
}
.border-blue{
  border-color: #6cbcfb !important;
}


/*---------------------------------------------------*/

.upcoming-vtable .upcoming-card{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 25px;
  max-width: 90%;
  padding-bottom: 20px;
}
.upcoming-vtable .upcoming-button{
  text-align: center;
  max-width: 90%;
  padding-bottom: 30px;
}
.upcoming-vtable .upcoming-card p{
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.upcoming-vtable h1{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #143352;
  margin-bottom: 15px;
  padding-top: 30px;
  border-top: 1px solid #DEDEDE;
  max-width: 90%;
}
.upcoming-vtable a{
  max-width: 205px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  align-content: center;
}
.upcoming-card a img{
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
	width: 100%;
    height: 100%;
    max-height: 160px;
    object-fit: contain;
    background: #e9e9e9;
}
.upcoming-card a:hover img{
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

ul.striped li:nth-child(2n),.table.striped tbody tr:nth-child(2n),ul.striped-first li:nth-child(odd),.table.striped-first tbody tr:nth-child(odd),.table tr.stripe {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.about-section{
  background-color: #f5f5f5;
  padding: 90px 0px;
  margin-top: 30px;
}
.about-section .container{
  max-width: 1300px;
  margin: 0 auto;
}
.about-section .row{
  align-items: center;
}
.about-section .about-text h1{
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #143352;
}
.about-section .about-text p{
  font-size: 18px;
  color: #222222;
  line-height: 26px;
}
.dot-circle-green{
  width: 40px;
  height: 40px;
  background-color: #7fdd8f;
  border-radius: 50%;
}
.dot-circle-orangr{
  width: 40px;
  height: 40px;
  background-color: #fcc66c;
  border-radius: 50%;
}
.dot-circle-blue{
  width: 40px;
  height: 40px;
  background-color: #6cbcfb;
  border-radius: 50%;
}


footer{
  background: #173756;
  padding-top: 70px;
  color: #ffffff;
}

footer .copy-right{
  background: #232323;
  padding: 24px 0px;
  color: #ffffff;
  text-align: center;
}
footer h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .copy-right p{
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
footer ul  {
  padding: 0px;
}
footer ul li {
  list-style: none;
  line-height: 24px;
}
footer ul li a{
  color: #ffffff;
}
/*---------------------------------------------------------*/

@media (min-width: 992px) {
  /* Show dropdown menu on hover */
  .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  /* Hide dropdown menu by default */
  .nav-item.dropdown .dropdown-menu {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .navbar-expand-lg .offcanvas {
      display: flex !important;
      flex-direction: row;
      flex-basis: auto;
      justify-content: end;
  }
  .navbar-expand-lg .mega-content h5{
    font-weight: 600;
    color: #143352;
    margin-bottom: 20px;
  }
  .border-lg-0{
    border-top: 0px solid #ffffff !important;
  }
}

@media only screen and (min-width: 1649px) {
  .container {
    max-width: 1624px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1648px){
  .ipo-box .ipo-card h3{
    font-size: 20px;
  }
  table > tbody > tr > th, table > tbody > tr > td,
    table > thead > tr > th, table > thead > tr > td{
      font-size: 14px;
    }
  .vtable-box .vtab-table h3{
    font-size: 20px;
  }
  .upcoming-vtable h1{
    font-size: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar-nav .nav-link, .navbar-nav .nav-link {
    font-size: 18px;
    padding: 5px 10px !important;
  }
  .about-section .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  .ipo-box .ads-section img{
    max-width: 100%;
  }
  .upcoming-vtable .upcoming-card p{
    font-size: 16px;
  }
  .ipo-box .ipo-card p{
    font-size: 16px;
  }
  .about-section .about-text p{
    font-size: 16px;
  }
  .about-section .about-text h1{
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .ipo-box .ads-section {
    display: none;
  }
  .ipo-symbol div{
    column-gap: 0px;
  }
  .ipo-symbol div img{
    margin-right: 10px;
  }
  .vtable-box .vtab-table{
    max-width: 100%;
  }
  .upcoming-vtable .upcoming-card{
    max-width: 100%;
  }
  .upcoming-vtable h1{
    max-width: 100%;
  }
  .upcoming-vtable .upcoming-button{
    max-width: 100%;
  }
}


@media only screen and (max-width: 991px) {
  p {
    font-size: 16px !important;
  }
  .navbar-expand-lg .offcanvas {
    align-items: start;
    padding: 20px;
    height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
  }
  .navbar-expand-lg .offcanvas .navbar-nav{
    width: 100%;
  }
  .navbar-expand-lg .dropdown-menu{
    top: auto;
    position: relative;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu{
    width: 100%;
    top: auto;
    left: 0%;
  }
  .navbar-expand-lg .offcanvas-header .btn-close{
    font-size: 15px;
  }
  .container{
    padding: 0px 20px;
  }
  .about-section .about-text h1{
    font-size: 40px;
  }
  .ipo-box h1{
    font-size: 40px;
  }
  .navbar-brand{
    width: 80px;
  }
  .vtable-box .vtab-table h3{
    font-size: 18px;
  }
  .ipo-box .ipo-card h3{
    font-size: 18px;
  }
  .ipo-box .ipo-card p{
    font-size: 16px;
  }
  .dot-circle-green{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .dot-circle-orangr{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .dot-circle-blue{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ipo-symbol .row {
    display: grid;
    gap: 10px;
  }
  .ipo-symbol span{
    font-size: 16px;
  }
}


tfoot input {
  display: block;
  width: 100%;
  padding: .4rem .8rem;
  font-size: .875rem;
  min-height: calc(1.25em + .8rem + 2px);
  font-weight: 400;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: .2rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
tfoot input:placeholder{
  color: #f7f7f7;
}