@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    background-color: #000b1d;
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #26313c;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

    blockquote > cite {
        font-weight: 400;
        font-size: 14px;
        display: block;
    }

.hidden {
    display: none;
}

section {
    padding: 2rem 0;
}

.padding-bottom {
    padding-bottom: 4.5rem;
}

.padding-top {
    padding-top: 4.5rem;
}

.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

    /* button size */
    .btn.btn-small {
        font-size: 12px;
        padding: 4px 1.8em;
    }

    .btn.btn-medium {
        font-size: 16px;
        padding: 14px 46px;
        line-height: 1.8em
    }

    .btn.btn-large {
        font-size: 16px;
        padding: 8px 35px;
        line-height: 1.8em;
    }

    .btn.btn-rounded {
        border-radius: 50px;
    }

.btn-aqua {
    background-color: #70feff;
    border-radius: 10px;
    font-size: 18px;
    padding: 8px 35px;
}

    .btn-aqua:hover {
        background-color: #ffffff;
    }

.btn-aqua-border {
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #70feff;
    color: #fff;
    padding: 8px 35px;
    margin-left: 15px;
}

    .btn-aqua-border:hover {
        background-color: #70feff;
    }

.container {
    max-width: 1680px;
    width: 100%;
}

/* ===================================
        Header
====================================== */

header a.logo img {
    width: 120px;
}

.navbar-top-default {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    background: rgba(0, 11, 29, .6);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: rgba(0, 11, 29, .8);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #megaone {
    margin-right: -30px;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding: 0 1.8rem;
    font-family: "Poppins", sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #36a837;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #36a837;
}

/*nav line*/
.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after,
.line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #70feff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #26313c;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

    .side-menu.left {
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

.side-navbar.navbar-nav {
    align-items: start;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 35px;
    position: absolute;
    display: inline-block;
}

    .sidemenu_btn span {
        height: 2px;
        width: 100%;
        background: #ffffff;
        display: block;
        margin-left: auto;
        transition: .5s ease;
    }

.header-appear .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 20px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

    .side-nav .navbar-nav .nav-link:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid rgba(255, 255, 255, 0);
        bottom: -5px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 280ms ease-in-out;
        transition: all 280ms ease-in-out;
        width: 0;
    }

    .side-nav .navbar-nav .nav-link:hover:after,
    .side-nav .navbar-nav .nav-link.active:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-color: #000b1d;
        -webkit-transition: width 350ms ease-in-out;
        transition: width 350ms ease-in-out;
        width: 100%;
    }

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

    .social-icons-simple li {
        display: inline-block;
        color: #ffffff;
    }

