.parallax {
    overflow: hidden;
}

a {
    text-decoration: none
}

.header_section {
    position: fixed;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header_section {
    padding: 10px 0;
}

.nav_manu ul li:hover ul.sub_menu {
    top: 47px;
}

.nav_manu ul li ul.sub_menu {
    top: 47px;
}

.header_section {
    background-color: white;
}

.header_section .menu_toggle {
    filter: brightness(0);
}

.header_section .nav_manu ul li a {
    color: black !important;
}

.header_section .seach_icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.header_section .logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.header_section.fixed {
    /* -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); */
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 28%);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 28%);
    background: #FFF;
}

.header_section.scrollUp {
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 28%);
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 28%);
}

.hiddenOver .header_section.fixed {
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
}

.other_head_banner {
    position: relative;
}

.other_head_banner>img {
    width: 100%;
}

.other_head_banner img {
    width: 100%;
}

.other_head_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.other_head_banner .overlay h1 {
    color: #FFF;
    font-weight: 400;
    font-size: var(--h1);
    letter-spacing: 3.9px;
    text-align: center;
    text-transform: uppercase;
}

.other_head_banner .overlay h1+p {
    margin-top: 40px;
}

.color_black {
    color: #000;
}

.color_white {
    color: #FFF;
}

.bodyFont {
    font-family: var(--primaryFont);
}

.headingFont {
    font-family: var(--secondaryFont);
}

.paragraphFont {
    font-size: var(--paragraphSize);
}

.paragraphBigFont {
    font-size: var(--paragraphBigSize);
}

.uppercase {
    text-transform: uppercase;
}

.explore_section {
    padding: 110px 0;
}

.explore_section .heading {
    margin-bottom: 20px;
}

.explore_section h4 {
    margin-bottom: 65px;
}


.highlights_section .heading {
    margin-bottom: 60px;
}

.highlight_slider .items {
    padding: 0 20px;
}

.highlights_section .owl-nav .owl-prev,
.highlights_section .owl-nav .owl-next {
    position: absolute;
    top: 40%; 
} 

.highlights_section .highlight_slider .owl-prev {
    left: -50px;
}

.highlights_section .highlight_slider .owl-next {
    right: -50px;
}

.highlights_section .highlight_content p {
    margin-bottom: 30px;
}

.home_counter {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.enquire_section {
    padding-block: 50px;
}

.enquire_section .heading {
    margin-bottom: 35px;
}

.enquireyModalCl .modal-dialog {
    width: 1080px;
    max-width: calc(100% - 40px);
    margin: auto;
}

.enquireyModalCl .modal-dialog .modal-content {
    background: #F3EFEC;
}

.enquireyModalCl_body {
    padding: 60px;
}

.enquireyModalCl_body .heading {
    margin-bottom: 50px;
    font-size: 50px;
}

.enquireyModalCl_body .contact_heading {
    margin-top: 60px;
    margin-bottom: 30px;
}

.enquireyModalCl_body .btn-close {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

.enquireyModalCl_body .theme_btn {
    background: transparent;
    margin-top: 10px;
}

.enquireyModalCl_body .theme_btn:hover {
    background: #000;
}

.enquireyModalCl_body .form_control {
    margin-bottom: 20px;
}

.modal-dialog-centered {
    height: 100%;
}

.enquireyModalCl_body .form_input {
    width: 100%;
    padding: 19px;
    border: none;
    background: #fff;
    outline: none;
    color: black;
}

.enquireyModalCl_body select.form_input {
    background-image: url('../images/icons/down_arrow.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 19px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.short_status_filter {
    border-bottom: 1px solid #A0A0A0;

}

.short_status_filter .short_select_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 15px 0;
}

.short_status_filter .short_select_wrap select {
    background-color: transparent;
    background-image: url('../images/icons/down_arrow.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 17px;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
    text-align: right;
}

.short_select_wrap .form_input.select {
    border: none;
    font-size: 20px;
    color: #000;
    font-family: var(--primaryFont);
}

.short_select_wrap .form_input.select:after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 10px;
    margin-top: -7px;
    right: 8px;
    width: 10px;
}

.short_select_wrap .form_input.select .option {
    font-size: 16px;
}

.short_select_wrap .form_input.select .list {
    left: auto;
    right: 0;
}

/* -- media page -- */
.media_section .heading {
    margin-bottom: 70px;
}

.media_card {
    padding: 40px;
    background: #f1f1f1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.media_card:hover {
    background: #000;
}

.media_card:hover h4 {
    color: #FFF;
}

.media_card h4 {
    margin-bottom: 40px;
    font-size: 34px;
}

.media_card p {
    margin-bottom: 50px;
}

.media_card span {
    display: inline-block;
    margin-bottom: 20px;
    background: #000000;
    color: #FFF;
    padding: 6px 13px;
    border-radius: 50px;
    font-size: 15px;
}

.media_slider .items {
    height: 100%;
}

.media_slider .owl-nav .owl-prev {
    left: -55px;
}

.media_slider .owl-nav .owl-next {
    right: -55px;
}

.media_slider .owl-nav {
    display: flex;
    justify-content: right;
    gap: 0 14px;
    margin-top: 20px;
}

.media_slider .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000 !important;
    text-align: center;
}

.media_slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.media_slider .owl-nav button img {
    width: 9px;
    height: 18px;
    display: inline-block;
    margin-top: -2px;
    position: relative;
}


.media_card:hover a {
    background: #FFF;
    color: #000;
}

.media_card:hover span {
    display: inline-block;
    margin-bottom: 20px;
    background: #ffffff;
    color: #000;
    padding: 6px 13px;
    border-radius: 50px;
    font-size: 15px;
}

.table_list_press {
    margin-top: 50px;
}

.table_pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: solid 1px #909090;
    padding-bottom: 20px;
    gap: 0 15px;
}

