/* Generic Css Start */
*{
    margin:0;
    padding:0
}
body{
    font-size:17px;
    color:#000;
    font-family:"Inter",sans-serif;
    font-weight:400
}
h1,h2,h3,h4,h5,h6{
    font-family:"Inter",sans-serif;
    font-weight:600
}
p{
    font-weight:500;
}
.top_gap {
    padding-top: calc(15% - 100px);
}
.dark_color {
    color: #343a40 !important;
    margin-bottom: 12px;
}
.yellow_color {
    color: #F1501C;
}
.orang_bg{
    background-color: #ff7747;
}
.pg_wrapper {
    overflow: hidden;
}
.innr_pg_banner_same{
    background-image: url('../images/innerbannertwo.webp');
}
/* Generic Css End */
/* Loader Css Start */
.loader{
    position:fixed;
    top:0;
    left:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100vw;
    height:100vh;
    background:#fff;
    z-index:999999999
}
.loader-main{
    position:relative;
    width:80px;
    height:50px
}
.loader-main div{
    position:absolute;
    top:17px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#ee8122;
    animation-timing-function:cubic-bezier(0,1,1,0)
}
.loader-main div:nth-child(1){
    left:8px;
    animation:circle1 0.6s infinite
}
.loader-main div:nth-child(2){
    left:8px;
    animation:circle2 0.6s infinite
}
.loader-main div:nth-child(3){
    left:32px;
    animation:circle2 0.6s infinite
}
.loader-main div:nth-child(4){
    left:56px;
    animation:circle3 0.6s infinite
}
@keyframes circle1{
    0%{
        transform:scale(0)
    }
    100%{
        transform:scale(1)
    }
}
@keyframes circle2{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(24px,0)
    }
}
@keyframes circle2{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(24px,0)
    }
}
@keyframes circle3{
    0%{
        transform:scale(0)
    }
    100%{
        transform:scale(1)
    }
}
/* Loader Css End */
/* Button Css Start */
.purplre_btn {
    text-decoration: none;
    background: #9e6eff;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    transition: .5s ease-in-out;
    line-height: 1.2;
    border: 0;
    text-transform: capitalize;
}
.purplre_btn:hover {
    background: #f08a32;
    color: #fff;
}
button:focus, .purplre_btn:focus {
    background: #ff7747 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
}
/* Button Css End */
/* Header Css Start */
.site_main_header {
    background-color: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    right: 0;
    top: 0px;
}
.site_main_header .nav-link {
    padding: 0px !important;
    margin-right: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    text-transform: capitalize;
}
.site_main_header .nav-link:after {
    content: '';
    width: 0;
    border-bottom: 2px solid #9e6eff;
    display: block;
    position: absolute;
    bottom: -6px;
    transition: .5s ease-in-out;
    left: 0;
}
.site_main_header ul li:hover .nav-link:after {
    width: 100%;
}
/* Header Css End */
/* Top bar css Start */
.top_bar_mian_wrapper {
    background: #9e6eff;
    padding: 10px 0;
}
.top_bar_list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top_bar_items:first-child {
    flex: 1;
    text-align: center;
}
.hd_lg_wrapper {
    display: flex;
    justify-content: flex-end;
}
.lg_list {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    background: #D7D7D7;
    padding: 6px 2px 9px 7px;
    border-radius: 50px;
}
.site_main_header ul li:last-child a {
    margin-right: 0;
}
.lg_active {
    background: #fff;
}
.lg_link {
    color: #000 !important;
    text-decoration: none;
    font-size: 11px;
    padding: 5px 11px;
    border-radius: 50px;
    line-height: 1.2;
}
/* Top bar css End */
/* Footer Css Start */
.main_footer_wrapper {
    padding: 100px 0 60px 0;
}
.top h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 17.04px;
    color: #717171;
}
.top {
    margin-bottom: 20px;
}
.top p, .top a {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.04px;
    color: #717171 !important;
    text-decoration: none;
    text-align: left;
}
.top .address .social {
    display: flex;
    gap: 16px;
}
.no-bullets {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5;
}
.bottom p, .bottom a {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.04px;
    color: #717171 !important;
}
.social_icons_main_wrap {
    background-color: #f7f7f7;
    padding: 12px 8px;
    border-radius: 16px;
    width: max-content;
    position: relative;
}
.app-stores img {
    width: 32px;
    height: 32px;
}
.social_title_content {
    text-decoration: none;
}
.social_title {
    font-size: 10px !important;
    font-weight: 400;
    color: #717171 !important;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 1.5 !important;
}
/* Footer Css End */
/* Hero Section Css Start */
/* .hero_content_wrapper{
    transform: translateY(-100px);
} */
.hero_main_wrapper {
    position: relative;
}
.hero_main_title {
    font-size: 56px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}
