*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-color: #fff;
    color: #000;
    font-family: "Cairo", sans-serif;
}
.pg_main_wrapper{
    overflow: hidden;
}
p {
    font-family: "Cairo", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    line-height: 78px;
    margin: 0px;
}
.btn-footer:hover {
    background-color: #cacaca;
    color: #000;
}


.ipoModal .modal-dialog {
  transition: transform 0.2s ease;
  transform-origin: center center;
  will-change: transform;
}
/* Header Css Start */
.navbar .container-fluid{
    padding: 0px 35px;
}
.site_main_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.navbar-nav {
    justify-content: center;
    width: 100%;
}
.nav-link {
    color: #fff !important;
    font-size: 22px;
    font-family: "Cairo", sans-serif;
    padding: 0px 22px !important;
    line-height: 70px;
    font-weight: 500;
}
.lg_btn {
    color: #fff !important;
    font-size: 22px;
    font-family: "Cairo", sans-serif;
    line-height: 70px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.lg_btn_icon {
    width: 27px;
    display: inline-block;
    margin-right: 7px;
}
.lg_btn_icon svg {
    width: 100%;
}
/* .hd_language_box {
    margin-left: 10px;
} */
.scrolled {
    position: fixed !important;
    box-shadow: 0 5px 16px rgb(0 0 0 / 41%);
    background: #000;
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
/* Header Css End */
/* Hero Section Css Start */
.hero_bg:after {
    content: '';
    display: block;
    padding-bottom: 50%;
}
.hero_bg {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero_main_wrapper {
    position: relative;
}
.hero_content_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero_title {
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    text-transform: capitalize;
}
.hero_desc {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
}
.hero_video {
    width: 100%;
	height: auto;
    display: block;
}
/* Hero Section Css End */
/* Overview Css Start */
.overview_section {
    padding: 50px 0px 60px;
    text-align: center;
}
.overview_title {
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.overview_desc {
    font-size: 24px;
    margin-bottom: 0px;
}
.overview_section_two{
    background-color: #f8f8f8;
}
.overview_desc:last-child {
    margin-bottom: 0px;
}
.overview_desc {
    margin-bottom: 20px;
}
.overview_section ul li:last-child {
    margin-bottom: 0px;
}
.overview_section ul li {
    text-align: left;
    font-size: 20px;
    margin-bottom: 14px;
}
.overview_section ul {
    margin: 0px;
}
/* Overview Css End */
/* Mission And Vission Css Start */
.mission_vission_main_wrapper {
    /* background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%); */
    position: relative;
}
.mission_vission_main_wrapper:before {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../img/vision_bg_new.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}
.mission_vission_main_wrapper::after {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url('../img/mission-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
}
.mission_vission_main_wrapper .container {
    position: relative;
    z-index: 2;
}
.vision_content_wrapper {
    padding-left: 0;
    position: relative;
}
.mv_items_box {
    padding: 100px;
}
.mission_vission_title {
    font-size: 50px;
    margin-bottom: 50px;
    padding-left: 16px;
}
.mission_vission_desc {
    font-size: 24px;
    margin: 0px;
}
.mission_content_wrapper {
    padding-right: 0px;
}
.vision_content_wrapper {
    padding-left: 0px;
}
.moon_icon {
    position: absolute;
    left: -20px;
    transform: translate(7px, -12px);
}
.mission_content_wrapper{
    position: relative;
}
/* Mission And Vission Css End */
/* Footer Css Start */
.site_main_footer {
    background-color: #000;
}
.footer_menu_title {
    font-size: 24px;
    color: #f9f8f8;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
}
.footer_menu_list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-family: "Cairo", sans-serif;
}
.footer_menu_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.social_icon {
    width: 30px;
    height: 30px;
    display: block;
    padding: 2px;
}
.site_main_footer {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 10px;
}
.social_icon svg {
    fill: #fff;
}
.copyright_wrapper {
    padding: 50px 0px 60px;
}
/* Footer Css End */
/* Leadership Section Css Start */
.leader_main_title {
    font-size: 50px;
    line-height: 1.6;
}
.leader_sub_title {
    line-height: 1.2;
    margin-bottom: 20px;
}
.leadership_desc {
    font-size: 24px;
}
.leadership_row_wrapper .row {
    align-items: stretch !important;
}
.leadership_content_boxc {
    padding: 127px;
    background: #fbfafa;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.blackbtn {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 0px;
    background: #000;
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    line-height: 1em;
    border-radius: 30px;
    transition: .5s ease-in-out;
}
.blackbtn:hover {
    background-color: #cacaca;
    color: #000;
}
.leader_img_box {
    display: block;
    height: 100%;
}
.leader_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Leadership Section Css End */
/* Section Heading Css Start */
.sec_heading {
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1;
}
.leadership_main_wrapper {
    padding: 50px 0px;
}
.section_heading_wrapper {
    padding-bottom: 55px;
}
/* Section Heading Css End */
/* Company Section Css Start */
.company_in_number_inner_wrapper{
    background-image: url('../img/company_banner.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #0000009c;
    background-blend-mode: color;
    padding: 100px 0px 80px;
    background-attachment: fixed;
}
.company_in_number_box {
    background: #fff;
    padding: 30px;
	border-radius: 12px;
}
.number_count {
    line-height: 1.6;
    font-size: 40px;
}
.number_desc {
    font-size: 24px;
    margin: 0px;
}
.number_icon {
    display: block;
    width: 50px;
    height: 50px;
}
.company_in_number_wrapper .row {
    justify-content: center;
}
.company_in_number_wrapper .col-md-4 {
    margin-bottom: 20px;
}
.timeline_main_wrapper {
    padding: 50px 0px 0px;
}
.cp_table_wrapper tbody {
    background: #ffffff;
    /* backdrop-filter: blur(4px); */
}
.cp_table_wrapper thead th {
    color: #fff;
    padding: 20px;
    background-color: #000;
    font-size: 20px;
    vertical-align: middle;
}
.cp_table_wrapper tbody th, .cp_table_wrapper tbody td {
    padding: 20px;
    vertical-align: middle !important;
    font-size: 18px;
    color: #000;
    border-right: 1px solid #000;
}
.cp_table_wrapper tbody td:last-child {
    border-right: 0;
}
.cp_table_wrapper tbody td {
    font-size: 18px;
}
.tb_logo img {
    width: 16%;
}
.cp_table_wrapper .table{
    table-layout: fixed;
    margin: 0px !important;
    border: 0px;
}
.tb_logo {
    text-align: center;
}
/* Company Section Css End */
/* IPO Timeline Css Start */
.timeline_row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
.timeline_items {
    width: 14%;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    opacity: 0.5 ;
    color: #fff;
}
.timeline_items.aos-animate {
    opacity: 0.5 !important;
}
div.ipo_active.aos-animate {
    opacity: 1 !important;
}
.timeline_icon_box {
    background: #fff;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-top: 100px;
    box-shadow: 0px 0px 18px 4px #706c6c80;
}
.timeline_icon_box .timeline_icon {
    width: 41%;
    filter: invert(1);
}
.timeline_date {
    line-height: 1.6;
    font-size: 20px;
}
.timeline_icon_inner_box {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.timeline_item_content p {
    font-family: "Cairo", sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
.timeline_icon_box:before {
    /* content: '';
    height: 100px;
    border: 1px solid #fff;
    display: block;
    margin-top: -99px; */
    content: '';
    height: 0px;
    border: 1px solid #fff;
    display: block;
    margin-top: -99px;
    position: absolute;
    bottom: 100%;
    transition: .5s ease-in-out;
    transition-delay: 0.7s;
    opacity: 0;
}
.timeline_items.aos-animate .timeline_icon_box:before{
    height: 85px;
    opacity: 1;
}
.timeline_items:nth-child(2n + 2) {
    flex-direction: column-reverse;
}
.timeline_items:nth-child(2n + 2) .timeline_icon_box {
    margin-top: 0px;
    margin-bottom: 100px;
}
.timeline_items:nth-child(2n + 2) .timeline_icon_box:before {
    margin-top: 0px;
    position: absolute;
    top: 100%;
}
.timeline_items:first-child:before {
    display: none;
}
.timeline_items:before {
    content: '';
    background-image: url('../img/ipo_vector_one.webp');
    position: absolute;
    left: -102px;
    display: block;
    width: 200px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(1);
    opacity: 0;
    transform: skew(0deg, 35deg) scale(1.11);
    top: 40px;
    transition: .5s ease-in-out;
    transition-delay: .5s;
}
.aos-animate.timeline_items:before{
    opacity: 1;
}
.timeline_items:nth-child(2n + 1)::before{
    background-image: url('../img/ipo_vector_two.webp');
    transform: skew(0deg, -35deg) scale(1.11);
}
.timeline_icon_box:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: -93px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s ease-in-out;
    transition-delay: .8s;
}
.aos-animate .timeline_icon_box:after{
    opacity: 1;
}
.timeline_items:nth-child(2n + 2) .timeline_icon_box:after {
    top: unset;
    bottom: -92px;
}
.timeline_inner_wrapper{
    background-image: url('../img/timeline_bg_two.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000000b3;
    background-blend-mode: color;
    padding: 120px 0px 120px;
    background-attachment: fixed;
}
.timeline_item_content {
    transform: translateY(-10px);
    opacity: 0;
    transition: .5s ease-in-out;
    transition-delay: .9s;
}
.aos-animate .timeline_item_content {
    transform: translateY(0px);
    opacity: 1;
}
.timeline_icon_inner_box svg {
    width: 50px;
    height: 50px;
}
.sec_heading_desc {
    text-align: center;
    font-size: 20px !important;
}
.sec_heading_desc a {
    color: #000;
}
/* IPO Timeline Css End */
/* Key Document Section Css Start */
.key_document_content {
    width: 75%;
}
.key_document_wrapper {
    padding-top: 50px;
}
.key_document_inner_wrapper{
    background-image: url('../img/key_document_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #0000008c;
    background-blend-mode: color;
    padding: 100px 0px 70px;
    background-attachment: fixed;
}
.key_document_box {
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-radius: 12px;
    flex-wrap: wrap;
    height: 100%;
}
.key_doc_title {
    line-height: 1;
    font-size: 20px;
}
.download_icon path {
    stroke: #fff;
}
.download_icon {
    display: block;
    width: 40px;
    height: 40px;
}
.download_btn {
    height: 100px;
    width: 80px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.key_document_inner_wrapper .col-md-4 {
    margin-bottom: 30px;
}
.key_icon {
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}
.key_document_inner_wrapper .row {
    justify-content: center;
}
.key_icon svg {
    width: 100%;
    height: 100%;
}
/* Key Document Section Css End */
/* FAQ Section Css Start */
.acc_table thead {
    background: #000;
    color: #fff;
    font-size: 20px;
}
.faq_section_wrapper{
    padding: 50px 0px;
}
.accordion-button:focus {
    box-shadow: unset !important;
}
.accordion-button:not(.collapsed) {
    background: #000;
    color: #fff !important;
	border-radius: 6px !important; 
}
.accordion-button:not(.collapsed)::after{
    filter: grayscale(1) contrast(0.5) brightness(3.5);
}
.accordion-button {
    font-size: 22px;
    text-transform: capitalize;
}
.accordion-body p {
    font-size: 20px;
    margin: 0px;
}
.faq_img {
    width: 50%;
    margin: 20px auto 0px;
    display: block;
}
/* FAQ Section Css End */
/* Bank Section Css Start */
.bank_inner_wrapper {
    background: #000;
    padding: 50px;
	
}
.bank_logo {
    height: 105px;
    object-fit: cover;
    width: 58%;
    margin: 0 auto;
    display: block;
}
.bank_box {
    text-align: center;
    color: #000;
    background: #fff;
    padding: 10px;
	border-radius: 12px; 
}
.bank_name {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.6;
}
/* Bank Section Css End */
/* Contact Us Section Css Start */
.ct_main_wrapper{
    padding: 50px  0px;
    background: #fbfafa;
}
.contact_location_icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
}
.contact_icon {
    display: flex;
    align-items: flex-start;
}
.contact_title {
    line-height: 1;
    margin-bottom: 14px;
    font-size: 34px;
}
.contact_location {
    font-size: 24px;
}
.contact_tel {
    color: #000;
    text-decoration: none;
    font-size: 24px;
}
.contact_box {
    box-shadow: 0px 0px 4px #00000047;
    padding: 30px;	
    height: 100%;
}
.contact_content {
    width: 90%;
}
/* Contact Us Section Css End */
/* IPO Modal Section Css Start */
.modal-body h3 {
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.ipoModal .modal-title {
    font-size: 30px;
    text-transform: capitalize;
}
.modal_content {
    font-size: 24px;
    margin: 0px;
}
.ipoModal .modal-header {
    background: #000;
    color: #fff;
}
.country_title {
    line-height: 1.2;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 14px !important;
}
#country-selection {
    font-size: 24px;
    padding-left: 10px;
    border: 2px solid #000;
    border-radius: 10px;
}
.btn-footer {
    font-size: 20px;
    padding: 7px 30px;
    border: 0px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: .5s ease-in-out;
}
#go-ahead:disabled, #btn-continue:disabled {
    opacity: 0.5;
}
.switch_lang {
    position: absolute;
    right: 12px;
    text-decoration: none;
    font-size: 24px;
    color: #000;
    transition: .5s ease-in-out;
}
.switch_lang:hover {
    color: rgb(170, 170, 170);
}
.agree_terms {
    font-size: 24px;
    margin-top: 10px;
}
.ip_modals ul {
    margin: 0px;
}
.ip_modals ul li:last-child {
    margin-bottom: 0px;
}
.ip_modals ul li {
    margin-bottom: 10px;
}
.modal-dialog-scrollable .modal-content{
    overflow: unset;
    border: 0px;
}
.ipo_modal_body p a {
    color: #000;
}
.ipo_modal_body p {
    font-size: 24px;
}
.agree_terms_list {
    list-style: lower-roman;
    font-size: 20px;
}
.chairman_modal_body p {
    margin-bottom: 10px !important;
}
.chairman_modal_body p:last-child {
    margin-bottom: 0px !important;
}
/* IPO Modal Section Css End */
/* Investment Highlights Section Css Start */
.investment_hihlight_inner_wrapper .col-md-4 {
    margin-bottom: 20px;
}
.investment_highlight_wrapper {
    background: #fbfafa;
    padding: 50px 0px 60px;
}
.investment_highlight_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.investment_highlight_bg:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.ih_title {
    line-height: 1.6;
}
.investment_highlight_box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.investment_highlight_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #00000082;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
}
.ih_readmore_btn {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 0px;
    background: #fff;
    color: #000;
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    line-height: 1em;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
}
/* Investment Highlights Section Css End */
/* Modals Css Start */
.ip_modals .modal-dialog {
    max-width: 800px;
}
.ip_modals .modal-header {
    background: #000;
    color: #fff;
}
.md_title {
    line-height: 1.4;
    font-size: 22px;
}
.md_sub_title {
    font-size: 20px;
    line-height: 1.6;
}
.ip_modals .modal-body p {
    font-size: 18px;
    margin: 0px;
}
.btn-close {
    position: absolute;
    right: -10px;
    opacity: 1;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -11px;
}
.close_icon {
    width: 30px;
    height: 30px;
    display: block;
}
.close_icon svg path {
    fill: #000;
}
/* Modals Css End */
/* Our Values Section Css Start */
.our_value_main_wrapper{
    padding-top: 50px;
}
.our_value_inner_wrapper{
    background-image: url('../img/our_team_bg.webp');
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #0000009c;
    background-blend-mode: color;
}
.values-header {
    text-align: center;
    margin-bottom: 50px;
}
.values-header h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
}
.values-header p {
    color: #aaa;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}
.values-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.value-card {
    background: #fff;
    width: 32%;
    text-align: center;
    padding: 30px 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(255,255,255,0.1);
    height: 300px;
}
.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(255,255,255,0.15);
}
.value-icon svg {
    height: 100%;
    width: 100%;
}
.value-icon {
    color: #000;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
}
.value-card:hover .value-icon {
    transform: scale(1.1);
}
.value-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: capitalize;
}
.section_heading_wrapper p {
    font-size: 24px;
    margin: 0px;
    margin-top: 10px;
}
.values-grid:last-child {
    margin: 0;
}
.value-card p {
    margin-bottom: 0px;
}
/* Our Values Section Css End */
/* New Css Start */
#jamjoom_number .sec_heading {
    text-transform: none;
}
.company_in_number_inner_wrapper .section_heading_wrapper {
    background: #000;
    padding: 36px 0px 10px;
}
#leadership {
    padding-bottom: 0px;
}
#jamjoomAccordion .accordion-item {
    border: 0px;
}
/* New Css End */