@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.bg-orange {
  background: #f98125 !important;
}

nav.navbar.navbar-expand-sm.navbar-light.bg-light.py-2 {
  position: fixed;
  z-index: 9999999999999999;
  width: 100%;
}

/* banner start */
.video-banner {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background-image: url(/images/img/SkyWorld_Awards_Horizontal-02-background.png);
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content h1 {
  color: #fff;
  font-size: 78px;
  -webkit-text-fill-color: unset;
  background: unset;
  margin-bottom: 30px;
}

.banner-content p {
  width: 60%;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 9 !important;
}

.subpages-banner {
  background: url(/images/img/subpages-banner.png) no-repeat center;
  background-size: cover;
  height: 350px;
  align-content: center;
  text-align: center;
}

.subpages-banner h1 {
  color: #fff !important;
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.banner-button {
  margin-top: 3em;
}

.banner-button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  border: solid 1px #fff;
  border-radius: 10px;
  transition: all .2s;
}

.banner-button:hover a {
  color: #1c2d63;
  background-color: #fff;
}
/* banner end */

.investor-body-home {
  padding-top: 3em;
}

.investor-body-home,
.investor-body-new,
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif !important;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.investor-body-home p {
  color: #333;
}

/*sidemenu start*/
.side-menu {
  background: #fff;
  border-radius: 8px;
  padding: 0 0 20px 0;
  position: sticky;
  top: 100px;
}

.side-menu a {
  display: block;
  padding: 10px 15px;
  color: #666;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}

.side-menu a.active {
  color: #1c2d63;
  font-weight: 600;
}

.side-menu a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ccc;
}

.side-menu a.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #1c2d63;
}

.highlights-section .dropdown-list {
  position: sticky;
  top: 100px;
}
/*sidemenu end*/

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* combine pages section scroll offset */
.reports-section,
.governance-section {
  scroll-margin-top: 100px;
  margin-bottom: 10em;
}

/* Active side-menu item on scroll */
.side-menu a:hover {
  color: #1c2d63;
  font-weight: 600;
}

/*pillmenu start*/
.top-nav-wrapper {
  position: relative;
  padding: 0;
  z-index: 999999;
}

.top-nav-wrapper.top-subpages {
  top: -40px;
  margin-bottom: 3em;
}

.top-pill-menu {
  background: #f98125;
  border-radius: 60px;
  padding: 10px 24px 10px 0;
  display: inline-flex;
  gap: 35px;
  align-items: center;
  color: #fff;
  transition: all .1s ease;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.top-pill-menu.dropup-open {
  border-radius: 0 0 22px 22px !important;
}

.top-pill-menu a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.top-pill-menu a:hover {
  color: #0f1f52;
}

.top-pill-menu .home-icon a {
  background: #f98125;
  padding: 10px 15px;
  border-radius: 50%;
}

.top-pill-menu .home-icon a img {
  margin-bottom: 5px;
}

.top-pill-menu.expanded {
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
}

.gov-extra {
  display: none;
  gap: 20px;
  padding-top: 10px;
}

.gov-extra a {
  font-size: 14px;
  opacity: .9;
}

.top-nav-wrapper-mobile {
  display: none;
}

/* Dropup Menu Styles */
.top-pill-menu .dropdown {
  position: unset;
  display: inline-block;
}

.top-pill-menu .dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .2s ease;
}

.top-pill-menu .dropdown-toggle::after {
  display: none;
}