.hero_inner_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /* 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0px; */
    height: 100%;
}
.hero_desc {
    color: #717171;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 30px;
}
/* .hero_chart_img_box {
    box-shadow: 0px 5px 50px 0px rgba(217, 200, 255, 0.75), inset 0px 7px 0px 0px rgba(255, 255, 255, 0.19);
    background: #f5f0ff6b;
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
} */
.hero_chart_img_box img {
    width: 100%;
}
/* Hero Section Css End */
/* Ticker Section Css Start */
.ticker_main_wrapper {
    padding: 16px 0px 0px;
}
/* Ticker Section Css End */
.ipo_content_main_wrapper {
    padding: 100px 0px;
}
/* Section Heading Section Css Start */
.sec_top_title {
    font-size: 26px;
    margin-bottom: 0;
}
.sec_main_title {
    font-size: 48px;
    text-transform: capitalize;
    color: #000;
}
.section_heading_box {
    padding-bottom: 50px;
}
/* Section Heading Section Css End */
/* Overview Section Css Start */
.c_overview_main_wrapper {
    background-color: #f7f7f7;
    padding: 100px 0px;
}
.c_overview_inner_wrapper p:first-child {
    margin-bottom: 30px;
}
.c_overview_inner_wrapper p {
    margin: 0px;
    font-size: 20px;
    text-align: justify;
}
/* Overview Section Css End */
/* highlight Section Css Start */
.highlight_main_wrapper {
    background-color: #f5f0ff;
    padding: 100px 0px;
    overflow: hidden;
}
.highlight_item_box {
    background-image: -moz-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
.highlight_item_box:hover {
    background: linear-gradient(90deg, rgba(177, 138, 255, 1) 0%, #9e6efe 100%);
    color: #fff;
}
.highlight_title {
    margin: 0px;
    font-size: 40px;
    line-height: 1.2;
}
.highlight_desc {
    font-size: 20px;
    line-height: 1.4;
}
.highlight_title_box {
    border-bottom: 1px solid #9e6eff;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
}
.highlight_item_box:hover .highlight_title_box {
    border-color: #fff;
}
.highlight_desc_box{
    padding-left: 6px;
    padding-right: 6px;
}
.box_vector {
    position: absolute;
    right: 0px;
    opacity: 0;
    height: 100%;
}
.highlight_item_box:hover .box_vector{
    opacity: 1;
}
/* highlight Section Css End */
/* FY Section Css Start */
.fy_main_wrapper {
    padding: 100px 0px;
    overflow: hidden;
}
.fy_item_box {
    border-radius: 20px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 239, 229) 0%, rgb(255, 202, 184) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 239, 229) 0%, rgb(255, 202, 184) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 239, 229) 0%, rgb(255, 202, 184) 100%);
    padding: 60px 24px 30px 24px;
    position: relative;
    overflow: hidden;
}
.fy_item_box:hover{
    background-image: -moz-linear-gradient(-90deg, rgb(255, 119, 71) 16%, rgb(255, 98, 48) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 119, 71) 16%, rgb(255, 98, 48) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 119, 71) 16%, rgb(255, 98, 48) 100);
    color: #fff;
}
.fy_btn svg {
    width: 30px;
    height: 30px;
}
.fy_btn {
    display: flex;
    width: 50px;
    height: 50px;
    background: #ff7747;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in-out;
}
.fy_btn svg path {
    fill: #fff;
}
.fy_title {
    margin: 0px;
    font-size: 36px;
    line-height: 1.2;
}
.fy_title_box {
    padding-bottom: 50px;
}
.fy_vector {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}
.fy_item_box:hover .fy_vector {
    opacity: 1;
}
.fy_btn_box {
    position: relative;
}
.fy_item_box:hover .fy_btn svg path {
    fill: #fe764e;
}
.fy_item_box:hover .fy_btn {
    transform: rotate(45deg);
    background: #fff;
}
.iframe_main_wrapper {
    padding: 100px 0px;
}
/* FY Section Css End */
/* Invest Section Css Start */
.invest_main_wrapper {
    display: flex;
    justify-content: flex-end;
    background-color: #f7f7f7;
    padding: 100px 0px;
}
/* .invest_main_wrapper .container {
    margin: 0 0 0 auto !important;
    max-width: 84%;
} */
.invest_inner_wrapper{
    width: 100%;
    position: relative;
    display: flex;
}
.invest_img_box {
    /* border-top-left-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 20px; */
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 42.444444%;
}
.invest_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.invest_main_wrapper .row{
    align-items: stretch;
}
.invest_list_wrapper {
    height: 100%;
    padding-right: 30px;
}
.invest_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.invest_item {
    border-radius: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    position: relative;
    transition: .5s ease-in-out;
    margin-bottom: 60px;
}
.invest_item:last-child {
    margin: 0pc;
}
.invest_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 50px 30px;
}
.invest_title {
    font-size: 36px;
}
.invest_title {
    font-size: 30px;
    color: #000;
}
.invest_icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 254) 100%);
}
.invest_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.invest_item:nth-child(2) .invest_icon img {
    margin-left: -6px;
}
.invest_item:before {
    content: '';
    height: 100%;
    border-left: 7px solid #9e6eff;
    position: absolute;
    left: 61px;
    top: 70%;
    z-index: 9;
}
.invest_item:last-child:before {
    display: none;
}
.invest_arrow_icon svg {
    position: relative;
    z-index: 1;
}