.table_pdf .tabletext {
    font-size: 25px;
}

.table_list_press .tableimg {
    float: right;
}

.table_list_press .table_pdf img {
    width: 35px;
    min-width: 35px;
}


.logo_download_box {
    height: 100%;
    padding: 40px;
    position: relative;
    padding-bottom: 70px;
    border: 1px solid #000;
}

.logo_download_box img {
    width: 240px;
}

.logo_download_box h4 {
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 20px;
}

.logo_download_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 0;
}

.logo_download_box ul li a {
    font-size: 17px;
    border-radius: 50px;
    color: #FFF;
    display: block;
    padding: 1px 0;
    text-transform: uppercase;
    position: relative;
}


.logo_download_box ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #FFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo_download_box ul li a:hover:before {
    width: 100%;
}

.media_gallery_slider .items {
    overflow: hidden;
    position: relative;
}

.media_gallery_slider .owl-item .items>img {
    /* opacity: 0.45; */
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 3s ease;
    transition: -webkit-transform 3s ease;
    -o-transition: transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
}

.media_gallery_slider .owl-item.active .items>img {
    opacity: 1;
    /* transition-delay: 0.4s; */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.media_tab_link {
    cursor: pointer;
}

.media_tab_link.active {
    background: #000;
    color: #FFF;
}

.media_tab_content {
    display: none;
    background: #f1f1f1;
}

.media_tab_content.active {
    display: block;
}

.media_navtabs {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.media_gallery_slider .items .media_slider_content {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 9;
    background: #00000045;
    padding: 12px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.media_gallery_slider .items .media_slider_content i {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #FFF;
}

.media_gallery_slider .items .media_slider_content .titleName {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
}

.media_gallery_slider .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 9;
    gap: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media_gallery_slider .owl-nav button {
    background: #000000 !important;
    width: 50px;
    height: 50px;
    font-size: 20px !important;
    color: #ffffff !important;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.media_gallery_slider .owl-nav button:hover {
    background: #333 !important;
    color: #FFF !important;
}

/* -- costomer-support page -- */


.contact_card_row {
    gap: 50px 0;
}

.contact_card {
    padding: 50px;
    background: #f1f1f1;
    height: 100%;
}

.contact_card h4 {
    margin-bottom: 30px;
}

.contact_card p {
    color: #000;
}

.contact_card p span {
    display: block;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: var(--paragraphBigSize);
}

.contact_card .lastp {
    margin-top: 30px;
    margin-bottom: 0;
}

.map {
    height: 450px;
}

.support_form_section {
    background-color: #F3EFEC;
    margin-bottom: 55px;
}

.support_form_section .title_content {
    margin-bottom: 45px;
}

.support_form_section .title_content .heading {
    margin-bottom: 30px;
}

.support_form .form-group {
    margin-bottom: 10px;
}

.support_form .form-group .form_input {
    width: 100%;
    padding: 16px 18px;
    background: #fff;
    outline: none;
    color: black;
    border: 1px solid #CCC;
}

.support_form .form-group textarea.form_input {
    height: 180px;
}


/* -- About us -- */

.about_content {
    padding: 0 85px;
}

.about_content p {
    color: var(--theme_color1);
    margin: 0;
}

.about_tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 60px;
    margin: auto;
    margin-bottom: 80px;
}

.about_tab_nav li {
    font-size: 28px;
    color: var(--theme_color2);
    cursor: pointer;
}

.about_tab_nav li.active,
.about_tab_nav li:hover {
    color: var(--theme_color1);
}

.about_tab_mob {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.about_tab_mob .about_nav_filter {
    border: none;
    padding: 0;
    padding-right: 38px;
    font-size: 20px;
    color: #000;
}

.nice-select:after {
    border-color: #000000;
    height: 12px;
    margin-top: -9px;
    width: 12px;
}


.founder_content {
    padding: 20px;
    padding-top: 50px;
}

.founder_content p {
    font-size: 24px;
    color: var(--theme_color1);
}

.founder_content h3 {
    margin-bottom: 40px;
}

.achievements_accordion {
    margin-top: 35px;
}

.achievements_accordion .accordion-item {
    border: none;
}

.achievements_accordion h4 {
    color: var(--theme_color1);
    font-family: var(--primaryFont);
    border: none;
    padding: 0;
    font-size: 40px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.achievements_accordion h4:after {
    content: '';
    background-image: url('../images/icons/down_arrow.png');
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.achievements_accordion h4.collapsed:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.achievements_accordion .collapse:not(.show) {
    display: block;
    height: 60px;
    overflow: hidden;
}

.achievements_accordion .collapse {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.achievements_content ul {
    padding-left: 20px;
    margin-top: 0;
}

.achievements_content ul li {
    font-size: 24px;
    color: var(--theme_color1);
}

.achievements_content ul li:not(:last-child) {
    margin-bottom: 23px;
}

.achievements_content {
    position: relative;
}

.achievements_content:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff00));
    background: -o-linear-gradient(bottom, #ffffff, #ffffff00);
    background: linear-gradient(00deg, #ffffff, #ffffff00);
    height: 60px;
    display: none;
}

.collapse:not(.show) .achievements_content:after {
    display: block;
}

.founder_content .scroll {
    max-height: 635px;
    overflow: auto;
}

.leadership_section .heading {
    margin-bottom: 90px;
}

.leadership_card .content .team_name {
    font-size: 40px;
    color: var(--theme_color1);
    margin: 15px 0 10px 0;
}

.leadership_card .content p {
    font-size: 24px;
}

.leadership_slider .owl-dots {
    margin-top: 50px;
    gap: 0 15px;
}

.leadership_slider .owl-dots .owl-dot {
    width: auto;
    height: auto;
    background: transparent !important;
    border-radius: 0;
    font-size: 24px;
}

.leadership_slider .owl-dots .owl-dot.active {
    color: var(--theme_color1);
    border-bottom: 2px solid var(--theme_color2);
}

.leadership_slider .owl-nav .owl-prev,
.leadership_slider .owl-nav .owl-next {
    position: absolute;
    top: 40%; 
}

.leadership_slider .owl-nav .owl-prev {
    left: 40px;
}

.leadership_slider .owl-nav .owl-next {
    right: 40px;
}



/* ==============================================
       ≤ 767 px  (Bootstrap md breakpoint)
       ============================================== */
@media (max-width: 991px) {
    .achievements_accordion h4:after {
        top: 8px;
        width: 14px;
        height: 14px;
        background-size: 16px !important;
    }
}

@media (max-width: 767px) {

    /* Spacing – uniform 40px section gap */
    .about_content {
        margin-bottom: 40px;
    }

    .about_careers_content {
        margin-bottom: 40px;
    }

    .awards_section .title_content {
        margin-bottom: 40px;
    }

    .achievements_accordion {
        margin-top: 24px;
    }

    /* Leadership */
    .leadership_section .heading {
        margin-bottom: 24px;
    }

    .leadership_card .content p {
        font-size: 18px;
    }

    .leadership_slider .owl-dots {
        margin-top: 24px;
    }

    /* Tab nav */
    .about_tab_nav {
        margin-bottom: 40px;
    }

    .about_tab_nav li {
        font-size: 16px;
        padding: 11px 15px;
    }

    .achievements_content ul li {
        margin-bottom: 10px !important;
    }

    /* Achievements – always visible on mobile, no accordion dropdown */
    .achievements_accordion .accordion-item {
        border: none;
        background: transparent;
    }

    /* .achievements_accordion h4[data-bs-toggle="collapse"] {
        pointer-events: none;
        cursor: default;
    }

    .achievements_accordion h4[data-bs-toggle="collapse"]::after,
    .achievements_accordion h4[data-bs-toggle="collapse"]::before {
        display: none !important;
        content: none !important;
    } */

    /* .achievements_accordion .accordion-collapse,
    .achievements_accordion .accordion-collapse.collapse,
    .achievements_accordion .accordion-collapse.collapsing {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
        opacity: 1 !important;
        transition: none !important;
    } */

    .achievements_accordion h4:after {
        background-size: 12px !important;
        top: 0;
        width: 26px;
        height: 26px;
    }

    .leadership_card .content {
        padding: 0 !important;
    }

    /* Awards */

    .awards_section .view_btn {
        font-size: 16px;
        margin-top: 30px;
    }

    /* Our Values */
    .our_value_section>img {
        min-height: 500px;
        object-fit: cover;
    }

    .our_value_section .overlay p {
        font-size: 18px;
    }

    .our_value_section .overlay h3 {
        font-size: clamp(18px, 4.5vw, 26px);
    }


    .our_value_section img {
        min-height: 560px;
        object-fit: cover;
    }

    .our_value_section .overlay .theme_btn_transparent {
        font-size: 16px;
        padding: 10px 29px;
        margin-top: 15px;
    }

    /* Careers */
    .about_careers_image {
        gap: 12px;
    }

    .about_careers_image .w2 {
        width: calc(50% - 6px);
    }
}

/* ==============================================
       ≤ 575 px  (Bootstrap sm breakpoint)
       ============================================== */
@media (max-width: 575px) {

    /* Spacing – uniform 30px section gap */
    .about_content {
        padding: 0 12px;
        margin-bottom: 30px;
    }

    .about_careers_content {
        margin-bottom: 30px;
    }

    .awards_section .title_content {
        margin-bottom: 30px;
    }

    .achievements_accordion {
        margin-top: 20px;
    }

    /* Tab nav */
    .about_tab_nav {
        margin-bottom: 30px;
    }

    .about_tab_nav li {
        font-size: 18px;
        padding: 10px 12px;
    }

    /* Founder image – full width, proper display */
    .founder_image {
        width: 100%;
    }

    /* Leadership */

    .leadership_card .content p {
        font-size: 16px;
    }

    .leadership_card .content {
        padding: 10px 8px;
    }

    /* Careers images – single column */
    .about_careers_image .w2 {
        width: 100%;
    }

    /* Our Values */
    .our_value_section>img {
        min-height: 580px;
    }

    .our_value_section .overlay p {
        font-size: 15px;
    }

    .our_value_section .overlay h3 {
        font-size: clamp(17px, 4vw, 24px);
    }
}

/* ==============================================
       ≤ 400 px  (very small phones)
       ============================================== */
@media (max-width: 480px) {

    /* Spacing – uniform 24px section gap */
    .about_content {
        padding: 0 10px;
        margin-bottom: 24px;
    }

    .about_careers_content {
        margin-bottom: 24px;
    }

    .achievements_accordion {
        margin-top: 16px;
    }

    /* Tab nav */
    .about_tab_nav {
        margin-bottom: 24px;
    }

    .about_tab_nav li {
        font-size: 16px;
        padding: 9px 10px;
    }

    /* Leadership */
    .leadership_section .heading {
        margin-bottom: 16px;
    }

    .leadership_card .content p {
        font-size: 15px;
    }

    /* Our Values */
    .our_value_section .overlay p {
        font-size: 15px;
    }

    .our_value_section .overlay h3 {
        font-size: clamp(15px, 10vw, 23px);
    }

}

/* -- about us - our values -- */

.our_value_section {
    position: relative;
}

.our_value_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}

.our_value_section .overlay .content {
    width: 820px;
}

.our_value_section .overlay h2 {
    color: #FFF;
    text-transform: uppercase;
}

.our_value_section .overlay p {
    color: #FFF;
    padding: 0;
    font-size: 28px;
}

.our_value_section .overlay h3 {
    color: #FFF;
    margin: 20px 0;
}

.our_value_section .overlay .theme_btn_transparent {
    font-size: 18px;
    padding: 11px 32px;
    margin-top: 25px;
}

.overflow_hidden {
    overflow: hidden;
}

.awards_section {
    overflow: hidden;
    padding-bottom: 50px;
}

.awards_section .title_content {
    margin-bottom: 100px;
}

.awards_card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--primaryFont);
    line-height: 1.2;
    font-weight: 500;
}

.awards_card span.year {
    font-weight: 500;
    color: #373737;
    font-size: 15px;
}

.awards_card span.year small {
    top: -2px;
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.awards_card p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

.awards_section .view_btn {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 90px;
    display: inline-block;
}

.about_careers_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 50px;
}

.about_careers_content p {
    font-size: var(--paragraphMediumSize);
    max-width: 96%;
}

.about_careers_content h2 {
    margin: 15px 0;
}

.about_careers_content .theme_btn {
    margin-top: 70px;
}

.about_careers_image {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-left: 50px;
}

.about_careers_image .w1 {
    width: 100%;
}

.about_careers_image .w2 {
    width: calc(50% - 13px);
}

.award_slider .owl-dots {
    margin-top: 0px;
}

.award_slider .owl-dots .owl-dot {
    width: auto;
    height: auto;
    background: transparent !important;
    border-radius: 0;
    font-size: 24px;
}

.award_slider .owl-dots button.owl-dot.active {
    background: transparent;
    color: #000;
    text-decoration: underline;
}


.award_slider .owl-nav .owl-prev,
.award_slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    background: #00000047 !important;
    backdrop-filter: blur(3px);
    color: #FFF !important;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.award_slider .owl-nav .owl-prev {
    left: -50px;
}

.award_slider .owl-nav .owl-next {
    right: -50px;
}

.award_slider .owl-nav .owl-prev:hover,
.award_slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

/* -- NRI Corner page -- */

.nri_content_section .heading {
    margin-bottom: 70px;
}

.event_table_mobile {
    display: none;
}

.event_table_mobile .nofound {
    margin: 100px 0 0 0;
    text-align: center;
}

.event_table_mobile .table_heading {
    border-bottom: 1px solid #A0A0A0;
}

.event_table_mobile .table_heading p {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.event_table_mobile .table_content {
    padding-block: 20px;
    border-bottom: 1px solid #A0A0A0;
}

.event_table_mobile .table_content p {
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.event_table_mobile .table_content span.event_enquiry {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.event_table_mobile .table_content p.venue {
    text-transform: uppercase;
    margin-bottom: 0;
}

.event_table_mobile .table_content p.venue span {
    color: #000;
    display: inline-block;
    margin-right: 5px;
}


.global_support_section {
    position: relative;
}

.global_support_section .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(rgba(0, 0, 0, 0) 70.07%, rgba(0, 0, 0, 0.5) 100%);
    padding-bottom: 65px;
}

.global_support_section .overlay .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.global_support_section .overlay .heading {
    color: #FFF;
    font-size: var(--h3);
}

.faq_section .theme_btn {
    margin-top: 90px;
}

.faq_accordion .accordion-header {
    font-size: 30px;
    font-family: var(--primaryFont);
    cursor: pointer;
    position: relative;
    padding-right: 50px;
}

.faq_accordion .accordion-header:after {
    content: '';
    background-image: url('../images/icons/down_arrow.png');
    position: absolute;
    right: 0;
    top: 10px;
    width: 33px;
    height: 33px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotateX(-190deg);
    -ms-transform: rotateX(-190deg);
    transform: rotateX(-190deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq_accordion .accordion-header.collapsed:after {
    -webkit-transform: rotateX(-0deg);
    -ms-transform: rotateX(-0deg);
    transform: rotateX(-0deg);
}

.faq_accordion .faq_accordion_body {
    padding: 30px 0 0 0;
}

.faq_accordion .faq_accordion_body p {
    color: var(--theme_color1);
}

.faq_accordion .faq_accordion_body ul {
    margin-bottom: 30px;
}

.faq_accordion .faq_accordion_body ol ol,
.faq_accordion .faq_accordion_body ul ul,
.faq_accordion .faq_accordion_body ol ul,
.faq_accordion .faq_accordion_body ul ol {
    margin-top: 20px;
    color: var(--theme_color1);
}

.faq_accordion .faq_accordion_body ul li,
.faq_accordion .faq_accordion_body ol li {
    margin-bottom: 15px;
    padding-left: 6px;
}

.faq_accordion .faq_accordion_body ol,
.faq_accordion .faq_accordion_body ul {
    color: var(--theme_color1);
}

.faq_accordion hr {
    margin: 30px 0;
    border-color: #A0A0A0;
}

/* -- upcoming event -- */

.upcoming_event_section .heading {
    margin-bottom: 40px;
}

.upcoming_event_section .title_content :last-child {
    margin-bottom: 0;
}

.upcoming_event_section .nav_tabs {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 40px !important;
    padding: 0;
}

.upcoming_event_section .nav_tabs .nav_link.active {
    background: #000;
    color: #FFF;
}

.upcoming_event_section .nav_tabs .nav_link {
    cursor: pointer;
}


table.event_table thead th {
    font-size: 28px;
    letter-spacing: 2.8px;
    color: var(--theme_color1);
    text-transform: uppercase;
    padding: 30px 0;
}

.event_table_wrap {
    width: 100%;
    overflow: auto;
}

table.event_table {
    width: 100%;
    overflow: auto;
    min-width: 600px;
}

table.event_table thead {
    border-bottom: 1px solid #A0A0A0;
}

table.event_table tbody {
    padding-top: 15px;
}

table.event_table tbody td {
    font-size: 26px;
    padding: 15px 0;
}

table.event_table thead th:last-child {
    text-align: right;
}

table.event_table tbody td:last-child(2) {
    text-transform: uppercase;
}

table.event_table tbody td:last-child {
    text-transform: uppercase;
    color: var(--theme_color1);
    letter-spacing: 2.8px;
    text-align: right;
    font-weight: 500;
    max-width: 230px;
}

table.event_table tbody td:last-child span.event_enquiry {
    cursor: pointer;
}

table.event_table tbody tr:first-child td {
    padding-top: 30px;
}

/* -- investor -- */

.investor_link_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.investor_top_section .investor_link_item {
    background: #fff;
    border: 2px solid #e5e5e5;
    padding: 30px;
    text-decoration: none;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
}

.investor_top_section .investor_link_item:hover {
    background: #000;
    color: #FFF;
}

.investor_top_section .link-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.investor_top_section .link-content i {
    font-size: 28px;
}

.investor_top_section .link-content span {
    font-size: 20px;
    font-weight: 600;
}

.investor_top_section .investor_link_item>i {
    font-size: 18px;
    transition: transform .3s ease;
}

.investor_top_section .investor_link_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.investor_top_section .investor_link_item:hover>i {
    transform: translateX(6px);
}

.view_with_content {
    display: flex;
    gap: 15px;
}

.view_with_content a {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .investor_top_section .investor_link_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .tab-btn {
        padding-bottom: 15px;
    }

    .investor-section .container>.my-5 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .secondtabgeader h4 {
        font-size: 16px;
    }

    .tab-headingvs,
    .quarter-header {
        gap: 0 17px;
    }
}

@media (max-width: 767px) {
    .investor_top_section .investor_link_wrapper {
        grid-template-columns: 1fr;
    }

    .investor_top_section .investor_link_item {
        padding: 25px;
    }

    .investor_top_section .link-content span {
        font-size: 18px;
    }

    .view_with_content p {
        font-size: 15px;
        text-align: left;
    }

    .view_with_content a {
        font-size: 15px;
    }
}


.nri_page .welcome_section .row {
    gap: 40px 0;
}


.form_control .iti {
    width: 100%;
    background: #FFF;
    padding-left: 15px;
}

.form_control .iti .iti__country-container {
    left: 10px !important;
}


.download_modal .modal-dialog {
    width: 800px;
    max-width: 800px;
}


/* --- investor -- */

.investor_tabs_wrap {
    display: flex;
    flex-direction: column;
    gap: 33px 0;
    margin-top: 80px;
}

.tab-headingvs h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-headingvs .view-more {
    white-space: nowrap;
}

.tab-headingvs .view-more span {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme_color1);
}

.tab-content .tab-headingvs .view-more span {
    opacity: .6;
}

.tab-headingvs .view-more span.arrow {
    width: 14px;
    display: inline-block;
}

.tab-headingvs .view-more span.arrow img {
    display: block;
}

.investor_tabs_wrap .investor_tabs_wrap {
    margin-top: 0;
}

.header-row {
    margin-bottom: 22px !important;
}

.standalone-header .year-select select option {
    color: var(--theme_color1);
}

.corporate_section .table_list_press {
    margin-top: 0;
}


/* -- customer support page -- */
.support_form_section .captcha_wrap {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.support_form_section div#captcha_div_image {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    flex-wrap: nowrap;
    width: auto;
}

.support_form_section span#create_captcha {
    display: inline-block;
}

.support_form_section #captch-img {
    height: 55px;
    width: auto;
    max-width: 165px;
    object-fit: cover;
}

.support_form_section span#refreshCaptcha {
    padding: 6px 12px;
    font-size: 21px;
    font-weight: bold;
    background: #FFF;
    border-radius: 0;
    position: relative;
    display: flex;
    height: 55px;
    align-items: center;
    color: #000;
}

.support_form_section .captcha_wrap input {
    width: 180px !important;
}

.support_form_section label.error-msg1 {
    color: red;
    font-size: 14px;
}

.support_form_section .submit_captcha_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}

