@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;

}

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: 4.5rem 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: 100vh;
}

.banner-area.inner-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/banner.png);
	height: 630px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(30%);
}

h1,
.h1 {
	font-size: 48px;
	color: #70feff;
	font-weight: 500;
}

.banner-area p {
	font-size: 30px;
	color: #fff;
	line-height: 1.5em;
}

.banner-area .banner-content {
	padding: 50px;
}


.executives-sec.bg-executives .row {
	background-image: url(../images/management.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 112vh;
	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);
	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: cover;
	background-repeat: no-repeat;
	height: 100vh;
}


.share-inner-bg {
	background-image: url(../images/share-percent.png);
	background-position: center;
	background-size: cover;
	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;
}

.share-left-area {
	padding: 45px 36px;
}

.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;
	padding-top: 2.5rem;
}

.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: 100vh;
	margin-top: 60px;
}


.financials-inner {
	background-image: url(../images/finanical-bg.png);
	background-position: center;
	background-size: cover;
	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: 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;
	height: 50vh;
}

.statement-sec {
	margin-top: 110px;
}

.statement-bg img {
	width: 100px;
}

.statement-area {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 40px;
	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: cover;
	background-repeat: no-repeat;
	height: 90vh;
}

.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;
	height: 102vh;
}

.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: cover;
	background-repeat: no-repeat;
	height: 170px;
	padding: 30px;
	width: 95%;
	margin: 15px 0 0px 0;
}


.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;
}

.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) {}



@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) {}


@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;
	}

	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: 220px;
	}

	.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: -16px;
	}

	.financials-inner {
		height: 100vh;
	}

	.statement-sec {
		margin-top: 210px;
	}

	td,
	th {
		padding: 24px;
	}

	.statement-area {
		padding: 30px;
	}

	.statement-bg {
		height: 57vh;
	}

	.about-content p {
		font-size: 20px;
		max-width: 95%;
	}

	.about-sec.about-bg .row {
		height: 96vh;
	}

	.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) {}

@media (max-width: 1399px) and (min-width: 1367px) {}


@media (max-width: 1366px) and (min-width: 1281px) {}


@media (max-width: 1325px) and (min-width: 1281px) {}


@media (max-width: 1280px) and (min-width: 1201px) {}


@media (max-width: 1201px) and (min-width: 1023px) {}



@media (max-width: 1022px) and (min-width: 990px) {}


@media (max-width: 1152px) and (min-width: 1023px) {}



@media screen and (max-width: 991px) and (min-width: 768px) {}



@media screen and (max-width: 767px) {
	.side-menu {
		width: 100%;
	}

	.side-menu .inner-wrapper {
		padding: 1rem 2rem;
	}

	.banner-area p {
		font-size: 16px;
	}

	.banner-area .banner-content {
		padding: 15px;
	}

	h1,
	.h1 {
		font-size: 28px;
	}

	.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;
	}

	.chart-area h4 {
		font-size: 16px;
		margin-left: 0px;
	}

	.chart-area {
		gap: 2rem;
		margin: 0 auto;
		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: inline-grid;
		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: 73vh;
	}
	.statement-bg,
	.about-sec.about-bg .row{
		height: auto;
	}
	.about-content a{
		padding: 6px 5px;
	}
	.bullet-list {
		padding: 20px 20px;
	}
	.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;
	}
}

@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 */
	}
}