.invest_arrow_icon:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    border-radius: 50px;
}
.invest_arrow_icon:before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(217, 199, 255) 0%, rgb(238, 229, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(217, 199, 255) 0%, rgb(238, 229, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(217, 199, 255) 0%, rgb(238, 229, 255) 100%);
    position: absolute;
    z-index: 0;
}
.invest_arrow_icon {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: -17px;
    top: -17px;
    transition: .5s ease-in-out;
}
.invest_arrow_icon svg {
    width: 40px;
    height: 40px;
}
.invest_arrow_icon svg path {
    fill: #9e6eff;
}
.invest_item:hover .invest_arrow_icon:after {
    background-image: -moz-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 254) 100%);
}
.invest_item:hover .invest_arrow_icon {
    transform: rotate(45deg);
}
.invest_item:hover .invest_arrow_icon svg path {
    fill: #fff;
}
.invest_item:hover {
    box-shadow: 0px 8px 0px #9e6eff;
}
.invest_item:first-child {
    z-index: 23;
}
.invest_item:nth-child(2) {
    z-index: 2;
}
/* Invest Section Css End */
/* IR Contact section Css Start */
.ir_contact_main_wrapper {
    background-image: -moz-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(177, 138, 255) 0%, rgb(158, 110, 255) 100%);
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}
.ir_contact_main_wrapper::after{
    content: '';
    background-image: url('../images/ir-_contact_bg.webp');
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.ir_contact_info_wrapper {
    background-color: #f7f7f7;
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: -0.349px 9.994px 18px 0px rgba(139, 24, 199, 0.1);
}
.contact_info_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info_title {
    font-size: 40px;
}
.ir_contact_info_inner_wrapper {
    /* border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgba(217, 200, 255, 0.75);
    padding: 35px 25px; */
    margin-top: 30px;
}
.contact_info_link {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    overflow-wrap: break-word;
    justify-content: center;
    height: 100%;
}
.contact_info_link_title {
    font-size: 16px;
    font-weight: 600;
}
.contact_info_items {
    /* border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 20px; */
    /* width: 31.33%; */
    border-radius: 20px;
    width: 49.33%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgba(217, 200, 255, 0.75);
    padding: 20px 25px;
    /* margin-top: 20px; */
}
.contact_social_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.contact_social_item:last-child {
    margin: 0px;
}
.contact_social_item {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 10px;
}
.contact_social_link {
    background-color: #949494;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.contact_social_item svg {
    width: 22px;
    height: 22px;
}
/* .contact_info_items:last-child {
    margin: 0px;
    padding: 0px;
    border: 0;
} */
.contact_social_item:hover .contact_social_link {
    background-color: #a97dfc;
}
.contact_social_item:last-child svg {
    width: 17px;
    transform: translateY(-1px);
}
.ir_contact_main_wrapper .container {
    position: relative;
    z-index: 9;
}
.ir_form_main_title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.4;
}
.ir_form .form-check label {
    color: #fff;
    font-size: 14px;
}
.ir_form label{
    color: #fff;
    text-transform: capitalize;
}
.ir_form .form-check {
    margin-bottom: 14px;
}
.ir_form .row {
    margin-top: 30px;
}
.form_desc p:first-child {
    margin-bottom: 10px;
}
.form_desc p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}
.form_desc {
    padding-top: 20px;
}
.ir_form .col-md-6 {
    margin-bottom: 20px;
}
.fm_btn{
    text-decoration: none;
    background-color: #ff7747;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    transition: .5s ease -in-out;
    line-height: 1.2;
    border: 0;
    text-transform: capitalize;
}
.ir_form input, .ir_form select {
    color: #949495;
}
/* IR Contact section Css End */
/* Inner page hero section start */
.innr_pg_banner {
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.innr_pg_banner:after {
    content: '';
    display: block;
    padding-bottom: 39%;
}
.ir_inner_page_hero_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.ir_banner_main_title {
    font-size: 80px;
    color: #000;
}
.bd_main_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bd_list {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    background-image: -moz-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    width: fit-content;
    padding: 20px 20px 15px 20px;
    backdrop-filter: blur(1px);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.bd_item a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.bd_item::after{
    content: "";
    background: url(../../assets/images/small_arrow.png);
    width: 6px;
    height: 14px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    margin: 0 7px;
    transform: translateY(1.5px);
}
.bd_item:last-child::after{
    display: none;
}
.bd_item:first-child a {
    color: #9e6eff !important;
}
.tabs_main_wrapper #pills-tab {
    justify-content: space-between;
    width: 100%;
    margin: 0px;
    background: #f7f7f7;
    border-radius: 10px;
}
.tabs_main_wrapper #pills-tab button {
    color: #717171;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 50px;
    border-radius: 10px;
    display: flex    ;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:focus {
    background: #fff !important;
    color: #000 !important;
}
/* .tabs_main_wrapper {
    padding: 100px 0px;
} */
.tabs_main_wrapper #pills-tab button::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 24px 0 24px;
    border-color: #ff7747 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: 0.5s ease-in-out;
    transform: translate(-50%, -21px);
    z-index: -1;
}
.tabs_main_wrapper #pills-tab button.active::after {
    transform: translate(-50%, -10px) !important;
    z-index: 0;
}
.tabs_main_wrapper {
    padding-top: 50px;
}
.tb_main_title {
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}
.tab_content_wrapper p {
    color: #717171;
}
.nav-pills .nav-link{
    background-image: -moz-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    width: 100%;
    padding: 18px 10px 10px;
    font-size: 14px !important;
    backdrop-filter: blur(1px);
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-radius: 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}
.nav-pills .nav-item:last-child {
    margin-right: 0px;
}
.nav-pills .nav-item {
    margin-right: 20px;
}
.nav-pills .nav-item {
    margin-right: 10px;
    width: 18%;
}
.nav-pills {
    justify-content: center;
}
#v-pills-tab{
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}
#v-pills-tab button {
    margin-bottom: 20px;
    padding: 20px 20px;
    text-align: left;
    font-size: 16px !important;
    border: 0px;
    background: #fff;
    color: #717171;
    font-weight: 600;
    border-radius: 10px;
}
#v-pills-tab button.active {
    background: #fe764e;
    color: #fff;
}
#v-pills-tab button:last-child{
    margin-bottom: 0px;
}
/* Inner page hero section end */
/* Bord team css start */
.dir_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dir_bg:after {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 120%;
}
.dir_box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.dir_title_box {
    background-image: -moz-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238 229 255 / 50%) 0%, rgb(217 199 255 / 63%) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 229, 255) 0%, rgb(217, 199, 255) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    padding: 10px 20px;
    text-align: center;
}
.dir_main_wrapper .col-md-3 {
    margin-bottom: 20px;
}
.dir_main_wrapper {
    padding-top: 50px;
}
.dir_main_wrapper .row{
    justify-content: center;
}
/* Bord team css end */
/* Report Tabs css Start */
.report_box_item {
    background: #f7f7f7;
    min-height: 140px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    text-align: center;
}
.report_box_main_wrapper a.d-block {
    text-decoration: none;
    color: #000;
}
.report_box_main_wrapper {
    padding-top: 20px;
}
.report_box_content h4 {
    margin: 0px;
}
.report_box_content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pdf_icons_box h6 {
    margin: 0;
    margin-left: 7px;
    font-size: 14px;
}
.pdf_icons_box span {
    width: 26px;
}
.pdf_icons_box span svg {
    width: 100%;
    height: 100%;
}
.pdf_icons_box {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 7px 20px;
}
.report_box_main_wrapper .row {
    justify-content: flex-start;
}
.report_box_main_wrapper .col-md-4 {
    margin-bottom: 24px;
}
/* Report Tabs css End */
/* Invest Derayah Page css Start */
.accordion-button {
    font-weight: 600;
    background: #fff0;
    border-bottom: 1px solid #9e6eff;
    border-radius: 0px !important;
    font-size: 22px;
    font-weight: bold;
    background-color: #f7f7f7;
    height: 100px;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
    background-image: url(../images/down_chevron.png);
    background-size: contain;
}
.accordion-item {
    border: 0;
    border-radius: 0px !important;
    background: #fff0;
    margin-bottom: 20px;
}
.accordion-button:focus {
    background-color: #f7f7f7 !important;
    color: #000 !important;
    border-color:#9e6eff ;
}
.faq_acc_wrapper {
    padding-top: 50px;
}
.acc_list li strong {
    padding-bottom: 10px;
    display: block;
    color: #9e6eff;
    font-size: 20px;
}
.acc_list li {
    margin-bottom: 20px;
    position: relative;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f7f7f7 !important;
    box-shadow: unset;
}
.accordion-body{
    background-color: #f7f7f7 !important;
}
.acc_list {
    margin-bottom: 0px;
    padding-top: 10px;
    list-style: none;
    padding-left: 50px;
}
.acc_list li::before{
    content: '';
    background-image: url('../images/li_icon.webp');
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    left: -42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 6px;
}
.acc_banner{
    border-radius: 10px;
}
/* Invest Derayah Page css End */
#pills-tab-two .nav-item {
    width: unset !important;
    margin-bottom: 0px;
}
#pills-tab-two {
    justify-content: center;
    width: 100%;
} 
#pills-tab-two button {
    border: 0px;
    background: transparent;
    color: #717171;
    font-size: 16px;
}
#pills-tab-two {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    justify-content: flex-start;
}
#pills-tab-two button.active {
    background: #ff7747 !important;
    color: #fff;
}
#pills-tab-two button {
    border: 0px;
    background: transparent;
    color: #717171;
    font-size: 16px;
    border-radius: 10px;
}
/* Contact Us Page Css Start */
.contact_item_box {
    display: flex;
    align-items: flex-start;
}
.contactus_main_wrapper {
    padding: 100px 0;
    background-color: #f7f7f7;
}
.contact_title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
}
.ct_email_box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.ct_email_box h6 {
    margin: 0;
    margin-right: 10px;
}
.contact_item_content {
    margin-left: 20px;
}
.contant_link {
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    color: #000;
    font-weight: 600;
}
.ct_email_box .contant_link {
    color: #9e6eff;
}
/* Contact Us Page Css End */
/* News And Event Page Css Start */
.nav-pills-news {
    width: fit-content !important;
    margin: 0 auto;
}
.report_box_main_wrapper .col-md-3 {
    margin-bottom: 20px;
}
.news_tab_wrapper .report_icon {
    height: 170px;
    border-radius: 10px;
}
.news_tab_wrapper .report_box_content h4{
    font-size: 20px;
}
.news_pills .nav-item {
    width: 30%;
}
/* News And Event Page Css End */
.dir_name {
    font-size: 16px;
}
.dir_designation {
    font-size: 12px;
    margin: 0px;
}
.commties_content_box:last-child {
    margin-bottom: 0px;
}
.commties_content_box {
    margin-bottom: 50px;
}
.assembly_main_wrapper thead {
    background: #f08a32;
    color: #fff;
}
.assembly_main_wrapper th, .assembly_main_wrapper td {
    padding: 14px 15px;
    vertical-align: middle;
    text-align: center;
}
.assembly_main_wrapper th {
    font-size: 18px;
}
.table_linl svg {
    width: 40px;
}
.table_linl {
    padding: 0px;
    width: 100px;
    text-align: center;
}
/* .bd_cmt_box .acc_list li::before {
    background-image: none;
    background: #9f6efb;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    left: -20px;
} */