.support_form_section .submit_captcha_wrap .input_control {
    position: relative;
}

.support_form_section .submit_captcha_wrap label.error-msg1 {
    position: absolute;
    left: 0;
    bottom: -28px;
}

.support_form_section .theme_btn {
    padding: 13px 40px;
}



/*-- about award timeline -- */


/*  new code -- */

.awards_wrapper {
    display: flex;
    gap: 100px;
    max-width: 1400px;
    margin: auto;
}

.awards_nav {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: fit-content;
    background: #000000;
    text-align: center;
    border-radius: 5px;
}

.awards_nav ul {
    list-style: none;
    margin: 0;
    padding: 30px 0;
}

.awards_nav li {
    margin-bottom: 25px;
}

.awards_nav a {
    text-decoration: none;
    font-size: 30px;
    color: #999;
    transition: .3s;
    display: inline-block;
}

.awards_nav a.active {
    color: #ffffff;
    transform: translateX(15px);
    font-weight: 600;
}

.awards_content {
    flex: 1;
}

.award_year_section {
    margin-bottom: 50px;
}

.award_year_section h2 {
    font-size: 33px;
    margin-bottom: 30px;
    color: #000;
    line-height: 1;
    font-family: var(--primaryFont);
    font-weight: 600;
}

.awards_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.awards_card {
    border-bottom: 1px solid #CCC;
    padding-bottom: 25px;
}