.side-footer p {
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li .social-icon:hover {
    background-color: #000b1d;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotates {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/* ===================================
    Banner
====================================== */

.bg-banner {
    background-image: url(../images/header_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}


.banner-wrapper,
.media-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    /* Adjust spacing below the banner as needed */
}

.banner-sec {
    padding-top: 300px;
}

.banner-area,
.media-area,
.shareprice {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.top-bg {
    height: 64px;
    background-image: url(../images/intro-top.png);
}

.middle-bg {
    background-image: url(../images/intro-left-right.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 20px 60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.banner-content {
    color: #000;
}

.bottom-bg {
    height: 55px;
    background-image: url(../images/intro-bottom.png);
}

h1,
.h1 {
    font-size: 48px;
    color: #70feff;
    font-weight: 500;
}

.banner-area p {
    font-size: 30px;
    color: #fff;
    line-height: 1.5em;
}



.executives-sec.bg-executives .row {
    background-image: url(../images/management.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    padding: 50px;
}


.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
}

.card {
    border: none;
    background: none;
}

    .card.card-bg {
        background-image: url(../images/dicector-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 390px;
        /*width: calc(21% - 28px);*/
        width: 16rem;
        box-sizing: border-box;
    }

.card-area img {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.card-area h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.card-area p {
    color: #419a9f;
    font-size: 22px;
    font-weight: 500;
}


.bg-shareholder {
    background-image: url(../images/bg_share.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
}


.share-inner-bg {
    background-image: url(../images/share-percent.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 152px;
    padding: 20px 35px;
    margin-bottom: 20px;
}

    .share-inner-bg h3 {
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .share-inner-bg p {
        font-size: 22px;
        color: #70feff;
        font-weight: 500;
    }



/* .shareprice.bg-share {
	background-image: url(../images/shareprice.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 85vh;
}
 */


.shareprice-top-bg {
    height: 170px;
    background-image: url(../images/share-top.png);
    background-size: 100% 100%;
}

.middle-bg-share {
    background-image: url(../images/share-left-right.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.shareprice-bottom-bg {
    height: 55px;
    background-image: url(../images/share-bottom.png);
    background-size: 100% 100%;
}

.share-left-area {
    padding: 0px 36px;
    position: absolute;
    top: -12%;
}

.share-chart-area {
    position: relative;
    top: -7%;
}

.share-content {
    margin-bottom: 25px;
}

    .share-content h4 {
        font-size: 20px;
        color: #fff;
    }

    .share-content p {
        font-size: 20px;
        color: #70feff;
    }

.week-low-high {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    top: -9rem;
}

    .week-low-high img {
        width: 50px;
    }

    .week-low-high h4 {
        font-size: 20px;
        color: #fff;
    }

    .week-low-high p {
        font-size: 20px;
        color: #70feff;
    }

.chart-area h4 {
    font-size: 20px;
    color: #fff;
    margin-left: -15px;
    margin-top: 5px;
}

.chart-area {
    display: flex;
    gap: 6rem;
}

.chart-img img {
    width: 95%;
}


.financials-sec.bg-finanical {
    background-image: url(../images/finanical.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    /* margin-top: 60px; */
}


.financials-inner {
    background-image: url(../images/finanical-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90vh;
    margin-top: 30px;
}


    .financials-inner p {
        font-size: 20px;
        color: #000b1d;
        padding: 25px 30px;
    }

    .financials-inner table {
        width: 100%;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

td,
th {
    padding: 10px;
    /*padding: 30px;*/
    border-bottom: 1px solid #3a455b;
}


.content-area-table td:nth-child(1) {
    color: #70feff;
}

.content-area-table td:nth-child(2),
.content-area-table td:nth-child(4),
.content-area-table td:nth-child(6) {
    background-color: #0e1a30;
    text-align: center;
}

.content-area-table td:nth-child(3),
.content-area-table td:nth-child(5) {
    background-color: #151e2f;
    text-align: center;
}



.statement-bg {
    background-image: url(../images/statement-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    height:auto !important;
    background-size: 100% 100%;
    /* Ensure it fills the entire area */
}

    /* .statement-sec {
	margin-top: 110px;
} */

    .statement-bg img {
        width: 100px;
    }

.statement-area {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 75px;
    justify-content: center;
}


.bullet-list {
    padding: 20px 40px;
}

    .bullet-list li {
        font-size: 16px;
        color: #fff;
        margin-bottom: 25px;
    }

.about-sec.about-bg .row {
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 30px;
}

.p-80 {
    padding: 80px;
}

.about-content p {
    font-size: 24px;
    max-width: 90%;
    width: 100%;
    line-height: 36px;
    margin-bottom: 40px;
}

.about-content a {
    display: inline-block;
    background-color: #70feff;
    padding: 6px 10px;
    color: #0e1a30;
    margin-bottom: 10px;
}


.about-bottom-bg {
    background-image: url(../images/about-bottom.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
    display: flex;
    margin-top: 50px;
}

    .about-bottom-bg p {
        font-size: 20px;
    }



/* .media-sec .row {
	background-image: url(../images/media.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

} */


.media-top-bg {
    height: 65px;
    background-image: url(../images/media-top.png);
    background-size: 100% 100%;
    object-fit: contain;
}

.media-middle-bg {
    background-image: url(../images/media-left-right.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.media-bottom-bg {
    height: 55px;
    background-image: url(../images/media-bottom.png);
    background-size: 100% 100%;
}

.media-content h3 {
    color: #03a0fe;
    position: relative;
}

    .media-content h3::after {
        content: '';
        position: absolute;
        width: 85%;
        height: 1px;
        background-color: #70feff;
        bottom: 10px;
        margin-left: 3%;
    }

.media-contents h3::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #70feff;
    bottom: 10px;
    margin-left: 3%;
}

.media-content h2 {
    color: #70feff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: underline;
}

.media-content p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}


.announcement-bg {
    background-image: url(../images/announcment.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 170px;
    padding: 30px;
    width: 95%;
    margin: 15px 0 0px 0;
}


::-webkit-scrollbar {
    width: .5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #70feff;
}

::-webkit-scrollbar-thumb {
    background-color: #000b1d;
    outline: 1px solid #70feff;
}

.btn-aqua-border.active {
    background-color: #70feff;
    border-radius: 10px;
    font-size: 18px;
    color: #000;
    padding: 8px 35px;
}

.highcharts-input-group {
    margin-right: 0;
    color:#eee;
}



.announcement-bg p {
    font-size: 20px;
}

    .announcement-bg a {
        color: #70feff;
        font-size: 20px;
        font-weight: 500;
        padding-top: 10px;
    }




.responsive-table-wrapper {
    width: 100%;
    overflow-x: auto;
    height: 600px;
}

    .responsive-table-wrapper table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        /* Adjust as needed */
    }

    .responsive-table-wrapper th,
    .responsive-table-wrapper td {
        text-align: left;
        white-space: nowrap;
    }

@media (max-width: 2560px) and (min-width: 1681px) {
}



@media (width: 2560px) and (min-width: 2300px) {
    .banner-area.inner-bg {
        transform: translateY(30%);
    }

    .executives-sec.bg-executives .row {
        height: 89vh;
    }

    .shareprice.bg-share {
        height: 67vh;
    }

    /* .bg-shareholder {
		height: 82vh;
	} */

    .financials-inner {
        height: 72vh;
    }

    /* .statement-sec {
		margin-top: -66px;
	} */

    .statement-bg {
        height: 40vh;
    }



    /* 
	.media-sec .row {
		height: 82vh;
	} */



}



@media (max-width: 1850px) and (min-width: 1601px) {

    .financials-inner,
    .about-sec.about-bg .row {
        height: 100vh;
    }

    .financials-sec.bg-finanical {
        height: 114vh;
    }

    .statement-bg {
        height: 54vh;
    }

    .executives-sec.bg-executives .row {
        height: 122vh;
    }

    .bg-shareholder {
        margin-bottom: 136px;
    }

    .shareprice.bg-share {
        height: 92vh;
    }

    /* .media-sec .row {
		height: 112vh;
	} */
}

@media (max-width: 1680px) and (min-width: 1600px) {
    .top-bg {
        height: 60px;
    }

    .card.card-bg {
        height: 365px;
    }

    .chart-image {
        position: relative;
        right: 5%;
    }

    td, th {
        padding: 10px;
    }
}


@media (max-width: 1599px) and (min-width: 1367px) {
    .container {
        padding: 0px 50px;
    }

    .navbar-simple .navbar-nav .nav-link {
        font-size: 20px;
        padding: 0 1.4rem;
    }

    .top-bg {
        height: 54px;
    }

    .bottom-bg {
        height: 48px;
    }


    h1,
    .h1 {
        font-size: 46px;
    }

    .banner-area p {
        font-size: 28px;
        line-height: 1.4em;
    }

    .banner-area.inner-bg {
        height: 75vh;
    }

    .card.card-bg {
        height: 342px;
    }

    .card-area h3 {
        font-size: 18px;
    }

    .card-area p {
        font-size: 18px;
    }

    .executives-sec.bg-executives .row {
        height: 122vh;
        padding: 36px
    }

    .bg-shareholder {
        margin-bottom: 50px;
    }

    .shareprice.bg-share {
        height: 91vh;
    }

    .share-inner-bg {
        height: 132px;
        padding: 12px 35px;
    }

    .share-content h4 {
        font-size: 16px;
    }

    .chart-image.mt-5 {
        margin-top: 0 !important;
        position: relative;
        right: -30%;
    }

    .share-content {
        margin-bottom: 15px;
    }

    .chart-img img {
        width: 90%;
    }

    .chart-area h4 {
        font-size: 18px;
        margin-left: -15px;
        margin-top: 0px;
    }

    .financials-inner {
        height: 108vh;
    }

    /* .statement-sec {
		margin-top: 210px;
	} */

    td,
    th {
        padding: 10px;
    }

    .statement-area {
        padding: 45px;
    }

    .statement-bg {
        height: 57vh;
    }

    .about-content p {
        font-size: 20px;
        max-width: 95%;
    }



    .about-bottom-bg {
        height: 100px;
        margin-top: 25px;
    }

    /* .media-sec .row {
		height: 113vh;
	} */

    .media-content h2 {
        font-size: 26px;
    }

    .media-content .mt-5 {
        margin-top: 1.5rem !important;
    }

    .media-content p {
        font-size: 16px;
    }

    .announcement-bg {
        height: 150px;
    }
}


@media (max-width: 1450px) and (min-width: 1400px) {
    .navbar-simple .navbar-nav .nav-link {
        font-size: 18px;
    }

    .banner-area p {
        font-size: 26px;
    }

    .banner-area.inner-bg {
        height: 64vh;
    }

    .executives-sec.bg-executives .row {
        height: 100vh;
    }

    .card.card-bg {
        height: 300px;
    }

    .card-area h3 {
        font-size: 16px;
    }

    .share-left-area {
        padding: 45px 30px;
        top: -20%;
    }

    .share-content h4 {
        font-size: 14px;
    }

    .top-bg {
        height: 50px;
    }

    .bottom-bg {
        height: 43px;
    }

    .shareprice.bg-share {
        height: 79vh;
    }

    .chart-area h4 {
        font-size: 16px;
        margin-left: -15px;
        margin-top: -4px;
    }

    .chart-image.mt-5 {
        right: -22%;
    }

    .share-inner-bg h3 {
        font-size: 46px;
    }

    .share-inner-bg {
        height: 122px;
    }

    .bg-shareholder {
        margin-bottom: 60px;
    }

    .financials-inner {
        height: 86vh;
    }

    td,
    th {
        padding: 10px;
    }

    /* .statement-sec {
		margin-top: 80px;
	} */

    .statement-bg {
        min-height: 400px;
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    .bullet-list {
        padding: 20px 30px;
    }

        .bullet-list li {
            margin-bottom: 15px;
        }



    /* .media-sec .row {
		height: 96vh;
	} */

    .media-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .announcement-bg {
        height: 142px;
    }
}

@media (max-width: 1399px) and (min-width: 1367px) {
}


@media (max-width: 1366px) and (min-width: 1281px) {
    .navbar-simple .navbar-nav .nav-link {
        font-size: 18px;
        padding: 0 1.4rem;
    }

    .responsive-table-wrapper {
        height: 500px;
    }

    .load_more {
        margin-top: -55px !important;
    }

    h1,
    .h1 {
        font-size: 42px;
    }

    .top-bg {
        height: 51px;
    }

    .bottom-bg {
        height: 45px;
    }

    .banner-area p {
        font-size: 26px;
        color: #fff;
        line-height: 1.4em;
    }

    .banner-area.inner-bg {
        height: 515px;
    }

    .executives-sec.bg-executives .row {
        /* height: 102vh; */
        padding: 35px;
    }

    .card-area h3 {
        font-size: 16px;
    }

    .card.card-bg {
        height: 310px;
    }

    .share-inner-bg h3 {
        font-size: 42px;
    }

    .share-inner-bg {
        height: 121px;
    }

    .shareprice.bg-share {
        height: 76vh;
    }

    .share-content {
        margin-bottom: 15px;
    }

        .share-content h4 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .share-content p {
            font-size: 16px;
        }

    .chart-area h4 {
        font-size: 16px;
        margin-left: -7px;
        margin-top: -4px;
    }

    .financials-inner {
        height: 113vh;
    }

    .chart-image.mt-5 {
        margin-top: 0 !important;
        position: relative;
        right: -25%;
    }

    .chart-img img {
        width: 86%;
    }

    .week-low-high {
        padding-top: 1.5rem;
    }

    .chart-area {
        gap: 4rem;
    }

    td,
    th {
        padding: 10px;
    }

    .bullet-list li {
        margin-bottom: 15px;
    }

    .bullet-list {
        padding: 20px 25px;
    }

    .statement-bg {
        height: 48vh;
    }

    .about-content p {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .about-bottom-bg {
        height: 100px;
    }

    .media-middle-bg {
        padding: 0px 30px;
    }

    .media-content h2 {
        font-size: 26px;
    }

    .media-content p {
        font-size: 16px;
        line-height: 24px;
    }

    /* .media-sec .row {
		height: 96vh;
	} */

    .media-content .mt-5,
    .my-5 {
        margin-top: 2rem !important;
    }

    .announcement-bg {
        height: 140px;
    }

    .banner-area.inner-bg {
        transform: translateY(40%);
    }
}


@media (max-width: 1325px) and (min-width: 1281px) {
}


@media (max-width: 1280px) and (min-width: 1201px) {
    .navbar-simple .navbar-nav .nav-link {
        font-size: 18px;
        padding: 0 1rem;
    }

    .top-bg {
        height: 48px;
    }

    .bottom-bg {
        height: 41px;
    }

    .banner-area p {
        font-size: 22px;
    }

    .banner-area .banner-content {
        padding: 30px;
    }

    .banner-area.inner-bg {
        height: 482px;
        transform: translateY(40%);
    }

    h1,
    .h1 {
        font-size: 42px;
    }

    .executives-sec.bg-executives .row {
        height: 96vh;
        padding: 26px;
    }

    .card.card-bg {
        height: 292px;
    }

    .card-area h3 {
        color: #fff;
        font-size: 16px;
    }

    .card-area p {
        color: #419a9f;
        font-size: 16px;
    }

    .share-inner-bg h3 {
        font-size: 48px;
    }

    .share-inner-bg p {
        font-size: 18px;
    }

    .share-inner-bg {
        height: 114px;
        padding: 10px 25px;
    }

    .share-left-area {
        padding: 30px 20px;
    }

    .shareprice.bg-share {
        height: 72vh;
    }

    .share-content p {
        font-size: 16px;
    }

    .share-content h4 {
        font-size: 16px;
    }

    .share-content {
        margin-bottom: 10px;
    }

    .week-low-high {
        padding-top: 1.5rem;
    }

    .chart-area {
        gap: 3rem;
    }

        .chart-area h4 {
            font-size: 16px;
            margin-left: -6px;
            margin-top: -4px;
        }

    .chart-image.mt-5 {
        margin-top: 0 !important;
        position: relative;
        right: -20%;
    }

    .chart-img img {
        width: 85%;
    }

    .financials-sec.bg-finanical {
        margin-top: 0px;
    }

    /* .statement-sec {
		margin-top: 200px;
	} */

    /* .financials-inner {
		height: 102vh;
	} */

    .bullet-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .bullet-list {
        padding: 0px 20px;
    }

    .statement-bg {
        min-height: 350px;
    }

    .statement-area {
        padding: 20px;
    }

    .about-content p {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .about-bottom-bg {
        height: 88px;
        margin-top: 25px;
    }



    .media-content h2 {
        font-size: 22px;
    }

    .media-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .media-content .mt-5,
    .media-content .my-5 {
        margin-top: 1rem !important;
    }

    /* .media-sec .row {
		height: 90vh;
	} */

    .media-sec .mb-5,
    .media-sec .my-5 {
        margin-bottom: 1rem !important;
    }

    .announcement-bg a {
        color: #70feff;
        font-size: 16px;
    }

    .announcement-bg {
        height: 128px;
    }
}


@media (max-width: 1201px) and (min-width: 1023px) {
}



@media (max-width: 1022px) and (min-width: 990px) {
}


@media (max-width: 1152px) and (min-width: 1023px) {
    header #megaone {
        display: none !important;
    }

    .navigation-toggle {
        display: block !important;
    }

    .banner-area p {
        font-size: 18px;
        line-height: 1.2em;
    }

    .banner-area.inner-bg {
        height: 375px;
    }

    .top-bg {
        height: 39px;
    }

    .bottom-bg {
        height: 33px;
    }

    .share-content {
        margin-bottom: 13px;
    }

    h1,
    .h1 {
        font-size: 30px;
    }



    .btn-aqua {
        font-size: 16px;
        padding: 8px 20px;
    }

    .btn-aqua-border {
        margin-left: 10px;
        font-size: 16px;
        padding: 8px 20px;
    }

    .card-area h3 {
        font-size: 14px;
    }

    .card-area p {
        font-size: 16px;
    }

    .card.card-bg {
        height: 274px;
        width: calc(26% - 22px);
    }

    .executives-sec.bg-executives .row {
        height: 125vh;
        padding: 25px;
    }

    .share-inner-bg h3 {
        font-size: 30px;
    }

    .share-inner-bg p {
        font-size: 14px;
    }

    .share-inner-bg {
        height: 87px;
        padding: 13px 25px;
    }

    .shareprice.bg-share {
        background-image: none;
        height: auto;
    }

    .share-left-area {
        padding: 0px 20px;
        top: -32%;
    }

    .share-content h4 {
        font-size: 14px;
    }

    .share-content p {
        font-size: 16px;
    }

    .week-low-high {
        padding-top: 0;
    }

        .week-low-high p {
            font-size: 16px;
        }

        .week-low-high h4 {
            font-size: 16px;
        }

    .chart-area {
        gap: 4rem;
        padding: 0 30px;
    }

        .chart-area h4 {
            font-size: 16px;
            color: #fff;
            margin-left: -40px;
            margin-top: -12px;
        }

    .chart-image.mt-5 {
        margin-top: 0 !important;
        position: relative;
        right: -3%;
    }

    td,
    th {
        padding: 10px;
    }

    .financials-inner table {
        font-size: 16px;
    }

    .statement-bg img {
        width: 80px;
    }

    .bullet-list {
        padding: 20px 10px;
    }

        .bullet-list li {
            font-size: 15px;
            margin-bottom: 10px;
        }

    .statement-bg {
        min-height: 316px;
    }

    .statement-area {
        gap: 20px;
        padding: 20px 15px;
    }

    .statement-sec {
        padding-top: 0;
    }

    .bullet-list h3 {
        font-size: 20px;
    }

    .about-content p {
        font-size: 16px;
        max-width: 100%;
        width: 100%;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .about-bottom-bg p {
        font-size: 14px;
    }

    .about-bottom-bg {
        height: 75px;
    }



    .media-content h2 {
        font-size: 18px;
    }

    .media-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .announcement-bg a {
        font-size: 14px;
    }

    .announcement-bg {
        height: 140px;
    }

    /* 
	.media-sec .row {
		height: 97vh;
	} */
}



@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner-area p {
        font-size: 18px;
        line-height: 1.4em;
    }

    .bottom-bg {
        height: 25px;
    }

    .top-bg {
        height: 30px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    .banner-area.inner-bg {
        height: 500px;
    }



    .executives-sec.bg-executives .row {
        height: auto;
    }

    .share-inner-bg h3 {
        font-size: 48px;
    }

    .share-inner-bg p {
        font-size: 18px;
    }

    .share-inner-bg {
        height: 130px;
    }

    .bg-shareholder {
        height: auto;
    }

    .share-left-area {
        position: relative;
        padding: 0 20px;
    }

    .chart-img img {
        width: 95%;
    }

    .week-low-high p {
        font-size: 16px;
        color: #70feff;
    }

    .bullet-list {
        padding: 20px 20px;
    }

    .statement-area {
        padding: 55px;
    }

    .shareprice.bg-share {
        height: auto;
        background-image: none;
    }

    .week-low-high {
        padding-top: 0.5rem;
        padding-bottom: 15px;
        width: 100%;
    }

    .chart-area h4 {
        font-size: 15px;
        margin-left: 0px;
        margin-top: -20px;
    }

    .share-chart-area {
        position: relative;
        top: -3%;
    }

    .chart-area {
        gap: 3rem;
    }

    .chart-image.mt-5 {
        margin-top: 0 !important;
        position: relative;
        right: -19%;
    }

    .btn-aqua,
    .btn-aqua-border {
        font-size: 12px;
        padding: 8px 18px;
    }

    /* .statement-sec {
		margin-top: 240px;
	} */

    .financials-inner {
        height: 103vh;
    }

    .statement-bg {
        height: auto;
        margin-bottom: 20px;
    }

        .statement-bg img {
            width: 50px;
        }

    .about-content p {
        font-size: 20px;
        max-width: 100%;
    }

    .about-sec.about-bg .row {
        height: auto;
    }

    .about-bottom-bg {
        height: 50px;
        margin-top: 25px;
    }

        .about-bottom-bg p {
            font-size: 13px;
        }

    .media-content h2 {
        font-size: 22px;
    }

    /* .media-sec .row {
		height: auto;
	} */

    .media-contents {
        margin-top: 50px;
    }

    header a.logo img {
        width: 90px;
    }

    .executives-sec {
        padding-top: 0;
    }
}



@media screen and (max-width: 767px) {
    .side-menu {
        width: 100%;
    }

        .side-menu .inner-wrapper {
            padding: 1rem 2rem;
        }

    .financials-sec.bg-finanical {
        margin-top: -120px;
    }

    .middle-bg {
        padding: 20px 10px;
    }

    .top-bg {
        height: 14px;
    }

    .bottom-bg {
        height: 14px;
    }

    .banner-area p {
        font-size: 16px;
    }

    .media-middle-bg {
        padding: 20px 0px;
    }

    .banner-area .banner-content {
        padding: 15px;
    }

    h1,
    .h1 {
        font-size: 28px;
    }

    .card.card-bg {
        height: 26.8rem;
    }

    header a.logo img {
        width: 90px;
    }

    .mobile-download {
        justify-content: flex-start !important;
    }

    /* .statement-sec {
		margin-top: 350px;
	} */

    .week-low-high {
        position: relative;
        gap: 44px;
        margin-bottom: 14px;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .share-chart-area {
        position: relative;
        top: -21%;
    }

    .middle-bg-share,
    .shareprice-top-bg,
    .shareprice-bottom-bg {
        background-image: none;
    }

    .banner-sec {
        padding-bottom: 0;
    }

    .banner-area.inner-bg {
        height: 485px;
        background-size: contain;
        transform: translateY(35%);
    }

    .executives-sec.bg-executives .row {
        height: auto;
        padding: 15px;
    }

    .btn-aqua-border {
        margin-left: 0px;
        margin-top: 15px;
    }

    .share-inner-bg h3 {
        font-size: 38px;
    }

    .share-inner-bg p {
        font-size: 18px;
    }

    .share-inner-bg {
        height: 100px;
        padding: 8px 35px;
    }

    .about-bottom-bg {
        display: block;
    }

    .media-content h3::after {
        width: 65%;
    }

    .media-contents h3::after {
        width: 25%;
    }

    .bg-shareholder {
        height: auto;
        padding-bottom: 0;
    }

    .shareprice.bg-share {
        background-image: none;
        height: auto;
    }

    .share-left-area {
        padding: 10px 15px;
        position: relative;
    }

    .chart-area h4 {
        font-size: 16px;
        margin-left: -35px;
        margin-left: 0px;
    }

    .chart-area {
        gap: 2rem;
        margin: 0 auto;
        margin-top:4rem !important;
        justify-content: center;
    }

    .chart-image {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

        .chart-image.mt-5 {
            margin-top: 0 !important;
        }


        .chart-image div {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            text-align: center;
        }

    .financials-inner p {
        font-size: 17px;
        color: #000b1d;
        padding: 20px 30px;
    }

    .financials-inner {
        height: 100vh;
    }

    .about-sec.about-bg .row {
        height: auto;
    }

    .statement-bg {
        min-height: 360px;
    }

    .about-content a {
        padding: 6px 5px;
    }

    .bullet-list {
        padding: 20px 20px 40px;
    }

    .media-content h2 {
        color: #70feff;
        font-size: 26px;
    }

    .media-content img {
        width: 35% !important;
    }

    .media-contents {
        margin-top: 60px;
    }

    .announcement-bg a {
        color: #70feff;
        font-size: 14px;
    }

    /* .media-sec .row {
		height: auto;
	} */

    .about-content p {
        font-size: 16px;
        max-width: 100%;
        margin-top: 40px;
    }

    .statement-bg img {
        width: 70px;
    }

    .about-bottom-bg {
        background-image: none;
        height: auto;
    }

        .about-bottom-bg p {
            font-size: 18px;
            padding-bottom: 10px;
        }

    .shareprice.bg-share .row {
        display: block;
    }
}



@media screen and (max-width: 430px) and (min-width: 425px) {
    .card.card-bg {
        height: 435px;
    }

    .top-bg {
        height: 16px;
    }
}

@media screen and (max-width: 992px) {
    .card.card-bg {
        width: calc(33.333% - 16px);
        /* 3 cards per row on medium screens */
    }
}

@media screen and (max-width: 768px) {
    .card.card-bg {
        width: calc(50% - 16px);
        /* 2 cards per row on tablets */
    }
}

@media screen and (max-width: 480px) {
    .card.card-bg {
        width: 100%;
        /* 1 card per row on mobile */
    }
}