.commitees_main_wrapper h4 {
    color: #9f6efb;
}
/* Analyst Coverage Tabs Css Start */
.coverage_table_main_wrapper tr th:last-child {
    border-radius: 0px;
}
.coverage_table_main_wrapper tr th {
    border-right: 2px solid #fff;
}
.coverage_table_main_wrapper tr th {
    background: #ff7747;
    color: #fff;
    padding: 18px;
}
.coverage_table_main_wrapper tbody td {
    padding: 15px 10px;
}
.coverage_table_main_wrapper tbody td a {
    color: #9e6efa;
    text-decoration: none;
}
/* Analyst Coverage Tabs Css End */
/* Report Page Css Start */
.ir_investor_presentations_box:last-child {
    margin: 0px;
}
.ir_investor_presentations_box {
    width: 20%;
    margin-right: 20px;
    text-align: center;
}
.ir_investor_presentations_box img {
    width: 100%;
}
.ir_investor_presentations_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ir_investor_presentations_title {
    background: #f08a32;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 10px 30px 8px;
}
.ir_investor_presentations_title h2 {
    margin: 0px;
    font-size: 18px;
}
.ir_investor_presentations_wrapper_two img {
    border-radius: 20px;
}
.in_thumb {
    border: 2px solid #9f6efb;
    border-radius: 20px;
}
.ir_investor_presentations_wrapper_one .ir_investor_presentations_box {
    width: 30%;
}
/* Report Page Css End */
.share_info_pg_tb .nav-link {
    font-size: 18px !important;
}
/* Responsive Css Start */
@media(max-width:1710px){
    .top_gap {
        padding-top: calc(15% - 72px);
    }
}
@media(max-width:1550px){
    .top_gap {
        padding-top: calc(15% - 50px);
    }
}
@media(max-width:1537px){
    .top_gap {
        padding-top: calc(15% - 46px);
    }
}
@media(max-width:1450px){
    .top_gap {
        padding-top: calc(15% - 35px);
    }
}
@media(max-width:1399px){
    .top_gap {
        padding-top: calc(15% - 25px);
    }
    .invest_main_wrapper .container{
        max-width: 90%;
    }
    .site_main_header .nav-link{
        margin-right: 20px;
        font-size: 14px;
    }   
    .highlight_desc{
        font-size: 16px;
    }
}
@media(max-width:1280px){
    .hero_img {
        height: 600px;
        object-fit: cover;
    }
    .top_gap {
        padding-top: calc(15% - 6px);
    }
    .highlight_title{
        font-size: 30px;
    }
    .fy_title{
        font-size: 26px;
    }
    .invest_title{
        width: 70%;
    }
    .invest_title {
        font-size: 24px;
    }
    .invest_link{
        padding: 40px 30px;
    }
}
@media(max-width:1199px){
    .hero_main_title{
        font-size: 46px;
    }
    .highlight_desc {
        font-size: 16px;
    }
    .site_main_header .nav-link {
        font-size: 12px;
        margin-right: 10px;
    }
    .ir_banner_main_title{
        font-size: 50px;
    }
    .nav-pills .nav-item{
        width: 19%;
    }
    .report_box_content h4{
        font-size: 16px;
    }
    .nav-pills .nav-link {
        height: 100%;
    }
}
@media(max-width:1080px){
    .invest_main_wrapper .container {
        max-width: 94%;
    }
    .invest_item:before {
        top: 59%;
        left: 57px;
    }
    .invest_icon img {
        width: 30px;
        height: 30px;
    }
    .invest_icon {
        width: 60px;
        height: 60px;
    }
    .invest_title {
        font-size: 20px;
    }
    .invest_link {
        padding: 30px 30px;
    }
    .invest_item{
        margin-bottom: 40px;
    }
    .invest_arrow_icon svg {
        width: 30px;
        height: 30px;
    }
    .invest_arrow_icon:after {
        width: 50px;
        height: 50px;
    }
    .invest_arrow_icon:before {
        width: 60px;
        height: 60px;
    }
    .invest_icon{
        position: relative;
        z-index: 99;
    }
    /* Footer */
    .inner_footer .col-sm-12 {
        width: 50%;
    }
    .inner_footer .col-sm-12 {
        width: 50%;
    }
    /* Footer End */
}
@media(max-width:991px){
    .top_gap {
        padding-top: calc(19% - 6px);
    }
    .hero_main_title {
        font-size: 36px;
    }
    .navbar-toggler:focus {
        background: #9f6efb !important;
    }    
    .navbar-toggler:focus svg path {
        stroke: #fff !important;
    }
    .site_main_header .nav-link {
        font-size: 14px;
        margin-right: 0;
    }
    .nav-item {
        margin-bottom: 10px;
    }
    .site_main_header .nav-link:after{
        display: none;
    }
    p{
        font-size: 14px;
    }
    .highlight_inner_wrapper .col-md-3 {
        width: 50%;
        margin-bottom: 24px;
    }
    .highlight_main_wrapper {
        padding: 100px 0px 80px;
    }
    .fy_inner_wrapper .col-md-3 {
        width: 50%;
        margin-bottom: 25px;
    }
    .fy_main_wrapper {
        padding: 100px 0px 75px;
    }
    .ir_contact_main_wrapper .col-md-6 {
        width: 100%;
    }
    .ir_contact_main_wrapper::after{
        height: 60%;
        bottom: 0;
        top: unset;
        width: 100%;
    }
    .ir_contact_form_wrapper {
        margin-top: 50px;
    }
    .accordion-button{
        font-size: 16px;
        height: unset;
    }
    .acc_list li strong{
        font-size: 18px;
    }
    .acc_list li{
        font-size: 16px;
    }
    .nav-pills .nav-item {
        width: 16%;
        margin-bottom: 0px;
    }   
    .nav-pills .nav-link {
        font-size: 11px !important;
        height: 100%;
    }
    .report_box_main_wrapper .col-md-4 {
        margin-bottom: 24px;
        width: 50%;
        flex: unset;
    }
    .c_overview_inner_wrapper p{
        font-size: 16px;
    }
    .sec_main_title{
        font-size: 38px;
    }
    .sec_top_title {
        font-size: 20px;
    }
    [dir="rtl"] .site_main_header .nav-item:last-child .nav-link {
        margin-right: 0px !important;
    }
    .nav-pills.share_info_tab .nav-item button {
        font-size: 14px !important;
    }
    .nav-pills.share_info_tab .nav-item {
        width: 28%;
    }
}
@media(max-width:767px){
    .hero_img {
        height: 100vh;
        object-fit: cover;
        display: none;
    }
    .top_gap {
        padding-top: calc(25% - 6px);
    }
    .hero_inner_wrapper .row {
        flex-direction: column;
    }
    /* .hero_chart_img_box{
        margin-bottom: 30px;
    } */
    .invest_main_wrapper .container {
        max-width: 540px;
        margin: 0 auto !important;
    }
    .invest_main_wrapper .col-md-6.pe-0 {
        padding-right: 12px !important;
    }
    .invest_img_box{
        /* border-radius: 20px; */
        margin-top: 30px;
        position: unset;
        width: 100%;
        height: unset;
    }
    .invest_img_box img {
        object-fit: unset;
        height: unset;
    }
    .invest_main_wrapper{
        padding: 50px 0px;
    }
    /* Footer */
    .inner_footer .col-sm-12 {
        width: 100%;
    }
    .social_icons_main_wrap {
        margin: 0 auto;
    }
    .main_footer_wrapper .text-end, .main_footer_wrapper .bottom p {
        text-align: center !important;
    }
    .main_footer_wrapper .text-end {
        margin-bottom: 0;
    }
    /* Footer End */
    .contact_info_items{
        margin-bottom: 20px;
        width: 100%;
    }
    .contact_info_items:last-child{
        margin-bottom: 0px;
    }
    .hero_main_title {
        font-size: 36px;
        text-align: center;
    }
    .hero_main_wrapper {
        position: relative;
        background-image: url('../images/ir_banner.webp');
        padding: 50px 0px 20px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }
    .hero_inner_wrapper{
        position: unset;
        background-image: none !important;
        padding: 0px;
    }
    .hero_chart_img_box iframe {
        width: 100%;
    }
    .ir_inner_page_hero_main_wrapper {
        background: transparent;
        padding: 0px;
    }
    .ir_banner_main_title {
        font-size: 40px;
        text-align: center !important;
    }
    .nav-pills .nav-link {
        font-size: 9px !important;
    }
    .nav-pills .nav-item {
        width: 17%;
        margin-bottom: 0px;
        margin-right: 5px;
    }
    .v_tabs_list {
        margin-bottom: 20px;
    }
    .tabs_main_wrapper {
        padding-top: 20px;
    }
    .contactus_main_wrapper .col-md-4:last-child {
        margin: 0px;
    }
    .contactus_main_wrapper .col-md-4 {
        margin-bottom: 20px;
    }
    .invest_main_wrapper div.container {
        margin: 0 auto !important;
    }
    .invest_main_wrapper .col-md-6.ps-0 {
        padding-left: 12px !important;
    }
    #v-pills-tab button{
        text-align: center;
    }
    .iframe_main_wrapper .col-md-6:last-child {
        margin-top: 50px;
    }
}
@media(max-width:667px){
    .top_gap {
        padding-top: calc(29% - 6px);
    }
}
@media(max-width:580px){
    .top_gap {
        padding-top: calc(33% - 6px);
    }
    .c_overview_main_wrapper{
        padding: 50px 0px;
    }
    .sec_main_title{
        font-size: 38px;
    }
    .sec_top_title {
        font-size: 20px;
    }
    .section_heading_box {
        padding-bottom: 30px;
    }
    .innr_pg_banner:after{
        padding-bottom: 60%;
    }
    .top_bar_items:nth-child(2) {
        display: none;
    }
    .lg_items {
        width: unset !important;
    }
    [dir="rtl"] .top_bar_items:first-child {
        margin-left: 10px;
        margin-right: 0px;
    }
    .lg_list{
        width: unset !important;
    }
    .top_bar_items:first-child {
        margin-right: 10px;
    }
    .ticker_main_wrapper iframe {
        height: 50px !important;
    }
    .highlight_title:nth-child(2) {
        font-size: 20px !important;
    }
    .highlight_desc span {
        font-size: 14px !important;
    }
    .nav-pills.share_info_tab .nav-item {
        width: 32%;
    } 

}
@media(max-width:575px){
    .hero_main_title {
        font-size: 30px;
    }
    .purplre_btn{
        font-size: 14px2;
    }
    .highlight_main_wrapper {
        padding: 50px 0px 30px;
    }
    .fy_title {
        font-size: 22px;
    }
    .invest_main_wrapper .container {
        max-width: 100%;
    }
    .info_title {
        font-size: 30px;
    }
    .contact_info_link{
        font-size: 20px;
    }
    .ir_form_main_title {
        font-size: 18px;
    }
    .ir_contact_main_wrapper, .iframe_main_wrapper {
        padding: 50px 0px;
    }
}
@media(max-width:480px){
    .top_gap {
        padding-top: calc(40% - 6px);
    }
    .hero_img{
        height: 85vh;
    }
    .highlight_title {
        font-size: 22px;
    }
    .highlight_desc {
        font-size: 14px;
    }
    .fy_item_box{
        padding: 30px 24px 30px 24px;
    }
    .fy_title_box {
        padding-bottom: 20px;
    }
    .invest_title {
        width: 54%;
    }
    .innr_pg_banner:after{
        padding-bottom: 60%;
    }
    #v-pills-tab button{
        font-size: 12px !important;
        margin-bottom: 10px;
        padding: 10px 20px;
    }
    #pills-tab-two button{
        font-size: 14px;
    }
    .nav-pills .nav-link {
        font-size: 10px !important;
        padding: 12px 10px 10px;
    }
    .nav-pills .nav-item {
        width: 35%;
        margin-bottom: 0px;
        margin-right: 5px;
    }
    .bd_main_wrapper #pills-tab {
        flex-wrap: nowrap;
    }
    .contactus_main_wrapper{
        padding: 50px 0;
    }
    .contact_title {
        font-size: 18px;
    }
    .contact_item_box{
        align-items: center;
    }
    .contact_item_icon {
        width: 15%;
    }
    .contact_item_icon img {
        width: 100%;
    }
    .ct_email_box .contant_link{
        word-break: break-all;
    }
    .hero_chart_img_box iframe{
        height: 380px;
    }
}
@media(max-width:432px){
    .innr_pg_banner:after {
        padding-bottom: 90%;
    }

    .ir_banner_main_title {
        font-size: 30px;
    }
}
@media(max-width:425px){
    .top_gap {
        padding-top: calc(45% - 6px);
    }
    .contact_info_link {
        font-size: 16px;
        word-break: break-word;
    }
    .contact_social_item {
        width: 36px;
        height: 36px;
    }
}
@media(max-width:419px){
    .highlight_desc {
        font-size: 12px;
    }
    .highlight_item_box{
        padding: 30px 20px;
    }
}
@media(max-width:414px){
    .fy_inner_wrapper .col-md-3 {
        width: 100%;
    }
    /* Footer */
    .inner_footer .links .col {
        width: 100%;
        flex: unset;
        text-align: center;
        margin-bottom: 20px;
    }
    .inner_footer .col-md-4 .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .top p, .top a {
        text-align: center;
    }
    .top .address .social {
        justify-content: center;
    }
    .main_footer_wrapper {
        padding: 50px 0 60px 0;
    }
    /* Footer End */
    .ir_banner_main_title {
        font-size: 30px;
    }
    .top p, .top a {
        text-align: center !important;
    }
    .accordion-button{
        font-size: 14px;
    }
    .acc_list li strong {
        font-size: 16px;
    }
    .acc_list li {
        font-size: 14px;
    }
}
@media(max-width:390px){
    .top_gap {
        padding-top: calc(49% - 6px);
    }
    .highlight_inner_wrapper .col-md-3 {
        width: 100%;
    }
    .innr_pg_banner:after {
        padding-bottom: 80%;
    }
    .nav-pills .nav-link{
        height: 100%;
    }
    .nav-pills .nav-item {
        width: 42%;
    }
    .pdf_icons_box span {
        width: 20px;
    }
    .hero_chart_img_box iframe {
        height: 410px;
    }
}
@media(max-width:352px){
    .bd_main_wrapper #pills-tab {
        zoom: 0.8;
    }
}
@media(max-width:350px){
    .innr_pg_banner:after {
        padding-bottom: 100%;
    }
}

/* Responsive Css End */