.awards_card h4 {
    margin-bottom: 9px;
}

.awards_card span {
    display: block;
    margin-bottom: 15px;
}

.awards_card p {
    margin: 0;
    color: #666;
}

.award_year_title .icon {
    display: none;
}

.awards_content .award_year_section:last-child {
    margin-bottom: 0;
}

.about_careers_image .theme_btn {
    display: none;
}

@media(max-width:991px) {

    .awards_card {
        border-bottom: 1px solid #CCC;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .awards_wrapper {
        gap: 50px;
    }

    .award_year_section h2 {
        font-size: 50px;
    }

    .awards_grid {
        grid-template-columns: 1fr;
    }

    .awards_nav a {
        font-size: 22px;
    }

    .awards_sidebar {
        display: none;
    }

    .award_year_section {
        margin-bottom: 26px;
        border-bottom: 1px solid #000;
    }

    .award_year_section h2 {
        font-size: 30px;
        display: flex;
        justify-content: space-between;
    }

    .awards_grid {
        display: none;
    }

    .award_year_title .icon {
        display: block;
    }

    .award_year_section.active .icon {
        transform: rotate(45deg);
    }

    .icon {
        transition: .3s;
    }
}

@media(max-width:767px) {
    .awards_card h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .award_year_section {
        margin-bottom: 20px;
    }

    .award_year_section h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .awards_card span {
        margin-bottom: 8px;
    }

    .awards_card p {
        font-size: 13px;
    }
}

.awards_nav {
    background: #FFF;
}

.awards_nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.awards_nav li {
    margin-bottom: 5px;
    position: relative;
}

.awards_nav a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    transform: scale(0.8);
    transition: all 0.5s ease;
    border: 2px solid rgba(0, 0, 0, 0.12);
    font-size: 17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.awards_nav a.active {
    color: #ffffff;
    transform: scale(1.1);
    font-weight: 600;
    background: #000;
}

.awards_nav li:after {
    content: '';
    width: 2px;
    height: 23px;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: -16px;
    left: 28px;
    z-index: -1;
}

.awards_nav li:last-child:after {
    display: none;
}


/* ------------------------ */