.top-pill-menu .dropdown-toggle i.bi-chevron-up {
  font-size: 10px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-pill-menu .dropdown.open .dropdown-toggle i.bi-chevron-up,
.top-pill-menu .dropdown:hover .dropdown-toggle i.bi-chevron-up {
  transform: rotate(180deg);
}

.top-pill-menu .dropup-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
  transform: translateY(20px);
  margin-bottom: 15px;
  background: #f98125;
  border-radius: 20px 20px 0 0;
  list-style: none;
  padding: 0;
  margin-left: 0;
  min-width: auto;
  width: 100%;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
  z-index: 1000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top-pill-menu .dropup-menu::before {
  display: none;
}

.top-pill-menu .dropdown.open .dropup-menu,
.top-pill-menu .dropdown:hover .dropup-menu {
  max-height: 300px;
  margin-bottom: 0;
  transform: translateY(0);
}

.top-pill-menu .dropdown.open,
.top-pill-menu .dropdown:hover {
  border-radius: 0 0 60px 60px;
}

.top-pill-menu .dropup-menu ul {
  list-style: none;
  width: 100%;
  padding: 0 32px;
}

.top-pill-menu .dropup-menu li {
  padding: 0;
  flex: 0 0 50%;
  width: 100%;
  text-align: left;
}

.top-pill-menu .dropup-menu li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.top-pill-menu .dropup-menu li a:hover {
  background: #fb9a51;
  color: #fff;
  padding-left: 28px;
}

/* Arrow rotation for open state */
.top-pill-menu .dropdown-toggle .bi-arrow-up-right {
  font-size: 12px;
  opacity: 0.8;
}

.mobile-menu-slide-up {
  position: relative;
}

.menu-position {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999999999999;
  width: 90%;
}

.ir-button {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  text-align: center;
  width: 100%;
  transition: all .1s;
}

.ir-button .bg-blue {
  background: #1c2d63;
  border-radius: 20px 20px;
  height: 40px;
  width: 100%;
  color: #fff;
  padding: 7px 26px 8px 26px;
  font-weight: 400;
  transition: all .1s;
}

.ir-button.active .bg-blue {
  border-radius: 0 0 20px 20px;
  transition: all .1s;
}

.bg-gold {
  background: #c99362 !important;
}

.ir-panel {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #f98125;
  border-radius: 20px 20px 0 0;
  color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}

.ir-panel.show {
  max-height: 500px;
}

.panel-header {
  padding: 14px 18px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.close-panel {
  cursor: pointer;
  font-size: 12px;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.menu-link {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.menu-item.active>.menu-link {
  color: #fff;
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  background: rgba(255, 255, 255, .05);
}

.submenu.open {
  max-height: 300px;
}

.submenu li a {
  display: block;
  padding: 10px 35px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.submenu li a:hover {
  background: rgba(255, 255, 255, .12);
}
/*pillmenu end*/

.place-content-center {
  place-content: center;
}

.text-grey {
  color: #bbb;
}

.text-red {
  color: #ff0000;
}

.text-green {
  color: #2fbf71;
}

.text-blue {
  color: #0f1f52;
}

.text-brown {
  color: #d09365 !important;
}

.home-footer-bg {
  height: 500px;
}

.carousel-inner {
  overflow: hidden;
}

.carousel-item h2 {
  font-weight: 600;
  font-size: 40px;
}

.home-footer-bg .carousel-indicators [data-bs-target] {
  width: 50px;
  height: 50px;
  text-indent: unset;
  cursor: pointer;
  background-color: #fff;
  background-clip: unset;
  border-radius: 100%;
  border: none !important;
}

.home-footer-bg .carousel-indicators {
  bottom: -45px;
}

.lets-talk-btn {
  display: inline-flex;
  gap: 15px;
  align-items: center;
}

.all-new-btn {
  padding: 7px 25px;
  border-radius: 40px;
  border: solid 1px #192861;
  background-color: #fff;
  color: #192861;
  text-decoration: none;
  transition: .2s;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: left;
  max-height: 80px;
  min-width: 215px;
}

.all-new-btn:hover {
  background-color: #192861;
  color: #fff;
}

.all-new-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(163deg) brightness(105%) contrast(101%);
}

.icon-subs {
  display: block;
}

.icon-subs-hover {
  display: none;
}

.all-new-btn.sub-hover:hover .icon-subs {
  display: none;
}

.all-new-btn.sub-hover:hover .icon-subs-hover {
  display: block;
}

.all-new-btn.sub-hover:hover img {
  filter: unset !important;
}

div#carouselFooter {
  height: 300px;
}

.section-title {
  color: #0f1f52;
  font-weight: 500;
  margin-bottom: 20px;
}

.stock-code {
  font-size: 14px;
}

.price {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.price-change {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.volume {
  font-size: 14px;
  color: #333;
}

.delay {
  font-size: 13px;
  color: #666;
}

.data-table .row-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.data-table strong {
  color: #c99362;
  font-weight: 600;
}

.data-table em {
  color: #333;
  font-style: normal;
  font-weight: 400;
  margin-left: 6px;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.quarter {
  font-size: 44px;
  font-weight: 700;
  color: #333;
}

.quarter-date {
  font-size: 14px;
  color: #777;
}

.btn-group-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn-group-custom .btn-pill{
  width: 170px;
}

.btn-pill {
  background: transparent;
  color: #fff;
  padding: 10px 10px;
  border: solid 1px #fff;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 130px;
  transition: .2s;
  justify-content: center;
}

.btn-pill-small{
  padding: .25rem;
  font-size: .875rem;
  min-width: 100px;
}

.btn-pill:hover {
  background: #fff;
  color: #1c2d63;
}

.btn-pill.blue {
  background: #1c2d63;
  color: #fff;
  border: solid 1px #1c2d63;
}

.btn-pill.blue:hover {
  background: #fff;
  color: #1c2d63;
}

.btn-pill.blue:hover img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(83%) saturate(1646%) hue-rotate(212deg) brightness(98%) contrast(92%);
}

.report-section {
  padding: 80px 0;
}

.report-cover {
  max-width: 320px;
  justify-self: center;
}

/* .sf-book-cover { width: 200px; margin: 0 auto 30px; }
.sf-book-cover a.book-wrapper { display: block; position: relative; width: 250px; height: 355px; perspective: 900px; transition: all .2s ease-in-out; }
.sf-book-cover a.book-wrapper > div { display: flex; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 5px 5px 0; box-shadow: 1px 0px 4px -1px rgba(0, 0, 0, 0.08); transform-style: preserve-3d; transition: all .4s ease-in-out; will-change: transform; transform-origin: 0% 50% 0px; }
.sf-book-cover a.book-wrapper .cover { justify-content: flex-end; align-items: flex-start; flex-direction: column; z-index: 2; color: #fff; overflow: hidden; }
.sf-book-cover a.book-wrapper .cover i { display: flex; justify-content: center; align-items: center; position: absolute; left: 30px; top: 30px; width: 60px; height: 60px; border-radius: 10px; font-size: 26px; color: var(--sf-book-cover-icon); border: 2px double var(--sf-book-cover-icon); }
.sf-book-cover a.book-wrapper .cover .number { position: absolute; right: -15px; bottom: 0px; z-index: -1; font-size: 120px; color: #2c2c2c; }
.sf-book-cover a.book-wrapper .cover p { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 5px; }
.sf-book-cover a.book-wrapper .cover h4 {  font-size: 22px; font-weight: 500; }
.sf-book-cover a.book-wrapper .page-1 { background-color: #f2f2f2; }
.sf-book-cover a.book-wrapper .page-2 { background-color: #f2f2f2; }
.sf-book-cover a.book-wrapper .page-3 { background-color: #f2f2f2; }

.sf-book-cover a.book-wrapper:hover { transform: rotate(3deg); }
.sf-book-cover a.book-wrapper:hover .page-1 { transform: rotateY(0); }
.sf-book-cover a.book-wrapper:hover .page-2 { transform: rotateY(-24deg); }
.sf-book-cover a.book-wrapper:hover .page-3 { transform: rotateY(-31deg); }
.sf-book-cover a.book-wrapper:hover .cover { transform: rotateY(-37deg); } */

.view-all-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  text-decoration: none;
  justify-self: center;
}

.view-all-link span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.report-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.report-title a {
  color: inherit;
  text-decoration: none;
}

.f-20 {
  font-size: 20px !important;
}

.report-theme {
  font-size: 22px;
  color: #c28b5a;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.report-text {
  font-size: 15px;
  line-height: 1.8;
  color: #b38a66 !important;
  margin-bottom: 20px;
}

.report-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
  font-size: 15px;
  color: #6c757d;
  text-decoration: none;
}

.report-links span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-section {
  background-image: url(/images/img/map-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.headline {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #c99362;
}

.map-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.stats-item {
  margin-bottom: 24px;
}

.stats-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #c99362;
  text-align: left;
}

.stats-label {
  font-size: 0.85rem;
  color: #777;
  margin-left: 0;
}

.quarter-note {
  font-size: 0.85rem;
  color: #999;
  text-align: right;
  margin-right: 36px;
}

.map-wrapper {
  position: relative;
  margin: auto;
}

.map-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.stats-wrapper {
  position: absolute;
  top: -130px;
  left: -230px;
}

.map-point {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: transparent;
}

.map-point.pulse::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(217, 0, 0, 0.5);
  border: solid 1px #d90000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.8s infinite ease-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.home-calendar-section {
  background: #012060;
  background: linear-gradient(180deg, rgba(1, 32, 96, 1) 61%, rgba(15, 24, 65, 1) 100%);
}

.home-calendar-section p {
  color: #fff;
  font-size: 14px;
}

.home-calendar-bg {
  position: relative;
  height: 670px;
  min-height: 420px;
  background: url("/images/img/home-calendar-bg.jpg") center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.home-calendar-overlay {
  position: absolute;
  inset: 0;
  background: #012060;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 60%, rgba(1, 32, 96, 1) 100%);
  z-index: 1;
}

.home-calendar-bg .container {
  position: relative;
  z-index: 2;
}

.home-calendar-bg .wrapper {
  margin-top: 19em;
}

.home-calendar-tag {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 16px;
}

.home-calendar-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.event-home-child {
  display: none;
  position: relative;
  padding: 0 35px !important;
}

.event-home-child.event-home-1 {
  padding-left: 0;
}

.event-home-child.event-home-4 {
  padding-right: 0;
}

.event-home-child.event-home-1,
.event-home-child.event-home-2,
.event-home-child.event-home-3,
.event-home-child.event-home-4 {
  display: block;
}

.event-home-child.event-home-2::before,
.event-home-child.event-home-3::before,
.event-home-child.event-home-4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #ddd;
}

.bi-arrow-up-right {
  font-size: 11px;
}

video {
  border-width: 0 !important;
}

.price-up {
  background: #00C652;
  border: none;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  text-align: center;
}

.price-up i {
  color: #fff;
  font-size: 13px;
  padding: 10px 2px;
}

.price-down {
  background: #FF0404;
  border: none;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  text-align: center;
}

.price-down i {
  color: #fff;
  font-size: 13px;
  padding: 10px 2px;
}

a.nav-link {
  padding: 10px 16px 10px 16px !important;
}

.logo-link {
  display: flex;
  align-items: center;
  color: #333 !important;
  justify-content: flex-start !important;
}

.logo-link a {
  color: #333 !important;
}

@media (max-width: 1024px) {
  .event-home-child {
    padding: 0 15px;
  }

  .event-home-child.event-home-1 {
    padding-left: 0;
  }

  .event-home-child.event-home-4 {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .event-home-child {
    padding: 0 10px;
  }

  .event-home-child.event-home-2::before,
  .event-home-child.event-home-3::before,
  .event-home-child.event-home-4::before {
    height: 50%;
  }

  .event-home-child.event-home-1 {
    padding-left: 0;
  }

  .event-home-child.event-home-4 {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .event-home-child {
    padding: 0 8px;
  }

  .event-home-child.event-home-2::before,
  .event-home-child.event-home-3::before,
  .event-home-child.event-home-4::before {
    height: 40%;
  }

  .event-home-child.event-home-1 {
    padding-left: 0;
  }

  .event-home-child.event-home-4 {
    padding-right: 0;
  }
}

.home-news-section {
  background: #012060;
  background: linear-gradient(180deg, rgba(1, 32, 96, 1) 61%, rgba(15, 24, 65, 1) 100%);
  border-top: solid 1px #1c2d63;
}

.home-news-section p {
  color: #fff;
  font-size: 13px;
}

.home-news-bg {
  position: relative;
  height: 80vh;
  min-height: 420px;
  background: url("/images/img/home-news-bg.jpg") center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.home-news-overlay {
  position: absolute;
  inset: 0;
  background: #111C45;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(17, 28, 69, 1) 100%);
  z-index: 1;
}

.home-news-bg .container {
  position: relative;
  z-index: 2;
}

.home-news-tag {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 16px;
}

.home-news-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

a.more-links-hover .more-links {
  display: inline-flex;
  align-items: center;
}

a.more-links-hover .more-links h6 {
  font-weight: 600;
  padding: 0 0 0 0 !important;
  margin: 0 10px 0 0;
  font-size: 16px;
  background: no-repeat;
}

a.more-links-hover .more-links img {
  transition: .3s;
  border: none;
}

a.more-links-hover:hover .more-links img {
  transform: translate(10px, 0);
}

.news-home-box {
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #264178;
  height: 100%;
  min-height: 225px;
}

.news-home-box a {
  text-decoration: none;
}

.news-home-box h6 {
  color: #fff !important;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.news-home-box p {
  color: #aaa;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.g-box,
.bod-box {
  border: solid 1px #ddd !important;
  height: 200px !important;
  padding: 20px 20px !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  transition: all .2s !important;
}

.bod-box {
  text-align: center;
  align-content: center;
  cursor: pointer;
}

.g-box:hover,
.bod-box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

.g-box img {
  width: 18px !important;
}

.g-box h5 {
  color: #333;
  font-size: 18px;
  min-height: 80px;
}

.g-box a {
  color: #bbb;
}

.highlights-section ul.dropdown-menu a {
  text-decoration: none;
}

.news-listing h6 a {
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none;
}

.news-listing p {
  font-size: 14px;
  font-weight: 400;
  color: #666 !important;
  text-decoration: none;
}

.border-bottom-solid {
  border-bottom: solid 1px #ccc;
}

.news-listing .wrapper:hover h6 a {
  text-decoration: underline;
}

.news-pagination .page-link {
  margin: 0 6px;
}

.news-pagination .page-item:first-child .page-link,
.news-pagination .page-item:last-child .page-link {
	border: none;
	background: none;
	font-weight: 400;
	font-size: 14px;
	color: #4b5563 !important;
}

.news-pagination .page-item:first-child .page-link:hover,
.news-pagination .page-item:last-child .page-link:hover {
	border: none;
	background: none;
	font-weight: 400;
	font-size: 14px;
	color: #333 !important;
}

.page-item:not(:first-child) .page-link,
.page-item:not(:last-child) .page-link {
	border: none;
	background: none;
	font-size: 14px;
	font-weight: 400;
	color: #4b5563 !important;
  padding: 7px 7px 7px 7px;
  align-content: center;
}

.page-item:not(:first-child) .page-link:hover,
.page-item:not(:last-child) .page-link:hover {
	border: none;
	border-radius: 5px;
	background-color: #f3f4f6;
	font-size: 14px;
	font-weight: 400;
	color: #4b5563 !important;
	box-shadow: none !important;
}

.page-item.active:not(:first-child) .page-link,
.page-item.active:not(:last-child) .page-link {
	border: none;
	border-radius: 5px;
	background-color: #1c2d63;
	font-size: 14px;
	font-weight: 400;
	color: #fff !important;
}

.year-label {
  font-size: 32px;
  font-weight: 700;
}

.report-item {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.report-meta {
  font-size: 14px;
  color: #555;
}

.report-title {
  font-size: 32px;
  font-weight: 600;
  color: #1d2b5a;
}

/* Accordion */
.accordion-button {
  font-weight: 600;
  background: #fff !important;
  box-shadow: none;
  padding: 20px 0;
  color: #333 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  background: none !important;
}

.accordion-button::after {
  background-image: url(/images/img/plus-black.png) !important;
  background-repeat: no-repeat !important;
  content: "";
  font-size: 28px;
  transform: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/images/img/minus-black.png) !important;
  background-repeat: no-repeat !important;
}

.accordion-body {
  padding: 0 0 20px 0;
}

.qr h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1em;
}

.qr ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.qr ul li {
  margin-bottom: 10px;
}

.qr a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.qr a img {
  margin-right: 3px;
}

/* Quarter border right - each quarter has border except the last in each row */
.wrapper.qr {
  border-right: 1px solid #ddd;
}

.row .col-sm-6:last-child .wrapper.qr {
  border-right: none;
}

.ar {
  display: flex;
  align-items: center;
}

.ar h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}

.ar h5 a {
  color: #333;
  text-decoration: none;
}

.ar img {
  margin-right: 5px;
}

.upcoming-event-box {
  padding: 2em 3em 1em 3em;
  margin: 0 0 2em 0;
  background-color: #111C45;
  border-radius: 15px;
}

.upcoming-event-box h2 {
  color: #fff;
  font-weight: 600;
}

.upcoming-event-box h6 {
  color: #fff;
}

.upcoming-event-box p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.upcoming-event-box hr {
  color: #26356C;
  background-color: #26356C;
  opacity: unset;
}

.upcoming-event-box a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.past-event h2 {
  color: #26356C;
  font-weight: 600;
}

.past-event h6 {
  color: #333;
}

.past-event p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.past-event a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.calendar-section ul {
  list-style: none;
  padding-left: 0;
}

.calendar-section ul li::before {
  content: url('/images/img/download-square.svg');
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}

.happenings-img {
  position: relative;
}

.happenings-img a {
  text-decoration: none;
}

.happenings-img img {
  border-radius: 10px;
  width: 100%;
  transition: .2s;
  object-fit: cover;
  height: 130px;
}

.happenings-img .img-title {
  position: absolute;
  right: 12px;
  top: 13px;
  padding: 0px 10px;
  margin: 0;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

.happenings-img h5 {
  font-size: 16px;
}

.happenings-img:hover img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
}

.directors-section p.text-brown{
 font-size: 14px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: brightness(0) saturate(100%) invert(87%) sepia(9%) saturate(8%) hue-rotate(340deg) brightness(94%) contrast(87%);
}

.img-slider-1 {
  width: 80%;
  height: auto;
  display: block;
  justify-self: center;
}

.slider-1-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* display: flex; */
  align-items: center;
}

.slider-1-text {
  position: absolute;
  top: 15%;
  left: 24%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}

.slider-1-text h4 {
  color: #f1e28d;
  font-weight: 400;
  text-align: center;
}

.img-slider-1-mobile {
  display: none;
}

.video-banner-desktop {
  display: block;
}

.video-banner-mobile {
  display: none;
}

.value-proposition-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
}

.value-proposition-title {
  display: inline-block;
  padding: 8px 20px;
  font-size: 25px !important;
  border-radius: 999px;
  border: 2px solid #cfd8dc;
  color: #e0e0e0;
  background: #1c2d63;
  margin-bottom: 20px;
}

.value-proposition-subtitle {
  font-size: 40px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  line-height: 1.4;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.value-proposition-subtitle.pt-5.mt-5 {
  color: #f5d27a;
}

@media (max-width: 768px) {
  .value-proposition-overlay {
    padding-top: 40px;
  }
  .value-proposition-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .value-proposition-subtitle {
    font-size: 25px;
    width: 90%;
  }
}

.footer_copyright__Kk5mk {
  padding-bottom: 5em !important;
}

.reports-section .accordion-button,
.calendar-section .accordion-button {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1399px) {
  .stats-wrapper {
    left: -210px;
  }
  .stats-label {
    margin-left: 0;
  }
  .quarter-note {
    margin-right: 21px;
  }
}

@media (max-width: 1199px) {
  .banner-content p {
    width: 600px;
  }
  .lg-none {
    display: none;
  }
  .img-slider-1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
  }
  .map-section .position-relative {
    height: 250px;
  }
  .stats-wrapper {
    top: 0px;
    left: 0;
  }
  .stats-value {
    text-align: left;
  }
  .stats-label {
    margin-left: 0;
  }
  .quarter-note {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    display: none;
  }
  .event-home-child.event-home-2::before, 
  .event-home-child.event-home-3::before, 
  .event-home-child.event-home-4::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .img-slider-1 {
    width: 100%;
    height: auto;
    /* margin: 10em 4em auto 4em; */
  }
  .year-label {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .banner-content p {
    width: 100%;
  }
  .subpages-banner h1 {
    font-size: 40px;
  }
  .top-nav-wrapper {
    display: none;
  }
  .top-nav-wrapper-mobile {
    display: block;
    z-index: 99999;
    position: relative;
  }
  .investor-body-home,
  .investor-body-new {
    margin-top: 6em;
  }
  .remove-mobile {
    display: none;
  }
  .report-title {
    font-size: 28px;
  }
  .report-cover {
    max-width: 260px;
  }
  .report-text {
    max-width: 100%;
  }
  .home-calendar-bg {
    background-position-x: -160px;
  }
  .home-calendar-title {
    font-size: 25px;
  }
  .event-home-child {
    padding: 0 15px !important;
  }
}

@media (max-width: 500px) {
  img.img-slider-2 {
    display: none;
  }
  /* .video-banner-desktop {
    display: none;
  } */
  #carouselBanner {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
  }
  .carousel-inner {
    width: 100%;
  }
  .carousel-item {
    width: 100%;
  }
  .video-banner-mobile {
    display: block;
    width: 100vw;
    height: auto;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .video-banner-mobile video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  /* .value-proposition-subtitle.pt-5.mt-5 {
    display: none;
  } */
  .logo-link a img {
    width: 120px !important;
  }
  /* .video-banner {
    height: 600px;
  } */
  .img-slider-1 {
    display: none;
  }
  .img-slider-1-mobile {
    display: block;
    width: 77%;
    height: auto;
    margin: auto;
  }
  .img-slider-2-mobile {
    display: none;
  }
  .banner-content p {
    width: 100%;
    font-size: 15px;
  }
  .home-footer-bg {
    height: 600px;
  }
  .headline {
    font-size: 30px;
  }
  .headline br {
    display: none;
  }
  .lets-talk-btn {
    display: grid;
    justify-items: center;
  }
  .all-new-btn {
    width: fit-content;
  }
  .banner-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 425px) {
  .btn-group-custom .btn-pill {
    width: 100%;
    justify-content: space-between;
  }
}